@charset "utf-8";
/* GLOBAL RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
 color:#333;
 background: #D8D39D; /* Safari */
}
   
::-moz-selection {
 color:#333;
 background: #D8D39D; /* Firefox */
}
html {
	height: 100%;
	
}


.clear
{
    clear:both;
}

/* GLOBAL COLORS */
.blue {
	color:#355C9F;
}
.blueDark {
	color:#1A2B3D;
}

.preload
{
    display:none;
}

/* LAYOUT */
body {
	width:100%;
	height:100%;
	background: #FFFFFF url(../images/bg_body.jpg) repeat-x top center;
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#333;
}

#header {
	width:100%;
	/*background:transparent url(../images/bg_header.png) repeat-y top center;*/
}
#headerIn {
	width:970px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
    float:left;
}


#search
{   
    margin:30px 40px 0 0;
    _margin:30px 10px 0 0;
    float:right;
}


/* CONTENT WRAPPER */

#content {
	width:100%;
	/*background:transparent url(../images/bg_container.png) repeat-y top center;*/
}
#contentIn {
	width:1009px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer 
{
	width:100%;
	/*background:transparent url(../images/bg_footer.png) no-repeat top center;*/
	
}
#footerIn {
	width:970px;
	height:150px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	text-decoration:none;
	color:#1A2B3D;
}

#footer a:hover{
    text-decoration:none;
    color:#355C9F;
}

.footerPhoto
{
    width:266px;
    float:left;
}

.footerPhoto ul
{
    display:inline; 
}

.footerPhoto li
{
     float:left;
     display:inline;
     width:68px;
     padding:5px;
    
}

.footerBrochures
{
   width:242px;
   float:left;
   margin-left:10px;
}

.footerBrochures ul
{
  display:inline;
}

.footerBrochures li
{
  float:left;
  display:inline;
  padding:5px;
}

.footerContact
{   
    width:170px;
    margin:0px 5px 0 10px;
    float:left;
}

.footerDriving
{
    float:left;
    width:498px;
    margin-left:15px;
}

.footerDriving h3
{
    padding-bottom:20px;
}

.footerDriving .location
{
    float:left;
    width:153px;
}

.footerDriving .location.padding
{
    padding-right:17px;
}

.footerDriving .division
{
    font-weight:bold;
}

.footerDivider
{
    float:left;
    width:10px;
    height:186px;
    background: url(../images/footerDivider.png)no-repeat;    
}

/* MEGA MENU */

#menu
{
    float:right;
    /*margin-top:37px;*/
    margin-top:-50px;
}

#menuHome {
	width:94px;
	height:45px;
}
#menuAbout {
	width:92px;
	height:45px;
}
#menuProducts {
	width:118px;
	height:45px;
}
#menuPhotos {
	width:100px;
	height:45px;
}

#menuAdvantages {
	width:129px;
	height:45px;
}
#menuAdditionalInfo {
	width:168px;
	height:45px;
}

#megaMenuAboutDiv {
	width:343px;
	height:295px;
	margin-left:-7px;
	background-image: url(../images/bg_menu_about.png);
	background-repeat:no-repeat;
    _background-image: url(../images/bg_menu_about.gif);
	_background-repeat:no-repeat;
}

#megaMenuAboutDiv p
{
    padding:0 5px 5px 0;
    width:310px;
}

#megaMenuAboutDiv a
{
    color:#333;
}

#megaMenuAboutDiv a:hover
{
    color:#355C9F;
}

#megaMenuAboutDiv h3
{
  
}

#megaMenuProductsDiv {
	width:480px;
	height:340px;
	margin-left:1px;
	_margin-left:-11px;
	padding-top:5px;
	background-image: url(../images/bg_menu_products.png);
	background-repeat:no-repeat;
	_background-image: url(../images/bg_menu_products.gif);
	_background-repeat:no-repeat;
}

#megaMenuProductsDiv a
{
}

#megaMenuProductsDiv a:hover
{ 
}

