body{
background-color:#00324A;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
margin:0px;
}

#wrapper, #header-wrap{
width:800px;
margin:0 auto;
}

#nav-wrap{
height:30px;
background:url('images/nav-bg.png');
}
#header-right{
width:440px;
float:right;
padding:5px 10px 0px 10px;
}

#header-left{
width:350px;
float:left;
}

#header-left img{
float:left;
margin:30px 15px;
border:none;
}

#header{
background:#fff;

}
#header-right{
width:380px;
font-size:x-small;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
color:#666666;
}

h1,h2,h3,h4{
margin:0px;
}

h1{
letter-spacing:-2px;
font-weight:normal;
/*margin-left:10px;*/
}

h2{
font-size:large;
letter-spacing:-1px;
}

h4{
color:#FF3300;
font-size:medium;
letter-spacing:-1px;
}

#navBar{
height:30px;
background:url('images/nav-bg.png');
clear:both;
width:800px;
padding-left:15px;
margin: 0 auto;
}


#navBar ul{ 
margin:0px;
padding:0px;
}

#navBar ul li{
display:block;
width:100px;
height:30px;
float:left;
text-align:center;
line-height:30px;
margin-right:10px;
}

#navBar ul li.active{
background:#00324A;
text-decoration:none;
font-weight:bold;
background:url('images/active-li.png');
}

#navBar ul li.passive{
background:#00324A;
text-decoration:none;
font-weight:bold;
background:url('images/passive-li.png');
}

#navBar ul li.left{
margin-left:350px;
}



#navBar ul li.active a {
color:#fff;
text-decoration:none;
}
#navBar ul li.passive a {
color:#fff;
text-decoration:none;
}

#footer{
color:#8099A5;
text-align:center;
margin-top:30px;
}

#footer p{ margin:0px;}

#footer a{color:#FFFFFF; text-decoration:underline;}

#content{
padding-top:40px;
color:#fff;
}

#content-item{


background-color:#406577;
}

table.product-show{
border-collapse:collapse;
}

table.product-show td{
background:url('images/td-bg.png');
background-position:top left;
height:240px;
text-align:center;
}

table.product-show td img{
width:160px;
padding:10;
border:none;
}

table.product-show a{
color:#fff;
text-decoration:none;
}

#item-left{
width:250px;
float:left;
padding:10px;
}

#item-right{
width:500px;
float:right;
padding:10px;
}

#content-item h1{
padding:10px 10px;

}