/* @override http://192.168.0.189:294/style.css */

/* Tech House */

/* Global Styles */

* {
	padding: 0;
	margin: 0;
}

body {
	color: #666;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #ebebeb;
	text-align: center;
}

p, #content ul, #content ol, #content dl {
	margin-bottom: 16px;
}

#content ul li {
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat left 6px;
	padding-left: 14px;
	padding-bottom: 4px;
}

#content ol li {
	list-style-type: none;
	padding-bottom: 4px;
}

#content ol li span {
	display: block;
	float: left;
	width: 25px;
	color: #3d85c5;
}

a {
	color: #3d85c5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	display: block;
}

/* Sections */

.wrap {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#foot {
	width: 100%;
	background: #ebebeb;
	height: 65px;
	float: left;
}

/* @group head */

#head {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 82px;
}

#head h1 a {
	display: block;
	width: 192px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	top: 21px;
	left: 0;
}

#head h2 a {
	display: block;
	width: 186px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/iso.gif) no-repeat;
	position: absolute;
	top: 28px;
	right: 23px;
}

#head h2 a:hover {
	background-position: 0 -22px;
}



/* @end */

/* @group nav */

#nav {
	border-top: 3px solid #8a96cb;
	
	height: 71px;
	color: #fff;
	background: #3d85c5 url(images/nav.gif) repeat-x;
}

#nav ul li {
	float: left;
	display: block;
}

#nav ul li a {
	height: 68px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#nav ul li#about a {
	background: #fff url(images/nav_about.gif) no-repeat;
	width: 163px;
}

#nav ul li#sectors a {
	background: #fff url(images/nav_sectors.gif) no-repeat;
	width: 172px;
}

#nav ul li#products a {
	width: 200px;
	background: #fff url(images/nav_products.gif) no-repeat;
}

#nav ul li#recruit a {
	background: #fff url(images/nav_recruitment.gif) no-repeat;
	width: 135px;
}

#nav ul li#contact a {
	background: #fff url(images/nav_contact.gif) no-repeat;
	width: 124px;
}

#nav ul li#about a:hover, #nav ul li#sectors a:hover, #nav ul li#products a:hover, #nav ul li#recruit a:hover, #nav ul li#contact a:hover {
	background-position: 0 -68px;
	position: relative;
	left: -1px;
	height: 68px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #fff;
}

#nav ul li#about a.selected, #nav ul li#sectors a.selected, #nav ul li#products a.selected, #nav ul li#recruit a.selected, #nav ul li#contact a.selected {
	position: relative;
	left: -1px;
	height: 68px;
	background-position: 0 -68px;
	border-bottom: 3px solid #fff;
}

/* @end */

/* @group page */

#page {
	width: 100%;
	float: left;
	background-color: #fff;
}

#left {
	display: inline;
	width: 168px;
	float: left;
	padding-top: 56px;
	padding-bottom: 20px;
}

#content {
	display: inline;
	float: left;
	width: 420px;
	padding: 20px 25px;
}

#right {
	display: inline;
	float: left;
	width: 168px;
	padding-top: 58px;
	padding-bottom: 20px;
}

/* @end */

/* @group left */

#left ul {
	list-style: none;
	padding-top: 1px;
	background: none;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

#left ul li {
	font-size: 10px;
	line-height: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
	background: url(images/dots.gif) repeat-x 0 bottom;
	padding-left: 0;
}

#left ul li a {
	background: url(images/arrow_blue.gif) no-repeat 7px 3px;
	padding-left: 18px;
	color: #666;
	display: block;
	line-height: 12px;
}

#left ul.pdf li a {
	background: url(images/pdf.gif) no-repeat 5px 0;
	color: #666;
	display: block;
	line-height: 13px;
	height: 28px;
	padding-left: 30px;
	padding-top: 1px;
}

#left ul.pdf li a:hover {
	background: url(images/pdf.gif) no-repeat 5px 0;
	text-decoration: underline;
}

#left ul.multimap li a {
	padding-left: 26px;
	background: url(images/mm.gif) no-repeat 6px 2px;
}

#left ul.multimap li a:hover {
	background: url(images/mm.gif) no-repeat 6px 2px;
	padding-left: 26px;
	text-decoration: underline;
}

