/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 11px/1.3em Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote, a {
	margin: 0;
	padding: 0;	
	outline: none;
}

select, textarea, input {
	outline: none;
}

/* @end */

/* @group Sprites */

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(../images/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}



/* @group Buttons */

.buttons {
	margin-bottom: 20px;
}


/* @end */


/* @end */

/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* @end */

/* @group Sections */
.section,
.panel,
.pane,
.component,
.row {
	
	width: 100%;
}

.left {
	
}

.right {
	
}

.hide {
	display: none;
}


/* @end */

/* @group Accessibility */

.accessibility {
	display: none;
}



/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	margin-bottom: 8px;
}
h1, h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
h1 {
	font-size: 3.5em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.7em;
	line-height: 1.3em;

}

h3 {
	font-size: 1.5em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	color: #263645;
	margin-bottom: 1px;

}

h5 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */
blockquote {
	font-size: 1.4em;
	color: #263645;
	margin-bottom: 0.5em;
	
}
p {
	margin-bottom: 0.5em;
}


.copy .introduction {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* @end */

/* @group Lists */
ul.list,
ul.list li {
	list-style: none;
	
}

.copy ul,
.copy ol,
.copy dl {
	padding-left: 30px;
}

/* @end */

/* @group Forms */

.form {
	
	width: 100%;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */

.copy img,
.copy img.left {
	
	margin: 0 15px 10px 0;
}

.copy img.right {
	
	margin: 0 0 10px 15px;
}

.copy img.full {
	
	margin: 0 0 10px 0;
}

/* @end */

/* @group Pagination */
.pagination {
	padding: 20px 0 10px;
	width: 100%;
}

.pagination,
.pagination ul {
	width: 100%;
	
}

.main .pagination ul {
	padding-left: 0;
}
.pagination ul {
	list-style: none;
}

.pagination li {
	
	border-right: 1px solid #eee;
	padding: 0 3px;
}

.alphabet li {
	padding: 0 1px;
}

.pagination li.last {
	border-right: none;
}

.pagination strong, 
.pagination a, .pagination span {
	
	padding: 0 0.3em;
	color: #f5822b;
}

.pagination strong {
	color: #263645;
}

.pagination a.next,
.pagination a.back  {
	color: #f5822b;
	display: block;
	padding: 0 13px 0 5px;
	border-right: none;
	/**/
	background: url(../images/icon_arrow_more.gif) no-repeat right 1px;	
}
.pagination a.back  {
	padding: 0 5px 0 13px;
	background: url(../images/icon_arrow_less.gif) no-repeat left 1px;	
}


.pagination span {
	
	width: 100%;
	display: block;
	padding: 0;
}

.pagination span a,
.pagination span span {
	clear: none;
	float: none;
	padding: 0 0.3em;
	border-right: 1px solid #eee;
	color: #f5822b;
	width: auto;
}

.pagination span span {
	color: #263645;
	font-weight: 700;
}


/* @end */

/* @group Downloads */
table.downloads {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	color: #ccc;
	clear: both;
	margin-top: 10px;
	width: 458px;
}

.downloads th,
.downloads td {
	padding: 5px ;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}


.downloads th img {
	margin: 0;
}


.downloads th.heading {
	border-left: none;
	border-top: none;
	width: 160px;
}


.downloads td {
	padding: 5px ;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}


.downloads td.heading {
	border-left: 1px solid #aaa;
	width: 160px;
}
.downloads td.heading a {
	color: #f5822b;
}
.downloads td.narrow {
	text-align: center;
	width: 20px
}

.downloads td.size {
	text-align: center;
	width: 70px
}

.downloads a.download {
	display: block;
	overflow: hidden;
	height: 0;
	width: 20px;
	padding: 20px 0 0 0;
	background: url(../images/icon_brochure.gif) no-repeat 0 0;
}

.downloads a.download:hover {
	background-position: -240px 0;
}

.downloads ul.helpbox {
	list-style: none;
	margin: 0;
	padding: 0;
}


.downloads ul.helpbox li {
	position: relative;
}

.downloads ul.helpbox li ul {
	position: absolute;
	background: #93a0ae;
	display: none;
	width: 180px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 25px; 
	list-style: none;
}

.downloads ul.helpbox li ul li {
	
	width: 180px;
	text-align: left;
	position: static;
	border-bottom: 1px solid #eee;
}

.downloads ul.helpbox li ul li a {
	
	color: #fff;
	width: 170px;
	padding:  5px;
}

.downloads ul.helpbox li ul li a:hover {
	background: #526171 !important;
	color: #fff !important;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Site Specific */

#container {
	width: 100%;
	
}

.container {
	width: 940px;
	margin: 0 auto;
}

.container .section {
	width: 100%;
	
}

/* @group Header */

#header {
	width: 100%;
	background: #fff;
	color: #848b92;
}

/* @group Logo */

.logo {
	width: 225px;
	height: 50px;
	padding-top: 25px;
	margin-bottom: 25px;
}

.logo a img {
	border: none;
	display: block;
}

/* @end */

/* @group Slogan */

.slogan {
	display: none;
}


/* @end */

/* @end */

/* @group Content */


#content {
	width: 100%;
}

