/* HTML Elements
----------------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Styles
----------------------------------------------------------- */

.strip {
	background: #fff;
	border-bottom: 4px solid #ebebeb;
	color: #000;
	padding: 0;
	width: 700px;
}

.strip-wide {
	background: #fff;
	border-bottom: 4px solid #ebebeb;
	color: #000;
	padding: 0;
	width: 700px;
}

.strip-full {
	background: #fff;
	border-bottom: 4px solid #ebebeb;
	color: #000;
	padding: 0;
	width: 700px;
}


.category-header {
	background: fff;
	margin: 0;
	padding: 0;
	width: 700px;
}

.category-header h2 {
	margin: 0;	
}
.category-header h2.hdn {
	margin: 0;	
}

.category-header .range-changer {
	display: none;
}


.intro {
	margin: 0 0 30px 0;
}


#news-content {
	float: right;
	width: 503px;
}


.product-specs h3.active {
	background-color: #74869c;
	border-top: 2px solid #74869c;
	border-right: 1px solid #74869c;
	border-left: 1px solid #74869c;
	color: #fff;
}

.product-specs table {	
	width: 700px;
}

.product-specs th, .product-specs td {
	background: #fff;
	border: 1px solid #74869c;
	color: #74869c;
}

.product-specs .specs-holder {
	display: block;
}


/* Reseller page stuff
----------------------------------------------------------- */

.resellertext {
	display: none;
}

#searchdemresellers {
	display: none;
}

.search-summary {
	display: none;
}

#hidden-reseller-details {
	display: block;
	font-size: 14px;
	padding: 20px 0;
}

#map {
	width: 700px;
	height: 500px;
}


#list-resellers {
	display: none;
}



/* Layout and Structure
----------------------------------------------------------- */

#container {
	margin: 0;
	display: inline;
	position: static;
}

#tools {
	display: none;
}

#header {	
	display: none;
}

#strip {	
	display: none;
}

#spotlight {	
	display: none;
}

#also-consider {
	display: none;
}

.content-spotlight #col-main {padding-bottom: 0;}

#bcrumbs {
	display: none;
}

#main {
	border:  none;
}

#col-main {
	padding: 0;
	display: inline;
	position: static;
}

#colside {
	display: none;
}

#footer {
	display: none;
}


#printheader {display:block;}
