/* CSS Document */
body {
	background: #efefef;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin-top: 0px;
}
#container{
	margin: auto;	
	width: 800px;
	border: solid 1px #CCCCCC;
	border-top: 0px;
	background:#FFFFFF;
}
#top_phone{
	float: right;
	padding: 10px;
	text-align: right;
}
#top_banner{
}
#top_menu{
	width: 800px;
	clear: both;
	background: #DD0037;
	color: #FFFFFF;
}
#top_menu a {
	color: #FFFFFF;
	text-decoration:none;
}
.right_align{
	float: right;
	padding: 3px;
	padding-right: 5px;
}
.left_align{
	padding: 2px;
	padding-left: 5px;
}
input.narrow{
	height: 12px;
	padding: 1px;
}
#left_menu{
	width: 200px;
	margin: 5px;
	display: table;
	float: left;
}
#left_menu ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
	color:#666666;	
}
#left_menu li{
	background: url(images/cotted.gif) repeat-x top;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 5px;
	cursor: pointer;
}
#left_menu li.sub_menu{
	background: url(images/bullet.gif) no-repeat left;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	margin-left: 20px;
}
#left_menu li.active{
	font-weight: bold;
}
#left_menu ul.sub_menu{
	background: url(images/cotted_single.gif) repeat-x top;
}
#left_menu a {
	color: #666666;
	text-decoration: none;
}
#main{
	width: 570px;
	margin: 5px;
	display: table;
	padding-bottom: 10px;
	height: auto;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	border-bottom: thin dotted #CCCCCC;
}
p.highlighted{
	color:#DD0037;
	font-weight: bold; 
}

/*products*/
.product{
	float: left;
	width: 170px;
	height: 180px;
	margin: 8px;
}
.picture{
	border: solid 1px #333333;
	width: 170px;
	padding: 1px;
	height: 140px;
	text-align: center;
	vertical-align:middle;
}
.product_name{
	background:url(images/product_back.gif) repeat-x;
	height: 31px;
	margin-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 170px;
}
a.white{
	color: #FFFFFF;
	text-decoration:none;
}
form{
	margin: 0px;
	padding: 0px;
}
#footer{
	margin: auto;
	margin-top: 5px;
	width: 800px;
	font-size: 11px;
}

