/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 0.875em/1.3em Arial, sans-serif;
	margin: 0;
	padding: 0;
	/*background-color: #E0DBC5; 
	color: #848b92;
	*/
	color: #252B31;
}

body
{
	background: #f3f3eb url(../images/background.jpg) repeat-x center 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 {
	float: right;
	/*margin-bottom: 20px;*/
}

.buttonsLeft{
	float: left;
	margin-left:-12px;
	margin-bottom: 5px;
}

.button, .FormButton {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	
	border: none;
	border-width: 0;
	cursor: pointer;
	padding-top: 24px;
	margin-left: 10px;
}


/* @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 {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right, .mid, .midLong {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Accessibility */

.accessibility {
	float: right;
	width: 480px;
	padding: 10px 20px 0 0;
	margin-bottom: 20px;
}

.accessibility ul {
	float: right;
	list-style: none;
	
}

.accessibility ul li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #ccc;
}

.accessibility a {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	padding: 13px 0 0 0;
	width: 13px;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

.accessibility .friend a {
	background-position: 0 -48px;
}

.accessibility .friend a:hover {
	background-position: 0 -61px;
}


.accessibility .print a {
	background-position: -13px -48px;
}

.accessibility .print a:hover {
	background-position: -13px -61px;
}


.accessibility .decrease a {
	background-position: -26px -48px;
}

.accessibility .decrease a:hover {
	background-position: -26px -61px;
}


.accessibility .increase a {
	background-position: -39px -48px;
}

.accessibility .increase a:hover {
	background-position: -39px -61px;
}

.accessibility ul li.increase {
	border-right: none;
	padding-right: 0;
}



/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	margin-bottom: 8px;
}
h1, h2 {
	/*font-family: "Arial Narrow", Arial, sans-serif;*/
	
	font-family:"TeXGyreAdventorRegular","Century Gothic",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.3em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	color: #444651;
	margin-bottom: 1px;
	clear:both;

}

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: #444651;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

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;
	float: left;
}

.copy ul,
.copy ol,
.copy dl {
	padding-left: 30px;
	margin-bottom: 1em;
}

/* @end */

/* @group Forms */



/* @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 {
	float: left;
	margin: 0 15px 10px 0;
}

.copy img.right {
	float: right;
	margin: 0 0 10px 15px;
}

.copy img.full {
	float: left;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Pagination */
.pagination {
	padding: 20px 0 10px;
	width: 100%;
}

.pagination,
.pagination ul {
	width: 100%;
	float: left;
}

.main .pagination ul {
	padding-left: 0;
}
.pagination ul {
	list-style: none;
}

.pagination li {
	float: left;
	border-right: 1px solid #eee;
	padding: 0 3px;
}

.alphabet li {
	padding: 0 1px;
	font-size: 11px;
}

.pagination li.last {
	border-right: none;
}

.pagination strong, 
.pagination a, .pagination span {
	float: left;
	padding: 0 0.3em;
	color: #f5822b;
}

.pagination strong {
	color: #444651;
}

.pagination a.next,
.pagination a.back  {
	color: #f5822b;
	display: block;
	padding: 0 13px 0 5px;
	border-right: none;
	/*float: left;*/
	background: url(../images/icon_arrow_more.gif) no-repeat right 3px;	
}
.pagination a.back  {
	padding: 0 5px 0 13px;
	background: url(../images/icon_arrow_less.gif) no-repeat left 3px;	
}


.pagination span {
	float: left;
	width: 100%;
	display: block;
	padding: 0;
}

.pagination span a,
.pagination span span {
	clear: none;
	float: none;
	padding: 0 0.3em;
	
	color: #f5822b;
	width: auto;
}

.pagination span span {
	color: #444651;
	font-weight: 700;
}


/* @end */

/* @end */

/* @group Site Specific */

#homeMasthead
{
	position:absolute;
	/*background: url(../images/mainBanner.png) no-repeat 0 0;*/
	margin-top:-20px;
	margin-left:-130px;
	height:500px;
	width:1200px;
	z-index:-1;
}

#homeMastheadSpotlight
{
	position:absolute;
	background: url(../images/transparent_mastheadSpotlight.png) repeat-x 0 0;
	margin-top:326px;
	margin-left:232px;
	height:136px;	
	padding:10px;
	padding-bottom:15px;
	padding-top:60px;
	z-index:0;
	font-family:'TeXGyreAdventorRegular','Century Gothic',Arial,sans-serif;
	color:#fff;
	font-size:19px;
	line-height:21px;
}

#homeMastheadSpotlight.hide-background
{
	background:none
}

#homeMastheadSpotlightHolder
{
	width:116px;
}

#container {
	width: 100%;
	float: left;
	
}

.container {
	width: 940px;
	margin: 0 auto;
}

.container .section {
	width: 100%;
	float: left;
}

/* @group Header */

#headerStripe
{
	left:-130px;
	height:90px;
	/*width:200%;*/
	position:absolute;
	background: url("../images/transparent_headerBar.png") repeat-x scroll 0 0 transparent;

	z-index:-1;
}

#header {
	position:relative;
	margin-top:20px;
	width: 100%;
	float: left;
	
	color: #848b92;
	z-index:10;

}

#homeCarousel
{
	height:76px;
	width:720px;
	float:right;
	margin-top:389px;
	margin-bottom:2px;
}

/* @group Logo */

.logo {
	float: left;
	width: 220px;
	/*height: 50px;*/

}

.logo a {
	float: left;
	/*width: 225px;
	height: 0;
	padding: 47px 0 0 0;*/
	display: block;
	overflow: hidden;
/*	background: url(../images/bg_sprite.gif) no-repeat 0 0;*/
}


/* @end */

/* @group Slogan */

.slogan {
	padding-top: 30px;
        padding-bottom:10px;
		
	width: 680px;
	float: right;
	font: 12px "Century Gothic", Arial, sans-serif;
	text-transform: lowercase;
	text-align: right;
}

.slogan .newListSelected
{
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.slogan strong {
	color: #000;
	text-transform: lowercase;
	font-weight: 400;
	font-family: "Century Gothic";
	padding-right:32px;
	font-size:10px;
	
}

/* @end */

/* @end */

/* @group Content */


#content {
	width: 100%;
	float: left;	
	
	/*padding-bottom: 30px;*/
	
	
}

/* @group Content Area */

#content-area {
	margin-top:-110px;
	width: 720px;
	float: right;
	background:transparent;
	
}

#content-area-home {
	/*margin-top:400px;*/
	width: 500px;
	float: left;
	background: #fff;
}

h2#brickstobuildbeauty
{
	margin-top:-5px;
}


/* @group Page Title */

.page-title {
	float: left;
	width: 460px;
	padding: 20px 20px 10px;
	height: 256px;
	overflow: hidden;
	background-color: #f5822b;
	position: relative;
}

.page-title-small {
	margin-top:1px;
	height: 96px;
}

.page-title table {
	margin-bottom: 0;
	position: absolute;
	bottom: 10px;
} 
.page-title td {
	width: 460px;
	vertical-align: bottom;
}

.page-title h1 {
	font: 3.1em "Century Gothic", Arial, sans-serif;
	color: #fff;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: 700;
	text-transform:lowercase
}

.page-title td.bread-crumbs {
	min-height: 16px;
	color: #f8d4b8;
	font-size: 11px;
}

.page-title .bread-crumbs a {
	color: #f8d4b8;
}
.page-title .bread-crumbs span {
	color: #fff;
}

.full .page-title
{
	width:680px
}

/* @end */

/* @group Common */