/*
#megaMenuProductsDivBG
{
    width:480px;
	height:295px;
   	background-image: url(../images/bg_menu_products.png);
	background-repeat:no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/bg_menu_products.png',sizingMethod='scale');
}
*/

#megaMenuProductsDiv a {
	color:#333;
}

#megaMenuProductsDiv a:hover {
	
    color:#355C9F;
}

#megaMenuProductsDiv ul {
	
}

#megaMenuProductsDiv li 
{
    padding:0 0 3px 0;
}


#megaMenuPhotosDiv {
	width:355px;
	height:295px;
	margin-left:-3px;
	background-image: url(../images/bg_menu_photos.png);
	background-repeat:no-repeat;
}

#megaMenuPhotosDiv ul
{
   
}

#megaMenuPhotosDiv li
{
     padding:3px;  
}

#megaMenuPhotosDiv a{
	color:#333;
	font-weight:bold;
}

#megaMenuPhotosDiv a:hover{
	color:#355C9F;
	font-weight:bold;
}


#megaMenuAdvantagesDiv {
	width:355px;
	height:295px;
	margin-left:-215px;
	background-image: url(../images/bg_menu_advantages.png);
	background-repeat:no-repeat;
    _background-image: url(../images/bg_menu_advantages.gif);
	_background-repeat:no-repeat;
}

#megaMenuAdvantagesDiv a{
	color:#333;
}

#megaMenuAdvantagesDiv a:hover{
	color:#355C9F;
}


#menuItems {
	display:inline;
	height:30px;
	width:970px;
}
#menuItems a {
}
#menuItems a:hover {
}
.menuItem {
	float:left;
}
.megaMenuList {
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	width:300px;
	position:absolute;
	display:none;
	z-index:1;
}

.megaHeader 
{
    color:#666666;
    font:bold 16px/16px Arial, Helvetica, Sans-Serif;
} 

.hovering {
	display:block;
}


/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #333;
}
h2 {
	font-size: 18px;
	color: #666;
}
h3 {
	font-size: 16px;
	color: #999;
}
h4 {
	font-size: 14px;
	color: #999;
}
h5 {
	font-size: 12px;
	color: #333;
}
h6 
{
    font-weight:bold;
    display:inline;
}


/* FORMS */

.inputTextBG 
{
    background:#C3BA95;
    border:solid 0 #999;
    margin:0 0 5px 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    color:#333;
    padding:5px 0 0 3px;
    width:150px;
    height:20px
}

.inputRegister
{
    background:#C3BA95;
    border:solid 0 #999;
    margin:0 0 5px 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    color:#333;
    padding:5px 0 0 3px;
    width:200px;
    height:20px
}


.inputLoginBG 
{
    background:#666666;
    border:solid 1 #FFF;
    margin:0 0 5px 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    color:#FFF;
    padding:5px 0 0 3px;
    width:200px;
    height:20px
}

.searchTextBG 
{
    background:#C3BA95;
    border:solid 0 #999;
    margin:0 0 0 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    vertical-align:middle;
    color:#333;
    padding:5px 0 0 3px;
    width:180px;
    height:20px;
    
}
.inputTextAreaBG
{
    background:#C3BA95;
    border:solid 0 #999;
    margin:0 0 5px 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    color:#333;
    padding:0 0 0 3px;
    width:150px;
    height:100px
}



.validate 
{
    position:absolute;
    top:0;
    left:0;
	color: #DF933B;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:-7px;
}

.registerValidate 
{
    position:absolute;
    top:0;
    left:0;
	color: #DF933B;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:-7px;
}


.bttnSearch
{ 
 vertical-align:middle; 
    
}

.bttnLogin 
{
    margin-top:5px;
}
    


/* PAGES */

.sectionBreadCrumbs
{
    width:700px;
    margin-left:280px;
    color:#333;
    font:normal 11px/17px Arial, Helvetica, Sans-serif;
}


.sectionBreadCrumbs a
{
    color:#333;
  
}

.sectionBreadCrumbs a:hover
{
  color:#999;
}

.asideGlobal 
{
    background: #fff url(../images/bg_left.jpg) no-repeat top center;
   	width:249px;
   	float:left;
    margin-left:10px;
}


