* {
 outline: none;
}
body{
	margin:0;
  	color:#000;
	font:12px arial,sans-serif;
	background:#000;
	min-width:1000px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#header{
	background:url(../graphics/bg-header.gif) repeat-x;
}
#header .holder{
	background:url(../graphics/bg-header-holder.gif) no-repeat 50% 0;
}
#header .frame{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#header h1{
	width:192px;
	height:43px;
	background:url(../graphics/logo.png) no-repeat;
	margin:25px 0 0;
        display: inline-block;
}
#header h1 a{
	width:192px;
	height:43px;
	display:block;
	position:relative;
	text-indent:-9999px;
}
#header h2{
        color: white;
        display: inline;
        margin-left:130px;
}
#banner {
    color:white;
    display:inline;
    font-size:30px;
    font-style:italic;
    left:274px;
    position:relative;
    top:12px;
}
#main{
	background:#333;
}
#content{
	width:940px;
	margin:0 auto;
	padding:10px 30px 20px 30px;
	background:#fff;
	overflow:hidden;
}
#content .right{
        float: left;
}
/* home page specific */
#homewrapper {
    display: block;
}
#homewrapper .left,
#homewrapper .right{
    float: left;
    width: 455px;
    display: block;
}
#homewrapper .right {
    float: right;
}
#homewrapper .left .text {
    float:left;
    line-height:14px;
    margin:18px 15px 0 11px;
    width:430px;
}
#homewrapper .left .text p {
    font-size:15px;
    letter-spacing:0.005em;
    line-height:22px;
    margin:0 0 15px;
    text-shadow:1px 1px 5px #CCCCCC;
}
#feedwrapper {
    border-top:5px solid #E91C24;
    letter-spacing:0.045em;
    padding-top:10px;
    width:100%;
}

#content h2{
	margin:0 0 10px 0;
	font-size:22px;
	line-height:24px;
}
.productfeed {
    float:left;
    padding-left:12px;
    width:417px;

}
.news.productfeed p {
    margin: 0;
    line-height: 18px;
    letter-spacing: 0.02em;
}
//** .productfeed h2 {
    text-transform: uppercase; **//
}

.feat_headline h2 {
	font-size:18px;
}
.homeproduct {
    float:left;
    margin:25px 20px 0 0;
    width:220px;
}
.homeprodbadge {
    float:right;
    margin:0px 5px 0 0;
}
.homemoreinfo {
    margin-top: 100px;
}
.newsfeed {
    float:right;
    margin:0;
    padding:0 40px 0 0;
    width:400px;
}
.newsfeed ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 3px;
    letter-spacing: 0.009em;
}
.newsfeed ul li {
    margin: 0 0 14px;
    font-weight: bolder;
}
.newsfeed ul li p{
   font-weight: normal;
}
.newsfeed ul li a {
    color:#555;
    letter-spacing:0.1em;
    font-size: .95em;
}
.breadcrumbs {
	margin:0 0 15px;
	padding:0;
	list-style:none;
	height:1%;
	font-size:10px;
	line-height:12px;
	overflow:hidden;
}
.breadcrumbs li{
	background:url("../graphics/sep-breadcrumbs.gif") no-repeat scroll 0 70% transparent;
        float:left;
        margin:0 0 0 3px;
        padding:0 0 0 12px;
        vertical-align:middle;
}
.breadcrumbs a{
	color:#000;
}

.product, #homewrapper{
	padding:0 0 10px;
	margin:0 0 10px;
	overflow:hidden;
	width:100%;
        min-height: 275px;
        height: auto !important;
}
* html #homewrapper{
        height: 340px;
}
.stamp img{
	float:left;
}
.photo{
	float:right;
}
.photo img{
	margin:0 0 18px 5px;
}
.photo a.thumbs {
    display: none;
}
.photo ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.photo ul li{
	float:left;
	margin:0 18px 0 0;
}
.photo ul li a{
	display:block;
	width:121px;
	height:30px;
	text-indent:-9999px;
}
.photo .get-quote{
	background:url(../graphics/a-getquote.gif) no-repeat;
}
.photo .more-images{
	background:url(../graphics/a-moreimages.gif) no-repeat;
}
.photo .documentation{
	background:url(../graphics/a-documentation.gif) no-repeat;
}
#documentationwrapper {
    display: none;
}
.review{
	float:left;
	width:350px;
	margin:0 10px 0 0;
}
.review strong{
	font-weight:normal;
	display:block;
}
.review p{
	margin:0 0 18px;
}
.review ul{
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
}
#content h3{
	font-size:18px;
	margin:0 0 5px;
	font-weight:normal;
}
.text{
	width:455px;
	float:left;
        font-size:15px;
	line-height:22px;
	margin:0 15px 15px 0;
}
.text li{
        margin-bottom: 15px;
        list-style: none;
        line-height: 18px;
}
.narrow{
	width:440px;
}
#content .full {
    width: 98%;
}
.text strong{
	display:block;
}
.text p{
	margin:0 0 15px 0;
}
#footer{
	color:#ccc;
	background:#000;
	border-top:7px solid #c00;
}
#footer a{
	color:#BBB;
}
#footer .holder{
	background:url(../graphics/bg-footer.gif) no-repeat 50% 30px;
}
#footer .frame{
	width:980px;
	margin:0 auto;
	padding:5px 0 0 20px;
	overflow:hidden;
	height:160px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:18px;
}
#footer ul li{
	float:left;
	background:url(../graphics/sep-footer.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
	margin:0 10px 0 -1px;
}
#feedtitles {
    height: 20px;
    display: block;
}
#feedtitles h3 {
    float:left;
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 0 10px;
    text-transform:uppercase;
}
h3.news {
    display:block;
    float:right !important;
    padding-right:245px;
}