#left ul li a:hover, #left ul li a.selected {
	background: url(images/arrow_purple.gif) no-repeat 7px 3px;
}

#left ul li a.selected {
	color: #3d85c5;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow_blue.gif) no-repeat 7px 3px;
}

#left h4 {
	color: #3d85c5;
	font-weight: bold;
	padding-left: 6px;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 1px;
	margin-bottom: 4px;
	font-size: 11px;
}

#left p {
	font-size: 10px;
	padding-left: 6px;
}

/* @end */

/* @group right */

.box {
	background: #8a96cb url(images/box.gif) no-repeat 0 bottom;
	color: #fff;
	font-size: 10px;
	padding-bottom: 12px;
}

.box h3 {
	background: url(images/header.gif) no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-right: 10px;
	font-size: 12px;
}

.box p {
	padding: 6px 10px 14px;
}

.box ul {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

.box ul li {
	background-image: none;
}

.box a {
	color: #fff;
	text-decoration: underline;
}

.box a:hover {
	color: #fff;
	text-decoration: none;
}

#right ul.pdf {
	list-style: none;
	padding-top: 10px;
	background: none;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

#right ul.pdf li {
	font-size: 10px;
	line-height: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
	background: url(images/dots.gif) repeat-x 0 bottom;
	padding-left: 0;
}

#right ul.pdf li a {
	background: url(images/arrow_blue.gif) no-repeat 7px 3px;
	padding-left: 18px;
	color: #666;
	display: block;
	line-height: 12px;
}

#right ul.pdf li a {
	background: url(images/pdf.gif) no-repeat 5px 0;
	color: #666;
	display: block;
	line-height: 13px;
	height: 28px;
	padding-left: 30px;
	padding-top: 1px;
}

#right ul.pdf li a:hover {
	background: url(images/pdf.gif) no-repeat 5px 0;
	text-decoration: underline;
}



/* @end */

/* @group content */

#content h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
	_margin-bottom: 6px;
}

#content h2 {
	font-size: 11px;
	padding-bottom: 4px;
}

#content h3 {
	font-size: 11px;
	color: #8a96cb;
	padding-bottom: 4px;
}

#content img.banner {
	margin-bottom: 15px;
}

#content p.lead {
	font-size: 13px;
	line-height: 18px;
}

/* @end */

/* @group foot */

#foot .wrap {
	padding-top: 14px;
}

#foot p {
	color: #606060;
	margin-bottom: 0;
}

#foot p#links, #foot p#links a {
	color: #989898;
	line-height: 10px;
}

#foot a.cisco {
	background: url(images/foot_cisco.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 47px;
	height: 36px;
	position: absolute;
	top: 12px;
	right: 50px;
}

#foot a.recycle {
	background: url(images/foot_recycle.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 37px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 14px;
}

/* @end */

/* @group home */

#home #left {
	display: inline;
	width: 490px;
	float: left;
	padding-top: 36px;
	padding-bottom: 0;
}

#home #left h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url(images/h1_home.gif) no-repeat;
	height: 29px;
}

#home #left p {
	font-size: 13px;
	line-height: 19px;
	padding-left: 0;
	width: 450px;
}

#home #right {
	display: inline;
	float: left;
	width: 316px;
	padding-top: 44px;
	padding-bottom: 0;
}

#home #right h2 {
	font-size: 13px;
	margin-bottom: 0;
}

#home #right .cabling a, #home #right .weee a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 98px;
	height: 20px;
	position: absolute;
	top: 67px;
}

#home #right .cabling {
	background: url(images/home_cabelling.gif) no-repeat;
	height: 110px;
	padding-left: 100px;
	position: relative;
	margin-bottom: 16px;
	margin-left: 8px;
}

#home #right .cabling h2 {
	color: #3d85c5;
}

#home #right .cabling a {
	background: url(images/btn_service.gif) no-repeat;
}

#home #right .cabling a:hover {
	background-position: 0 -20px;
}

#home #right .weee {
	background: url(images/home_weee.gif) no-repeat;
	height: 110px;
	padding-left: 100px;
	position: relative;
	margin-left: 8px;
}

#home #right .weee h2 {
	color: #8a96cb;
}

#home #right .weee a {
	background: url(images/btn_service.gif) no-repeat 0 -20px;
}

