/*
 *********************************************
 *             Layout.css                    *
 * 											 *
 *		  IE6 Fixes: see ie6-Layout.css      *
 *		  IE7 Fixes: see ie7-Layout.css      *
 * 											 *
 *********************************************
 */

/* Base Grid
-------------------------------------------------------------- */

#container 
{
	margin: 1em auto 0;
	padding: 0; 
	width: 900px;
	overflow: hidden;
}



#hd-wrapper {
	background: #a00f10 url(images/header-back.jpg) repeat-x;
	border-bottom: 4px solid #231f20;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}

#header {
	height: 7.8em;/*101px*/
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 900px;
	position: relative;
}

#header img
{
	margin: 10px 0 0 225px;
}

#header .ph-number
{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 138.5%;
	margin: 0 1.2em .1em 0;
	padding: 0;
}

#wrapper {
	background: #fff url(images/body-back.png) top left repeat-x;
	overflow: hidden;
}

#content {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0 15px;
	position: relative;
	width: 590px;
}

#right {
	float: right;
	margin: 0;
	padding: 0;
	width: 255px;
}

#footer {
	background: #ed2024;
	color: #fff;
	clear: both;
	font-size: 85%;
	margin: 0 auto 1em;
	padding: .5em;
	overflow: hidden;
	width: 874px;
}



/* Header
-------------------------------------------------------------- */

#logo {

	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 0;
	width: 223px;
}
#logo a {
	border: none;
	display: block;
	outline: none;
	margin: 0;
	padding: 0;
}
#logo a img {
	margin: 0;
	padding: 0;
}



/* Content
-------------------------------------------------------------- */

#content strong
{
	color: #000;
}	

.products #content {
	width: 880px;
}

#content h3
{
	margin: .2em 0;
}

#right h2
{
	border-bottom: 1px solid #ccc;
	padding: 0 0 .5em 0;
	
}

#right ul 
{
	
}

#right ul li
{
	margin: .5em 0;
}
.about-us #right ul 
{
	margin-left: 5px;
}
.about-us #right ul li
{
	margin-left: 0;
	list-style-type: none;
}

.get-a-quote, .creditcards
{
	text-align: center;
}

/********** Feature **********/
#feature
{
	overflow: hidden; 
}

#feature img
{
	margin: 0; 
	padding: 0;
}

/********** Bottom Links **********/
#bottom-links
{
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0 0 1em;
	padding: 1em 0 0 .8em;
	overflow: hidden;
	text-align: center;
}

#bottom-links a
{
	text-decoration: none;
}

.item
{
	float: left;
	width: 130px;
	margin: 0 .6em;
}

.item a
{
	color: #fff;
}

.item img
{
	display: block;
	margin: 0 0 .3em;
}

.item h4
{
	background: transparent url(images/thumbs/th-back.png) no-repeat;
	font-size: 108%;
	line-height: 2.2;
	width: 128px;
	height: 31px;
	text-align: center;
	text-transform: capitalize;
}



/* Footer
-------------------------------------------------------------- */


#footer a {
	color: #fff;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px;
	text-align: right;
	
}
#footer ul li {
	display: inline;
	border-right: 1px solid;
	padding: 0 .5em;
	list-style: none;
	text-transform: capitalize;
}

#footer ul li.last {
	border: none;
}

#footer p
{
	float: left;
	margin: 0;
	width: 350px;
}


/* Navigation
-------------------------------------------------------------- */

/********** Main Navigation **********/

 #main-nav {
 	background: #971012 url(images/left-m.png) left top no-repeat;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 106%;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0 225px;
	padding: 0;
	text-transform: capitalize;
	overflow: hidden;
	width: 476px;
}
#main-nav ul {
	background: transparent url(images/right-m.png) right top no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}
#main-nav ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#main-nav ul li.current/*, #main-nav ul li:hover*/ {
	background: transparent url(images/right.png) right top no-repeat;
}
#main-nav ul li a {
	border: none;
	color: #fff;
	display: block;
	font-size: inherit;
	margin: 0;
	padding: 6px 15px;
	text-transform: inherit;
	text-decoration: none;
}
#main-nav ul li.current a/*, #main-nav ul li a:hover*/ {
	background: transparent url(images/left.png) left top no-repeat;
	border: none;
	color: #fff;
	text-decoration: none;
}

/********** Sub Navigation **********/

#sub-nav
{
	float: left;
	margin: 2.4em 0 0;
	padding: 0;
}

#sub-nav li
{
	display: inline;
	line-height: 1.8;
	margin: 0;
	padding: 0 .8em;
}

#sub-nav.no-border li { border-right: none;}

#sub-nav li.last { border-right: none; }

#sub-nav li a
{
	border: none;
	display: inline;
	font-size: 93%;
	font-weight: bold;
	margin: 0;
	padding: .2em 0;
	text-transform: inherit;
	outline: none;
}

#sub-nav a:link
{
	text-decoration: none;
}
#sub-nav a:hover
{
	border-bottom: 1px solid #00345A;
	text-decoration: none;
}
#sub-nav a:active
{
	text-decoration: none;
}
#sub-nav a.selected
{
	color: #00345A;
	border-bottom: 1px solid #00345A;
}

/* Modules
-------------------------------------------------------------- */

/********** Contact **********/
form.cssform {
	margin: 10px 0 10px 0;
	padding: 0;
}
.cssform fieldset {
	display: block;
	padding: 0;
	margin: 0 0 0px 0;
	border: none;
}
.cssform legend {
	font-weight: bold;
	color: #CC0000;
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
}
.cssform p {
	margin: 0;
	padding: 0;
	height: 1%;
	vertical-align: middle;
	clear: both;
}
.cssform label {
	display: block;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 5px 0 0;
	margin-top: 8px;
	text-align: right;
}
.cssform label.red {
	color: red;
}
.cssform input, .cssform select {
	margin: 4px 0;
}
.cssform input, .cssform select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
}
.cssform select {
	width: 259px;
	font-size: 10px;
	padding: 3px;
	margin-top: 8px;
}
.cssform select.state {
	width: 50px;
}
.cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
* html .cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
.cssform textarea:focus {
	background-color: #FFFFCC;
}
.cssform input[type="radio"] {
	float: left;
	border: none;
	background-color: #fff;
}
.cssform label.respond {
	width: 75px;
}
.cssform input[type="text"] {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
* html .cssform input.text {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
.cssform input[type="text"].textsm {
	width: 84px;
}
* html .cssform input.textsm {
	width: 84px;
}
.cssform input[type="text"]:focus {
	background-color: #FFFFCC;
}
.cssform input.submit-contact, .cssform .submit {
	color: #fff;
	background-color: #ED2024;
	font-size: 12px;
	padding: 3px 10px;
	margin: 15px 0 0 144px;
}
.cssform input.submit-contact:hover {
	color: #FFF;
	border: 1px solid #00345A;
}

.form-error
{
	background: #FFFF99; 
	color: #CC0000; 
	font-weight:bold;
	margin: 10px; 
	padding:5px; 
	text-align: center;
}

p#captcha
{
	padding-left:150px; 
	padding-top:10px;
}
