/* general layout */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #E5EFF4;
}
form {
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}
#header {
	overflow: auto;
	padding: 25px;
}
#masthead {
	border: 0px solid red;
	height: 66px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#dealer_button {
	background: url(/images/misc/dotted_line.gif) repeat-y top left;
	position: absolute;
	top: 11px;
	right: 0;
	height: 40px;
	padding-left: 18px;
	width: 123px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 105px;
}
html>body #dealer_button {
	width: 105px;
}
#nav_holder {
	position: absolute;
	top: 0;
	left: 165px;
	padding-top: 11px;
	width: 580px;
}

#nav { 
	height: 20px;
	width: 575px;
}
#nav ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#nav ul li {
	display: inline;
	margin-left: 17px;
	margin-right: 1px;
}
#nav2 {
	height: 12px;
	padding-top: 4px;
	width: 575px;
}
#nav2 ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#nav2 ul li {
	display: inline;
	margin-left: 17px;
	margin-right: 14px;
}
#utility_bar {
	clear: both; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 6px 0;
}
#search {
}
#search input.box {
	width: 160px;
}
#mini_cart {
	float: right;
	font-size: 11px;
	padding-top: 2px;
}
#body_wrapper {
	position: relative;
	clear: both;
	padding-bottom: 6px;
}
#main {
	margin-left: 32px;
	margin-right: 32px;
	height: 1%; /* 3px jog bug IE(win); see #sidebar */		
}
html>body #main {
	height: auto;
	margin-left: 232px;
}
.featured_text {
	color: #666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;			
}
#featured td {
	padding: 1em 0;
}
#clear {
	clear: both;
}
#footer {
	position: relative;
	background-color: #FFF;
}
#swatchline {
	background-color: #FFF;
	padding: 20px 0;
}
#copyright {
	color: #8C8C8C;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
	xposition: absolute;
	xleft: 25px;
	xtop: 87px;
}
#copyright a {
	color: #8C8C8C;
	text-decoration: none;
}
#copyright a:hover {
	color: #7FC0DA;
	text-decoration: underline;
}
#shop_now ul {
	margin: 0;
	padding: 0;
}
#shop_now ul li {
	list-style-type: none;
	margin: 0 0 3px 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	color: #666;
}

/* basic styles */
.saved_by_zero {
	margin: 0;
	padding: 0;
}
a:hover {
	color: #7FC0DA;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.fine_print {
	color: #8C8C8C;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.white {
	color: #FFF;
}
.red {
	color: #F00;
}
.breadcrumbs {
	display: inline;
}
h1 {
	color: #2F64AF;
}
.ct h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #8F969B;
	margin: 0;
	padding: 0;
}
.ct h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #8F969B;
	margin: 0;
	padding: 0;
}
.ct .fine_print {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #8F969B;
}

/* homepage style */

.category_list ul , .catalog_list ul {
	margin: 0;
	padding: 0;
}
.category_list ul li , .catalog_list ul li {
	line-height: 1em;
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	text-transform: lowercase;
}
.category_list ul li a, .catalog_list ul li a {
	color: #666;
	text-decoration: none;
}
.category_list ul li a:hover, .catalog_list ul li a:hover {
	color: #7FC0DA;
}

.module .ui-dialog-titlebar{
	display: none;
}

.module a{
	cursor: pointer;
}

.ui-widget-overlay {
	background: black;
	opacity: .4;
	filter: alpha(opacity=40);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#interstitial{
	background-color: white;
	padding: 12px;
}

#module {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 500px;
	height: 350px;
}

#modulefirst {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 313px;
	text-align: center;
}
#module h1 {
	margin-bottom: 10px;
}
