/* CSS Document */
* { margin:0; padding:0;}
html {
   	height:100%;
}
body {
	margin: 0px;
	padding:0;
	background-color: #FFFFFF;
}


#wrap {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
}


#innerWrap, #innerFooter, #siteMapHeading {
	width: 974px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
}

#innerFooter {
	background-image: url(../images/sitemapMarker.gif);
	background-position: 15px top;
	background-repeat: no-repeat;
	padding-top: 15px;

}



.empty, hr {
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin-top: 0;
	margin-bottom: -1px;
	width: 100%;
}

/* clearfix */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


hr { border:none; color:#FFFFFF; margin-bottom: 10px; }
#breadCrumbs {
	display: none;
}
#breadCrumbs p {}
#header {}

#headerInner {
	float: left;
	width: 856px;
}

#ctaNavigation {
	width: 375px;
	float: right;
	margin-bottom: 28px;
}

#ctaNavigation ul {
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: block;
	width: 350px;
	float: right;
}

#ctaNavigation li {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	margin-left: 10px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#ctaNavigation li a {
	display: block;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 3px;
}

#ctaNavigation li a span {
	color: #000000;
	display: block;

}


#ctaNavigation li a:link, #ctaNavigation li a:visited {
	background-image: url(../images/ctaNavigationIcon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#ctaNavigation li a:hover{
	background-image: url(../images/ctaNavigationIconOn.gif);
}



#ctaNavigation li.ctaTwitter a:link, #ctaNavigation li.ctaTwitter a:visited {
	background-image: url(../images/ctaTwitterIcon.gif);
	background-repeat: no-repeat;
	background-position: left 5;
	padding-right: 0px;
}

#ctaNavigation li.ctaTwitter a:hover {
	color: #46bdde;
}







#ctaNavigation li.ctaTwitter  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#logo {
	float: left;
	margin-right: 30px;
}

/* ------------ MAIN NAVIGATION --------------------- */

#mainNavigation {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	}
 #mainNavigation li {
	list-style: none;
	top: 0;
	float:left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	background-image: url(../images/mainNavigationItemCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

 #mainNavigation li#navOfficepodForEnterprises{ 
 	float:right;
 	background-image: url(../images/mainNavigationEnterpriseItemCorner.gif);
 }

  #mainNavigation a {
	display: block;
	color:#FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #000000;
	font-size: 100%;
	background-image: url(../images/mainNavigationItemBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	
  #mainNavigation a em {
	text-transform: capitalize;
	font-style: normal

	}	
	
	
	#mainNavigation li#navOfficepodForEnterprises a {
	background-image: url(../images/mainNavigationEnterpriseItemBg.gif);
	}
	
	#mainNavigation li#navOfficepodForEnterprises a:hover {
	color: #FCFB6B;
	}
	
	 #mainNavigation a:hover {
	color: #ff8e2b;
	text-decoration: none;
	
	}
	
	
	  #mainNavigation li.thisSection {
	background-image: url(../images/mainNavigationItemOnCorner.gif);

	  }
	
	
		  #mainNavigation li.thisSection a {
	background-color: #D0D0D0;
	color: #000000;
	background-image: url(../images/mainNavigationItemOnBg.gif);
	  }
	  


/* ------------ SUBNAV --------------------- */

#subNavigation {
	margin-left: 118px;
	margin-top: 7px;
}


ul#subNavigationList {
	margin:0px;
	list-style-type: none;
	padding: 0px;

}
ul#subNavigationList li {
	list-style: none;
	top: 0;
	float:left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
ul#subNavigationList li a {
	display: block;
	font-weight:normal;
	color: #333333;
	font-size: 95%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-transform: lowercase;
}


ul#subNavigationList li a:hover {
	color: #ff8e2b;
}

ul#subNavigationList li.thispage a {
	text-decoration: none;
}

ul#subNavigationList li.firstLevel a {
	padding-left: 25px;
}

