@charset "UTF-8";
/* CSS Document */

* { 
margin:0; padding:0;
}
body {
background:url(images/bg.jpg) top left repeat-x;
background-color:#fff;
font:normal 12px helvetica, arial, sans-serif;
color:#313131;
}
img { 
border:0 
}
.invis {
visibility:hidden;
}
#wrapper {
margin:0px auto;
width:1004px;
}
#container {
float:left;display:inline;
width:1004px;margin-top:20px;
}
a {
color:#013e6c;
}

/*** HEADER ***/
#header {
float:left;display:inline;
width:1004px;height:120px;
background:url(images/header.jpg) top left no-repeat;
}
#header #menu {
float:left;display:inline;
width:510px;height:22px;
margin:92px 0 0 244px;
}
#header #menu ul li {
display:inline;
}
#header #menu ul li a {
float:left;display:inline;
height:22px;text-decoration:none;
}
#header #menu ul li .home {
width:94px;
}
#header #menu ul li .about {
width:156px;
}
#header #menu ul li .products {
width:128px;
}
#header #menu ul li .contact {
width:131px;
}

/*** CONTENT ***/
#home_content, #about_content, #contact_content {
float:left;display:inline;
width:1004px;height:291px;
margin:20px 0 0 0;
}
#home_content {
background:url(images/home_content.jpg) top left no-repeat;
}
#about_content {
background:url(images/about_content.jpg) top left no-repeat;
}
#contact_content {
background:url(images/contact_content.jpg) top left no-repeat;
}

#content_area {
float:left;display:inline;
margin:100px 0 0 530px;
width:430px;
}
#content_area p {
float:left;display:inline;
width:430px;line-height:13pt;
}
#content_area ul {
list-style-position:inside;
float:left;display:inline;clear:left;
line-height:13pt;width:400px;
}
.btn_products {
margin-top:20px;
}
.bigger {
font-size:14px;
margin-bottom:5px;
}

/*** PRODUCT CONTENT ***/
#product_content {
float:left;display:inline;
width:1004px;margin:20px 0 0 0;
}
#product_content #top {
float:left;display:inline;width:1004px;height:114px;
background:url(images/product_content_top.jpg) top left no-repeat;
}
#product_content #middle {
float:left;display:inline;width:1004px;
background:url(images/product_content_middle.jpg) repeat-y;
}
#product_content #bottom {
float:left;display:inline;width:1004px;height:32px;
background:url(images/product_content_bottom.jpg) top left no-repeat;
}
#product_content .row {
float:left;display:inline;width:926px;margin-left:39px;
background:url(images/bg_row.jpg) top left no-repeat;
padding-bottom:30px;
}
#product_content .row .left, .right {
float:left;display:inline;width:463px;
}
#product_content .row h2 {
float:left;display:inline;width:463px;
font-size:15px;text-transform:uppercase;
margin:20px 0 5px 0;
}
#product_content .row img {
float:left;display:inline;margin-right:15px;
}
#product_content .row p {
float:left;display:inline;width:155px;font-weight:bold;
}
#product_content .row ul {
float:left;display:inline;width:155px;
list-style-position:inside;list-style:none;
}

/*** FOOTER ***/
#footer {
float:left;display:inline;width:1004px;
text-align:center;
padding-top:20px;
}
.smallcopy {
font-size:11px;
margin-top:6px;
}
#footer img {
margin-top:15px;
}