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;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

body{

 font-family: Arial, sans-serif;
    font-size: 62.5%;
background-color: black;



}

#content_wrapper {
    text-align: center;
    margin-top: 200px;
}

#contentheader {
    background: transparent url(../images/content_bar.png) no-repeat;
    height: 62px;
    margin: 0 auto;
    width: 996px;
    text-align: left;    
}

#contentheader img#n_logo{
    float:right;
    margin-right:25px;
    margin-top:15px;
    position:relative;
}

#contentheader #n_text{
    float:right;
    margin-right:50px;
    margin-top:15px;
    position:relative;
    color: #fff;     
    font-size: 1.5em;
    font-weight: normal;
    
    padding: 1px 0px;    
}

#contentheader h1 {
    color: #fff;
     
    font-size: 2em;
    font-weight: normal;
    
    padding: 12px 34px;
    position:absolute;
}

#logo {
    float: left;
    width: 214px;
    margin-top: 8px;       
}

#logos {
float: center;
margin-top: 8px;
margin-right: 8px;

}

#logos img{

margin: 8px;
width:80px;
}

#head{
    background-color: #000000; 
 
    height: 60px;   
    color: #ffffff;

    top: 0;
    left: 0;        
    width: 100%;
    z-index: 100;
    position: fixed; 
      
}
#head_con{
        
    width: 984px;   
    
    text-align: right; 
    margin: 0 auto;   
    margin-top: 6px; 
}

#head_con a{
    color: #888;     
    
}
#header {

    background: transparent url(../images/tbar.png) repeat-x;
    height: 55px;    
    top: 0;
    left: 0;    
    width: 100%;
    margin-top: 24px;
    z-index: 100;
    position:absolute;

    
}

#global_navigation {
    background: transparent url(../images/bg_global_navigation.png) 3px 0 no-repeat;
    width: 984px;
    height: 48px;
    
    margin: 0 auto;
    
    text-align: left;
}

#content {
    background: transparent url(../images/bg_content.png) -2px 0;
    margin: 0 auto;
    width: 972px;
}
#content:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}


#contentfooter {
    background: transparent url(../images/bg_contentfooter.png) no-repeat;
    width: 974px;
    height: 138px;
    padding-top: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -10px;
    text-align: left;
}


#local_navigation {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    width: 165px;
    padding: 7px;
    margin-left: 12px;
    margin-bottom: 24px;
    text-align: left;
}

#local_navigation span {
    background-color: black;
    background: transparent url(../images/bg_local_nav_span.png) no-repeat;
    color: #fff;
    display: block;
      
    font-size: 1.0em;
    padding: 8px 10px;
    margin-bottom: 6px;
    text-transform: uppercase; 
}
#local_navigation li a {
    font-size: 1.1em;
    background: transparent url(../images/icon_arrow_red.png) no-repeat 96% 50%;
    color: #333;
    text-decoration: none;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 6px 10px;
}
#local_navigation li.active a {
    background-color: #ddd;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#local_navigation li a:hover {
    background-color: #ddd;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#local_navigation li ul {
    padding-bottom: 6px;
}
#local_navigation label {
    font-size: 1.1em;
    line-height: 1.5em;
    display: block;
    cursor: pointer;
    background: transparent url(../images/icon_arrow_red.png) no-repeat 96% 50%;
}
#local_navigation label input {
    margin-right: 6px;
}


#productlist {
    width: 756px;
    float: right;
    margin-right: 12px;
    margin-bottom: 24px;
    text-align: left;
    overflow: hidden;
}
#productlist .wrapper {
    width: 850px;
    min-height: 505px;
    height: auto !important;
    height: 505px;
}

#productlist .productitem {
    border: 1px solid #e0e0e0;
    float: left;
    width: 178px;
    margin-right: 12px;
    margin-bottom: 12px;
}

#productlist .product_list_image {
    display: block;
    width: 178px;
    overflow: hidden;
    height: 200px;
    padding-top: 4px;
    background-color: #fff;
    text-align: center;
}

#productlist .productitem .text {
    height: 48px;
    background: transparent url(../images/bg_productitem_text.png) top no-repeat;
    line-height: 1.3em;
    font-size: 1.2em;
    text-transform: capitalize;
}

#productlist .productitem .text a {
    display: block;
    padding: 8px 10px;
    color: #fff;
    
    text-decoration: none;
}



#product {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding-bottom: 12px;
    margin: 0 12px 12px 12px;
}
#product:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#product {display:inline-block;}
/* Hide from IE Mac \*/
#product {display:block;}


