body {
	/*background: url(../images/bg_outter.jpg) no-repeat 50% 0% #000;*/
	background-color: #fff;
}
body, ul, p, h2, h3, h4, h5, form, table, tr, td, textarea {
	margin: 0;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
p {
	margin-bottom: 5px;
}
a img {
	border: none;
	}	
input, select, textarea {
	border: 1px solid #000;
	margin: 4px 0;
	padding: 2px;
	}
	
form div.row {
  clear: both;
  padding-top: 0;
  }

form div.row span.label {
  float: left;
  width: 62px;
  text-align: right;
  line-height: 30px;
  }

form div.row span.formw {
	float: right;
	width: 320px;
	text-align: left;
  } 
  
h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	}
	
h3 {
	font-weight: bold;
	}
.testimonial {
	padding-top: 10px;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}
.author {
	text-align: right;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 775px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #fff;
	}
	
#container {
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	}
	
#header {
	position: relative;
	height: 110px;
	border-bottom: 1px solid #666;
	background-color: #fff;
	}
#header h1 {
	border: none;	
}
#header #logo {
	position: absolute;
	left: -24px;
	top: 4px;
	z-index: 100;
	width: 293px;
	height: 95px;
	background:url(../images/logo.png) top left no-repeat;
	}
	
#header #logo_small {
	position: absolute;
	left: -8px;
	top: 2px;
	z-index: 100;
	width: 266px;
	height: 86px;
	background:url(../images/logo_small.png) top left no-repeat;
	}
	
#header #cart {
	position: absolute;
	right: 12px;
	bottom: 32px;
	font-size: 10px;
	color: #999;
	}
	
#header #menu {
	text-align: right;
	position: absolute;
	bottom: 5px;
	width: 100%;
	}

#header ul {
	list-style: none;
	}

#header li {
	display: inline;
}


#header li a, #header li a:visited {
	display: inline;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header li a:hover {
	color: #C4081A;
 }

#home #header li a.home,
#about #header li a.about,
#specs #header li a.specs,
#contact #header li a.contact, 
#testimonials #header li a.testimonials {
	color: #007ec6;
	}
	
#content.divide {
	background: url(../images/bg_divider.gif) top center repeat-y;
}

#content a, #content a:visited {
	text-decoration: none;
	color: #007ec6;
	}
#other #content ul {
	list-style-image: url(../images/bullet_white.gif);
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content ul {
	list-style-image: url(../images/bullet_blk.gif);
	margin-left: 30px;
	margin-bottom: 4px;
	margin-right: 30px;
}

#content li {
	padding-top: 2px;
}

#content .row {
	width: 100%;
	overflow: auto;
}

#content .leftcol {
	width: 386px;
	float: left;
}
#content .leftcol p {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}

#content .rightcol {
	width: 386px;
	float: right;
	}

#content .rightcol h2, #content .rightcol p, #content .rightcol h3 {
	/*padding-bottom: 5px;*/
	padding-left: 12px;
	padding-right: 12px;
}

#content .rightcol .buybox p {
	padding-left: 13px;
}

#buynow {
	margin-top: 70px;
	color: #000;
	}
	
#footer {
	position: relative;
	color: #666;
	padding-right: 12px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	line-height: 27px;
	clear: both;
	height: 80px;
/*	background: url(../images/cclogos.gif) 55% 50% no-repeat; */
	text-align: center;
	font-size: 10px;
	}
	
/* #footer #links {
	position: absolute;
	left: 12px;
	top: 0;
	color: #c00;
	} */

/* #footer #links a, #footer #links a:visited, #header a, #header a:visited {
	color: #666;
	text-decoration: none;
	}
*/
#footer a, #footer a:visited, #header a, #header a:visited {
	color: #666;
	text-decoration: none;
	}

#footer a:hover{
	text-decoration: underline;
	}

#wrapper #container #header #contactbox {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #333;
}

#contactbox a, #contactbox a:visited {
	text-decoration: none;
	color: #0B69BA;
	}
#wrapper #container #header #tagline {
	padding-top: 0;
	padding: 0;
	margin: 0;
	margin-left: 280px;
	font: bold 26px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #container #header #subtagline {
	margin-left: 280px;
	font: normal 15px Arial, Helvetica, sans-serif;
}
#wrapper #container #content .row .leftcol #testimonial {
	font-size: 13px;
	padding-top: 20px;
}
#wrapper #container #content .row .leftcol #author {
	font-size: 13px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}
.highlight {
	font-weight: bold;
	color: #0B69BA;
	}
