/*
Brown Products, Inc.
Styles for entire site
*/

body {
margin: 0 auto;
font-family: Helvetica, arial, sans-serif;
background:	#b30008 url(../img/body_bg.jpg) repeat-y top center;
}

/* structure ---------------*/

#wrapper {
width: 700px;
background:	#fff url(../img/body_bg.jpg) repeat-y top center;
margin: 0 auto;
}

#header {
width: 700px;
height: 328px;
margin: 0 auto;
/*background:	url(../img/header_bg.jpg) no-repeat top center;*/
}

#header.noimg {
height: 97px;	
}

#content {
width: 615px;
margin: 0 auto;	
}

#section {
display: block;
width: 615px;
clear: both;
border-top: #b30008 1px solid;
margin: 25px 0 0 0;
}

#left {
width: 360px;
float: left;
}

#right {
width: 200px;
float: right;
margin: 0 15px 0 0;	
}

#footer {
display: block;
width: 680px;
padding: 75px 0 0 0;
text-align: center;
clear: both;
}


/* text ---------------*/

h1 {
font-size: 18px;
line-height: 22px;
color: #c70009;
font-weight: bold;
padding: 5px 0 0 0;
}

h1 sup {
font-size: 8px;	
}

h2 {
font-size: 13px;
padding: 8px 0 0 0;
color: #c70009;	
}

h3 {
font-size: 13px;
line-height: 19px;
color: #555;	
}

p {
font-size: 10px;
color: #1a1a1a;
line-height: 13px;	
}

.larger {
font-size: 11px;
line-height: 16px;	
}

.footnote {
font-size: 9px;	
}

.red {
color: #b30008;	
}

.formentry {
font-size: 11px;
font-weight: bold;	
}

p.footer {
font-size: 9px;
color: #666;	
}

p.testimonial {
font-size: 11px;
font-style: italic;
line-height: 14px;
margin: 12px 0 0 0;	
}

span.name {
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 25px;	
}

p.product_desc {
font-size: 12px;
font-weight: bold;
line-height: 16px;	
}

/* global nav ---------------*/

ul.globalnav {
list-style-type: none;
display: inline;
float: right;
margin: 0 43px 0 0;
}

ul.globalnav li {
display: block;
float: left;
margin: 0 0 0 25px;
line-height: 16px;
}

a.global {
font-size: 14px;
font-weight: bold;
color: #333;
text-decoration: none;
display: block;
border-top: #fff 1px solid;
padding: 66px 0 10px 0;
}

a.global:hover, a.global:active {
border-top: #b30008 1px solid;	
border-bottom: #b30008 4px solid;
}

a.hilite {
font-size: 14px;
font-weight: bold;
color: #333;
text-decoration: none;
display: block;
border-top: #b30008 1px solid;	
border-bottom: #b30008 4px solid;
padding: 66px 0 10px 0;
}

a.manual {
font-size: 12px;
font-weight: bold;
color: #b30008;
width: 300px;
text-decoration: none;
padding: 3px;
display: block;
margin: 20px 0 0 0;
}

a.manual:hover, a.manual:active {
color: #fff;
background-color: #b30008;	
}

/* products sub-nav ---------------*/

#subnavigation {
display: block;
width: 615px;
height: 30px;
background-color: #b30008;
margin: 0 auto;	
}

ul.sub_nav {
list-style-type: none;
display: block;
margin: 0;
}

ul.sub_nav li {
display: block;
float: left;
margin: 0 10px 0 10px;
line-height: 12px;
}

a.subnav {
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
padding: 0 0 8px 0;
margin: 7px 0 0 0;
}

a.subnav:hover, a.subnav:active {
border-bottom: #fff 3px solid;
}

a.sub_hilite {
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
border-bottom: #fff 4px solid;
padding: 0 0 8px 0;
margin: 7px 0 0 0;
}

/* product feature lists ---------------*/

ul.prdct_features {
margin: 0;
padding: 0;
float: left;
}

ul.prdct_features li {
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin: 0 0 0 15px;	
}

/* img ---------------*/

img {
border: none;	
}

img.logo {
margin: 25px 0 0 42px;
}

.header_img {
display: block;
padding: 5px 0 10px 0;
margin: 0 auto;
background-color: #b30008;	
	
}

img.productshots {
padding: 4px;
background-color: #c70009;
border: #8d0006 1px solid;
margin: 15px 0 0 0;
}	

img.rotorguide {
padding: 4px;
background-color: #c70009;
border: #8d0006 1px solid;
}


/* tables ---------------*/

td {
padding: 3px 15px 3px 2px;
font-size: 11px;	
}

tr.grey {
background-color: #dbdbdb;	
}	
	
table.rotorguide {
}

td.c1 {
width: 75px;	
}

td.c2 {
width: 175px;	
}

td.c3 {
width: 75px;	
}

td.c23 {
width: 250px;	
}

.td1 {
width: 75px;	
}

.td2 {
width: 205px;	
}

/* form ---------------*/

input, textarea, select {
display: block;
width: 340px;
background-color: #f3f3f3;
}

.leftbtn {
width: 150px;	
}



	