.main {
	width: 500px;
	float: left;
	/*margin-bottom: 30px;*/
	background: #fff;
}

.full
{
	width:100%
}

.clear {
	clear: both;
}
.grid-9 {
	width: 700px;
	padding: 0 0 0 20px;
	float: left;
}

.main a {
	color: #f5822b;
}
.sidebar {
	width: 220px;
	float: right;
}

.main .copy {
	width: 460px;
	padding-left: 20px;
	float: left;
}

.full .copy {
	width: 680px;
}

.main .copy ul.list,
.main .copy ul.list li {
	width: 460px;
	padding: 0;
	margin: 0;
	float: left;
}

/*.main .copy ul.list li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}*/

.column-left,
.column-middle,
.column-right,
.column-middle-wide {
	width: 230px;
	float: left;
}

.column-middle {
	width: 240px;
}
.column-middle-wide
{
	width: 480px;
}

.component {
	margin-bottom: 30px;
}

.note {
	color: #f5822b;
}

.main a.more {
	background: url(../images/icon_arrow_more.gif) no-repeat 0 2px;
	padding-left: 10px;
}

/* @group Tables */



/* @group Credit Tables*/
table.credit {
	margin-bottom: 1em;
	/*width: 460px;*/
	width: 680px;
}

table.credit h3
{
	clear:both
}

table.credit .form
{
	/*width: 100%;*/
}

table.credit .form .input .textbox , table.credit textarea{
	float: none;
	width: 400px;
}

table.credit .form .input .textPhone
{
	/*width:302px*/
}

table.credit .form .input .textShort
{
	width:120px;
}

table.credit .form .input .textAreaCode,
table.credit .form .input .textTwo {
	width: 15px;
}
table.credit .form .input .textFour{
	width: 40px;
}
table.credit .form .input .textEight {
	width: 80px;
}

table.credit .input th,
table.credit .input td {
	text-align: left;
	padding: 3px;
}

table.credit select.med
{
	width:407px;
}
/* @end */

.addDirectorButton {
background: url("../images/director.gif") no-repeat scroll 0 0 transparent;
height: 31px;
margin-left: 0;
width: 126px;
}

.addReferenceButton {
background: url("../images/reference.gif") no-repeat scroll 0 0 transparent;
height: 31px;
margin-left: 5px;
width: 126px;
}

/* @group Sound */
table.sound {
	margin-bottom: 1em;
}

table.sound th {
	background: #65778B;
	color: #fff;
	font-weight: 400;
	font-size: 1.3em;
	text-align: left;
	padding: 10px;
}

