@charset "UTF-8";

body {
margin : 0;
padding : 0;
background : #333333;
}
img {
vertical-align : middle;
border : none;
}
a {
outline : none;
}
.clear {
clear : both;
}
div#body-wrap {
width : 800px;
margin : 15px auto;
padding : 0;
background : url('images/body_wrap-bg.jpg') repeat-y;
}
div#header {
width : 100%;
height : 149px;
margin : 0;
padding : 0;
background : url('images/products_02.jpg') no-repeat top right;
}
#header img#logo {
float : left;
}
#header #nav {
width : 44%;
margin : 70px 50px 0 0;
padding : 0;
float : right;
}
#header #nav ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#header #nav ul li {
margin : 0 0 5px 0;
padding : 0 5px;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 10px;
font-weight : bold;
color : #0d0d0d;
border-right : 1px solid #000;
float : left;
}
#header #nav ul li a:hover {
text-decoration : underline;
color : #000; 
}
div#content {
width : 100%;
margin : 0;
padding : 0;
background : url('images/content-bg.jpg') no-repeat top;
}
#content #cLeft {
width : 592px;
margin : 0 0 0 64px;
padding : 0;
float : left;
}
#content #cLeft h1 {
margin : 30px 0;
padding : 0 0 0 18px;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 18px;
font-weight : bold;
font-style : italic;
color : #24696c;
text-align : left;
}
#content #cLeft p {
margin-left : 20px;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
font-weight : normal;
color : #000;
text-align : left;
}
#content #cLeft .product-box {
width : 495px;
margin : 55px 0 0 47px;
padding : 0;
overflow : hidden;
display : block;
}
#content #cLeft .product-box img {
margin-right : 10px;
float : left;
}
#content #cLeft .product-box .wrap {
width : 165px;
float : left;
}
#content #cLeft .product-box .wrap h2 {
margin : 0;
padding : 10px 0 0 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 14px;
color : #24696c;
font-weight : bold;
font-style : italic;
text-align : left;
}
#content #cLeft .product-box .wrap p {
margin-left : 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
font-weight : normal;
color : #000;
text-align : left;
}
#content #cLeft .product-box hr {
width : 400px;
margin : 30px 0 0 0;
padding : 0;
}
#content #cRight {
width : 112px;
margin : 0 20px 0 0;
padding : 20px 0 0 0;
float : right;
}
#content #cRight p {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
font-weight : normal;
color : #000;
text-align : left;
}
div#footer {
width : 100%;
height : 106px;
margin : 0;
background : url('images/footer-bg.jpg') no-repeat bottom;; padding-left:0; padding-right:0; padding-top:100px; padding-bottom:0
}
#footer p {
margin-left : 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 10px;
font-weight : normal;
color : #000;
text-align : center;
}
#footer p a {
color : #24696c;
text-decoration : underline;
}