@charset "utf-8";
/*
Gowardhan Web Site CSS
By: Junaid Bhura
www.junaidbhura.com
*/

/* --- Elements --- */
* {
	margin:0px;
	padding:0px;
}

html {
	overflow-y:scroll;
}

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828180;
}

a {
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}
	a h2 {
		color:#828180;
	}
	a h2:hover {
		text-decoration:none;
	}

img {
	border:0px;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#93B8E3;
	padding-bottom:5px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
	h2 .Bullet {
		float:left;
		margin-right:5px;
	}

h3 {
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

p {
	font-size:10px;
	color:#828180;
	line-height:15px;
}


/* --- Classes --- */
.ClearFloats {
	font-size:1px;
	height:1px;
	clear:both;
}

.ImageBox, .SpecialImageBox {
	width:200px;
	text-align:center;
	float:left;
	margin-right:15px;
}

.SpecialImageBox {
	background-color:#FFFFFF;
	text-align:left;
}

.ImageDescription {
	margin-top:5px;
	width:200px;
	float:left;
	margin-right:15px;
}

.ImageBox2 {
	float:left;
	margin-right:10px;
}

.ImageDescription2 {
	margin-top:5px;
	width:138px;
	margin-right:10px;
	float:left;
}

.SmallText {
	font-size:9px;
	line-height:12px;
}

.FaceBoxInfo {
	display:none;
}

.AjaxLoading {
	background-image:url(../images/ajax_load.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.SubMenu {
	font-size:11px;
	line-height:18px;
}


/* --- IDs --- */
#wrap {
	width:900px;
	margin:0 auto;
	border:2px solid #F3F3F2;
	border-top:none;
}

#curve {
	width:592px;
	height:81px;
	position:absolute;
	margin-top:115px;
	z-index:8;
}

#headerContainer {
	background-color:#F8C300;
	height:147px;
}

#logo {
	position:absolute;
	margin-top:43px;
	margin-left:24px;
	z-index:10;
}

#headerStrip {
	background-image:url(../images/strip_bg.jpg);
	width:900px;
	height:24px;
	position:absolute;
	z-index:3;
	margin-top:58px;
}

#strip {
	padding-top:58px;
	position:relative;
	z-index:10;
	padding-left:216px;
	height:24px;
}

#menuContainer {
	margin-top:5px;
	background-color:#FCE280;
	height:24px;
	margin-left:216px;
	padding-left:15px;
}
	#menuContainer ul {
		list-style-type:none;
		position:relative;
		z-index:30;
	}
		#menuContainer ul li {
			float:left;
			margin-right:15px;
			font-weight:bold;
			font-size:10px;
			line-height:24px;
		}
			#menuContainer ul li a {
				color:#0A314A;
			}
				#menuContainer ul li a:hover {
					text-decoration:none;
				}

#contentContainer {
	padding-top:5px;
}

#flashContainer {
	position:relative;
	z-index:5;
}

#activeForLife {
	padding-top:20px;
	padding-left:24px;
}

#milk {
	position:absolute;
	margin-left:567px;
	margin-top:-109px;
	width:333px;
	height:358px;
	z-index:12;
}

#content {
	padding:12px;
}

#columnLeft {
	width:210px;
	float:left;
	margin-right:10px;
}

#columnMiddle {
	width:436px;
	float:left;
}

#columnRight {
	float:right;
	width:210px;
	margin-left:10px;
}

#madeFromFresh {
	width:87px;
	height:75px;
	position:absolute;
	margin-left:790px;
	margin-top:-28px;
	z-index:14;
}

#newsBanner {
	height:261px;
	overflow:hidden;
}

#contactBanner {
	float:right;
	background-image:url(../images/content/contact_banner.jpg);
	height:290px;
	width:666px;
	background-repeat:no-repeat;
}

#contactContent {
	float:right;
	width:666px;
	padding-top:30px;
}

#productsImageContainer {
	width:434px;
	height:266px;
	overflow:hidden;
}

#productsThumbsContainer {
	margin-top:70px;
	width:100%;
	height:68px;
	overflow:hidden;
	position:relative;
	text-align:left;
	padding-left:8px;
}

#productsThumbsContainer ul {
	list-style-type:none;
}

#productsThumbsContainer ul li {
	width:870px;
	height:68px;
	overflow:hidden;
}

#productsThumbsContainer ul li div {
	width:111px;
	height:68px;
	padding-left:6px;
	padding-right:6px;
	float:left;
}

#news p {
	padding-bottom:10px;
}

#news a {
	color:#828180;
	text-decoration:underline;
}
	#news a:hover {
		text-decoration:none;
	}

#mainImageSlider {
	width:434px;
	height:265px;
	overflow:hidden;
	position:relative;
	text-align:left;
	margin-bottom:10px;
}

#mainImageSlider ul {
	list-style-type:none;
}

#mainImageSlider ul li {
	width:434px;
	height:265px;
	overflow:hidden;
	float:left;
}




/* --- EASY SLIDER --- */
#prevBtn, #nextBtn {
	display:block;
	width:20px;
	height:18px;
	position:absolute;
	margin-top:-100px;
	padding-left:12px;
}
#nextBtn {
	margin-left:832px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:20px;
	height:18px;
	background-image:url(../images/button_previous.png);
	background-repeat:no-repeat;
}
#nextBtn a {
	background-image:url(../images/button_next.png);
	background-repeat:no-repeat;
}