/* @group structure */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

body {
	color: #333;
	background: #f5f5f5 url(images/body.png) repeat-x;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

body.printable {
	color: black;
	background-color: white;
	background-image: none;
	padding: 20px;
}

body.printable h1 {
	color: #2d4c8e;
	font-size: 16px;
	margin-bottom: 12px;
}

strong, b, i, h1, h2, h3, h4, h5, h6, th {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 1px;
}

caption, td {
	font-weight: normal;
}

td {
	padding: 2px;
	vertical-align: top;
}

a {
	color: #cc0000;
}

textarea {
	width: 100%;
}

hr {
	color: #eee;
	height: 1px;
	background-color: #eee;
	margin: 20px 0;
	padding: 0;
	border-style: none;
}

#c-wrap {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	background: white url(images/wrap.png) repeat-y left;
	overflow: hidden;
	margin-top: 151px;
}

#c-center {
	width: 705px;
	float: left;
	padding: 10px 15px 30px;
}

#c-right {
	width: 261px;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
}

#c-footer {
	clear: both;
	background: #2d4c8e url(images/footer.png) repeat-x left 34px;
}

#c-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 151px;
	overflow: hidden;
}

#c-header div.wrap {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/* @end */

/* @group header */

/* @group logo */

#c-header div.logo {
	position: absolute;
	top: 13px;
	left: 0;
}

#c-header div.chat h3, #c-header div.service h3, #c-header div.works h3 {
	color: #2d4c8e;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 4px;
}

#c-header div.chat p, #c-header div.service p, #c-header div.works p {
	margin-bottom: 4px;
}

#c-header div.chat a, #c-header div.works a {
	font-size: 12px;
}

/* @end */

/* @group chat */

#c-header div.chat {
	position: absolute;
	top: 0px;
	left: 279px;
	background: url(images/header-chat.png) no-repeat left top;
	padding-left: 58px;
	width: 185px;
	text-align: center;
	font-size: 11px;
}



/* @end */

/* @group service */

#c-header div.service {
	position: absolute;
	top: 0px;
	left: 522px;
	background: url(images/header-service.png) no-repeat left top;
	padding-left: 58px;
	width: 177px;
	text-align: center;
	font-size: 11px;
}

#c-header div.service h4 {
	color: #cc0000;
	font-size: 13px;
	margin-bottom: 4px;
}


/* @end */

/* @group works */

#c-header div.works {
	position: absolute;
	top: 0px;
	left: 757px;
	background: url(images/header-service.png) no-repeat left top;
	padding-left: 58px;
	width: 185px;
	text-align: center;
	font-size: 11px;
}


/* @end */

/* @group primary */

#c-header div.primary {
	position: absolute;
	top: 87px;
	left: 0;
}

#c-header div.primary li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	background: url(images/header-tab-off.png) no-repeat;
}

#c-header div.primary li a {
	float: left;
	color: white;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	background: url(images/tab-corner.png) no-repeat right top;
}

#c-header div.primary li a:hover {
	color: yellow;
}

#c-header div.primary li.active {
	background: url(images/header-tab-on.png) no-repeat;
	font-size: 14px;
}

#c-header div.primary li.active a {
	background: url(images/tab-corner.png) no-repeat right -2px;
	padding-left: 14px;
	padding-right: 14px;
}



/* @end */

/* @group tertiary */

#c-header div.tertiary {
	position: absolute;
	top: 117px;
	left: 0;
	background: url(images/tertiary.png) repeat-x;
	width: 100%;
	height: 34px;
	font-size: 13px;
}

#c-header div.tertiary ul {
	padding-top: 5px;
}

#c-header div.tertiary ul.left {
	float: left;
}

#c-header div.tertiary ul.right {
	float: right;
	background: url(images/tab-corner.png) no-repeat right -2px;
}

#c-header div.tertiary li {
	float: left;
	line-height: 23px;
}

#c-header div.tertiary li a {
	float: left;
	color: white;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	border-left: 1px solid #9ac0e9;
}

#c-header div.tertiary li a:hover {
	color: yellow;
}

#c-header div.tertiary ul li:first-child a {
	border-left: none;
}



/* @end */



/* @end */

/* @group right */

#c-right h3 {
	color: #2d4c8e;
	font-size: 16px;
	text-indent: 16px;
	line-height: 40px;
}

#c-right p {
	margin-left: 16px;
	margin-right: 16px;
}

#c-right a {
	color: #333;
	text-decoration: none;
	display: block;
}

#c-right a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* @group region */