ul#subNavigationList li.thisPage {
	background-image: url(../images/subNavigationItemOnCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

ul#subNavigationList li.thisPage a:link, ul#subNavigationList li.thisPage a:visited, ul#subNavigationList li.thisPage a:active, ul#subNavigationList li.thisPage a:hover  {
	color: #333333;
	background-image: url(../images/subNavigationItemOnBg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* ------------ NEWS --------------------- */
#rightColumn .articleTeaser a {
	font-size: 135%;
	margin-top: 5px;
	display: block;

}
#rightColumn .articleTeaser .articleSideComments a, .articleTeaser .articleSideComments a {
	font-size: 95%;
	font-weight: normal;
	display: block;
	padding-top: 0px;
	margin-top: 2px;

}
.articleTeaser a:link, .articleTeaser a:visited  {
	color: #333333;
	margin-right: 0;
	margin-left: 0;
	margin-top: 15px;
	font-size: 130%;
	display: block;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}


.articleTeaser {
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	color: #666666;

}

#copy .articleTeaser p {
	margin-top: 0px;
	padding-top: 0px;

}


#copy p.pubdateText, .pubdateText {
	font-size: 95%;
	float:left;
	display: block;
	padding: 0px;
	margin: 0px;
}
.articleSideComments {
	float:right;
}

.articleSideComments a:link, .articleSideComments a:visited {
	font-size: 95%;
	padding-left: 0px;
	text-transform: lowercase;
	margin: 0px;
	background-image: url(../images/build/icons/commentIcon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.articleSideComments a:hover{
color: 
}




#rightColumn .articleSideComments {
	float:right;
	text-align:right;
	color: #C32138;
	font-size: 95%;
	background-image: url(../images/build/icons/commentIcon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 16px;
}

#newsArticle .articleSideComments {
	float:left;
	text-align:left;
	font-size: 95%;
	margin-left: 10px;
}
.articleTeaser h2 a {
	font-weight: bold;
	line-height: 120%;
}
.newsSideMoreLink { text-align:right; }
#newsArticleDateArea {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 0px;
}
#copy p.commenter {
	font-weight:bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 100%;
	color: #333333;
}
#copy .commentDate {
	color: #999999;
	font-size: 90%;
}
/* ------------ COMMENTS --------------------- */

#comments {
	background-image: url(../images/build/commentsBoxTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 570px;
	margin-top: 20px;
}

#commentsInner {
	padding-top: 10px;

}

#comments h4 {
	font-size: 110%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}


#commentText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	width: 95%;
	margin-top: 5px;
	border: 1px solid #cccccc;
	height: 120px;
	padding: 6px;
	font-size:100%;
}
h4.addCommentHead {
	margin-top: 20px;
	color: #FF7C09;
	font-size: 110%;
	margin-bottom: 0px;
	padding: 0px;
}
.comment{
	padding-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.commentTxt {
	font-style:italic;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 135%;
	color: #666666;
}

#copy .commentTxt p {
	margin: 0px;
	padding: 0px;
}
#addComment label {
	margin-top:10px;
	display: block;

}
#addComment  {
	margin-bottom: 20px;
	margin-top: 0px;


}
input#commenterName {
	display: block;
	padding: 6px;
	width: 250px;
	border: 1px solid #cccccc;
	margin-top: 3px;

}
#memberFeaturette .memberFeatureLink { color: #C32138; font-weight: bold;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;   }

#memberFeaturette .readMore { text-align:right; }

/* ------------ TAG CLOUD SIDE --------------------- */

#tagCloud { margin-top: 20px; }
.tagCloudList {
	margin-top: 6px;
	line-height: 150%;
}

/* ------------ CONTENT STYLES --------------------- */
#copy p, #copy h2 {
	margin-bottom: 15px;
	margin-top: 0px;
}

/* ------------ TABLE STYLES --------------------- */


table {
	border:1px solid #DFDFDF;
	border-collapse:collapse;
	color:#000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
}
table thead th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

thead {
	color:#000;
	font-weight:bold;
}

thead th, th {
	padding:6px 4px 6px 10px;
	text-align: left;
}
td {
	border:1px solid #DFDFDF;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table tr.alt-row {
	background-color:#F2F2F2;
}


