@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
#main {
	width: 1120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(tiled-back.jpg);
	background-repeat: repeat-y;
	clear: none;
	height: auto;
}

#header {
	width: 1120px;
	background-image: url(header.jpg);
	height: 250px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #330000;
}
img
{  border-style: none;
}
#footer {
	width: 1020px;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	float: left;
}
#image {
	width: 400px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 59px;
}
#food {
	width: 200px;
	margin-top: 20px;
	margin-right: 105px;
	margin-left: 104px;
}

a:link {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
	font-family: georgia, serif;
}
a:visited {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
	font-family: georgia, serif;
}
a:link:hover {
	color: #660000;
	font-weight: none;
	font-family: georgia, serif;
}

#text {
	float: left;
	width: 444px;
	margin-right: 80px;
	margin-left: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.heada {
	width: 479px;
	height: 250px;
	background-image: url(images/banner1_01.jpg);
}
#navigation {
	height: 33px;
	width: 591px;
	margin-top: 206px;
	margin-bottom: 10px;
	float: right;
	margin-right: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
#logo {
	height: 249px;
	width: 479px;
	float: left;
}
#break {
	width: 1020px;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #330000;
	float: left;
}
h1 {
	font-family: georgia, serif;
	font-size: xx-large;
	color: #330000;
	font-weight: bold;
}
p1 {
	font-family: georgia, serif;
	font-size: medium;
	color: #336600;
	line-height: 25px;
}
p2 {
	font-family: Georgia, serif;
	font-size: medium;
	line-height: 25px;
	color: #330000;
}
h2 {
	font-family: georgia, serif;
	font-size: large;
	color: #336600;
	font-weight: bold;
}
#family {
	float: right;
	height: 150px;
	width: 150px;
	clear: left;
}
.span1 {
	font-family: georgia, serif;
	font-size: medium;
	line-height: 25px;
	color: #336600;
	font-weight: bold;
}
p3 {
	font-family: georgia, serif;
	font-size: small;
	line-height: 18px;
	color: #330000;
}
#map {
	width: 409px;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
h4 {
	font-family: georgia, serif;
	font-size: large;
	color: #330000;
}

/**SLIDER BOX CSS STARTS HERE*/
	#s3slider {
   width: 400px; /* important to be same as image width */
   height: 525px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:left;
}

#s3sliderContent {
	width: 400px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	height: 525px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   float:clear;
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	padding: 10px 13px;
	width: 400px;
	background-color: #330000;
	filter: alpha(opacity=40); /* here you can set the opacity of box with text */
	-moz-opacity: 0.4; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.4; /* here you can set the opacity of box with text */
	opacity: 1; /* here you can set the opacity of box with text */
	color: #FFFFFF;
	display: none; /* important */
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
/**SLIDER BOX CSS ENDS HERE*/