#hires_download {
    color: #888;
    margin-top: 12px;
    font-size: 11px;
}
#hires_download a {
    color: #888;
    font-size: 11px;
}
#product:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#product {display:inline-block;}
/* Hide from IE Mac \*/
#product {display:block;}
#product #gallery {
    float: left;
    width: 376px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    margin: 9px 20px 20px 19px;
}
#gallery #thumbs a img {
    border: 1px solid #e0e0e0;
    margin: 0 2px;
}
#gallery #thumbs a:hover img {
    border: 1px solid #777;
}
#product #detail {
    float: left;
    width: 515px;
    min-height: 540px;
    height: auto !important;
    height: 540px;
    
    
    text-align: left;
    padding-top: 18px;
}
#detail h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: .6em;
    text-transform: capitalize;
    
}
#back_link {
    margin-bottom: 12px;
    font-size: 1.1em; 
}
#back_link a {
    color: #c50000;
    background: transparent url(../images/icon_arrow_red_back.png) no-repeat 0 50%;
    font-size: 1.1em;
    padding-left: 8px;
}


.data_table {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 24px;
}
.data_table td {
    font-size: 1.1em;
    border-bottom: 1px solid #e0e0e0;   
    padding: 8px 0;
}
.specifications li {
    font-size: 1.1em;
}
.data_table td.label {
    text-transform: uppercase;
    color: #777;
    width: 100px;
}
.data_table td.data {
    font-weight: bold;
    color: #333;
}
.data_table td.data .colorsample {
    margin-right: 4px;
}
.data_table td.data span.price {
    padding-right: 10px;
}
.specification_table td {
    font-size: 1.1em;
    padding: 5px 0;
    line-height: 1.3em;
    border-bottom: 1px solid #e0e0e0;
}
.specification_table .bar {
    display: block;
    height: 17px;
    background-position: 0 50%;
    width: 100%;
}


.tab_content {
    width: 465px;
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin-top: -1px;
    background: transparent url(../images/bg_tab_content.png) repeat-x;
    min-height: 170px;
    height: auto !important;
    height: 170px;
}
.tab_content p,
.tab_content li {
    font-size: 1.1em;
    color: #444;
    line-height: 1.4em;
    width: 360px;
    margin-bottom: 1.2em;
}

.tab_content ul {
    list-style: square;
}
.tab_content li {
    margin-bottom: .2em;
    vertical-align: middle;
}
.tab_content h3 {
    font-size: 1.1em;
    color: #444;
    margin-bottom: .8em;
}

#footer_navigation{
    
     width: 160px;
    float:left; 
    margin-left: 22px;   
}
#contentfooter .actionbox {

}
#contentfooter .actionbox li span,
#contentfooter .actionbox h3 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 8px;
}
#contentfooter .actionbox li {
    line-height: 1.2em;
    margin-bottom: 6px;
}
#contentfooter .actionbox li a {
    font-size: 1.1em;
    color: #777;
}
#contentfooter .actionbox li a:hover {
    text-decoration: none;
}
#contentfooter .actionbox p {
    font-size: 1.1em;
    color: #777;
    line-height: 1.2em;
    margin-bottom: 8px;
}


.field {
    background: transparent url(../images/bg_input.png) no-repeat 0 0;
    padding: 6px;
    margin-bottom: 2px;
    border: 1px solid #f2f2f2;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}



#common {  
    font-size: 1.1em;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px;
    margin: 0 12px 12px 12px;
    text-align: left;
}

#common a{
    color: #888;     
    
}
#common:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    text-align: left;
}
#common {display:inline-block;}
/* Hide from IE Mac \*/
#common {display:block;}


.button
{
color: #ffffff;
font-size: 12px;
font-weight: bold;
height: 23px;

margin: 2px;
padding: 2px;

background-image: url(../images/button_bck.jpg);
border-bottom: solid 1px #303b01;
border-right: solid 1px #303b01;
border-left: none;
border-top: none;
cursor: pointer;
}

.button:hover
{
color: #ffffff;
font-size: 12px;
font-weight: bold;
height: 23px;
text-decoration: underline;

margin: 2px;
padding: 2px;

background-image: url(../images/button_bck.jpg);  
border-bottom: solid 1px #303b01;
border-right: solid 1px #303b01;
border-left: none;
border-top: none;
cursor: pointer;
}

.cell1 td{
background-color: #E8E8E8;
height: 30px;
padding: 10px;
}

.cell12 td{
background-color: #E8E8E8;
height: 20px;
padding: 10px;
border-bottom: solid 1px #000;
}

.cell2 td{
height: 30px;
padding: 10px;
background-color: #F8F8F8;
}

.cell3 td{

height: 11px;
padding: 2px;
vertical-align: middle;


}



.title{
font-size: 1.5em;
color: #333;    
}