/* ------------ SOCIAL BOOKMARKS --------------------- */

#socialBookMarks { font-size:90%; margin-top:35px; }
#socialBookMarks h4{
	font-size:110%;
	font-weight:bold;
	border-bottom:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	width: 120px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#socialBookMarks ul.sharesb{
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#socialBookMarks ul.sharesb li {
	font-size:1em;
	display:inline;
	background-position: 0px 5px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
}
ul.sharesb li.delicious{background:url("/images/build/bookmark_icons/delicious.gif") no-repeat;}
ul.sharesb li.digg{background:url("/images/build/bookmark_icons/digg.gif") no-repeat;}
ul.sharesb li.reddit{background:url("/images/build/bookmark_icons/reddit.gif") no-repeat;}
ul.sharesb li.facebook{background:url("/images/build/bookmark_icons/facebook.gif") no-repeat;}
ul.sharesb li.stumbleupon{background:url("/images/build/bookmark_icons/stumbleupon.gif") no-repeat;}
ul.sharesb li a {}

/* ------------  PAGINATION --------------------- */

.pageCount {
	float: left;
	margin-top: -2px;
}
.paginationSummary {
	float: right;
}
.pagination {
	margin-bottom: 20px;
	text-align: right;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
}
.pagination li {
	border:0;
	font-size:11px;
	list-style:none;
	/* savers */
	float:left;
}
.paginationIdentifier { margin:0 10px 0; padding:0; }
.paginationNumbers {  }
.pagination a {
	border:solid 1px #d7d7d7;
	margin-right:3px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-border-radius:2px;
}
.pagination li.next a, .pagination li.previous a {
	border: none;
	background: none;
	padding: 2px 5px;
}
.pagination .active { 
	background:#9da1a7;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 4px;
	/* savers */
	margin-right:3px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-border-radius:2px;
}
.pagination .divider { 
	padding:4px 6px 0 4px;
}
.pagination a:link, .pagination a:visited {
	padding:1px 4px;
	text-decoration:none;
	background: #fff;
}
.pagination a:hover {
	border:solid 1px #b3b3b3;
}
.pagination a.current {
	background-color: #ededed;
}
.pagination li.dots {
	padding-right: 3px;
	color: #b6b8bb;
}
/* ------------ FORMS --------------------- */

#addComment label.error {
	float: none;
	color: red;
	padding-left: 0em;
	vertical-align: top;
	font-style: oblique;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ------------ FOOTER --------------------- */

#footer {
	background-image: url(/images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 75px;
}

#footer #signOff p {
	color: #CCCCCC;
	float: right;
	display: block;
	text-align: right;
}

#signOff {
	float:right;
	width: 600px;
}


#signOff a {
	float: right;
	margin-left: 10px;
}



#footer a:link, #footer a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}


#footer #sitemap a:link, #footer #sitemap a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	float: none;
}


#footer a:hover, #footer #sitemap a:hover {
	color: #FF7C09;
}



#sitemap {
	background-image: url(../images/footerSeparator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 20px;
}



#strapline p {
	font-size: 150%;
	font-weight: normal;
}
#sitemap ul {
	float: left;
	margin-right: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#sitemap li {
	margin: 0;
	padding: 0;
	float: none;
}


#siteMapHeading p {
	font-weight: bold;
	padding-bottom: 3px;
}


input[type=text] {
	border: 1px solid #cfcfcf;
	width: 300px;
	padding: 7px;
	font-size: 95%;
	color: #333333;
	margin-bottom: 3px;
}
input[type=image] {
	margin-top: 10px;
}
#features {
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 16px;
	margin-bottom: 18px;
}
#featuresInner {
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 13px;
	padding-bottom: 13px;
}

.feature {
	width: 326px;
	float: left;
	margin-right: 8px;
	background-image: url(../images/build/features/bgTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

.featureLast {
	width: 306px;
	float: left;
	margin-right: 0px;
	background-image: url(../images/build/features/bgTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
}



#features .one, #features .two, #features .three, #features .four, #features .five, #features .six, #features .seven, #features .eight, #features .nine, #features .ten {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 140px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 145px;
	}
	
	
#features .one {
	background-image: url(../images/build/features/1.jpg);
}

#features .two {
	background-image: url(../images/build/features/2.jpg);
}

