/* CSS Document */

/*-------------Global Tags-----------------*/

body {
background: #464646 url(images/bg.gif) top left;
margin: 0px;
font-family: "Trebuchet MS", Arial, sans-serif;
padding: 0 0 30px 0;
}

a {
border: none;
outline: none;
color: #444;
}

h1 {
font-size: 16px;
color: #fff;
padding: 0;
margin: 0 0 15px 0;
font-weight: 100;
}

img {
border: none;
outline: none;
}

p {
padding: 0;
margin: 0 0 15px 0;
}

form {
margin: 0;
padding: 0;
}

input {
width: 318px;
height: 20px;
color: #fff;
border: 1px solid #666;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #444;
}

select {
width: 330px;
height: 30px;
color: #fff;
border: 1px solid #666;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #444;
}

textarea {
width: 318px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #666;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #fff;
font-size: 16px;
background: #444;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 998px;
position: relative;
margin: 0 auto;
background: url(images/wrapper_bg.gif) top center repeat-y;
padding: 0 5px 0 5px;
min-height: 600px;
}

* html #wrapper {height: 600px;}  /* IE min-height hack */

#header {
width: 998px;
height: 86px;
}

#logo {
width: 309px;
height: 86px;
float: left;
}

#social {
float: right;
width: 316px;
height: 25px;
padding: 0 57px 0 0;
text-align: right;
font-size: 14px;
color: #999;
}

#nav {
width: 660px;
float: right;
padding: 12px 0 0 0;
}

#nav a {
color: #fff;
font-size: 14px;
font-family: "Trebuchet MS", Arial, sans-serif;
display: block;
float: left;
padding: 21px 17px 35px 17px;
text-decoration: none;
}

#nav a:hover {
color: #777;
}

#subnav1 a {
display: block;
float: left;
width: 165px;
padding: 12px 10px 12px 25px;
font-size: 14px;
color: #fff;
text-decoration: none;
}

#subnav1 a:hover {
color: #999;
}

#featured {
width: 998px;
height: 319px;
background: url(images/featured.jpg) top left no-repeat;
}

#homeProducts {
width: 998px;
padding: 0 0 0 18px;
}

#homeProducts a {
color: #fff;
text-decoration: none;
}

#homeProductItem {
width: 175px;
float: left;
background: url(images/home_product_bg.jpg) top right no-repeat;
font-size: 12px;
color: #fff;
padding: 28px 32px 17px 32px;
}

.productTitle {
font-size: 13px;
}

#content {
width: 898px;
background: url(images/content_bg.jpg) top left no-repeat;
color: #fff;
font-size: 14px;
padding: 25px 50px 25px 50px;
}

#content2 {
width: 898px;
background: url(images/content_bg_2.jpg) top left no-repeat;
color: #fff;
font-size: 14px;
padding: 50px 50px 25px 50px;
}

#clear {
clear: both;
height: 1px;
line-height: 1px;
background: none;
}

#footer {
width: 955px;
height: 40px;
background: url(images/footer_bg.gif) top left no-repeat;
position: relative;
margin: 0 auto;
font-size: 12px;
color: #525252;
padding: 16px 0 0 53px;
}

#hr {
height: 1px;
width: 100%;
background: url(images/hr.gif) top left repeat-x;
}