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


body {
	margin: 0 auto;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

#container {
	width: 907px;
	margin: 0 auto;
	}
	
#topnavigation {
	width: 907px;
	height: 59px;
	background-color: #8aa3ab;
	}

#logo {
	width: 907px;
	height: 188px;
	}

#categorytitle {
	width: 907px;
	height: 22px;
	}
	
#navigation {
	float: left;
	width: 270px;
	text-align: center;
	vertical-align: top;
	}

#main {
	float: right;
	width: 637px;
	}
	
.menu1 {
	background-color: #a8b1b4;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #000000;
	height: 20px;
	font-family: arial;
	font-size: 13px;
	text-align: left;
	border: thin solid #798285;
	cursor: pointer;
}

.submenu{
	background-color: #FFFFFF;
	display: block;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #0f3745;
	border-left: thin solid #798285;
	border-right: thin solid #798285; 
}

a:hover { color: #d1091c; } 

.aboutmenu {
	
	
	padding-left: 20px;
	padding-top: 5px;
	display:block;
	height: 19px;
	text-decoration: underline;
	color: #FFFFFF;
	height: 20px;
	font-family: arial;
	font-size: 13px;
	text-align: left;
	background-color: #88a4ae;
	
}

#mymenu1
	{
	margin-left: 20px;
	margin-right: 20px;
	}
	
#mymenu2
	{
	margin-left: 20px;
	margin-right: 20px;
	}

#mymenu3
	{
	margin-left: 20px;
	margin-right: 20px;
	}

#mymenu4
	{
	border-bottom: thin solid #798285;
	margin-left: 20px;
	margin-right: 20px;
	}

#navcontainer {
	width: 220px;
	margin: 0 auto;
	background-color: #cfdade;
	}

#aboutnavigation {
	width: 220px;
	margin: 0 auto;
	background-color: #88a4ae;
	}

#maincontent {
	background-color: #FFFFFF;
	width: 610px;
	margin-left: 3px;
	}

.hide{
	display: none;
}

.show{
	display: block;
}

#product {
	width: 558px;
	border: thin solid #798285;
	margin-left: 25px;
}

.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	}

.ProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d1091c;
	}

.ProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #737373;
	}

#footer {
	width: 907px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	}
	
img.floatLeft { 
    float: left; 
    
}
img.floatRight { 
    float: right; 
   
}