/* @group Content Area */

#content-area {
	width: 100%;
}

/* @group Common */

/* @group Forms */

.input {
	width: 100%;
}

.form {
	margin-bottom: 20px;
	width: 100%;
}

.input,
.form .buttons {
	padding: 7px 0;
	/*border-bottom: 1px solid #eee;*/
}

.input label {
	
	width: 100%;
	margin-bottom: 5px;
	color: #263645;
}


.input label span{
	color: #f5822b;
}
select,
.textbox,
textarea {
	background: #eee;
	color: #263645;
	border: 1px solid #666;
	padding: 4px
}

select.wide {
	width: 360px;
}

.textbox,
textarea {
	width: 354px;
}


textarea {
	font: 1.05em/1.3em Arial, sans-serif;
}

.input .left input {
	margin-right: 5px;
}

.input .left,
.input .right {
	width: 210px;
	padding-right: 20px;	
}

.form input.narrow {
	width: 86px;
}

.form .input .area,
.form .input .or,
.form .input .length,
.form .input .width {
	
	width: 130px;
}


.form .area .textbox,
.form .length .textbox, 
.form .width .textbox {
	
}



.form .input .or {
	width: 30px;
	padding-top: 2em;
}

.form .input .unit {
	
	width: 20px;
	display: block;
	padding: 2px 0 0 5px;
	line-height: 20px;
}

/* @end */

.main {
	width: 100%;
	margin-bottom: 30px;
}

.main a {
	color: #f5822b;
}

.main .copy {
	width: 100%;
}

.main .copy ul.list,
.main .copy ul.list li {
	width: 100%;
	padding: 0;
	margin: 0;
	
}
.column-left,
.column-middle,
.column-right {
	width: 100%;
}

.component {
	margin-bottom: 20px;
}

.note {
	color: #f5822b;
}

.main a.more {
	background: url(../images/icon_arrow_more.gif) no-repeat 0 1px;
	padding-left: 10px;
}

/* @group Page Title */

.page-title {
	width: 100%;
}

.page-title table {
	margin: 0;
} 

.page-title td {
	vertical-align: bottom;
}

.page-title h1 {
	font: 3.3em "Arial Narrow", Arial, sans-serif;
	color: #000;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.page-title .bread-crumbs {
	vertical-align: bottom;
	color: #666;
}
.page-title .bread-crumbs a {
	color: #666;
}
.page-title .bread-crumbs span {
	color: #000;
}

/* @end */

/* @end */

/* @group Homepage */
.home #content-area {
	background-color: transparent;
}
.home #content {
	background: #fff url(../images/bg_content_home.gif) repeat-x 0 0;
}

