@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
/*** General style definitions ***/
a img {
	border:none;
}
/*** Font definitions ***/
p {
	padding-bottom: 10px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
h1 {
	color: #11617c;
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	color: #11617c;
	font-size: 15px;
	font-weight: lighter;
}
h3 {
	color: #666;
	font-size: 14px;
}
h4 {
	color: #123974;
	font-weight: bold;
	font-size: 10px;
}
h6 {
	color: #BD193F;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #11617c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #11617c;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #11617c;
}

.markets {
	background:url(/images/interior_background_markets.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
.about {
	background:url(/images/interior_background_about.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
.contact {
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-image: url(/images/interior_background_contact.jpg);
}
.highlights {
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-image: url(/images/interior_background_highlights.jpg);
}


.portfolio {
	background:url(/images/interior_background_portfolio.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
.productType {
	background:url(/images/interior_background_product_type.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
.materials {
	background:url(/images/interior_background_materials.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}



.home .headerText {
	display:none;	
}
#homeHeader {
	width: 100%;
	background-image: url(../images/yellow_transparent_background.png);
	background-repeat: repeat;
	height: 54px;
}
#homeHeader #topNavigation a {
	color: #0067B1;
}
#homeHeader #topNavigation {
	height: 35px;
}
#topNavigation  {
	padding-top: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}
#topNavigation a {
	/* [disabled]color: #FFF; */
}


#topNavigation ul {
	/* [disabled]list-style-type: none; */
	/* [disabled]float: left; */
	/* [disabled]margin-left: 155px; */
	/*width: 720px;*/
}
#topNavigation ul li {
	/* [disabled]display: block; */
	/* [disabled]float: left; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-left: 20px; */
}
#homeBackground {
	margin-right: auto;
	margin-left: auto;
}
/*** Home background slideshow ***/
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#homeMainContent {
	margin-top: 160px;
	background-color: #FAD714;
	margin-left: 250px;
	margin-bottom: 30px;
	border: 5px solid #FAD714;
	width: 700px;
}
#homeSubContent {
	width: 100%;
	background-image: url(../images/yellow_transparent_background.png);
	background-repeat: repeat;
	height: 230px;
	padding-top: 20px;
	clear: both;
}

#homeSubContent img {
	margin-top: 10px;
	margin-right: 50px;
	float: left;
}

#homeSubContent p {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer  {
	width: 700px;
	font-size: 9px;
	color: #11617c;
	float: left;
	margin-top: 20px;
}
#mainHeader {
	height: 135px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#mainContent {
	float: left;
	width: 800px;
	color: #11617c;
}
#mainContent p {

}
#mainContent ul {
	list-style-position: inside;
}

#mainContent a {
	color: #EB7F36;
}
.imgFloatRight {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
.imgFloatLeft {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}



#topNavigation .headerText {
	color: #FFF;
	text-transform: uppercase;
	font-size: 42px;
	float: left;
	clear: both;
	margin-left: 5px;
}



#leftNavigation {
	float: left;
	width: 180px;
	height: 400px;
	margin-top: 5px;
}
#leftNavigation ul li{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}


.backgroundImage {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:936px;
	position:absolute;
}
.portfolioButton {
	padding: 5px;
	margin: 5px;
}

/* Header menu styles
--------------------------------*/

#menu {
	height: 20px;
	padding-top: 2px;
	padding-bottom: 0%;
	float: left;
	width: 980px;
}

#nav, #nav ul { /* all lists */
	float:left;
	padding-left: 280px;
	padding-right: 4px;
	padding-top: 4px;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: block;
	/* [disabled]width: 900px; */
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #FFFFFF;*/
}
#nav li a {
	margin-bottom: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*white-space: nowrap;*/
	width: 20em;
	/*left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	display: none;  /* fix ie7 issue.  Trumps screen reader issue atm.*/
	z-index: 5;
	background-image: url(/images/drop_down_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display: block;
}

#nav ul li{
	width: 20em;
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#nav ul li a:hover {
	color: #005495;	
	/*background: #CCCCCC;*/
}

#nav ul li a {
	margin: 3px 0px 5px 7px;
	color: #333;
}