table.sound td {
	background: #f2f2f2;
	color: #333;
	padding: 15px 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

table.sound td strong {
	color: #333;
}

table.sound td.image {
	width: 120px;
}



/* @end */


/* @group Download list */
table.downloadlist {
	width: 430px;
	margin-bottom: 1em;
	padding: 0;
}


table.downloadlist td {
	padding: 5px 0 1em;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #eee;
	width: 340px
}

table.downloadlist td.image {
	width: 90px;
}

table.downloadlist td.image img {
	border: 2px solid #F8D6BB;
}

table.downloadlist h3 a {
	color: #f5822b;
}

/* @end */





/* @group Wall densities */
table.density {
	margin-bottom: 1em;
}
table.density th {
	font-size: 1.3em;
	text-align: left;
	padding: 5px;
	background: #65778B;
	color: #fff;
	font-weight: 400;
}

table.density td {
	background: #f2f2f2;
	padding: 5px;
	color: #333;
}
table.density td strong {
	color: #333;
}


table.density td.wide {
	width: 340px;
}

table.density tr.total td {
	background: #f3f5fa;
	font-weight: 700;
	color: #333;
}


/* @end */

/* @group Information */

table.information {
	width: 100%;
	border-top: 1px solid #DFE9F1;
	margin-bottom: 1em;
}

table.information th {
	background-color: #F2F6F9;
	border-right: 1px solid #DFE9F1;
	border-bottom: 1px solid #DFE9F1;
	border-left: 1px solid #DFE9F1;
	padding: 10px;
}



table.information td {
	background-color: #F2F6F9;
	border-bottom: 1px solid #DFE9F1;
	border-right: 1px solid #DFE9F1;
	padding: 5px 10px;
}

table.information td.title {
	background-color: #fff;
	border-right: 1px solid #DFE9F1;
	border-left: 1px solid #DFE9F1;
}



/* @end */

/* @end */

/* @group Spotlight */
.spotlight {
	float: left;
	width: 220px;
	background: #fff url(../images/bg_spotlight.gif) repeat-x 0 bottom;
	border-bottom: 1px solid #ccd0d3;
	position: relative;
	text-decoration: none;
	color: #f5822b;
	height: 76px;
	margin-bottom: 12px;
	font-size: 11px;
}
.spotlight:hover {
	text-decoration: none;
}
.spotlight img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.spotlight .details {
	float: left;
	width: 160px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

.spotlight .heading {
	font: 1.2em "Century Gothic", Arial, sans-serif;
	color: #444651;
	text-transform: lowercase;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.spotlight:hover .heading {
	color: #f5822b;

}
.spotlight .cta {
	display: block;
	margin-bottom: 10px;
	color: #848b92;
	font-size: 11px;
}

.spotlight .more {
	width: auto;
	display: block;
	float: left;
	color: #f5822b;
	padding: 7px 12px 7px 10px;
	background: url(../images/icon_arrow_spotlight.gif) no-repeat right 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/* @end */

/* @group Forms */
.form {
	float: left;
	width: 100%;
	background-color:#ced9db;
	padding:10px;
	margin-bottom: 20px;
	width: 440px;
}

.input {
	padding:10px;
	background-color:#e9eeee;
	float: left;
	width: 420px;
	margin-bottom:1px;
}

.calculators {
	width: 440px;
	margin-top:20px
}

.form .buttons {
	padding: 7px 0;
	/*border-bottom: 1px solid #eee;*/
}

.input label {
	float: left;
	width: 100%;
	margin-top: 5px;
	color: #333638;
	font-size:1.0em;
	font-weight:bold;
}

.mid label, .right label
{
	font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.left label
{
	vertical-align:text-bottom;
	text-align:right;
}


.input label span{
	color: #f5822b;
}
select,
.textbox,
.smalltextbox,
textarea {
	background: #666C7B;
	color: #fff;
	border: none;
	padding: 4px
}

.dropdownalignedtextbox
{
	padding-top:5px;
	padding-bottom:5px;
}

select.wide {
	width: 360px;
}

select.med {
	width: 310px;
}

select.small {
	width: 150px;
}

.textbox,
textarea {
	width: 300px;
}

.textbox-med {
background: #666C7B;
color: white;
border: none;
padding: 4px;
width: 360px;
}

.smalltextbox{
	width: 140px;
}

.text-calc-result
{
	font-size:16px;
	width:410px
}

textarea {
	font: 1.05em/1.3em Arial, sans-serif;
}

.input .left input {
	margin-right: 5px;
}

.input .left{
	width: 90px;
	padding-right: 10px;	
	/*height:100%;*/
}

.input .midLong {
	width: 310px;
}

.input .mid{
	width: 150px;
	padding-right: 10px;	
}

.input .right{
	width: 150px;
	}

.form input.narrow {
	width: 86px;
}

.form .input .area,
.form .input .or,
.form .input .length,
.form .input .width {
	float: left;
	width: 130px;
}


.form .area .textbox,
.form .length .textbox, 
.form .width .textbox {
	float: left;
}



.form .input .or {
	width: 30px;
	padding-top: 2em;
}

.form .input .unit {
	float: left;
	width: 20px;
	display: block;
	padding: 2px 0 0 5px;
	line-height: 20px;
}

.form  .corners
{
	margin-bottom:5px;
	margin-right:10px;
	float:left;
}

.form  .corners .heading
{
	color: #444651;
}
.form  .corners .mandatory
{
	margin-right:5px;
	color:#F5822B;
}
.form  .corners .units
{
	color:#848B92;
	margin-left:5px;
	margin-right:5px;
}

.form .input .row
{
    width:100%;
    margin-bottom:10px
}

.form .input .row label, .form .input .row select, .form .input .row input
{
    float:left
}

.form .input .row label
{
    width:70px;
}

/* @end */

/* @group Buttons */

.mvh span {
	width: 166px;
	padding: 60px 0 0;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -230px 0;
}

.buttons .download {
	width: 82px;
	background-position: 0 -88px;
}

.buttons .download:hover {
	background-position: 0 -112px;
}

.buttons .submit, .FormButton {
	width: 67px;
	background-position: -82px -88px;
}

.buttons .submit:hover, .FormButton:hover {
	background-position: -82px -112px;
}

.buttons .cancel {
	width: 67px;
	background-position: -149px -88px;
}

.buttons .cancel:hover {
	background-position: -149px -112px;
}

#ctl00_holderBody_BodyContent_BizFormControl1_Bizform1_ctl00_pnlForm input.FormButton {
    background: url("../images/submit.gif") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin-left: 313px;
    margin-top: 7px;
    width: 126px;
}

.FormButton
{
	margin-left:300px
}
#ctl00_holderBody_BodyContent_ctl00_Bizform1_ctl00_btnOK 
{
display: block;
	height: 24px;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
	padding-top: 24px;
	margin-left: 10px;
width: 67px;
	background-position: -82px -88px;
margin:0px;
float:right
}

#ctl00_holderBody_BodyContent_ctl00_Bizform1_ctl00_btnOK:hover 
{
background-position: -82px -112px;
}

.buttons .search {
	width: 67px;
	background-position: -216px -88px;
}

.buttons .search:hover {
	background-position: -216px -112px;
}

.buttons .download-now {
	width: 111px;
	background-position: -283px -88px;
}

.buttons .download-now:hover {
	background-position: -283px -112px;
}

.buttons .contact-us {
	width: 91px;
	margin-left: 0;
	background-position: -394px -88px;
}

.buttons .contact-us:hover {
	background-position: -394px -112px;
}

.buttons .subscribe {
	width: 83px;
	background-position: -485px -88px;
	margin: -6px 0 0 0;
}

.buttons .subscribe:hover {
	background-position: -485px -112px;
}

.buttons .clear, .buttons .clear-button {
	width: 59px;
	background-position: -568px -88px;
}

.buttons .clear:hover, .buttons .clear-button:hover{
	background-position: -568px -112px;
}


.buttons .remove {
	width: 91px;
	background-position: -861px -88px;
}

.buttons .remove:hover {
	background-position: -861px -112px;
}

.inline-search
{
	border-top:1px solid #cccccc;
	padding-top:10px;
	position:relative;float:left;
}

.inline-search span, .inline-search select, .inline-search input
{
	float:left;
	color:#fff;
}

.inline-search span
{
	padding:5px 10px;
}

.inline-search .button
{
	float:right
}

.inline-search .textbox
{
	width:100px
}

.inline-search label
{
	position:absolute;
	left:203px;
	top:14px;
	z-index:2;
	width:150px;
	color:#fff;
}

table.credit td a.next {
	float: right;
	width: 67px;
	background-position: -627px -88px;
}

table.credit td a.next:hover {
	background-position: -627px -112px;
}

table.credit td a.finish {
	width: 76px;
	background-position: -694px -88px;
}

table.credit td a.finish:hover {
	background-position: -694px -112px;
}

table.credit td a.previous {
	width: 91px;
	background-position: -770px -88px;
}

table.credit td a.previous:hover {
	background-position: -770px -112px;
}


table.credit td input.remove {
	width: 91px;
	background-position: -861px -88px;
}

table.credit td input.remove:hover {
	background-position: -861px -112px;
}

table.credit td input.addreference {
	width: 164px;
	background-position: -952px -88px;
}

table.credit td input.addreference:hover {
	background-position: -952px -112px;
}

table.credit td input.addDirector {
	width: 117px;
	background-position: -1116px -88px;
}

table.credit td input.addDirector:hover {
	background-position: -1116px -112px;
}


.buttons a.back-search {
	width: 126px;
	margin-left: 0;
	background-position: -1233px -88px;
}

.buttons a.back-search:hover {
	background-position: -1233px -112px;
}


/* @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;
	height: 350px;
	overflow: hidden;
}

.home .main {
	/*padding-left: 20px;*/
	width: 720px;
	margin: 0;
	background-color: transparent;
}

.no-flash {
	width: 700px;
	height: 350px;
	float: left;
	position: relative;
	background: #fff url(../images/bg_homepage_banner.jpg) no-repeat 0 0;
	
}

.no-flash p {
	padding-top: 248px;
	padding-left: 160px;
	padding-right: 10px;
	width: 530px;
	float: left;
	color: #fff;
	text-align: center;
}

.no-flash .interaction {
	position: absolute;
	top: 55px;
	width: 145px;
	height: 23px;
	padding-top: 162px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.no-flash .homeowner {
	left: 185px;
}

.no-flash .architect {
	left: 340px;
}

.no-flash .builder {
	left: 492px;
}


/* @group News */

#readmorenews
{
	position:absolute;
	margin-top:8px;
	margin-left:350px;
	width:110px;
	background: url("../images/bg_arrow.gif") no-repeat scroll 98px 4px transparent;
	font-weight:normal;
}

.home .news {
	width: 220px;
	padding-right: 10px;
}

.home .news h2 {
	font-size: 1.4em;
	color: #444651;
	text-transform: lowercase;
	line-height: 1.2em;
	padding: 0 0 7px;
	margin: 0;
	border-bottom: 1px solid #d8e1eb;
}

.home .news-item {
	float: left;
	width: 220px;
	display: block;
	border-bottom: 1px solid #d8e1eb;
	padding: 9px 0;
	text-decoration: none;
	color: #848b92;
}

#listing .dateline,
.home .news-item .dateline {
	color: #000;
	display: block;
	margin-bottom: 3px;
	font-size:1.0em;
}


#listing .details-wide .dateline {
	display: inline;
}

#listing .details .actions {
	float: left;
	width: 365px;
	padding-top: 6px;
}


.home .news-item .title {
	color: #444651;
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

.home .news-item:hover .title {
	color: #f5822b;
}

.home .more .title {
	margin-bottom: 0;
}

.home .news .more {
	width: 210px;
	background-position: 0 center;
}


/* @end */

/* @group Spotlights */

#spotlight1,
#spotlight2,
#spotlight3 {
	height: 150px;
}

.home .spotlights {
	width: 220px;
	padding: 0 10px;
}

/* @end */

/* @group Advert */

.home .advert {
	width: 220px;
	padding-left: 10px;
}

.nomargin
{
	margin:0;
}

.nopadding
{
	padding:0;
}


/* @end */

/* @end */

/* @group Product Page */

#sidebar .spotlight {
	margin-bottom: 15px;
}


.main h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 5px;	
	text-transform:lowercase;
	color: #444651;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.1em;
}

#RHSnavigation h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 5px;	
	text-transform:lowercase;
	color: #444651;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.0em;	
}

#quicklinks .quicklinks_item
{
	clear:both;
	width:200px;
	margin-top:10px;
	margin-bottom:20px;
}

