@charset "UTF-8";
body{font:85% Arial,Helvetica,Verdana,sans-serif;background-color:#f2f2f2;margin:0;padding:0;text-align:center;color:#000;}
#navigation{background-color:#E0E0E0;margin-bottom:15px;font-size:12px;line-height:16px;color:#333;}
ul#navigation{list-style-type:none;padding:0px 0 20px 0;margin:10px 0;}
ul#navigation li{float:left;margin:0;border-right-style:dotted;border-right-width:0.2px;border-right-color:#666;}
ul#navigation li a{display:block;padding:2px 20px;background-color:#E0E0E0;color:#666;text-decoration:none;}
ul#navigation li a:hover{background-color:#F4F4F4;color:#3D6E9F;}
a:link{color:#3D6E9F;text-decoration:none;}
a:hover{text-decoration:underline;color:#3D6E9F6;}
a:visited{color:#3D6E9F;text-decoration:none;}
/* Masthead */
#masthead{display:inline;float:left;width:970px;height:80px;padding:0;overflow:hidden;}
#masthead #branding{display:inline;float:left;width:180px;height:100%;margin:0 15px 0 0;}
#masthead #nav{display:inline;float:left;position:relative;width:540px;height:100%;margin:0 15px 0 0;}
#masthead #promo{display:inline;float:left;width:220px;height:100%;margin:0;}
/* Global Navigation */
ul#global-nav{margin:0;padding:0;width:540px;float:left;}
ul#global-nav li{list-style:none;display:inline;width:101px;float:left;padding:0;margin:0;border:1px solid #d3d3d3;border-right:0 none;}
ul#global-nav li.last{border-right:1px solid #d3d3d3;width:130px;}
ul#global-nav li a{display:inline;float:left;width:100%;padding:6px 0;text-align:center;font-weight:bold;color:#555;}
ul#global-nav li a:hover,ul#global-nav li a.active{background-color:#efefef;color:#4481b2;text-decoration:none;}
ul#sub-nav{margin:0;padding:0;position:absolute;bottom:2px;left:4px;}
ul#sub-nav li{display:inline;list-style:none;padding-right:20px;}
ul#sub-nav li a{color:#acacac;font-size:11px;font-weight:bold;}
/* Tips for sidebar1:3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".umbria #sidebar1 p" rule.
*/
.umbria #sidebar1{float:left;width:180px;margin:0 0 0 0;background-color:#EBEBEB;}
.umbria #container{width:970px;background:#FFFFFF;margin:0 auto;padding:15px;text-align:left;}
.umbria #wrapper{width:970px;overflow:hidden;background:transparent url('../images/bg_cols.gif') 0 0 repeat-y;}
.umbria.home #wrapper{background:transparent url('../images/bg_cols_home.gif') 0 0 no-repeat;}
.umbria #header{padding:0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text,you may want to remove the padding. */
height:80px;width:970px;margin:0 0 15px 0;background-color:#fff;}
.umbria #header h1{margin:0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it,this is not necessary as that also avoids the margin collapse */
padding:10px 0;/* using padding instead of margin will allow you to keep the element away from the edges of the div */}
.umbria #sidebar1 ul{margin:0 10px 10px 10px;padding:0;list-style:none;}
.umbria #sidebar1 ul li{padding:3px 0 0 0;}
/* Tips for mainContent:1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains,the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar),it may not be possible to calculate the exact width available. If the user's text size is larger than average,you will have a wider sidebar div and thus,less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below,the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.umbria #mainImage{margin:0 0 15px 15px;width:775px;height:240px;float:left;background-color:#EBEBEB;}
.umbria #productImage{margin:0 0 15px 15px;width:540px;float:left;}
.umbria #search{margin:0 0 15px 15px;width:540px;float:left;}
.umbria #searchbox{width:515px;background-color:#EBEBEB;margin-bottom:15px;padding:15px 10px 0 15px;border:1px solid #BFBFBF;}
#mainContent{width:555px;background-color:#fff;float:left;margin:0 15px 0px 0;}
#mainContentheader{background-color:#efefef;height:24px;line-height:24px;width:538px;margin:0 0 0 15px;border:solid #ccc 1px;text-indent:8px;}
#mainContentFooter{background-color:#ffffff;height:24px;width:538px;padding:15px 0;margin:0 0 0 200px;display:block;}
#mainContent #topback2 {margin:15px 0 0 15px;}
.umbria #footer{background:#DDDDDD;height:55px;clear:both;margin:15px 0 0 0;}
.umbria #footer p{margin:0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:10px 0;/* padding on this element will create space,just as the the margin would have,without the margin collapse issue */}
#sidebar2{background-color:#EBEBEB;width:220px;float:right;}
#sidebar3{background-color:#EBEBEB;width:220px;float:right;}
#companyAddress{background-image:url(assets/line_separater.gif);background-repeat:repeat-y;}
#address{float:right;border-left-width:0.5px;padding-left:15px;width:288px;}
.umbria #sidebar3 ul{margin:15px 10px 0 10px;padding:0 0 5px 0;list-style:none;}
.umbria #sidebar3 ul li{padding:0 0 5px 0;}
.umbria #sidebar2 ul{margin:10px 10px 0 10px;padding:0 0 5px 0;list-style:none;border-bottom:solid #ccc 1px;}
.umbria #sidebar2 ul li{padding:0;}
/* carousel */
.carousel {float:left;display:inline;position:relative;overflow:hidden;width:537px;height:168px;margin:15px 0 0 15px;background-color:#efefef;border:solid #ccc 1px;}
.carousel h3 {float:left;margin:8px 0 0 6px;color:#333;font-size:12px;}
.carousel .bus {position:absolute;left:27px;top:27px;width:482px;height:135px;overflow:hidden;}
.carousel ul {overflow:hidden;position:absolute;width:2000px;top:0;left:0;padding:0;margin:0;}
.carousel ul li {list-style:none;float:left;display:inline;width:150px;padding:0;margin:0 16px 0 0;}
.carousel p {margin:4px 0;font-size:12px;}
.carousel p a {font-weight:bold;}
.carousel a.prev {position:absolute;display:block;height:30px;width:30px;top:66px;left:-3px;text-indent:-1000em;outline:0 none;background:transparent url('../images/arrows.gif') 0 0 no-repeat;}
.carousel a.prev:hover {background-position:0 -30px;}
.carousel a.next {position:absolute;display:block;height:30px;width:30px;top:66px;right:-3px;text-indent:-1000em;outline:0 none;background:transparent url('../images/arrows.gif') -30px 0 no-repeat;}
.carousel a.next:hover {background-position:-30px -30px;}
.carousel a.hide {display:none;}
/* Miscellaneous classes for reuse */
.fltrt{/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float:right;margin-left:8px;}
.fltlft{/* this class can be used to float an element left in your page */
float:left;margin-right:7px;}
.clearfloat{/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;height:0;font-size:1px;line-height:0px;}
.marginrl1{margin:0 10px 0 10px;}
.margintrl1{margin:9px 9px 0 9px;}
.margintrl2{margin:10px 10px 0 10px;}
.margintl1{margin:7px 0 0 10px;}
.marginb15{margin:0 0 15px 0;}
.margint10{margin:10px 0 0 0;}
.margintemp{margin:0 12px 12px 0;}
.thumbnail{width:168px;height:168px;background-color:#efefef;border:solid #ccc 1px;display:inline;float:left;margin:15px 0 0 15px;font-size:12px;line-height:16px;}
.thumbtext{font-size:12px;line-height:16px;margin:5px 0 0 10px;}
.text1{font-size:12px;line-height:16px;color:#333;}
.categories{font-size:12px;line-height:16px;color:#DA623C;background-color:#D1D1D1;padding:5px 0 5px 10px;margin:0 0 0 0;}
.orange{color:#DA623C;}
.smallhead{margin:0;padding:0;font-size:14px;color:#545454;}
.newsbody{border-bottom:solid #ccc 1px;padding:0 0 10px 0;font-size:12px;line-height:16px;color:#333;margin:0 0 10px 0;}
.sidebarbody{padding:0 0 10px 0;line-height:16px;font-size:12px;line-height:16px;color:#333;margin:0 0 10px 0;}
.sidebarTitle{font-size:13px;color:#3D6E9F;line-height:1.2em;}
.title1{font-size:16px;line-height:22px;color:#3D6E9F;}
.title2{font-size:16px;line-height:22px;color:#DA623C;}
.title3{font-size:13px;line-height:22px;color:#DA623C;}
.date{color:#DA623C;}
#sideNews{border:none;}
#sideNews li{margin:10px 0 5px 0;border-bottom:1px solid #ccc;}
.viewAllBlock{clear:both;margin:10px 0 10px 15px;padding:10px 0;text-align:right;border-bottom:1px solid #ddd;}


/* New Homepage Layout - 03/25/2010 */
#features:after, .contentContainer:after {display:block;clear:both;visibility:hidden;content:'.';height:0;}
.umbria #wrapper.threecols {background-image:url(images/bg_cols_three.gif); clear:both;}
#features, #features li {color:#fff; font-size:13px; list-style-type:none; margin:0 0 12px; padding:0; zoom:1;}
#features {clear:both;}
#features li {float:left;}
#features li p {padding:94px 28px 0 37px;}
#features li a {bottom:14px; display:block; height:31px; position:absolute; text-indent:-4000px;} 
#features li a:hover {background-position:0 -31px !important} 
#features .architecture {background:transparent url(assets/featArchitecture.jpg) no-repeat 0 0; height:242px; position:relative; width:243px;}
#features .architecture a {background:transparent url(assets/btnArchitecture.gif) no-repeat 0 0; left:48px; width:147px;}
#features .id {background:transparent url(assets/featID.jpg) no-repeat 0 0; height:242px; position:relative; width:242px;}
#features .id a {background:transparent url(assets/btnID.gif) no-repeat 0 0; left:45px; width:154px;}
#features .homeDecor {background:transparent url(assets/featHomeDecor.jpg) no-repeat 0 0; height:242px; position:relative; width:241px;}
#features .homeDecor a {background:transparent url(assets/btnHomeDecor.gif) no-repeat 0 0; left:48px; width:148px;}
#features .constructionMats {background:transparent url(assets/featConstructionMats.jpg) no-repeat 0 0; height:242px; position:relative; width:243px;}
#features .constructionMats a {background:transparent url(assets/btnConstructionMats.gif) no-repeat 0 0; left:17px; width:208px;}
.contentContainer {background-color:#ebebeb; color:#333; font-size:12px; margin:0 0 16px; zoom:1;}
.contentContainer h2 {background-color:#D1D1D1; color:#DA623C; font-size:14px; font-weight:normal; line-height:18px; margin:0; padding:5px 12px;}
.contentContainer h3 {font-size:20px; font-weight:normal; margin:0; padding:5px 12px;}
.contentContainer p {line-height:1.3; margin:0 9px 12px;}
.contentContainer img {margin:9px;}
.contentContainer .offsetImage {float:left; width:200px;}
.contentContainer .offsetContent {float:left; padding:0 0 0 5px; width:335px;}

