body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
}
#container {
margin: 0 auto;
width: 784px;
background-image: url(../images/container_back.jpg);
background-repeat: repeat-y;
}
#topLeft{
width: 230px;
height: 84px;
float: left;
background-image: url(../images/top_left.jpg);
background-repeat: no-repeat;
}
#topLeft2{
width: 230px;
height: 63px;
float: left;
background-image: url(../images/middle_left.jpg);
background-repeat: no-repeat;
}
#topRight{
width: 554px;
height: 84px;
float: right;
background-image: url(../images/top_right.jpg);
background-repeat: no-repeat;
}
#slogan{
padding: 35px 15px 10px 0;
font-size: 20px;
font-weight: bold;
font-style: italic;
color: #fff;
text-align: right;
}
#topRight2{
margin-bottom: -22px;
width: 554px;
height: 84px;
float: right;
background-image: url(../images/fp_middle_right.jpg);
background-repeat: no-repeat;
}
#inTopRight2{
margin-bottom: -22px;
width: 554px;
height: 84px;
float: right;
background-image: url(../images/in_middle_right.jpg);
background-repeat: no-repeat;
}
#footer1{
width: 230px;
height: 35px;
float: left;
background-image: url(../images/footer_1.jpg);
background-repeat: no-repeat;
}
#footer2{
width: 554px;
height: 35px;
float: right;
background-image: url(../images/footer_2.jpg);
background-repeat: no-repeat;
}
#footer3{
width: 230px;
height: 26px;
float: left;
background-image: url(../images/footer_3.jpg);
background-repeat: no-repeat;
}
#footer4{
width: 554px;
height: 26px;
float: right;
background-image: url(../images/footer_4.jpg);
background-repeat: no-repeat;
}
#copyright{
margin: 0 auto;
text-align: center;
font-size: 10px;
color: #000;
}
#author{
margin: 0 auto;
text-align: center;
font-size: 10px;
}
#author a{
color: #ccc;
text-decoration: none;
}

#nav{
width: 225px;
margin-left: 2px;
float: left;
}
#navInner{
width: 180px;
margin: 0 auto;
}
#menuItem,#menuItemLast{
font-size: 13px;
text-align: center;
padding: 8px 0 0 0;
height: 25px;
font-weight: bold;
}
#menuItem{
border-bottom: 1px solid #fff;
}
#menuItem a, #menuItemLast a {
color: #08E4FC;
text-decoration: none;
}
#menuItem a:hover, #menuItemLast a:hover {
color: #FFF;
text-decoration: underline;
}
#content{
width: 554px;
float: right;
}
#contentInner{
width: 500px;
margin: 0 auto;
font-size: 12px;
}
#contentInner p{
}
#contentInner a:link, #contentInner a:visited{
color: #15238C;
font-weight: bold;
text-decoration: none;
}
#contentInner a:active, #contentInner a:hover{
text-decoration: underline;
}

#contentInner img{
margin: 0 7px 7px 0;
}
#clear{
clear: both;
}

h2.pageTitle {
margin-top: -5px;
padding-left: 10px;
font-size: 18px;
color: #993300;
}
h2.inPageTitle {
margin: -5px 0 0 0;
padding: 0 0 10px; 0;
font-size: 20px;
color: #993300;
width: 500px;
background-image: url(../images/title_bak.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
.inPageTitle img  {
margin: 0 0 0 0;
padding: 0 0 0 100px;
}
/*Contact Form*/
form#contactForm{
width: 500px;
margin: 0 auto;
}
legend{
font-weight: bold;
font-size: 14px;
color: #003300;
font-variant: normal;
}
label{
margin: 3px;
float:left;
width: 150px;
font-size: 12px;
font-weight: bold;
text-align: right;
}
input#name, input#company, input#email, input#day_phone, textarea#message, input#address, input#city, input#state, input#zip{
font-size: 14px;
width: 200px;
text-align: left;
margin: 3px 10px 3px 3px;
}
input#submit{
margin: 8px 8px 8px 250px;
}
.thanks{
text-align: center;
font-size: 14px;
font-weight: bold;
color: #003300;
}
.required{
color: #f00;
font-size: 10px;
}
.mailingInfo{
margin-left: 10px;
}
/*Price Sheet Specifics*/
.subTitle {
	font-size: 12px;
	font-weight: bold;
}
.smallItalics{
font-size: 10px;
font-style: italic;
}
.pricesChangeLine{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.address {
	font-weight: bold;
	text-align: center;
}
.sideAddress {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.reg {
	font-size: 10px;
	vertical-align: text-top;
}
.tryUs{
text-align: center;
}
img.frontPageButtons{
padding: 10px;
}
.divide{
width: 90%;
border-top: 1px solid #ccc;
}