#quicklinks .quicklinks_item .leftPane
{
	float:left;width:45px;
}

#quicklinks.quicklinks_item .rightPane
{
	float:right;width:155px;
}

#quicklinks .quicklinks_item .rightPane .header
{
	margin-bottom:4px;
	padding-top:5px;
}

#quicklinks .quicklinks_item .rightPane .header a
{
	font-size:1.3em;
	color:#333638;
	font-family: Arial, Verdana, sans-serif;
	font-weight:600;

}

#quicklinks .quicklinks_item .rightPane .sub a
{
	font-size:1.0em;
	color:#333638;
	font-family: Arial, Verdana, sans-serif;
	font-weight:500;
}

#followus ul
{
	padding-left:3px;
}

/* @group Products */

.products {
	float: left;
	width: 460px;
}

.products h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 400;
}

.products .product {
	float: left;
	padding: 0 15px 15px 0;
	text-decoration: none;
	width: 70px;
	font-size: 11px;
}
.product:hover span {
	text-decoration: underline;
}

.product img {
	margin: 0 0 5px 0;
}

/* @end */

/* @group Dimensions */

.dimensions {
	padding-top: 10px;
	float: left;
	width: 460px;
}
.dimensions img {
	float: left;
	margin: 0 15px 0 0;
}
.dimensions table {
	width: auto;
	float: left;
	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;
}

#content .gallery .column {
	width: 708px;
}



#content .gallery h1 {
	padding-left: 5px;	
}

#content .gallery .bread-crumbs {
	padding-left: 5px;	
}


/* @group Devotion Gallery */

#devgallery, #ctl00_holderGallery_devgallery {
	width: 700px;
	height: 580px;
	float: left;	
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
}

#devgallery .devimageviewer, #ctl00_holderGallery_devgallery .devimageviewer{
	width: 708px;
	padding: 0 0 10px;
	float: left;
	background: #EEEEEE;
}

#devgallery .devimageviewer .content, #ctl00_holderGallery_devgallery .devimageviewer .content  {
	width: 680px;
	padding: 0 14px 20px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 470px;
}




#devgallery .devimageviewer ul, #ctl00_holderGallery_devgallery .devimageviewer ul {
	height: 470px;
	padding: 0;
	float: left;
	position: absolute;
	top:  0;
	left: 14px;
	list-style: none;
}


#devgallery .devimageviewer .loading ul, #ctl00_holderGallery_devgallery .devimageviewer .loading ul {
	height: auto;
	padding: 0;
	float: left;
	position: static;
	list-style: none;
}

#devgallery .devimageviewer li, #ctl00_holderGallery_devgallery .devimageviewer li {
	float: left;
	width: 680px;
}


#devgallery .devimageviewer li a, #ctl00_holderGallery_devgallery .devimageviewer li a  {
	float: left;
}

#devgallery table, #ctl00_holderGallery_devgallery table {
	height: 455px;
	padding: 0;
	float: left;
	border-collapse: collapse;
	width: 680px;
	margin-bottom: 0;
}

#devgallery table td, #ctl00_holderGallery_devgallery table td {
	vertical-align: middle;
	text-align: center;
	width: 680px;
}

#devgallery table td.image, #ctl00_holderGallery_devgallery table td.image {
	vertical-align: middle;
	text-align: center;
	width: 680px;
	height: 400px;
}

#devgallery #devprevious,
#devgallery #devnext, 
#ctl00_holderGallery_devgallery #devprevious,
#ctl00_holderGallery_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_holderGallery_devgallery #devprevious  {
	left: 23px;
}

#devgallery #devprevious:hover, #ctl00_holderGallery_devgallery #devprevious:hover {
	background-position: -60px -65px;
}

#devgallery #devnext, #ctl00_holderGallery_devgallery #devnext  {
	right: 23px;
	background-position: -80px -48px;
}


#devgallery #devnext:hover, #ctl00_holderGallery_devgallery #devnext:hover {
	background-position: -80px -65px;
}


#devgallery #devthumbnails, #ctl00_holderGallery_devgallery #devthumbnails {
	width: 592px;
	height: 72px;
	position: absolute;
	top: 507px;
	left: 58px;
	float: left;
	overflow: hidden;
}

#devgallery #devthumbnails ul, #ctl00_holderGallery_devgallery #devthumbnails ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 72px;
	float: left;
	list-style: none;
	padding-left: 0;
}

#devgallery #devthumbnails ul li, #ctl00_holderGallery_devgallery #devthumbnails ul li {
	width: 72px;
	padding: 0 1px;
	float: left;
}

#devgallery #devthumbnails a, 
#ctl00_holderGallery_devgallery #devthumbnails a,
#devgallery #devthumbnails a img, 
#ctl00_holderGallery_devgallery #devthumbnails a img {
	width: 70px;
	height: 70px;
}


/* @end */

/* @end */

/* @group Listing Pages */

/* @group CMSListRepeaterUL */

.rightanglequote
{
	top:2px;
}

ul.CMSListRepeaterUL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 460px;
}

ul.CMSListRepeaterUL li {
	float: left;
	width: 460px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

ul.CMSListRepeaterUL .details {
	width: 365px;
	float: left;
}

#landingRepeater .image,
#landingRepeater .details {
	float: left;
	width: 132px;
}

#landingRepeater .image {
	/*padding-right: 13px;*/
}
#landingRepeater .image img {
	margin: 0 0 0 0;
}
#landingRepeater .details {
	width: 315px;
	margin-left:10px
	
}
#landingRepeater .heading {
	
	font-size: 1.4em;
	font-size:1.2em;
}


ul.CMSListRepeaterUL .heading {
	font-family: "Century Gothic", Arial, sans-serif;
	margin-bottom: 5px;	
}


ul.CMSListRepeaterUL .heading a {
	color: #444651;
}

ul.CMSListRepeaterUL .heading a strong {
	/*text-transform: lowercase;*/
	font-weight: bold;
	color:#444651;
	/*font-size: 1.3em;*/
}

ul.CMSListRepeaterUL .heading a:hover {
	color: #000;
}

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.0em;
	color: #848B92;
	font-size: 1.2em;
	text-transform: capitalize;
}


#listing h3 {
	line-height: 1.3em;
	color: #444651;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 5px 0;
	padding:  0;
}

#listing h3 a {
	color: #444651;
	
}

#listing li {
	position: relative;
}

#listing h2 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#listing .title h2 {
	float: left;
	width: 400px;
}

#listing .title .tools {
	float: right;
	width: 47px;
	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;
	float: left;
}

.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 .buttons {
	width: 95px;
	margin-bottom: 0;
}

#listing .remove-buttons{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}



#listing .buttons .button {
	margin: 0;
	float: right;
}

#listing .product-details {
	width: 260px;
	float: left;
}

#listing img {
	margin-bottom: 0;
}

#newsletter .details {
	width: 460px;
}

#newsletter .heading strong {
	font-size: 1.2em;
	font-weight:400;
	text-transform:uppercase;
	color: #444651;
}

#newsletter .details .actions {
	float: left;
	width: 460px;
	padding-top: 6px;
}


/* @end */

/* @group Achors */

#anchors li {
	border-bottom: none;
	padding: 5px 0;
}

#anchors a {
	background: url(../images/icon_arrow_more.gif) no-repeat 0 2px;
	padding-left: 10px;
}

/* @end */

/* @group Questions */



a.top {
	color: #bfc4c7;
	padding-top: 10px;
	font-size: 0.9em;
	float: right;
	background: url(../images/icon_arrow_top.gif) no-repeat 0 15px;
	padding-left: 15px;
	
}