.home #content-area .banner {
	padding-left: 20px;
}

.home .main {
	padding-left: 20px;
	width: 700px;
	margin: 0;
	background-color: transparent;
}

/* @group News */
.home .news {
	width: 220px;
	padding-right: 10px;
}

.home .news h2 {
	font-size: 1.4em;
	color: #263645;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 0 7px;
	margin: 0;
	border-bottom: 1px solid #d8e1eb;
}

.home .news-item {
	
	width: 220px;
	display: block;
	border-bottom: 1px solid #d8e1eb;
	padding: 9px 0;
	text-decoration: none;
	color: #848b92;
}

#listing .dateline,
.home .news-item .dateline {
	color: #848b92;
	display: block;
	margin-bottom: 3px;
}


#listing .details-wide .dateline {
	display: inline;
}

.home .news-item .title {
	color: #263645;
	display: block;
	font-size: 1.04em;
	line-height: 1.3em;
	margin-bottom: 3px;
}

.home .news-item:hover .title {
	color: #f5822b;
}

.home .more .title {
	margin-bottom: 0;
}

/* @end */

/* @group Spotlights */

.home .spotlights {
	width: 220px;
	padding: 0 10px;
}

/* @end */

/* @group Advert */

.home .advert {
	width: 220px;
	padding-left: 10px;
}



/* @end */

/* @end */

/* @group Product Page */

#sidebar .spotlight {
	margin-bottom: 15px;
}


.main h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 5px;	
	text-transform: uppercase;
	color: #263645;
	font-weight: 400;
	font-size: 1.5em;
	padding-top: 10px;
}

/* @group Products */

.products {
	width: 100%;
	display: block;
}

.products h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 400;
}

.products .product {
	padding: 0 15px 15px 0;
	text-decoration: none;
	float: left;
	width: 70px;
}
.products .row {
	float: left;
}

.products .product br {
	display: none;
}


.product:hover span {
	text-decoration: underline;
}

.product img {
	margin-bottom: 5px;
	float: left;
}

/* @end */

/* @group Dimensions */

.dimensions {
	padding-top: 10px;
	width: 100%;
}
.dimensions img {
	float: left;
	margin: 0 15px 0 0;
}
.dimensions table {
	width: auto;
	
	border-collapse: collapse;
}

.dimensions td {
	background: #f4f5f6;
	color: #3c4a58;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 7px;
	width: 100px;
}

.dimensions td.heading {
	color: #5a6b7b;
	width: 80px;
}

/* @end */

/* @end */

/* @group Gallery */
#content .gallery {
	width: 708px;
	padding: 5px 10px 10px 10px;
	background: url(../images/bg_sprite_background.gif) repeat-y -1438px 0;	
}

#content .gallery .column {
	width: 708px;
}



#content .gallery h1 {
	padding-left: 5px;	
}

#content .gallery .bread-crumbs {
	padding-left: 5px;	
}


/* @group Devotion Gallery */

#devgallery, #ctl00_holderBody_devgallery {
	width: 708px;
	height: 580px;
		
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
}

#devgallery .devimageviewer, #ctl00_holderBody_devgallery .devimageviewer{
	width: 708px;
	padding: 0 0 10px;
	
	background: url(../images/bg_sprite_background.gif) no-repeat -13754px bottom;	
}

#devgallery .devimageviewer .content, #ctl00_holderBody_devgallery .devimageviewer .content  {
	width: 680px;
	padding: 0 14px 20px;
	
	position: relative;
	overflow: hidden;
	background: url(../images/bg_sprite_background.gif) repeat-y -13046px 0;
	height: 470px;
}




#devgallery .devimageviewer ul, #ctl00_holderBody_devgallery .devimageviewer ul {
	height: 470px;
	padding: 0;
	
	position: absolute;
	top:  0;
	left: 14px;
	list-style: none;
}


