@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../layout/header-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #666666;
}
a {
	color: #000000;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
.floatLeft {
	float: left;
}

.floatRight {
	float:right;
}

#topNav {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #000000;
	padding-top: 32px;
	margin-left: 5px;
	position: absolute;
	left: 900px;
	top: 210px;
}

#topNav a{
	color: #000000;
	text-decoration: none;
}
#topNav a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer {
	height: 18px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	background-image: url(../layout/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	color: #b4b4b4;
}
#footer a{
color:#b4b4b4;
text-decoration:none;
}
#footer a:hover{
	color:#666666;
	text-decoration:none;
}
#content {
	padding-right: 20px;
}
#content h1{
	padding:0px;
	margin:0px;
	display:inline;
	font-size: 17px;
	font-weight: normal;
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#menu li {
	margin-bottom: 10px;
}
#menu a{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
#menu a:hover{
	color: #000000;
	padding-left:5px;
}
#quantity img{cursor:pointer}
#quantity input{width:34px; border:solid 1px #999999; color:#666666}
.price{
	color: #000000;
}
#more {
border-bottom:1px solid #EEEEEE;
height:27px;
line-height:27px;
margin:0 0 18px;
}
#title {
	border-bottom:1px solid #EEEEEE;
	height:27px;
	line-height:27px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 30px;
}
.productItem {list-style:none;
vertical-align:top;
padding-bottom:10px}
.productItem h5 {
	padding:0px;
	margin:5px 0 0 0;
	font-size:12px;
	font-weight: normal;
}
.productItem h5 a{
	text-decoration:none;
}
.productItem h5 a:hover{
text-decoration:underline}
#searchBox{
margin-top:120px;
}
#search input{
	padding:2px;
	color:#999999;
	border:solid 1px #c8c7c7;
	height: 14px;
	font-size: 10px;
	margin-right:4px;
	width:150px;
}
#heading{
font-size:17px;
font-weight:normal;
margin:0;
padding:0;
border-bottom:1px solid #bfbfbf;
height:27px;
line-height:27px;
width:100%;
display:block;
}
#quote {padding:8px; border:solid 1px #bfbfbf; font-size:12px; margin-top:8px}
#content input, #content select, #content textarea {border:solid 1px #999999; color:#666666; font-size:11px; padding:4px}
#required {font-size:10px}
.image img{
/*	border:solid 1px #CCCCCC
*/
	width: 150px;
	margin-bottom: 10px;
}

.smlIMG {
	text-align: center;
}

ul.productfeaturelist {
	padding-left: 10px;
}

.rightCol {
	border-left: 1px solid #999999;
}

td#featureIMG img {
	width: auto;
	height: 150px;
}