#features .three {
	background-image: url(../images/build/features/3.jpg);
}

#features .four {
	background-image: url(../images/build/features/4.jpg);
}

#features .five {
	background-image: url(../images/build/features/5.jpg);

}

#features .six {
	background-image: url(../images/build/features/6.jpg);

}

#features .seven {
	background-image: url(../images/build/features/7.jpg);

}

#features .eight {
	background-image: url(../images/build/features/8.jpg);

}

#features .nine {
	background-image: url(../images/build/features/9.jpg);

}

#features .ten {
	background-image: url(../images/build/features/10.jpg);

}



#features h3 {
	font-family: "ExtensionRR-Book";
	font-size: 155%;
	font-weight: normal;
	line-height: 110%
}

#features img.heading {
	margin-bottom: 4px;
}


#features a {
	font-size:110%;
	background-image: url(../images/build/icons/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
	display: block;
}

#features a:link, #features a:visited {
	color: #333333;
}

#features a:hover{
	color: #FF7C09;
}

#features p, #copy #features p {
	color:#666666;
	font-size: 100%;
}

.twitterOutput p {
	margin-top: 0px;
	margin-bottom: 0px;

}

.twitterOutput p.leadin {
	color: #039DC8;
	margin-bottom: 15px;
}

a.followOnTwitter:link, a.followOnTwitter:visited {
	float: right;
	background-image: url(../images/build/icons/followOnTwitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	display: block;
}

a.followOnTwitter:hover {
	color: #039DC8;

}

.subscribeRss {
	float: right;
	background-image: url(../images/build/icons/subscribeRss.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	display: block;
}


a.readBlog {
	font-size:110%;
	background-image: url(../images/build/icons/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
	float:left;
	display: block;
}


.imageRight { float:right; margin-left: 25px; margin-bottom:25px; }

.imageLeft { float:left; margin-right: 25px; margin-bottom:25px; }



#benefitsWrap, #designWrap, #featuresWrap, #faqsWrap, #technicalWrap, #optionsWrap, #galleryWrap, #contactWrap, #blogWrap, #galleryWrap, #standardWrap {

	border: 1px solid #cfcfcf;
}

#benefitsWrap, #featuresWrap, #faqsWrap, #technicalWrap, #optionsWrap, #contactWrap, #blogWrap, #galleryWrap, #standardWrap {
	padding: 50px;
}

#designWrap
{
	padding-top: 50px;
}





.contentLeft {
	float: left;
	width: 425px;
	margin-right: 5px;
	margin-left: 50px;
}
.contentBg {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px;
}

.designIntro {
margin-bottom: 20px;
}

.imageDesignIntro {
	float:right;
	margin-left: 0px;
	margin-bottom:25px;
	margin-right: 40px;
}


.designMaterials {
	background-image: url(../images/content/designMaterialsBg.jpg);
	padding-left: 575px;
	padding-bottom: 100px;
	padding-top: 80px;
	margin-bottom: 6px;
}

.meetingpodTwo {
	background-image: url(../images/content/meetingpodtwoBg.jpg);
	padding-right: 640px;
	padding-left: 65px;
	padding-bottom: 100px;
	padding-top: 80px;
	margin-bottom: 6px;
}

.custompodTwo {
	background-image: url(../images/content/customPodBg.jpg);
	padding-left: 575px;
	padding-bottom: 100px;
	padding-top: 80px;
	margin-bottom: 6px;
}


.designMaterials h4,
.meetingpodTwo h4 {
	color: #FFFFFF;
}
#copy .designMaterials p,
#copy .meetingpodTwo p,
#copy .custompodTwo p
{
	color: #FFFFFF;
}

.designDetail {
	padding-right: 40px;
	width: 385px;
}

.imageDesignDetail {
	float:right;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right: 0px;
}
#featuresWrap .columnLeft, #technicalWrap .columnLeft, #optionsWrap .columnLeft {
	width: 405px;
	margin-right: 50px;
	float: left;
}