#c-right div.region {
	background: url(images/right-region.png) no-repeat;
	width: 245px;
	height: 96px;
	margin-bottom: 10px;
}

#c-right div.region h3 {
	line-height: 46px;
}

#c-right div.region select {
	width: 100%;
	margin-top: 12px;
}



/* @end */

/* @group product */

#c-right div.product {
	background: url(images/right-product.png) no-repeat;
	width: 245px;
	height: 103px;
	margin-bottom: 10px;
}

#c-right div.product h3 {
	line-height: 52px;
}

#c-right div.product select {
	width: 100%;
	margin-top: 12px;
}



/* @end */

/* @group support */

#c-right div.support {
	background: url(images/right-support.png) no-repeat;
	width: 245px;
	height: 196px;
	margin-bottom: 10px;
}

#c-right div.support p {
	margin-left: 90px;
	margin-top: 10px;
}

#c-right div.support h4 {
	font-size: 18px;
	color: #cc0000;
	text-align: center;
	margin-top: 12px;
}

#c-right div.support h5 {
	font-size: 14px;
	color: #cc0000;
	margin-top: 17px;
	text-align: center;
}

#c-right div.support h5 a {
	margin-right: 8px;
	display: inline;
	color: #2d4c8e;
	text-decoration: underline;
}



/* @end */

/* @group works */

#c-right div.works {
	background: url(images/right-works.png) no-repeat;
	width: 245px;
	height: 134px;
	margin-bottom: 10px;
}

#c-right div.works p {
	margin-left: 95px;
	margin-top: 10px;
}



/* @end */

/* @group faq */

#c-right div.faq {
	background: url(images/right-faq.png) no-repeat;
	width: 245px;
	height: 134px;
	margin-bottom: 10px;
}

#c-right div.faq p {
	margin-left: 95px;
	margin-top: 10px;
}



/* @end */

/* @group installer */

#c-right div.installer {
	background: url(images/right-installer.png) no-repeat;
	width: 245px;
	height: 134px;
}

#c-right div.installer p {
	margin-left: 95px;
	margin-top: 10px;
}



/* @end */



/* @end */

/* @group main */

#c-center p {
	margin-bottom: 12px;
}

#c-center h1 {
	color: #2d4c8e;
	font-size: 16px;
	margin-bottom: 12px;
}

#c-center h2 {
	color: #cc0000;
	font-size: 16px;
	margin-bottom: 12px;
}

#c-center ul {
	list-style-type: disc;
	margin: 8px 0 12px 10px;
}

#c-center li {
	margin-left: 10px;
	margin-bottom: 6px;
}

#c-center a {
	
}


/* @group top */

#c-top {
	background: url(images/home-intro.jpg) no-repeat;
	width: 996px;
	height: 182px;
	color: white;
	font-size: 11px;
}

#c-top h1 {
	font-size: 16px;
	margin-left: 565px;
	padding-top: 18px;
	padding-bottom: 12px;
}

#c-top ul {
	margin-left: 568px;
}

#c-top li {
	margin: 0 0 2px;
	padding: 0 8px 0 15px;
	background: url(images/dot-blue-white.png) no-repeat left center;
}



/* @end */

/* @group arrange */

#c-center div.arrange {
	background: url(images/home-arrange.png) no-repeat;
	overflow: hidden;
	width: 704px;
	height: 323px;
	margin-bottom: 12px;
	position: relative;
}

#c-center div.arrange h2 {
	color: #2d4c8e;
	font-size: 16px;
	text-indent: 16px;
	padding-top: 12px;
	padding-bottom: 30px;
	margin: 0;
}

#c-center div.arrange p {
	margin-left: 183px;
	font-size: 14px;
}

#c-center div.arrange h3 {
	padding-bottom: 12px;
	font-size: 14px;
	color: #2d4c8e;
	padding-top: 6px;
	margin: 0 0 0 183px;
}

#c-center div.arrange ul {
	font-size: 14px;
	color: #cc0000;
	margin: 12px 0 0 183px;
	list-style-type: none;
}

#c-center div.arrange ul li {
	width: 160px;
	float: left;
	background: url(images/dot-grey-red.png) no-repeat left center;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 13px;
	margin: 0;
}

#c-center div.arrange ul li a {
	text-decoration: none;
}

#c-center div.arrange ul li a:hover {
	text-decoration: underline;
}

#c-center div.arrange div.map {
	position: absolute;
	top: 69px;
	left: 23px;
	background: url(images/uk-map.png) no-repeat;
}

#c-center div.arrange ul.bullets {
	font-size: 12px;
}

