@charset "utf-8";
/* CSS Document */
#horizon        
	{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block;
	}

#container  
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	margin-left: -340px;
	position: absolute;
	top: -198px;
	left: 50%;
	width: 680px;
	height: 400px;
	visibility: visible;
	}

#menu
	{
	background-color: #b96583;
	background-image: url(minilogo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 5px;
	width: 155px;
	height: 390px;
	float: left;
	clear: none;
	text-align: left;
	}
	
#social
	{
	padding: 0 10px;
	width: 135px;
	height: 32px;
	}

#social div
	{
	margin: 5px 5px 0 0;
	float: left;
	}
	
#content
	{
	margin-top: 5px;
	background-color: #333333;
	width: 510px;
	height: 390px;
	float: left;
	text-align: left;
	}
	
#mainlogo
	{
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	height: 70px;
	background-image: url(mainlogo.gif);
	background-repeat: no-repeat;
	}

.content-text
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}

#islandimage
	{
	background-image: url(island.jpg);
	width: 350px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	}
	
#indeximage
	{
	background-image: url(images/indexgirl_blue.jpg);
	width: 350px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	}

#contactimage
	{
	background-image: url(images/bluephone.jpg);
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	}
	
.productimage
	{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	}
	
.distributor
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}
	
.distributorimage
	{
	
	}

.glossymenu{
width: 155px; /*width of menu*/
}

.glossymenu a.menuitem{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #FFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #FFF;
text-decoration: none;
background-color: #333;
}