#featuresWrap .columnRight, #technicalWrap .columnRight, #optionsWrap .columnRight {
	width: 405px;
	float: left;
}
#featuresHeating {
	background-image: url(../images/content/featuresHeatingBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 140px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-top: 30px;
}
#featuresHeating h4 {
	color: #FFFFFF;
}

#copy #featuresHeating p {
	color: #999999;
}




#copy #faqsWrap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#faqsWrap li {
	width: 400px;
	padding-top: 10px;
	list-style-type: none;
	padding-right: 25px;
	font-size: 85%;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
}

#faqsWrap li a {
	color: #333333;
}

#optionsWrap table, #optionsWrap td {
border:none
}
#optionsWrap table {
	margin-bottom: 20px;
}

#optionsWrap td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;

}



#optionsWrap td, #optionsWrap th {
padding-left:0;
}


.questionLinks {
	width: 410px;
	float: left;
}
#questionLinksWrap {
	padding-bottom: 20px;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 40px;
}

#faqsWrap #questionLinksWrap h4 {
	margin-top: 30px;
}


#faqsWrap h4 {
	margin-top: 60px;
}
#technicalWrap h4 {
	font-size: 110%;
	margin-bottom: 5px;
}

#copy #technicalWrap ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 3px;
}


#copy #technicalWrap li {
	font-size: 85%;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/build/icons/bulletIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#optionsWrap h4 {
	color: #FF7C09;
}

td.priceData, th.priceData {
	text-align: right;
	width: 100px;
}


span.highLight {
	color: #333333;
}
#showroomColOne {
	float: left;
	width: 230px;
	margin-right: 18px;
}
#showroomColTwo {
	float: left;
	width: 302px;
}
#showroomColThree {
	float: right;
	width: 303px;
}
#contactWrap #showroomColOne h4 {
	margin-top: 0px;
}
#contactWrap #showroom {
	padding-bottom: 25px;
	background-image: url(../images/separator.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
#contactWrap #miscContacts {
	float: right;
	width: 280px;
}
#contactWrap #miscContacts h4 {
	margin-top: 0px;
}
#contactWrap #formEnquiriesWrap {
	float: left;
	width: 550px;
}

#contactWrap #formEnquiries {
	border: 1px solid #cfcfcf;
	padding: 20px;
	top: -1px;
	background-color: #FFFFFF;
	position: relative;
}

#contactWrap #formEnquiries h4 {
	margin-top: 0px;
}
#contactTechnicalAndCS, #contactMedia {
	margin-bottom: 30px;
}
#contactWrap h1,
#galleryWrap h1 {
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#galleryWrap h4 {

	margin-bottom: 15px;

}


#copy .microGallery ul {
	margin: 0;
	padding: 0
}


#copy .microGallery ul li {
	margin: 0 0.1em 0.1em 0;
	padding: 0;
	float: left;
	line-height: 100%;
	display: block;
	width: 88px
}

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	display: none;
}

#tabs a {
	display: block;

}
#tabs {
	z-index:1000;
	position: relative;
}
#copy #newsArticle h2 {
	font-size: 175%;
	line-height: 110%;
	letter-spacing: -1px;
}
#newsLeft {
	width: 575px;
	float: left;
	margin-right: 20px;
}
#newsSide {
	float: right;
	width: 250px;
}
#copy #newsSide .pubdateText {
	float: none;
}
#copy #newsSide .articleTeaser a {
	margin-top: 0px;
	font-size: 90%;
}
#copy #newsSide .articleTeaser {
}
#copy #newsSide .articleTeaser p {
	margin-bottom: 0px;
}
#copy #sideArticleTags p {
	font-size: 95%;
}
#copy #newsArticle p.backLink {
	margin-top: 30px;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
#sideArticleTags {
	margin-top: 25px;
}
.articleTeaser a.articleTeaserLink:link, .articleTeaser a.articleTeaserLink:visited {
	font-size: 90%;
}
#newsSide h3.recentNews {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#copy #articleTags p {
	font-size: 90%;
}