/* @end */

/* @group Home Selector */

.google-map {
	width: 440px;
	float: left;
	height: 250px;
	margin-bottom: 20px;
	text-align: center;
}

h2.locations {
	clear: both;
}
ul.list .result {
	float: left;
	width: 460px;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

ul.list .result img {
	margin: 0;
	padding: 0;
}

.result .details {
	float: left;
	width: 320px;
}

.result .heading {
	margin-bottom: 5px;
}

.result .heading a,
.result .heading a strong {
	font-weight: 400;
	color: #444651;
	font-size: 1.1em;
	text-transform: uppercase;
}

.result .image {
	float: left;
	width: 80px;
	padding-right: 20px;
}
.result .marker {
	float: left;
	width: 20px;
	padding-right: 20px;

}

.main .copy ul.locations {
	margin-bottom: 20px;
}

ul.locations .result {
	float: left;
	width: 210px;
	border-bottom: none;
	padding: 10px 20px 0 0;
}


.result .details {
	float: left;
	width: 170px;
}

/* @end */

/* @group Calculators */


#content .form ul.calculator {
	float: left;
	width: 440px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top:20px
}


#content .form .calculator li {
	float: left;
	
	padding-right: 10px;
}

.form .calculator table {
	width: 215px;
	border-collapse: collapse;
	background-color:#ffffff;
	margin-bottom:10px
}

.form .calculator table td {
	padding: 5px;
	font-size: 0.9em;
	height:90px
}
.form .calculator table td img {
	margin: 0;
}
.form .calculator table strong {
	color: #444651;
	font-size: 1.1em;
}
.form h2 {
	padding-top: 20px;
	width: 100%;
	float: left;
	
}

/* @end */

/* @end */

/* @group Downloads */
table.downloads {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	color: #ccc;
	clear: both;
	margin-top: 10px;
	width: 418px;
}

.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: 255px;
}


.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,
.downloads a.brochure,
.downloads a.data-sheet,
.downloads a.price-list {
	display: block;
	overflow: hidden;
	height: 0;
	width: 13px;
	padding: 13px 0 0 0;
	margin-left: 5px;
}

.downloads a.download,
.downloads a.brochure {
	background: url(../images/icon_brochure.gif) no-repeat 0 0;
}

.downloads a.data-sheet {
	background: url(../images/icon_data_sheet.gif) no-repeat 0 0;
}

.downloads a.price-list {
	background: url(../images/icon_price_list.gif) no-repeat 0 0;
}

.downloads a.download:hover,
.downloads a.brochure:hover,
.downloads a.data-sheet:hover,
.downloads a.price-list:hover {
	background-position: -940px 0;
}


.downloads ul.helpbox {
	list-style: none;
	margin: 0;
	padding: 0;
}

.downloads ul.helpbox li {
	position: relative;
	height: 13px;
}

.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 {
	float: left;
	width: 180px;
	text-align: left;
	position: static;
	border-bottom: 1px solid #eee;
	height: auto;
}

.downloads ul.helpbox li ul li a {
	float: left;
	color: #fff;
	width: 170px;
	padding:  5px;
}

.downloads ul.helpbox li ul li a:hover {
	background: #526171 !important;
	color: #fff !important;
	text-decoration: none;
}



#extra-downloads {
	width: 460px;
}

#extra-downloads li {
	width: 220px;
	padding-right: 10px;
	padding: 5px 0 0 0;
}


#extra-downloads a.brochure {
	padding-left: 20px;
	background: url(../images/icon_brochure.gif) no-repeat 0 0;
	color: #666;
}

#extra-downloads a.brochure:hover {
	background-position: -940px 0;
	color: #f5822b;
}


/* @end */

/* @group Sidebar */
.sidebar {
	float: left;
	width: 220px;
}

.sidebar .component {
	width: 220px;
	margin-bottom: 20px;
	margin-top:10px;
}

/* @group Downloads */
.product-downloads {
	float: left;
	width: 220px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}
.product-downloads h3 {
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #444651;
	font-family: "Arial Narrow", Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}
	
.product-downloads li {
	width: 220px;
	margin-bottom: 3px;
}

.product-downloads li img{
	float:left
}

.product-downloads a {
	/*width: 200px;
	display: block;
	color: #444651;
	padding: 3px 0 3px 20px;
	background: url(../images/icon_brochure.gif) no-repeat 0 3px;*/
	color: #F5822B;
	font-size:12px;
	margin-left:10px;
	float:left;
	width: 185px;
	height:auto;
	display:block
}

.product-downloads a:hover {
	color: #f5822b;
}
/*
.product-downloads a.data-sheet {
	background-image: url(../images/icon_data_sheet.gif);
}

.product-downloads a.price-list {
	background: url(../images/icon_price_list.gif) no-repeat 0 4px;
}*/

	
/* @end */

/* @group Favourites */

.sidebar .favourites-bg
{
    width: 220px;
    display: block;
    background-color: #3C4A58;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    float: left;
}
.sidebar .favourites
{
    width: 200px;
    display: block;
    background: #e9e9e9;
    color: #444651;
    float: left;
    height: 13px;
    overflow: hidden;
    padding: 9px 10px 8px;
}

.favourites a {
	color: #444651;
}

.favourites a:hover {
	color: #f5822b;
}

.favourites ul {
	width: 200px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.favourites li {
	float: left;
	padding: 0 7px;
	width: 13px;
}

.favourites li.favourite {
	width: 144px;
	padding: 0 7px 0 0;
}


.favourites li.friend {
	border-right: 1px solid #bababa;
}


.favourites li.print {
	padding-right: 0;
}

.favourites li.print a,
.favourites li.friend a {
	display: block;
	overflow: hidden;
	width: 13px;
	height: 0;
	padding: 13px 0 0 0;
	background: url(../images/icon_send.gif) no-repeat 0 0;
}

.favourites li.print a {
	background-image: url(../images/icon_print.gif);
}

.favourites li.print a:hover,
.favourites li.friend a:hover {
	background-position: -940px 0;
}

/* @end */

/* @group SlideShowEx */


#devslideshowEx img#devslideshowloader {
	float: left;
	padding: 124px 0 0 94px; 
	margin-bottom: 125px;
}

#devslideshowEx
{
    width: 460px;
    overflow: hidden;
    float: left;
    position: relative;
}

#devslideshowEx img {
	float: none;
	margin: 0;
	padding: 0;
}

#devslideshowEx ul,
#devslideshowEx li  {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @group Main Images */

#devslideshowEx .devloadimages {
	display: none;
}
#devslideshowEx .devloadimages,
#devslideshowEx .devimageviewer,
#devslideshowEx #devthumbnails {
	width: 460px;
	float: left;
}

#devslideshowEx .devloadimages li, #devslideshowEx .devimageviewer li
{
    width: 460px;
    
}

#devslideshowEx .devloadimages li span.gallery-title, #devslideshowEx .devimageviewer li span.gallery-title
{
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 700;
    float: left;
    display: inline-block;
    margin-top: 6px;
    margin-left: 7px;
}

#devslideshowEx .devimageviewer {
	position: relative;
	height: 460px;
}

#devslideshowEx .devimageviewer ul {
	position: absolute;
	top:  100px;
}
#devslideshowEx .image  {
	width: 460px;
	text-align:center;
	position: relative;
	overflow: hidden;
	float: left;
}

#devslideshowEx .image table {
	width: 500px;
	height: 500px;
	position: absolute;
	left: -80px;
	top: -140px;
	margin: 0;
	padding: 0
}

#devslideshowEx .image td {
	text-align: center;
	vertical-align: middle;
}

