@charset "utf-8";
* {padding: 0; margin: 0;}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	height: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center -170px;
	background-color: #000000;
}
.orange { color: #f54e21; }
.padding-fix img { padding:20px; }

h1#logo {
	float: left;
	height: 68px;
	width: 285px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#atex {
	width:189px; height:55px;
	background:url(../images/atex.jpg) top center no-repeat;
	text-indent:-999em;
	display:block;
	float:left;
	margin-top:10px;
}

h2 {
	color: #f54e21;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 12px;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 12px;
}
p {
	margin-bottom: 12px;
	font-size: 1.2em;
}
a { color: #f54e21; }
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {list-style-type: none }

#outerWrapper {
/*background-image: url(../images/body_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 20px solid #000000;
	background-color: #000000;
	position: relative;
	margin-bottom: 20px;
}
#leftCol {
	width: 260px;
	float: left;
	display: inline;
}
#rightCol {
	float: right;
	width: 578px;
	background-color: #FFFFFF;
	display: inline;
	border: 1px solid #f54e21;
	padding: 20px;
	min-height:945px;
  	height:auto !important;
  	height:894px;

}
#search {
	width: 400px;
	float: right;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: right;
}

.contact_top {
	font-size:14px;
	color:#fff;
	text-align:right;
}
	.contact_top a {
		color:#fff; text-decoration:none;
	}
	.contact_top a:hover {
		color:#fba927;
	}
ul#mainNav {
	width: 910px;
	float: left;
	margin-bottom: 4px;
}
ul#mainNav li {
	float: left;
	display: inline;
	width: 172px;
	text-align: center;
	margin-right: 10px;
	position:relative;
}
ul#mainNav a {
	display: block;
	text-decoration: none;
	color: #f54e21;
	font-size: 1.7em;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #979697;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul#mainNav a:hover {
	color: #FFFFFF;
}
ul#mainNav li.selected a {
	color: #FFFFFF;
	background-image: url(../images/main_nav_hover_bg.jpg);
}
ul#mainNav li ul {
	position:absolute;
	top:35px; left:0;
	display:none;
}

ul#mainNav li:hover ul { display:block; }

#cat_dropdown select {
	margin-left: 10px; 
	margin-bottom: 10px; 
}
ul#sideNav li {
	background-color: #f54e21;
	margin-bottom: 10px;
        	border: 1px solid #f54e21;
}
ul#sideNav a {
	font-size: 1.8em;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
        height: 40px;
        line-height: 40px
}
ul#sideNav li#sideNavProducts:hover, ul#sideNav li#sideNavProducts:hover a {
	color: #FFF;
        background-color: #f54e21;
list-style-type: none;
}
ul#sideNav li a:hover {
	color: #f54e21;
        background-color: #FFFFFE;
		
}

.orangeClear {
	background-color: #f54e21;
	height: 2px;
	clear: both;
	margin-bottom: 10px;
}
.clearer {
	clear: both;
}
ul#sideNav li#sideNavGallery {
	background-color: #545455;
	background-image: url(../images/sidenav_gal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	
		/*IE7 and below bug*/
	*background-position: 1px 40px;
		
	margin-bottom: 0px;
}
ul#sideNav li#sideNavGallery a:hover {
	color: #f54e21;
	background-color: #FFF;
	background-image: url(../images/sidenav_gal.jpg);
	background-repeat: no-repeat;
	background-position: -260px 40px;
	
	/*IE7 and below bug*/
	
	*background-position: -260px 39px;
	
	
	margin-bottom: 0px;
}
ul#sideNav li#sideNavGallery a {
	color: #fff;
	height: 236px;
}

ul#sideNav li#sideNavNew {
	background-color: #FFFFFF;
	background-image: url(../images/side_nav_new_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px; margin-top: 0;
}
ul#sideNav li#sideNavNew img {
	margin-bottom:10px;
}
ul#sideNav li#sideNavNew p {
	font-size:1.4em;
}
ul#sideNav li#sideNavNew a {
	font-size:1em;
	color: #f54e21!important;
	padding: 0px;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
	#footer > div {
		background:#fff;
		background-image: url(../images/footer_design_manu.gif);
		background-repeat: no-repeat;
		background-position: 15px 10px;
	}
	
	.credit {
		color:#fff;
		text-align:right;
		line-height:30px;
		margin-bottom:20px;
	}
		.credit a {
			text-decoration:none;
			color:#fff;
		}
