@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
.twoColFixLt #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #003a68;
}
.twoColFixLt #horizontalMenu {
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLt #horizontalMenu span {
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLt #horizontalMenu a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLt #horizontalMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLt #horizontalMenu a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLt #horizontalMenu a:hover {
	text-decoration: none;
	color: #999;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	color: #FFF;
	padding-top: 140px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLt #sidebar1 a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLt #sidebar1 a:visited {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLt #sidebar1 a:hover {
	text-decoration: none;
	color: #999;
}
.twoColFixLt #sidebar1 a:active {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 430px;
	line-height: 1.7em;
	position: relative;
} 
.twoColFixLt #mainContent .services {
	line-height:1.4em;
}
.twoColFixLt #mainContent .services p {
	padding-bottom: 10px;
	margin: 0px;
}
.twoColFixLt #mainContent .services .leftmenu {
	float: left;
}
.twoColFixLt #mainContent .services .rightmenu {
	float: right;
}
.twoColFixLt #mainContent a:active {
	color: #003a68;
}
.twoColFixLt #mainContent a:hover{
	color: #003a68;
}
.twoColFixLt #mainContent a:visited {
	color: #003a68;
}
.twoColFixLt #mainContent a:link {
	color: #003a68;
}
.twoColFixLt #mainContent strong {
	color: #003a68;
}

.twoColFixLt #mainContent h1, h2, h3{
	color: #005072;
	font-family: Arial, Helvetica, sans-serif;
/*	letter-spacing: 0.1em; */
	font-weight: normal;
} 
.twoColFixLt #mainContent h2{
	font-weight: bold;
	padding: 0;
	line-height: 0.2em;
	font-size: 1.2em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#product_map{
 width:325px;
 height:240px;
/* background:url(css_image_map.jpg) no-repeat;*/
position:absolute;
float:left;
 top: 526px;
 left: 430px;
 } 
 #product_map a{
	display:block;
	position:absolute;
	width: 325px;
	height: 240px;
	left: 0px;
	top: 0px;
 } 
#product_map a:hover {
	border-bottom-color:#005072;
	border-bottom-style:double;
}	  
 #product_map a#moroccanoil{
 width:145px;
 height:80px;
 top:0px;
 left:0px;
 } 
 #product_map a#brazilian{
 width:145px;
 height:80px;
 top:80px;
 left:0px;
 } 
  #product_map a#black{
 width:145px;
 height:80px;
 top:160px;
 left:0px;
 } 
 #product_map a#oribe{
 width:145px;
 height:60px;
 top:0px;
 left:145px;
 } 
 #product_map a#sojourn{
 width:145px;
 height:60px;
 top:60px;
 left:145px;
 } 
 #product_map a#kemon{
 width:145px;
 height:60px;
 top:120px;
 left:145px;
 } 
 #product_map a#labelm{
 width:145px;
 height:60px;
 top:180px;
 left:145px;
 } 