.asideGlobal p
{
 padding:10px;     
}

.newsItem 
{
    width:900px;
}

.newsItem p
{
    width:900px;
    padding:20px;
}

.newsItem 
{
    color:#000;
    font:normal 11px/18px Arial, Helvetica, Sans-serif;
}

.newsItemHeader 
{
    color:#333;
    font:bold 17px/17px Arial, Helvetica, Sans-serif;
    margin-top:30px;
}

.newsItemHeader h3
{ 
    font:bold 24px/24px Arial, Helvetica, Sans-serif;
}

.sectionPressPhotos img
{
 border:solid 3px #ccc;   
}

.sectionPressPhotos img:hover
{
    border:solid 3px #999;   
}


/* HOME PAGE */

.flashHome 
{
    margin-left:1px;
    position:relative;
}

.sectionHome 
{
    position:absolute;
    margin-top:40px;
    margin-left:15px;
    top:0;
    left:0;
    width:240px;
	height:229px;
	background: transparent url(../images/bg_home_news.png) no-repeat top center;
	_background: transparent url(../images/bg_home_news.gif) no-repeat top center;
	font:12px/17px Arial, Helvetica, sans-serif;
	color:#333;
	
}


/* ABOUT PAGE */

.sectionAbout
{
    float:left;
    width:970px;
}

.sectionPassword
{
    float:left;
    width:970px;
}

.sectionPassword h1
{
    font:bold 24px/24px Arial, Helvetica, Sans-serif;   
}

.sectionPressReleases
{
    float:left;
    width:970px;
}

.sectionAssociations 
{
    float:left;
    width:970px; 
    margin:60px 0 50px 30px; 
}

.sectionAssociations ul
{
    float:left;   
    width:970px;
}

.sectionAssociations li
{
   display:inline;
   float:left;   
   padding:0 70px 0 0;
}

.sectionAssociations li.last
{
    padding:0px;
}
.sectionRegister 
{
    float:left;
    width:680px;
    margin:0 0 160px 20px;
}

.sectionAama 
{
    float:left;
    width:680px;
    margin:0 0 160px 20px;
}

.registerForm 
{
    padding:5px 0 5px 0;
    position:relative;
}


/* Tab Nav */

.tabs {
	width:275px;
	margin-left:0px;
	_margin-left:35px;
}
ul.tabNavigation {
	list-style: none;
	margin-top:15px;
	padding-bottom:5px;
	padding-left:5px;
}
ul.tabNavigation li {
	display: inline;
	
}
ul.tabNavigation li a {
	padding-right: 0px;
	background-color: transparent;
}
ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
	background-color: #D0C88A;
	padding-top: 0px;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs > div {
	padding: 0px;
	margin-top: 0px;
}
div.tabs > div h2 {
	margin-top: 0;
}


#architectLogin 
{
    width:240px;
    margin-left:10px;
}

#architectLogin p
{
    padding:5px;
}


#welcome 
{
    width:240px;
    margin-left:5px;   
}

#welcome img
{
   
    margin-top:2px;   
}

#welcome a
{
    color:#355C9F;   
}

#welcome a:hover
{
    color:#000;    
}

#welcome p
{
   padding:5px;
   font:normal 11px/17px Arial, Helvetica, Sans-serif;
}

/* #welcome p:first-letter
{
   font:bold 36px/32px Arial, Helvetica, Sans-serif;
   padding:10px;
}
*/


/* PRODUCT PAGES */

.sectionPhoto
{
    float:left;
    width:970px;
    margin-left:20px;
}

.sectionProduct
{
    float:left;
    width:970px;
    margin:0 0 60px 0;
}

.sectionAAMA
{
    float:left;
    width:970px;
    margin:0 0 60px 0;
}

.sectionAAMAStandards
{
    float:left;
    width:970px;
    margin:0 0 60px 0;
}

.sectionAAMAStandards td
{
 padding:9px;
 border:solid 2px #ccc;
}