#c-center div.arrange ul.bullets li {
	width: auto;
	float: none;
}



/* @end */

/* @group join */

#c-center div.join {
	background: url(images/box-stretch.png) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

#c-center div.join div.content {
	background: url(images/box-stretch.png) no-repeat left top;
	padding: 15px 15px 0;
}

#c-center div.join h2 {
	color: #2d4c8e;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px solid #eaeae9;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
}



/* @end */

/* @group products */

#c-center div.products {
	width: 704px;
	background: url(images/home-products.png) no-repeat right bottom;
	padding-bottom: 20px;
}

#c-center div.products h2  {
	color: #2d4c8e;
	font-size: 16px;
	text-indent: 16px;
	background: url(images/home-products.png) no-repeat left top;
	margin: 0;
	padding: 13px 0 18px;
}

#c-center div.products div.item {
	background: url(images/home-products.png) no-repeat center top;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#c-center div.products div:first-child {
	background: url(images/home-products.png) no-repeat center bottom;
}

#c-center div.products div.item img {
	position: absolute;
	top: 10px;
	left: 23px;
}

#c-center div.products h3 {
	padding: 0;
	font-size: 14px;
	margin: 0 0 0 124px;
}

#c-center div.products h3 a {
	color: #2d4c8e;
	text-decoration: none;
}

#c-center div.products h3 a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#c-center div.products h4 {
	margin: 0 35px 0 0;
	padding: 0;
	float: right;
	font-size: 14px;
	color: #cc0000;
}

#c-center div.products p {
	margin: 0 30px 0 124px;
	padding: 10px 0 0;
}

.product-page-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group dealer-toolbar */

#dealer-toolbar {
	overflow: hidden;
	height: 110px;
	background: url(images/installer-toolbar.png) repeat-x 0 10px;
}

#dealer-toolbar ul {
	list-style-type: none;
}

#dealer-toolbar li {
	float: left;
	width: 126px;
	text-align: center;
}

#dealer-toolbar li a {
	display: block;
	text-decoration: none;
}

#dealer-toolbar li a:hover {
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group footer */

/* @group primary */

#c-footer div.primary {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
}

#c-footer div.primary ul {
	text-align: center;
	padding-top: 6px;
}

#c-footer div.primary li {
	display: inline;
}

#c-footer div.primary a {
	color: white;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #566ea3;
	line-height: 21px;
}

#c-footer div.primary a:hover {
	color: yellow;
}

#c-footer div.primary li:first-child a {
	border-left: none;
}



/* @end */

/* @group copyright */

#c-footer div.copyright {
	color: white;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* @end */

/* @group links */

#c-footer div.links {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	color: white;
	padding-bottom: 30px;
}

#c-footer div.links div.item {
	width: 248px;
	float: left;
	border-left: 1px solid #49649d;
}

#c-footer div.links div:first-child {
	border-left: none;
}

#c-footer div.links div.item h5 {
	margin-bottom: 6px;
	margin-left: 30px;
}

#c-footer div.links div.item ul {
	margin-left: 30px;
}

#c-footer div.links div.item li {
	background: url(images/dot-blue-white.png) no-repeat left center;
	padding-left: 15px;
}

#c-footer div.links div.item a {
	color: white;
	text-decoration: none;
}

#c-footer div.links div.item a:hover {
	color: yellow;
}

/* @end */



/* @end */

/* @group misc */

.inputbox {
	border: 1px solid silver;
}

.inputRequirement {
	color: #cc0000;
	font-size: 11px;
}

.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}

.messageStackSuccess {
	background-color: #99ff00;
}

table.infoBox {
	background-color: #e1e1e1;
}

tr.infoBoxContents {
	background: #f2f3f1 url(images/infoBoxContents.png) repeat-x;
}

tr.infoBoxContents .inputbox {
	width: 500px;
}

/* @group social-box */

#social-box {
	background: url(images/social-box.png) no-repeat;
	width: 130px;
	height: 114px;
	position: fixed;
	top: 10px;
	right: 10px;
}

/* Yuck, IE6*/
* html #social-box {  
	position: absolute;
	top: 10px;
	right: 10px;
}

#social-box div.twitter a {
	display: block;
	background-image: url(images/social-box-twitter.png);
	width: 102px;
	height: 46px;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	left: 13px;
}

#social-box div.facebook a {
	display: block;
	background-image: url(images/social-box-facebook.png);
	width: 102px;
	height: 39px;
	text-indent: -9999px;
	position: absolute;
	top: 62px;
	left: 13px;
}



/* @end */



/* @end */

