@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0 0 50px 0;
	font-family:Arial, "Century Gothic";
	background-image:url(../images/BG.png);
	background-repeat:repeat-x;
	background-color:#030c82;
}

h1
{
	color:#fff;
	border-bottom:3px dotted #b51538;
	margin: 25px 28px 0 25px;
}


#topLine {
	background-color: #000;
	height: 7px;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #b51538;
}
a:active {
	text-decoration: none;
	color: #fff;
}


a.chosenTop:link {
	color: #b51538;
	text-decoration: none;
	font-weight:bold;
	border-top: solid 2px #b51538;
}
a.chosenTop:visited {
	text-decoration: none;
	color: #b51538;
	font-weight:bold;
	border-top: solid 2px #b51538;
}
a.chosenTop:hover {
	text-decoration: none;
	color: #b51538;
}
a.chosenTop:active {
	text-decoration: none;
	color: #b51538;
	font-weight:bold;
	border-top: solid 2px #b51538;
}





#bottomLine {
	background-color: #000;
	font-size:10px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding: 5px 0 5px 0;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;

	width:100%;
	height:18px;
}


#container
{
	width:1024px;
	margin:auto;
	text-align:center;
	background-color: #030c82; 
	height: 90%;
}

div.content
{
	width:1024px;
	margin:auto;
	min-height: 550px;
}


/* MENU */



#menu {
	border-bottom:3px dotted #b51538;
	width:770px;
	margin: 37px 25px 0 25px;
	float:left;
	vertical-align: bottom;
	color:#fff;
	font-size:15px;
}

div.icons
{
	border-bottom:3px dotted #b51538;
	width:175px;
	margin: 0;
	float:left;
	color:#fff;
	font-size:15px;
}

div.icons div
{
	margin: 40px 0 0 0;
}

#home{
display: block;
float:left;
margin-left: 0px;
margin-top: 10px; 
}

#about{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}

#products{
display: block;
float:left;
margin-left: 15px;
margin-top: 9px; 
}

#locations{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}

#purchase{
display: block;
float:left;
margin-left: 15px;
margin-top: 9px; 
}

#faq{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}

#careers{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}


#testimonials{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}

#news{
display: block;
float:left;
margin-left: 15px;
margin-top: 10px; 
}



<!-- MENU DROP DOWN CSS-->

#sddm
{	
margin: 0;
padding: 0;
z-index: 30;	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #000;
	color:#fff;
}


#sddm div a
{	position: relative;
	display: block;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
}



div.clear
{
	clear:both;
	float:none;
}

/*product list */
#productImageHeader
{
	width: 111px;
	height:334px;
	float:left;
	margin: 20px 5px 0 10px;
}

span.productDesc
{
	float:left;
	width:200px;
}


#productsPage
{
	margin: 19px 0 0 35px;
	background-image: url(../images/newprodcutsBG.png);
	width: 964px;
	height: 593px;
}

div.productDesc
{
	float:left;
	width:330px;
	font-size:15px;
	margin:30px 0 0 3px;
	color:#000;
	background-repeat:no-repeat;
	background-position:bottom;
}

a.prductDrop:link
{
	color:#000;
	font: 10px arial;
	margin: 5px;
	text-align:left;
}

a.prductDropHeader:link
{
	color:#fff;
	font: 14px arial;
	margin: 5px;
	text-align:center;
	font-weight:bold;
}


a.prductDrop:active
{
	color:#000;
	font: 10px arial;
	margin: 5px;
	text-align:left;
}


a.prductDrop:visited
{
	color:#000;
	font: 10px arial;
	margin: 5px;
	text-align:left;
}

a.prductDrop:hover
{
	color:#F00;
	font: 10px arial;
	margin: 5px;
	text-align:left;
}


a.prductDrop:link
{
	color:#000;
	font: 10px arial;
	margin: 5px;
	text-align:left;
}

a.prductDropHeader:link
{
	color:#fff;
	font: 14px arial;
	margin: 5px;
	text-align:center;
	font-weight:bold;
}


a.product:link
{
	color:#000;
	margin: 5px;
	text-align:left;
}


a.product:active
{
	color:#000;
	margin: 5px;
	text-align:left;
}


a.product:visited
{
	color:#000;
	margin: 5px;
	text-align:left;
}

a.product:hover
{
	color:#F00;
	margin: 5px;
	text-align:left;
}

div.productDesc a:hover
{
	color: #F00;
}

.productHeader a:link
{
	color:#fff;
	background-color:#b51538;
}


.productHeader a:active
{
	color:#fff;
	background-color:#b51538;
}


.productHeader a:visited
{
	color:#fff;
	background-color:#b51538;
}

.productHeader a:hover
{
	color: #000;
}



div.product
{
	margin: 0 0 0 20px;
}

div.productHeader
{
	background: #b51538;
	color:#fff;
	font-weight: bold;
	padding:3px;
	display:block;
	font-size:17px;
}