.hrAAMATbl 
{
 font:bold 17px/17px Arial, Helvetica, Sans-serif;
 border:solid 2px #ccc;
 background:#ccc;
 text-align:center;
 vertical-align:middle;
}


.sectionAAMAStandards table
{
 margin:20px 0 0 60px;
}


.sectionProductStyle
{
    float:left;
    width:970px; 
    margin:30px 0 40px 20px;
    
}

.sectionProductStyle ul
{
    float:left;   
    width:970px;
    margin-left:20px;
    
}

.sectionProductStyle li
{
   display:inline;
   padding:0 25px 0 0;
}

.sectionSpecs 
{
    width:280px;
    margin:20px 0 0 25px;
    float:left;
}

.sectionSpecs table
{
    width:280px;
   
}


.sectionSpecs td
{
    padding:5px;
}

.sectionSpecs table
{
  border:solid 2px #d0d0d0;
  margin-top:10px;
}


.sectionColors
{
    width:260px;
    margin:20px 0 0 60px;
    float:left;
}

.sectionAdditionalInfo
{
    float:left;
    width:240px;
    margin:20px 0 0 80px;  
}

.sectionAdditionalInfo .scroll
{
    height:400px;
    overflow::auto;
    overflow-y:auto;
    overflow-x:hidden;

}

.sectionAdditionalInfo a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}

.sectionCantileverTables td
{
     padding:5px; 
      border:solid 1px #d0d0d0;
}

.sectionCantileverTables table
{
  border:solid 2px #d0d0d0;
  margin-top:10px;
  width:460px;
}


.sectionComponentGrahpic
{
    float:left;
    width:970px; 
    margin:30px 0 40px 20px;
    
}

.sectionComponentGrahpic ul
{
    float:left;   
    width:970px;
    margin-left:20px; 
}

.sectionComponentGrahpic li
{
   display:inline;
   padding:0 5px 0 0;
}



/* Product Slide */


#largeImg {
	border: solid 0px #ccc;
	width: 448px;
	height: 303px;
	padding: 7px;
}

.thumbs {
	
	margin:3px 0 0 3px;
}

.thumbs img {
	border: solid 3px #999;
	width: 99px;
	height: 99px;
	padding: 0px;
	margin:2px 0 0 6px;
}

.thumbs img:hover {
	border-color: #FFF;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #ccc;
	width:112px;
	padding: 5px;
	opacity: 0.95;
	
}
#tooltip h3, #tooltip div 
{
  margin: 0; 
  font:bold 11px/17px Arial, Helvetica, Sans-serif;
	color:#333;
          
}

.sectionPrivacy 
{
    width:970px;
    margin:10px 0 30px 30px; 
}



.sectionSiteMap 
{
    
    width:970px;
    margin:10px 0 30px 60px;   
    
}


.sectionSiteMap a
{
    
  color:#333; 
    
}

.sectionSiteMap a:hover
{
    
 	color:#355C9F;
    
}

.sectionSiteMap li
{
padding-bottom:5px;
}

.textAreaContact 
{
    background:#C3BA95;
    border:solid 0 #999;
    margin:0 0 5px 0;
    font:11px/20px Arial, Helvetica, Sans-Serif;
    color:#333;
    padding:0 0 0 3px;
    width:150px;
    height:100px;
    overflow:auto;   
}

.photoHeader
{
    font-family:Times New Roman;
    font-size:25px;
    color:#1A2B3D;
    font-variant:small-caps;
    
}

.sectionContact 
{
    width:970px;
    margin:10px 0 30px 30px; 
}

.sectionContactMaps 
{
    float:left;
    width:400px;
}

.additionalInfoItemHeader
{
    font:normal 21px/21px Times New Roman, Arial, Sans-serif;
    color:#333333;
    display:block;
    margin:18px 0 0 0 ;
}

.spacerGrey 
{
 background-color:#ccc;
 height:2px; 
}


.sectionAdditionalInfo2 
{
    width:970px;
    float:left;
}

.sectionAdditionalInfoDownload a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}

span.highlight
{
    background-color:#E29EC5;
    padding:2px;
}