#devslideshowEx .title {
	width: 200px;
	display: block;
	background: #3C4A58;
	padding: 8px 10px 8px;
	color: #FFFFFF;
	font-weight: 700;
	/*border-bottom: 1px solid #fff;*/
	float: left;
	height: 30px;
	overflow: hidden;
	font-size: 11px;
}

#devslideshowEx .actions
{
    width: 220px;
    display: block;
    background: #526171;
    color: #444651;
    float: left;
    height: 56px;
    overflow: hidden;
    font-size: 11px;
}

#devslideshowEx .enlarge
{
    width: 56px;
    display: block;
    color: #FFFFFF;
    float: right;
    padding: 0px;
    background: url(../images/bg_enlarge_new.png) no-repeat 0px 0px;
    height: 18px;
    margin-top: 10px;
    margin-right: 0px;
}

#devslideshowEx .favourites
{
    width: 115px;
    display: block; /*color: #444651;*/
    float: left;
    padding: 10px 10px 8px 25px;
    background-color: #526171;
}

/*#devslideshowEx .enlarge:hover,*/
#devslideshowEx .favourites:hover {
	color: #f5822b;
	background-position: -930px 9px;
}
/* @end */


/* @group SlideShow */


#devslideshow img#devslideshowloader {
	float: left;
	padding: 124px 0 0 94px; 
	margin-bottom: 125px;
}

#devslideshow
{
    width: 220px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #3C4A58;
}

#devslideshow img {
	float: none;
	margin: 0;
	padding: 0;
}

#devslideshow ul,
#devslideshow li  {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @group Main Images */

#devslideshow .devloadimages {
	display: none;
}
#devslideshow .devloadimages,
#devslideshow .devimageviewer,
#devthumbnails {
	width: 220px;
	float: left;
}

#devslideshow .devloadimages li, #devslideshow .devimageviewer li
{
    width: 220px;
    background-color: #3C4A58;
}

#devslideshow .devloadimages li span.gallery-title, #devslideshow .devimageviewer li span.gallery-title
{
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 700;
    float: left;
    display: inline-block;
    margin-top: 6px;
    margin-left: 7px;
}

#devslideshow .devimageviewer {
	position: relative;
	height: 281px;
}

#devslideshow .devimageviewer ul {
	position: absolute;
	top:  0;
	height: 281px;
}
#devslideshow .image  {
	width: 220px;
	height: 220px;
	position: relative;
	overflow: hidden;
	float: left;
}

#devslideshow .image table {
	width: 500px;
	height: 500px;
	position: absolute;
	left: -140px;
	top: -140px;
	margin: 0;
	padding: 0
}

#devslideshow .image td {
	text-align: center;
	vertical-align: middle;
}

#devslideshow .title {
	width: 200px;
	display: block;
	background: #3C4A58;
	padding: 8px 10px 8px;
	color: #FFFFFF;
	font-weight: 700;
	/*border-bottom: 1px solid #fff;*/
	float: left;
	height: 30px;
	overflow: hidden;
	font-size: 11px;
}

#devslideshow .actions
{
    width: 220px;
    display: block;
    background: #526171;
    color: #444651;
    float: left;
    height: 56px;
    overflow: hidden;
    font-size: 11px;
}

#devslideshow .enlarge
{
    width: 56px;
    display: block;
    color: #FFFFFF;
    float: right;
    padding: 0px;
    background: url(../images/bg_enlarge_new.png) no-repeat 0px 0px;
    height: 18px;
    margin-top: 10px;
    margin-right: 0px;
}

#devslideshow .favourites
{
    width: 115px;
    display: block; /*color: #444651;*/
    float: left;
    padding: 10px 10px 8px 25px;
    background-color: #526171;
}

/*#devslideshowEx .enlarge:hover,*/
#devslideshow .favourites:hover {
	color: #f5822b;
	background-position: -930px 9px;
}
/* @end */


/* @group Thumbnails */

#devslideprevious,
#devslidenext {
	display: block;
	width: 15px;
	height: 0;
	padding: 17px 0 0 0;
	position: absolute;
	top: 315px;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -100px -68px;
}



#devslideshowEx #devslideprevious,
#devslideshowEx #devslidenext 
{
	top:0px
}


#devslideprevious {
	left: 0;
}

#devslideprevious:hover {
	background-position: -126px -68px;
}

#devslidenext {
	right: 0;
	background-position: -115px -68px;
}


#devslidenext:hover {
	
	background-position: -140px -68px;
}

#devslideshowEx #devslideprevious
{
	width:19px;
	background: url("../images/button_previous.gif") no-repeat scroll 0 0px transparent;
    left:10px;
    height: 76px;
}

#devslideshowEx #devslidenext 
{
	background: url("../images/button_next.gif") no-repeat scroll 0 0px transparent;
    width:19px;
    height: 76px;
	right:10px;
}


#devthumbnails {
	width: 184px;
	height: 42px;
	position: absolute;
	top: 302px;
	left: 20px;
	float: left;
	overflow: hidden;
}

#devslideshowEx #devthumbnails
{
	top:0;
	height:76px;
	width:398px;
	left: 30px;
}

#devthumbnails ul {
	height: 42px;
	position: absolute;
	left: 0;
}

#devthumbnails ul li {
	padding: 0 2px;
}
#devthumbnails a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	display: block;
}

#devslideshowEx #devthumbnails a 
{
	width: 70px;
	height: 70px;
	border:3px solid #666c7c
}

#devslideshowEx #devthumbnails a.active
{
	border-color:#F5822B
}

#devthumbnails a img {
	width: 40px;
	height: 40px;
}

#devslideshowEx #devthumbnails a img {
	width: 70px;
	height: 70px;
}


#devthumbnails a.active  {
	border: 1px solid #f5822b;
}

#devthumbnails a:hover {
	border: 1px solid #f5822b;
}

/* @end */



/* @end */



/* @end */



/* @end */

/* @group Navigation */

#navigation {
	position:relative;
	width: 220px;
	float: left;
	
	z-index:10;	
	
}



#navigation .selector {
	width: 190px;
	float: left;
	background: #6d7a87;
	padding: 10px 15px; 
	color: #fff;
}

#navigation .selector select{
	height: 24px
}
#navigation .selector label {
	width: 190px;
	margin-bottom: 5px;
	float: left;
	display: block;
}


#RHSnavigation {
	
	/*margin-top:400px;*/
	width: 210px;
	float: right;
	padding-left:10px;
	padding-top:24px;
	background:transparent;
}

ul#primary {
	width: 220px;
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom:1px;
	padding: 0;color: #fff;
	/*background: #444651;
	border-top: 2px solid #3c4a58;*/
	font: 1.2em/1.2em "TeXGyreAdventorRegular", "Century Gothic",  sans-serif;
	/*background: url(../images/transparent_navBar.png) repeat 0 0;*/
}

/* @group 1st level */

ul#primary li {
	width: 220px;
	float: left;
	border-bottom: 1px solid #444651;
	margin-bottom:1px;
	font-family:'TeXGyreAdventorRegular','Century Gothic',sans-serif;
}
ul#primary li:last-child
{
	margin-bottom:0px;
} 

ul#primary li a {
	width: 175px;
	float: left;
	padding: 10px 30px 10px 15px;
	color: #fff;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-size:14px;
	background: #333638 url(../images/bg_navigation.gif) no-repeat 195px center;
	font-family:"TeXGyreAdventorRegular","Century Gothic",sans-serif;
}

ul#primary li a:hover {
	background-color: #494C4D; /*#526171;*/
}

ul#primary li.active a {
	background-position: -25px center;
}