#footer img {
	float: right;
}
#footGrey {
	background-color: #BDC2C8;
	clear: both;
	width: 840px;
}

#footGrey  p {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.1em;
}
#footBlack {
	background-color: #000000;
	width: 840px;
}
#footBlack p {
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 1.3em;
}
#footBlack a {
	color: #FFFFFF;
	text-decoration: none;
}
.orangeText {
	color: #CD620A;
	font-size: 1.3em;
}

/* ------ news ------- */
.news-item img { float:left; margin-right:10px; }
.news-item p.date { font-size:1.8em; margin:0; }
.news-item h3 { font-size:2em; margin:0; }
.news-item span.news-desc p { margin:0; }
.news-item span.news-desc { margin:0 0 5px 0; }
.news-item p.link { margin:0; }
.news-item .clearer { height:20px; }

/* ------ paging ------- */
.paging ul { display:inline; list-style:none; }
.paging ul li { float:left; margin-right:5px; font-size:1.2em; }
.paging ul li .disabled { display:none; }
.paging ul li a { color:#f54e21; }

/* ----------- product ------------ */
.product {
	float:left;
        margin-bottom: 20px;
}
.product .desc {
        float: left;
        width: 460px;
}
.product a { color:#f54e21; }

.product .image {
	float:left;
	margin-right:10px;
}
.product .desc h3 {
	margin-bottom:5px;
}
.product .desc p {
	margin-bottom:5px;
}
#catNav {
	margin-bottom:20px;
	float:left;
}
#catNav li {
	float:left;
	font-size:1.4em;
	margin-right:15px;
}
#catNav li a{
	text-decoration:none;
	color:#000;
}
#catNav li a span.highlight { color:#f54e21!important; }


/* ---------- #large-product --------- */

#large-product img {
	margin-bottom:10px;
}
#large-product .left-product {
	float:left;
	width:270px;
}
#large-product .right-product {
	float:right;
	width:270px;
	border-left:#f54e21 3px solid;
	padding-left:10px;
}
#large-product ul {
	margin-left:20px;
	font-size:1.2em;
	line-height:20px;
	list-style:disc;
}
#large-product h5 {
	font-size:1.6em;
	margin-bottom:5px;
}
.pdf-download {
	padding-left:60px;
	padding-top:15px;
	background:url(/images/pdf.jpg) top left no-repeat;
	width:200px;
	display:block;
	color:#f54e21;
	font-size:1.4em;
	min-height:51px;
	margin-top:20px;
	text-decoration:none;
}
.view-video {
	padding-left:60px;
	padding-top:15px;
	background:url(/images/youtube.jpg) top left no-repeat;
	width:200px;
	display:block;
	color:#f54e21;
	font-size:1.4em;
	min-height:51px;
	margin-top:20px;
	text-decoration:none;
}
.pdf-small {
	background:url(/images/document-pdf-text.png) top left no-repeat;
	padding-left:20px;
	height:25px;
	float:left;
	margin-right:20px;
	width:240px;
	margin-bottom:10px;
}
.document-small {
	background:url(/images/document-list.png) top left no-repeat;
	padding-left:20px;
	height:25px;
	float:left;
	margin-right:20px;
	width:240px;
	margin-bottom:10px;
}

/* ----- flash map ----*/
#flash_map {
	width:578px;
	min-height:740px;
	height:auto !important;
	height:740px;
}






ul.aboutList {
background-image: url(/images/about_list_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 12px;
font-size: 1.2em;
padding-left: 35px;
height: 125px}

ul.aboutList li {padding-top: 6px; padding-bottom: 5px;}

#linksWithImages img { clear: both; margin-right: 6px; margin-bottom: 6px; vertical-align: middle;} 
#linksWithImages p {
	clear: both;
}
#linksWithImages h3 { clear: both; }

a.aboutLink1, a.aboutLink2, a.aboutLink3, a.aboutLink4 {
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.aboutLink1 {
	color: #FF0000;
	background-image: url(/images/about_link1.gif);
}
a.aboutLink2 {
	color: #0066CC;
		background-image: url(/images/about_link2.gif);
}
a.aboutLink3 {
	color: #336633;
		background-image: url(/images/about_link3.gif);
}
a.aboutLink4 {
	color: #FF9900;
		background-image: url(/images/about_link4.gif);
}