#home #right .weee a:hover {
	background-position: 0 0px;
}

#home #right .weee a.calc {
	background: url(images/btn_calc.gif) no-repeat 0 -20px;
	position: absolute;
	left: 204px;
	width: 86px;
}

#home #right .weee a.calc:hover {
	background-position: 0 0px;
}

#home #right .corrado {
	border-top: 4px solid #f2f2f2;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 14px;
	margin-top: 18px;
}

#home #right .corrado h3 {
	font-size: 12px;
}



/* @end */

/* @group h1 */

h1.specialist {
	background: url(images/h1_specialist.gif) no-repeat;
	height: 27px;
}

h1.products {
	background: url(images/h1_products.gif) no-repeat;
	height: 27px;
}

h1.cabling {
	background: url(images/h1_cabling.gif) no-repeat;
	height: 27px;
}

h1.weee {
	background: url(images/h1_weee.gif) no-repeat;
	height: 27px;
}

h1.weeecalc {
	background: url(images/h1_weee_calc.gif) no-repeat;
	height: 27px;
}

h1.iso {
	background: url(images/h1_iso.gif) no-repeat;
	height: 27px;
}

h1.standards {
	background: url(images/h1_standards.gif) no-repeat;
	height: 27px;
}

h1.about {
	background: url(images/h1_about.gif) no-repeat;
	height: 27px;
}

h1.why {
	background: url(images/h1_why.gif) no-repeat;
	height: 27px;
}

h1.sectors {
	background: url(images/h1_sectors.gif) no-repeat;
	height: 27px;
}

h1.recruit {
	background: url(images/h1_recruit.gif) no-repeat;
	height: 27px;
}

h1.contact {
	background: url(images/h1_contact.gif) no-repeat;
	height: 27px;
}

h1.commercial {
	background: url(images/h1_sector_commercial.gif) no-repeat;
	height: 27px;
}

h1.emergency {
	background: url(images/h1_sector_emergency.gif) no-repeat;
	height: 27px;
}

h1.government {
	background: url(images/h1_sector_government.gif) no-repeat;
	height: 27px;
}

h1.education {
	background: url(images/h1_sector_education.gif) no-repeat;
	height: 27px;
}

/* @end */

/* @group sectors */

#content dl {
}

#content dl dt {
	font-size: 10px;
	float: left;
	display: block;
	text-align: right;
	width: 100px;
	color: #3d85c5;
}

#content dl dd {
	font-size: 11px;
	display: block;
	padding-left: 110px;
	margin-bottom: 3px;
}

#content dl dd.client {
	font-size: 12px;
	font-weight: bold;
}

#content blockquote {
	background: url(images/quote_open.gif) no-repeat 2px 2px;
	padding-left: 20px;
}

#content blockquote p {
	background: url(images/quote_close.gif) no-repeat 386px bottom;
	padding-right: 14px;
}

#content blockquote p em {
	font-size: 10px;
	display: block;
	margin-top: 5px;
}

/* @end */

#calc fieldset {
	width: 420px;
	border: none;
	clear: both;
	position: relative;
}

#calc fieldset.disclamer {
	font-size: 10px;
	color: #aaa;
}

#calc .label {
	width: 306px;
	margin-right: 10px;
	display: inline;
	float: left;
	padding-bottom: 12px;
}

#calc .label2 {
	width: 50px;
	margin-right: 10px;
	display: inline;
	float: left;
	padding-bottom: 12px;
}

#calc .input {
	width: 30px;
	display: inline;
	float: left;
}

#calc span.label, #calc span.input {
	font-weight: bold;
}

#Label12 {
	font-weight: bold;
}

span#total {
	clear: both;
	display: block;
	margin-top: 10px;
	font-size: 18px;
	padding-bottom: 10px;
}

input#chkSurcharge {
	margin-right: 4px;
}

form#calc {
	padding-top: 6px;
	float: left;
	display: inline;
}

form#calc select {
	margin-bottom: 12px;
}

form#calc em {
	visibility: hidden;
	color: #b50000;
	position: absolute;
	top: 0;
	right: 0;
}

input#btnCalculate {
	margin-top: 10px;
}

.error {
	color: #b50000;
	float: left;
	clear: both;
	padding-bottom: 10px;
}


