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


/* BASICS */
body {  
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	color: #010E22; 
	background: url(../images/gingerflex_bg.png) repeat;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	}
table {clear: none;}

p { 
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	margin-top: 0px; 
	text-align: left;
	color: #010E22;
	}

a:link {
	font-size:14px;
	text-decoration:none;  
	 color: #000000;
	}
a:visited {
	font-size:14px;
	text-decoration:none;
	color: #6D7134;
	}
a:hover {
	font-size:14px;
	text-decoration: underline; 
	color: red;
	}

#bottleImage{
	margin:-247px 0px 0px 650px;
}
#strapsflash{
	margin:-100px 0px 0px 165px;
}

#MDImage{
	border: 0px solid red;
	margin:-175px 0px 0px 457px;
}

#privacy {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	width: 638px;
	border: 1px solid red;
	border-style:solid;
	background: #FFFFFF;
	font-family:Microsoft Sans Serif;
}

	
#preamble_main {
    background:url(../images/preamble_bg.png) no-repeat center top;
	margin: 10px 0px 0px 165px;
	padding: 0px 10px 0px 10px;
	width: 735px;
	border: 1px solid red;
	border-style:solid;
	background: #FFFFFF;
	font-family:Times New Roman;
}


#preamble_main a{
	background-color:#FFFFFF; 
	color: #000000;
}

#preamble_main a:hover{
	text-decoration: underline; 
	color: red;
}


#preamble {
    background:url(../images/preamble_bg.png) no-repeat center top;
	margin: 20px 0px 0px 165px;
	padding: 0px 10px 0px 10px;
	width: 735px;
	border: 1px solid red;
	border-style:solid;
	background: #FFFFFF;
	font-family:Times New Roman;
}


#preamble a{
	background-color:#FFFFFF; 
	color: #000000;
}

#preamble a:hover{
	text-decoration: underline; 
	color: red;
}


#indexcontainer { 
	text-align: left;
	position: relative;
	background: url(../images/gingerflex_bg3.png) no-repeat top left;
	margin: 0px auto;
	width: 966px;
	width:auto;
	/*height:100%;*/
	}
	html>body #indexcontainer {
	width: 966px;
	height:760px;
}


#container { 
	text-align: left;
	position: relative;
	background: url(../images/gingerflex_bg3.png) no-repeat top left;
	margin: 21px auto;
	padding: 0px;
	width: 966px; 
	height:100%;
	}
	html>body #container {
	width: 866px;
	height:760px;
}



#intro { 
	background: url(leaves_neu.gif) no-repeat top right;
	margin: 0px;
		}

#contactinfo {
	float:right; 
	border: 0px solid red;
	padding: 0px;	
	margin-left: 750px;
	width:185px;
	}

#header {
	border: 0px solid green;
	padding: 0px;	
	margin-left: 500px;
	}
	
	
#pageHeader { 
	padding-top: 65px;
	margin-left: 230px;
	}

#pageHeader h1 { 
	margin-top: 0px;
	margin-left: 0px;
	width: 890px; 
	height: 111x;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-left: 0px;
	margin-bottom: 68px;
	margin-top: 0px;
	width: 372px; 
	}
#pageHeader h2 span {
	display:none;
	}

#supportingText {
	background: #F1F2EF url(../images/bg.gif) no-repeat center top;
	border: 1px solid #B2B9C4;
	border-top: 1px solid #F1F2EF;
	width: 695px;
} 


/* FOOTER */
#footer {
	position: absolute;
	margin-top: 49px;
	margin-left:440px;
	}
	
#footer a:link, #footer a:visited { 
	margin-right: 10px; 
	}	

#media {
	position: absolute;
	margin-top: 2px;
	margin-left:435px;
	
	}


/* HEADLINES */

h3 {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;

}

	

#user_menu {
	width: 200px;
	float: left;
	padding-top: 20px;
	background-color: #AEBAC8;
}
#user_menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 1px;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
}

#user_menu a:hover{
	background-color: #666666;
	color: #FFFFFF;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #A07026;
}

#nav_bar {
	text-decoration: none;
	position: absolute;
	top: -25px;
	left: 0px;
	height:100px;
	width:70px;
	z-index: 5;
	background: transparent;

}

#nav_bar  ul li a{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	display: block;
	text-decoration: none;
	padding: 5px 0 7px 0px;
	width:119px;
	font-weight:bold;
	background-color:#fdeaea;
    border:1px solid black;
	text-indent:5px;
  /* for IE */
  filter:alpha(opacity=99);
  /* CSS3 standard */
  opacity:0.99;
}

#nav_bar  ul li a:hover{
	color:#000000;
	text-decoration:underline;
}


#materialtool  ul li img {
	position:absolute;
	left:82%;
	top: 5%;
}

#materialtool {
	position: absolute;
	top: 142px;
	left: 5px;
	height:185px;
	width:200px;
}

#materialtool li.category {
	padding: 5px 5px 10px 5px;
	color:#000000;
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	text-decoration:underline;
}

#materialtool ul {
    font: normal 12px verdana;
	margin: 0em 0em;
	padding:0em;
	list-style: none;
}

#materialtool ul li {
	position: relative;
    height:1%;
}

#materialtool li ul{
	position: absolute;
	left: 120px;
	top: 0;
	display: none;
    border-right: 1.2px solid #3A3C2D;
    border-bottom: 1.25px solid #3A3C2D;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#materialtool   ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 7px 0;
	border-right:1px solid #ccc;

}

#materialtool li:hover ul, #materialtool li.sfhover ul { display: block;}
#materialtool ul li a:hover {color:black;background:#ee2e2f;} 
#materialtool li ul li a:hover {color:black;background:#ee2e2f;}
#materialtool li ul li a { padding:10px;background:#fbd4d4;} /* Sub Menu Styles */

	
#flash{
	margin:30px 0px 0px 165px;
}