#devgallery .devimageviewer .loading ul, #ctl00_holderBody_devgallery .devimageviewer .loading ul {
	height: auto;
	padding: 0;
	
	position: static;
	list-style: none;
}

#devgallery .devimageviewer li, #ctl00_holderBody_devgallery .devimageviewer li {
	
	width: 680px;
}


#devgallery .devimageviewer li a, #ctl00_holderBody_devgallery .devimageviewer li a  {
	
}

#devgallery table, #ctl00_holderBody_devgallery table {
	height: 455px;
	padding: 0;
	
	border-collapse: collapse;
	width: 680px;
	margin-bottom: 0;
}

#devgallery table td, #ctl00_holderBody_devgallery table td {
	vertical-align: middle;
	text-align: center;
	width: 680px;
}

#devgallery table td.image, #ctl00_holderBody_devgallery table td.image {
	vertical-align: middle;
	text-align: center;
	width: 680px;
	height: 400px;
}

#devgallery #devprevious,
#devgallery #devnext, 
#ctl00_holderBody_devgallery #devprevious,
#ctl00_holderBody_devgallery #devnext  {
	width: 20px;
	height: 0;
	padding: 17px 0 0 0;
	position: absolute;
	top: 535px;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -60px -48px;
}

#devgallery #devprevious,
#ctl00_holderBody_devgallery #devprevious  {
	left: 23px;
}

#devgallery #devprevious:hover, #ctl00_holderBody_devgallery #devprevious:hover {
	background-position: -60px -65px;
}

#devgallery #devnext, #ctl00_holderBody_devgallery #devnext  {
	right: 23px;
	background-position: -80px -48px;
}


#devgallery #devnext:hover, #ctl00_holderBody_devgallery #devnext:hover {
	background-position: -80px -65px;
}


#devgallery #devthumbnails, #ctl00_holderBody_devgallery #devthumbnails {
	width: 592px;
	height: 72px;
	position: absolute;
	top: 507px;
	left: 58px;
	
	overflow: hidden;
}

#devgallery #devthumbnails ul, #ctl00_holderBody_devgallery #devthumbnails ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 72px;
	
	list-style: none;
	padding-left: 0;
}

#devgallery #devthumbnails ul li, #ctl00_holderBody_devgallery #devthumbnails ul li {
	width: 72px;
	padding: 0 1px;
	
}

#devgallery #devthumbnails a, 
#ctl00_holderBody_devgallery #devthumbnails a,
#devgallery #devthumbnails a img, 
#ctl00_holderBody_devgallery #devthumbnails a img {
	width: 70px;
	height: 70px;
}


/* @end */

/* @end */

/* @group Listing Pages */

/* @group Favourites */
table.favourites {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

table.favourites th,
table.favourites td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
table.favourites td.image {
	width: 100px;
	text-align: left;
}
table.favourites th h2 {
	border-bottom: none;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 1.7em
}

table.favourites img {
	margin: 0;
}


table.favourites h3 {
	font-size: 1.4em;
	font-weight: 400;
}

table.favourites p {
	color: #666;
}

/* @end */

/* @group CMSListRepeaterUL */

ul.CMSListRepeaterUL {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
}

ul.CMSListRepeaterUL li {
	float: left;
	width: 800px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

#landingRepeater .image,
#landingRepeater .details {
	float: left;
	width: 132px;
}

#landingRepeater .image {
	padding-right: 13px;
}
#landingRepeater .image img {
	margin: 0 0 0 0;
}
#landingRepeater .details {
	width: 650px;
}
#landingRepeater .heading {
	padding-top: 15px;
}


ul.CMSListRepeaterUL .heading {
	font-family: "Arial Narrow", Arial, sans-serif;
	margin-bottom: 5px;	
}


ul.CMSListRepeaterUL .heading a {
	color: #263645;
}

ul.CMSListRepeaterUL .heading a strong {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3em;
}

ul.CMSListRepeaterUL .heading a:hover {
	color: #f5822b;
}

ul.CMSListRepeaterUL .subheading {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;	
}