ul#primary li a.current {
	background-color: #f5822b;
}
/* @end */

/* @group 2nd Level */
.js-enabled ul#primary li ul,
.js-enabled ul#primary li.inactive ul {
	display: none;
}


ul#primary li ul,
ul#primary li.inactive ul {
	width: 220px;
	float: left;
	font-size: 0.95em;
}

ul#primary li.active ul {
	display: block;
}

ul#primary li li,
ul#primary li.active li {
	border-top: 1px solid #444651;
	border-bottom: none;
}

ul#primary li li a,
ul#primary li.active li a {
	text-transform: lowercase;
	padding: 6px 15px 5px 30px;
	font-size:13px;
	background: #494C4D  url(../images/bg_navigation.gif) no-repeat -425px center;

}


ul#primary li li a:hover,
ul#primary li li.active a:hover {
	background-color: #66686A /*#65778b;*/
}

ul#primary li li.active a {
	background-color: #494C4D ;
	background-position: -645px center;
}


ul#primary li li a.current {
	background-color: #494C4D ;
}
/* @end */

/* @group 3rd Level */

ul#primary li li ul,
ul#primary li.active li ul,
ul#primary li.inactive ul {
	display: none;
}

ul#primary li.active li.active ul {
	display: block;
}

ul#primary li li li a,
ul#primary li.active li li a {
	width: 165px;
	padding: 6px 15px 5px 40px;
	background: #494C4D;
	background-image: none;
}

ul#primary li li li a.current,
ul#primary li li li a.current:hover {
	background-color: #f5822b;
}

ul#primary li li li a:hover {
	background-color: #66686A;
	/*background-color: #65778b;*/
}

/* @end */

/* @end */

/* @group Selector */



/* @group Stylish Select */

/*
Stylish Select 0.2.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/
ul.newList * {
	margin: 0;
	padding: 0;
}

ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	/*background: #93a0ae;*/
	background:#666c7b;
	position: absolute;
	display: none;
	top: 27px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	width: 220px;
	max-height: 250px;
	/*border-top: 1px solid #444651;
	border-right: 1px solid #444651;
	border-left: 1px solid #444651;*/
}

.newListSelected {
	color: #fff;
	height: 26px;
	padding: 0 0 0 10px;
	float: left;
	display: block;
	background-color:#666c7b;
	/*background: url(../images/bg_select.gif) no-repeat 0 0;*/
}

.newListSelected span
{
    color: #fff;
    height: 18px;
    display: block;
    padding: 4px 30px 2px 0;
    width: 180px;
    float: left;
	text-align:left;
	background: url(../images/bg_select.gif) no-repeat right 0;
	background-color:#666c7b;
    text-transform:lowercase;
}

ul.newList li {
	padding: 4px 10px 3px;
	border-bottom: 1px solid #fff;
	text-align:left;
	text-transform:lowercase;
}

.selectedTxt {
	float: left;
}

.hiLite {
	background: #f5822b !important;
	color: #fff!important;
}

.newListHover {
	background: #93a0ae !important;
	/*background: #526171 !important;*/
	color: #fff !important;
	cursor: default;
}

.newListSelHover {
	cursor: default;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
}

.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}

/* @end */

/* @end */





/* @end */

/* @end */

/* @group Footer */

.footer-bottom
{
	background-color:#000;
	width: 940px;
	font-weight:bold;
	color:#fff;
}

#footer-bottom-left
{
	float:left;padding-top:5px;width:410px;
}

#footer-bottom-right
{
	float:right;padding-top:13px;padding-right:20px;
}

#footer-bottom-right a
{
	padding-left:5px;
	color:#fff;
}
.footerHome
{
	position:absolute;
	/*margin-left:-242px;*/
	background-color:#252B31;
	margin-top:500px;
}

#footer {
	width: 100%;
	/*float: left;*/
	color: #bfb2b0;
	font-size: 11px;
	line-height: 1.3em;
	
}
#footer .section {
	/*background: url(../images/bg_footer.gif) repeat-y 0 0;*/
}

.super-footer {
	/*margin-left:1px;*/
	padding: 0 10px 0 0px;
	float: left;
}

#footer h2,
#footer h3 {
	color: #444651;
	line-height: 1.2em;
	/*padding: 20px 0 5px;*/
	margin: 0;
	display: block;
	font: 1.4em "Century Gothic", Arial, sans-serif;
}

#footer .component {
	width:940px;
	margin-bottom: 0px;
	background: #333638;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #f5822b;
}

/* @group Super footer */

#footer .super-footer .column {
	float: left;
	width: 156px;
}

#footer .super-footer .last
{
	width:160px
}

#footer .super-footer .listing {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}
#footer .super-footer .listing li {
	float: left;
	width: 100%;
	padding: 2px 0;
}

#footer .super-footer .firstcol
{
	margin-left:20px;
}

#footer .super-footer .lastcol
{
	margin-right:20px;
	width:136px;
}

#footer .super-footer .listing li a{
	padding-left:20px;
	display:block;
	color:#fff;
}



#footer .super-footer .listing h4 {
	font-size: 1.2em;
	font-weight: 700;
	/*color: #444651;*/
	color:#fff;
	margin: 0;
	border-bottom:1px solid #fff;
	padding:5px 0 5px 20px;
	text-transform:lowercase;
	font-family:"Century Gothic", Arial, sans-serif;
}

#footer .super-footer .firstcol li a, #footer .super-footer .firstcol h4{
	padding-left:0px;
}


/* @group Normal Footer */

.normal ul.list li {
	border-right: 1px solid #c4c4c4;
	padding-right: 7px;
	margin-right: 7px;
	
}
.normal ul.list li.last {
	border: none;
	padding: 0;
	margin: 0;
}
.normal ul.list{
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left:20px
}

.copy-right {
	clear: left;
	margin-left:20px
}
.normal p.phone {
	font-size: 1.2em;
}
.normal p.phone strong {
	color: #444651;
}

/* @end */

/* @group Search */

#navigation #navigationDarkTransparentBG
{
	background: url(../images/transparent_navBar.png) repeat 0 0;
	width:220px;
	float:left;
	margin-bottom:5px;
}

#navigation #navigationTopPiece
{
	position:absolute;
	top:-110px;
	height:21px;
	width: 220px;
	float: left;
	background: url(../images/transparent_navBar.png) repeat 0 0;
	z-index:10;	
}

#navigation .search {
	position: relative;
	float: left;
	width: 220px;
	height:60px;
	padding-top: 6px;
	padding-bottom: 3px;
    background-color:#666c7b;	
	
	
}
#navigation .search label {
	position: absolute;
	top: 34px;
	left: 15px;
	z-index: 2;
	width: 150px;
	color:#fff;
}

#navigation .search div
{
color:#ffffff;
padding-left:12px;padding-top:3px
}

#navigation .search .textbox{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 145px;
	/*background: url(../images/bg_search.gif) no-repeat 0 0;*/
	background-color:#caccd3;
	border: none;
	outline: none;
	/*
	height: 14px;
	padding: 6px 5px 5px 25px;
	*/
}

#navigation .search .go
{
position:absolute;
top:30px;
left: 164px;
background: url(../images/go.jpg) no-repeat 0 0;
height:24px;
width:41px;
}

/* @end */

/* @end */

/* @group footer top */

.footer-bottom-spacer
{
	height:0px;
}

#footer .footer-top
{
	float:left;
	width:940px;
	padding-bottom:10px;
	background-color:#333638
}

#footer .footer-top h3
{
	color:#a59890;font-size:18px;
	padding:0;margin-bottom:5px
}