sup {
	font-weight: normal;
	font-size: 65%;
	}
	
/* PRODUCT SPECS PAGE STYLES */
.categoryrow .description span.moreinfo, .categoryrow .description a.moreinfo { display: none; }
#description span { display: none; }
#description span.moreinfo { 
	display: block;
	width: 170px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eaeaea;
	margin: 0 auto;
	margin-top: 20px;
}
.row .box {
	width: 341px;
	border: 1px solid #ccc;
	position: relative;
	padding-bottom: 5px;
	margin: 16px 0;
}
.row .box div {
	position: absolute;
	width: 338px;
	right: 2px;
	bottom: 5px;
	text-align: center;
	height: 110px;
}
.row .box h4 {
	color: #fff;
	background-color: #333;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 12px;
	margin-bottom: 5px;
}
.row .box p {
	margin-left: 12px;
	/*padding: 3px 0;*/
}
.row h5 {
	background-color: #000;
	color: #fff;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 12px;
}

/* AUXILIARY PAGE STYLES */
#other #content {
	padding: 20px;
	padding-right: 40px;
	position: relative;
}
#other #content #cart {
	position: absolute;
	bottom: 35px;
	right: 40px;
	width: 525px;
}
#other #content .heading {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 0;
	padding-bottom: 2px;
	position: relative;
}
#other #content div.toplink {
	position: absolute;
	top: 11px;
	right: 0;
	width: 100px;
	text-align: right;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#other #content p {
	padding-bottom: 5px;
}
#buynowbox {
	position: absolute;
	width: 386px;
	height: 188px;
	opacity: 0.9;
	background-color: #333;
	color: #fff;
	visibility: hidden;
}
#buynowbox td {
	font-size: 11px;
	text-align: center;
}
#buynowbox div {
	padding-top: 15px;
}

.leftcol p {
	font-size: 12px;
}

.style1 {font-size: 20px}

.cwItemRow {
	width: 720px;
	margin: 10px auto;
	overflow: auto;
}
.cwItem {
	width: 169px;
	padding-top: 10px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin: 0px 12px 10px 0px;
}
.cwItem img {
	margin-bottom: 5px;	
}
.cwItem p {
	margin: 0;
	padding: 0;
}
.cwItem a {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}
.cwItem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.cwItem .moreinfo {
	background-color: #c2c2c2;
	padding: 3px 0px;
}
#content .cwItem a:visited, #content .cwItem a {
	color: #000;	
}
#content .cwItem a:hover {
	color: #007ec6;
}
#content .cwItem a.moreinfo, #content .cwItem a.moreinfo:visited {
	text-decoration: none;
	color: #000;
	display: block;
	margin-top: 6px;
	padding: 3px 0;
	background-color: #c2c2c2;
}
.upsellItem {
	text-align: center;
	width: 200px;
	float: left;
	margin: 0px 10px 0px 0px;
}
#tableProductDetails ul {
	list-style: disc;
	list-style-image: none;
}
#tableProductDetails h1 {
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
#tableProductDetails h2 {
	color: #333;
	font-size: 12px;
}
#tableProductDetails p.description {
	line-height: 16px;
	font-size: 12px;
}
#categorybar {
	border: 1px solid #ccc;
	padding: 5px;
	width: 705px;
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
#categorybar a, #categorybar a:visited {
	color: #333;	
}
#categorybar a:hover {
	color: #BF2A22;	
}
.categoryrow {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}
.categoryrow .description {
	margin-left: 37%;
}
.categoryrow .description span {
	display: block;
	width: 170px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eaeaea;
	margin: 0 auto;
	margin-top: 20px;
}
#content a.category_link, #content a.category_link:visited {
	color: #000;	
}
#content a.category_link:hover .categoryrow {
	border-color: #666;
}
#content a.fadeNext {
	display: block;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	margin-top: 15px;
	text-align: right;
	color: #666;
}
#content a.fadeNext:hover {
	border-color: #666;
	color: #333;
}
.fader {
	margin-bottom: 15px;	
}
.fader h2 {
	margin-top: 15px;	
}
.sale {
	color: #f00;	
}
.testimonials p {
	font-size: 12px;	
}
.testimonials .author {
	font-weight: bold;
	text-align: right;
	margin-top: 0;
}
.testimonials .author span {
	font-weight: normal;	
}
.testimonials p {
	margin-top: 25px;	
}
.fader table {
	border-collapse: collapse;	
	border: 1px solid #666;
}
.fader table td {
	border: 1px solid #666;	
	padding: 2px;
}