/* CSS Document */

body {
	margin:15px;
	background-color: #666;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #fff;
}

td {
	font-size: 11px;
	color: #fff;
	}
a {
	font-weight: bold;
	color: #256390;
}
a:hover {
	text-decoration: none;
}

#side_links a{
	text-decoration:none;
	display:block;
	margin: 5px 0px;
}

#side_links a:hover {
	text-decoration:underline;
}

	
#side_links {
	padding:5px 5px 5px 10px;
	background-color:#F5E3BB;
}

#main-table {
	border: solid 1px #fff;
}

#main-table td{
	background-color: #fff;
}


td#main-text-area {
	background-color: #D1D8E0;
	padding: 20px 10px 20px 10px;
	color: #333;
	line-height: 15px;
}

#left-nav-bar {
	border-right: solid 1px #fff;
}

td#left-nav-bar {
	background-color: #4D6F8A;
}

.product_specs {
	display:block; 
	margin: -3px 0px 10px 0px;

}

.thumbnail {
	width:85px;
	height:56px;
	background-color:#999;
	margin:10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h3 a{
	text-decoration:none;
}

h4 {
font-size: 12px;
	font-weight: bold;
margin-bottom:5px;}

#navlist li {
	display: inline;
	list-style-type: none;

}
#footer {
	padding: 10px;
}

#footer a {
color:#CCCCCC;
}

#thumbnails img{
	margin: 3px;
}

.product_directory {
float: left; 
width:220px; 
padding:5px; 
margin:0px 10px 10px 0px; 
background-color:#FFFFFF;
}

.dimenLH {
	line-height:2px;
}

p.product_specs strong {
color:#256390;
}