.home #content {
    padding: 10px 0 20px 60px;
}
/* carousel */
#carousel {
    width: 100%;
}
#carousel ul {
    list-style: none;
    margin-top:20px;
    padding: 0;
}
#carousel ul li {
    position: absolute;
    text-indent: 0;
    width: 455px;
    height: 275px;
    background-position: right bottom;
    text-indent: -2000px;

}
#carousel_products {
    width: 100%;
}
#carousel_products ul {
    list-style: none;
    margin-top:20px;
    padding: 0;
}
#carousel_products ul li {
    position: absolute;
    text-indent: 0;
    width: 500px;
    height: 315px;
    background-position: right bottom;
    text-indent: -2000px;
}
/* navigation */
.nav-holder{
	margin:35px 0 0;
	background:url(../graphics/bg-navbar-holder.gif) repeat-x;
	float:right;
}
#nav{
    background:url("../graphics/bg-navbar.gif") no-repeat scroll 0 0 transparent;
    font-size:14px;
    height:32px;
    list-style:none outside none;
    margin:0 -10px 0 0;
    padding:0 0 0 30px;
    z-index: 50;
}
#nav li {
    list-style: none;
}
#nav li.sub-level-1{
        float: left;
        padding:8px 17px 8px 13px;
	margin:0 0 0 0;
	background:url(../graphics/sep-navbar.gif) 100% 50% no-repeat;
}
#nav li.last {
    background: none;
    padding-right: 21px;
}
#nav .sub-level-1 ul li.last {
    padding-right: 0;
}
#nav li.last a {
    border: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
#nav li.sub-level-1 a{
	color:#fff;
        text-transform: uppercase;
}
#nav li.sub-level-1 a:hover{
	color:#000;
	text-decoration:none;
}

/* level-1
// sub-level-1 */
.sub-level-1:hover > ul,
.sub-level-1 a:hover > ul,
.sub-level-2:hover > ul,
.sub-level-2 a:hover > ul{
    display: block;
}
.sub-level-1 li.first a {
    background: url("/themes/site_themes/site/graphics/bg-navarrow.png") no-repeat scroll 8px -1px #660000;
}
.sub-level-1 li.first a:hover {
    background: url("/themes/site_themes/site/graphics/bg-navarrow.png") no-repeat scroll 8px -1px #853333;
}


/* level-2 
// sub-level-2 */
.level-2 {
    background: none no-repeat scroll 8px -1px #660000;
    margin:7px 0 0 -16px;
    padding:0;
    position:absolute;
    z-index: 100;
    display: none;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
.sub-level-2 a,
.sub-level-2:hover > a,
.sub-level-2 a:hover {
    border-bottom:1px dotted #853333;
    display:block;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.05em;
    padding:9px 35px 9px 16px !important;
    text-transform:none !important;
    width:auto;
    color: #FFF !important;
}
.sub-level-2:hover > a, .sub-level-2 a:hover {
    background: #853333;
}


/* level-3
// sub-level-3 */
.level-3 {
    display:none;
    margin-left:0;
    position:relative;
    top:0;
    width:auto;
}
.sub-level-3,
.sub-level-3 a {
    font-size: .9em !important;
    background: #660000  !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.sub-level-3 a {
    padding: 6px 16px !important;
}
.sub-level-3:hover > a,
.sub-level-3 a:hover {
    padding: 6px 16px !important;
    background: #853333 !important;
}


.subright {
    display:block;
    margin-left:805px;
    margin-top:8px;
    position:absolute;
    z-index:10;
}
.getquote {
    display: block;
    text-indent: -2000px;
    background: url('/themes/site_themes/site/graphics/a-getquote.png') no-repeat;
    height: 69px;
    width: 163px;
    border: 0;
}
.phone {
    color:#ffffff;
    display:block;
    font-size:15px;
    margin:3px 0 0 35px;
}
.phone:hover {
    text-decoration: none;
}
#productlist {
    margin-top: 15px;
}
.productitem {
    width: 100%;
    display: block;
    border-top: 1px dashed #000000;
    float: left;
    padding-top:15px;
    padding-bottom:15px;
}
    .productitem .ImageDetal {
        float: left;
        width: 60%;
    }
         .productitem .ImageDetal img {
             margin-top: 10px;
             width: 175px;
             height: 150px;
             background-color: #003366;
             display: block;
             float: left;
             }
         .productitem .ImageDetal li {
            /*line-height: 1.5em;*/
             padding: 1px;
     }
         .productitem .pdfLink {
             float: right;
             width: 40%;
             padding-top: 38px;
    }
.datasheet{
    padding-left: 20px;
}
.sitemap a{
    font:15px arial,sans-serif;
    color: #000000;
}
.sitemap .breadcrumbs a{
    font-size: 10px;
    margin-right: 4px;
}