#footer .footer-top .associated {
	width: 620px;
	padding: 0;
	float: left;

}


#footer .footer-top .associated ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}
#footer .footer-top .associated li {
	width: 155px;
	float: left;
	padding-top: 5px;
}

#footer .footer-top .associated li a ,  a.newsMore{
	padding-left:15px;
	color: #f5822b;
	background:url(../images/bg_arrow.gif) no-repeat 0px 4px;
	text-transform:lowercase;
	font-family:"Century Gothic", Arial, sans-serif;
}


.follow-us
{
	padding-left:20px;
	border-left:1px solid #C4C4C4;
	float:left;
	margin-top:10px
}

.follow-us ul
{
	list-style:none
}

.follow-us ul li
{
	float:left;
	margin-right:17px
}

/* @end */
/* @end */


/* @group Lightbox */


#TB_ajaxContent .header, #TB_ajaxContent .headershort {
	width: 465px;
	float: left;
	padding-bottom: 10px;
}

#TB_ajaxContent .headershort
{
	width: 220px;
}

#TB_ajaxContent .content {
	width: 465px;
	float: left;
}

#TB_ajaxContent .header h2, #TB_ajaxContent .headershort h2 {
	color: #444651;
	width: 400px;
	float: left;
	font: 1.4em/1.2em "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
}

#TB_ajaxContent .headershort h2
{
	width: 150px;
}

#TB_ajaxContent .header .close-lightbox, #TB_ajaxContent .headershort .close-lightbox{
	height: 0;
	width: 54px;
	padding: 19px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/close.gif) no-repeat 0 0;
	float: right;
}


#TB_closeWindowButton
{
    height: 32px;
    width: 32px;
    padding: 0px;
    overflow: hidden;
    display: block;
    background: url(../images/close-gallery.png) no-repeat 0 0;
    float: right;
}

#TB_ajaxContent span.error {
	display: block;
	float: left;
	clear: left;
	width: 100%;
}

#TB_ajaxContent .buttons {
	padding-top: 5px;
	width: 515px;
	float: left;
}

#TB_ajaxContent .buttons .button {
	float: left;
	margin-left: 0;
}
#TB_ajaxContent .buttons .submit {
	float: right;
}

#TB_window #TB_caption {
	height: auto;
}

#TB_secondLine {
	padding-top: 5px;
	font-size: 11px;
}


#TB_secondLine .favourites {
	padding-top: 5px;
	color: #444651;
	display: block;
	padding-left: 15px;
	background: url(../images/icon_add.gif) no-repeat 0 4px;
}

#TB_secondLine .favourites:hover {
	color: #F5822B;
	background-position: -940px 4px;
}


#TB_secondLine #TB_prev a,
#TB_secondLine #TB_next a {
	color: #444651;
	text-decoration: none;
}

#TB_secondLine #TB_prev a:hover,
#TB_secondLine #TB_next a:hover {
	color: #F5822B;
	text-decoration: underline;
	
}
#TB_secondLine #TB_prev a span,
#TB_secondLine #TB_next a span {
	color: #F5822B;
}


/* @end */
/* @end */

.CheckBoxListField label
{
	float:none;
	margin-left:10px
}

.EditingFormErrorLabel
{
	color:red
}

.EditingFormControlNestedControl table
{
	float:left
}

label.caption span
{
	color:#444651
}

ul#sitemap, ul#sitemap ul, ul#sitemap ul ul
{
	list-style:square;
}

ul#sitemap
{
	padding-left:20px
}










.CMSListRepeaterUL.clearance li img{
	padding:0px;
	margin-right:5px;
}
.CMSListRepeaterUL.clearance li{
    width:460px;
    margin-right:8px;
}

.CMSListRepeaterUL.clearance li h2{
    border:none;
    margin:0px;
    padding:0px;
    text-transform:capitalize;line-height:1em;
    font-weight:bold;

}
.CMSListRepeaterUL.clearance li h2 .was{
    font-size:.6em;
}
.CMSListRepeaterUL.clearance li p{
    margin:0px;
    padding:0px;
    font-size:.9em
}
.CMSListRepeaterUL.clearance li .desc{
    clear:both;
    float:left;
    width:160px;
    height:2em;
	font-size:.9em;
	line-height:1em;
	margin-top:5px;
}
.CMSListRepeaterUL.clearance li .available{
    float:left;
    width:110px;
	font-size:.9em;
	line-height:1em;
	margin-top:5px;
}
.CMSListRepeaterUL.clearance li .code{
    float:left;
    width:180px;
	font-size:.9em;
	line-height:1em;
}
.CMSListRepeaterUL.clearance li .title{
    font-weight:bold;
    font-size:1.1em;
    padding-bottom:4px;
    margin-top:-3px;
}

#view-gallery
{
    background-position: -870px 0px;
    width: 83px;
    float: right;
    display: block;
    background-image: url('../images/bg_enlarge.gif');
    margin-top: -26px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #FF9341;
}

#view-gallery:hover
{
    background-position: 70px 0px;
    width: 83px;
    float: right;
    display: block;
    background-image: url('../images/bg_enlarge.gif');
    margin-top: -26px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #AAAAAA;
}

ul.items, ul.items ul
{
list-style:none;
padding:0;
}

ul.items ul li
{
margin-bottom:10px;
}

div.holder ul
{
list-style:none;padding:0
}

div.holder ul li
{
float:left;padding:0 3px;
}

h3.documentBrochureHeading
{
	padding-bottom:5px;
	color:#444651;
	font-size:1.3em;
	border-bottom:1px solid #efefef;	
	width:450px;
}

ul.documentBrochureList
{
	/*list-style-image: url('../images/bg_download_listitem.gif');*/
	list-style:none;
	margin-left:-32px;
}

ul.documentBrochureList li
{	
	padding-bottom:3px;
	margin-top:6px;
	margin-bottom:3px;
	/*height:30px;	*/
	border-bottom:1px solid #efefef;	
	width:450px;
	float:left;
}

ul.questions li {
	height:auto;
	padding: 2px 0 3px 0;
	
}

ul.documentBrochureList li a, ul.documentBrochureList li a:hover
{
	float:left;
	width:400px;
	/*height:25px;*/
	color:#f5832c;	
	font-size:14px;	
	line-height:18px;
}

ul.documentBrochureList li img
{
	margin:0;
	margin-right:10px;
	clear:left;
}

.submitButton
{
	height:31px;
	width:126px;
	background: url(../images/submit.gif) no-repeat 0 0;
}

.cancelButton
{
	height:31px;
	width:126px;
	background: url(../images/cancel.gif) no-repeat 0 0;
}

.searchButton
{
	height:31px;
	width:126px;
	background: url(../images/search.gif) no-repeat 0 0;
}

.previousButton
{
	height:31px;
	width:126px;
	background: url(../images/previous.gif) no-repeat 0 0;
}

.nextButton
{
	height:31px;
	width:126px;
	background: url(../images/next.gif) no-repeat 0 0;
}

.input .ContentCheckBox label
{
	float:none;
	width:400px;
}


ul.product-list
{
    list-style:none;
    margin:0;
    width:100%;
    float:left;
    padding:0
}

ul.product-list img
{
    width:100px;
    float:left
}

ul.product-list li
{
    width:100%;
    margin:0;
    float:left;
    padding:0;
    margin-top:5px;
    border-top:1px solid #cccccc;
    padding-top:10px
}

ul.product-list li.first
{
    border-top:none
    
}

ul.product-list li h3
{
    padding:0
}

ul.product-list div.text-panel
{
    float:left
}

.gap-right
{
	margin-right:10px;
}

.facebook-feed
{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