/* @end */

/* @group Listing */

#listing .heading {
	line-height: 1.4em;
}
#listing .heading:hover span,
#listing .heading span {
	color: #848B92;
	text-transform: capitalize;
	font-size: 1.2em;
}

#listing h2 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#listing .title h2 {
	
	width: 400px;
}


#listing .title .tools {
	
	width: 60px;
	padding-top: 15px
}


.email-icon,
.print-icon {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 20px;
	background: url(../images/icon_send.gif) no-repeat 0 0;
	
}

.print-icon {
	padding-left: 30px;
	background-position: 10px 0;
}

.email-icon:hover {
	background-position: -940px 0;
}

.print-icon:hover {
	background-position: -930px 0;
}

#listing .email-icon,
#listing .print-icon {
	width: 13px;
	height: 0;
	padding: 13px 5px 0 5px;
	background-position: 5px 0;
}
.email-icon,
#listing .email-icon {
	border-right: 1px solid #ccc;
}

.print-icon
#listing .print-icon {
	background-image: url(../images/icon_print.gif);
}

#listing .email-icon:hover,
#listing .print-icon:hover {
	background-position: -935px 0;
}

#listing .remove {
	
	color: #848B92;
}

#listing .remove:hover {
	color: #f5822b;
}


#listing .buttons {
	margin-bottom: 0;
}
/* @end */

/* @group Achors */

#anchors li {
	border-bottom: none;
	padding: 5px 0;
}
#anchors a {
	background: url(../images/icon_arrow_more.gif) no-repeat 0 0;
	padding-left: 10px;
}

/* @end */

/* @group Questions */

ul.questions {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;	
}

.questions li {
	border-bottom: none;
	padding: 5px 0;
}
.questions a {
	background: url(../images/icon_arrow_more.gif) no-repeat 0 0;
	padding-left: 10px;
}

a.top {
	color: #bfc4c7;
	padding-top: 10px;
	font-size: 0.9em;
	
	background: url(../images/icon_arrow_top.gif) no-repeat 0 15px;
	padding-left: 15px;
	
}

/* @end */

/* @group Home Selector */

.google-map {
	width: 460px;
	
	height: 250px;
	margin-bottom: 20px;
	text-align: center;
}

ul.list .result {
	
	width: 460px;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

ul.list .result img {
	margin: 0;
	padding: 0;
}

.result .details {
	
	width: 320px;
}

.result .heading {
	margin-bottom: 5px;
}

.result .heading a,
.result .heading a strong {
	font-weight: 400;
	color: #263645;
	font-size: 1.1em;
	text-transform: uppercase;
}

.result .image {
	
	width: 80px;
	padding-right: 20px;
}
.result .marker {
	
	width: 20px;
	padding-right: 20px;

}

.main .copy ul.locations {
	margin-bottom: 20px;
}

ul.locations .result {
	
	width: 210px;
	border-bottom: none;
	padding: 10px 20px 0 0;
}


.result .details {
	
	width: 170px;
}

/* @end */

/* @group Calculators */


#content .form ul.calculator {
	
	width: 460px;
	list-style: none;
	padding: 0;
	margin: 0;
}


#content .form .calculator li {
	
	width: 210px;
	padding-right: 20px;
}

.form .calculator table {
	width: 210px;
	border-collapse: collapse;
}

.form .calculator table td {
	padding: 5px;
	font-size: 0.9em;
}
.form .calculator table td img {
	margin: 0;
}
.form .calculator table strong {
	color: #263645;
	font-size: 1.1em;
}
.form h2 {
	padding-top: 20px;
	width: 100%;
	
}

/* @end */

/* @end */

/* @group Sidebar */
.sidebar {
	display: none;
}

/* @end */



/* @end */

/* @group Navigation */

#navigation {
	display: none;
	
}





/* @end */

/* @end */

/* @group Footer */

#footer {
	display: none;
}
/* @end */
/* @end */
