body {
	margin: 0px;
	margin-top: 32px;
	background: #3B4853 url(img/tech_bg_1.png) repeat-x 0px 32px;
	color: #21252C; /* dark blue */
	font-size: 12px;
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	color: #3B4853;	
}
	
	

img { 
	border: 0;
	padding: 0;
	margin: 0;
}

#overtop { height: 0px; }
#topbanner {
	background: transparent url(img/tech_header_1.jpg) no-repeat 0 0;
	width: 950px;
	height: 200px;
	text-align: left !important;
}

#main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
}
#top:before { 
	content: ""; 
	display: block;
	position: absolute;
	margin-left: -21px;
	height: 524px; 
	width: 21px; 
	background: transparent url(img/tech_shadow_l_1.png) no-repeat 0 0;
}
#top:after { 
	content: ""; 
	display: block;
	position: absolute;
	margin-top: -200px;
	margin-left: 950px;
	height: 524px; 
	width: 21px; 
	background: transparent url(img/tech_shadow_r_1.png) no-repeat 0 0;
}
#top-left {
	width: 207px;
	display: block;
	position: absolute;
	z-index: 0;
}
#top-logo {
	float: left;
	width: 205px;
	background-color: #3B4853;
}
#top-left .divider {
	display: block;
	height: 524px; 
	width: 1px;
	float: left;
	background: url(img/tech_side_divider_1.png) no-repeat;
}

.coll {
	width:195px;
	margin: -75px 1px 0px 1px;
	border: 5px solid #3B4853;
	background-color: #3B4853;
	color: #DDE3E8;
	position:absolute;
}

.coll a {
		color: #C3F400; /* lime green */
}

.coll a:hover {
	color: #637D13;
}

#leftmenu {
	padding-top: 45px;
	margin-bottom: 10px;
	background-position: -5px 0px !important;
}

.menuitem {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background: url(img/tech_menu_fade_1.png) 0 100% no-repeat;
	padding: 2px 5px;
	height: 16px;
	margin-left: 10px;
}

#shopcart {
	width: 177px !important;
	height: 150px !important;
	background-color: white;
	color: black;
}

.colr {
	vertical-align: top;
	width: 743px;
	float: right;
}

#box-logged {
	height: 34px;
	line-height: 34px;
	color: #ddd;
	font-size: 14px;
	padding-left: 15px;
}
#box-logged a {
	color: #ddd;
}
#box-logged a:hover {
	color: #fff;	
}


#conboxtop {
	height: 10px;
	background-color: #5f6a7e;	
}

#conboxbottom { display: none; }
#conbox {	
	background: #dce2e7;
	width: 733px;
	padding: 5px;
	float: left;
}

#bottom {
	background: #5F6A7E url(img/tech_bottom_bg_1.png) repeat-x;
	border-left: 1px solid #dce2e7;
	border-right: 1px solid #dce2e7;
	padding: 10px 20px 3px;
	font-size: 10px;
	float: right;
	width: 701px;
	text-align: center;
	color: #DDE3E8;
}

#bottom a {
		color: #C3F400; /* lime green */
}

#bottom a:hover {
	color: #637D13;
}

#belowbottom, #belowbottom2 { display: none; }

#noscript {
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 1000;
	background-color: #21252C;
	width: 100%;
	height: 100%;
	opacity: 0.90;
}

#noscriptbox {
	width: 720px;
	border: 0px ;
	padding: 0px;
	margin: 0px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: white;
}

h2 {
	color: #c00;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 15px;
	margin: 10px 20px;
	border-bottom: 3px dotted #C3F400;	
}