span.productHeader
{
	background: #b51538;
	color:#fff;
	font-weight: bold;
	margin:3px;
	display:block;
	font-size:12px;
}

/*about Us */
#aboutus
{
	background-image:url(../images/aboutUsPage.png);
	width:805px;
	height:544px;
}

#aboutus div.left
{
	float:left;
	width:170px;
	color:#000;
	text-align:right;
	margin: 70px 0 0 0 ;
}

#aboutus h2
{
	padding:0;
	margin:0;
}
#aboutus div.right
{
	float:left;
	width:450px;
	color:#000;
	text-align:left;
	margin: 80px 0 0 160px;
	font-size:13px;
	overflow:auto; 
	height:300px;
}

#aboutus div.left a
{
	color:#000;	
}

#aboutus div.left a:hover
{
	color:#F00;	
}


#aboutus div.left a.chosen
{
	color: #F00;	
}


/*who we are*/

#whoweare
{
	background-image:url(../images/whoweare.png);
	width:805px;
	height:544px;
}

#whoweare div.left
{
	float:left;
	width:170px;
	color:#000;
	text-align:right;
	margin: 70px 0 0 0 ;
}

#whoweare h2
{
	padding:0;
	margin:0;
}

#whoweare div.right
{
	float:left;
	width:450px;
	color:#000;
	text-align:left;
	margin: 80px 0 0 160px;
	font-size:13px;
	overflow:auto; 
	height:300px;
}

#whoweare div.left a
{
	color:#000;	
}

#whoweare div.left a:hover
{
	color: #F90;	
}


#whoweare div.left a.chosen
{
	color: #F90;	
}


/*mission*/

#mission
{
	background-image:url(../images/mission.png);
	width:805px;
	height:544px;
}

#mission div.left
{
	float:left;
	width:170px;
	color:#000;
	text-align:right;
	margin: 70px 0 0 0 ;
}

#mission div.right
{
	float:left;
	width:450px;
	color:#000;
	text-align:left;
	margin: 60px 0 0 160px;
	font-size:14px;
}

#mission div.left a
{
	color:#000;	
}

#mission div.left a:hover
{
	color: #F06;	
}


#mission div.left a.chosen
{
	color: #F06;	
}



/*mission*/

#strategic
{
	background-image:url(../images/strategic.png);
	width:805px;
	height:544px;
}

#strategic div.left
{
	float:left;
	width:170px;
	color:#000;
	text-align:right;
	margin: 70px 0 0 0 ;
}

#strategic div.right 
{
	float:left;
	width:450px;
	color:#000; 
	text-align:left;
	margin: 80px 0 0 160px;
	font-size:13px;
	overflow:auto; 
	height:300px;
}

#strategic div.left a
{
	color:#000;	
}

#strategic div.left a:hover
{
	color: #7ca125;	
}


#strategic div.left a.chosen
{
	color: #7ca125;	
}



/*profit*/

#profit
{
	background-image:url(../images/profit.png);
	width:805px;
	height:544px;
}

#profit div.left
{
	float:left;
	width:170px;
	color:#000;
	text-align:right;
	margin: 70px 0 0 0 ;
}

#profit div.right
{
	float:left;
	width:450px;
	color:#000;
	text-align:left;
	margin: 70px 0 0 160px;
	font-size:14px;
}

#profit div.left a
{
	color:#000;	
}

#profit div.left a:hover
{
	color: #a774bf;	
}

#profit div.left a.chosen
{
	color: #a774bf;	
}




.WhiteBoxTop
{
	background: url(../images/whitebox/images/top.png) no-repeat;
	width:796px;
	height:20px;
}

.WhiteBoxMiddle
{
	background:url(../images/whitebox/images/middl.png) repeat-y;
	width:796px;
}

.WhiteBoxMiddle .padding
{
	padding: 0 30px 0 20px;
	text-align:left;
	font-size:12px;
}

.WhiteBoxMiddle h1
{
	padding:0;
	margin:0;
	color:#900;
}

.WhiteBoxMiddle a
{
	
	color:#900;
}



.WhiteBoxMiddle h2
{
	
	font-size:16px;
}


.WhiteBoxBottom
{
	background:url(../images/whitebox/images/bottom.png) no-repeat;
	width:796px;
	height:150px;
}



/* product Page */

.left
{
	width:500px;
	float:left;
	margin: 20px 30px;
}

.right
{
	width:400px;
	float:right;
	margin: 20px 30px ;
	text-align:center;
	padding: 20px 0 0 0;
}

.productDetail
{
	background:url(../images/products/images/box.png) no-repeat;
	width:243px;
	height:526px;
	float:left;
	margin: 0 30px 0 0;
	padding: 20px;
	font-size:15px;
}

.productDetail h2
{
	font-size:16px;
	color:#900;
}

.productBottle
{
	float:right;
	width:160px;
}

.nutrition
{
	position:absolute;
	z-index:1000;
	display:none;
	margin: 30px 0 0 20px;
}

h1.product
{
	border:none;
	margin: 0 0 100px 0;
	font-size:25px;

}



