/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f8f8c7;
	background-image: url(../images/background.jpg);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4;
	text-align: justify;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #CC0000;
	line-height: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

p, ul, ol {
	margin:0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

ul, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



blockquote {
margin:22px 40px;
padding:0;
}

small {
	font-size:0.8em;
	color: #999999;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
	width:750px;
	margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{
	font-weight:bold;
	color: #FF0000;
}
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{
	background:#ffc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	clear: both;
	text-align: center;
}


.wrap 			{
	width:750px;
	margin:0 auto;
}

.img-left 		{
	float:left;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 7px;
}

.img-right 		{
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.indent {
	margin-right: 20px;
	margin-left: 20px;
}
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.content {
	margin: 5
.px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C7;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #C7C7C7;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	display: inline-block;
}
.contenttop {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 750px;
}
.contentbottom {
	background-image: url(../images/content_bottom2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 750px;
	clear: both;
}
.footer {
	font-size: 10px;
	line-height: normal;
	color: #CCCCCC;
}
.wrap .footer a {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
.wrap .footer a:hover {
	color: #999999;
}
.border {
	border: 1px solid #000000;
}
.productbox_box {
	background: #cccccc;
	margin-bottom: 20px;
}
.productbox_top div {
   background: url(../images/productbox_tl.png) no-repeat top left;
}
.productbox_top {
   background: url(../images/productbox_tr.png) no-repeat top right;
}
.productbox_bottom div {
   background: url(../images/productbox_bl.png) no-repeat bottom left;
}
.productbox_bottom {
   background: url(../images/productbox_br.png) no-repeat bottom right;
}

.productbox_top div, .productbox_top, 
.productbox_bottom div, .productbox_bottom {
   width: 100%;
   height: 7px;
   font-size: 1px;
}
.productbox_content {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 2px;
}
.productinfo {
	float: left;
	overflow: auto;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 0px;
}
.content  li {
	background-image: url(../images/product_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 35px;
}
.finishes {
	text-align: center;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
.finishespadding {
	margin-right: 6px;
	margin-left: 6px;
	height: 90px;
}

/* IE 6 Positioning hack */
* html  .finishespadding {
margin-right: -5px;
	margin-left: -5px;
	}

#spec {
	font-size: 7pt;
	text-align: center;
}
.directory 		{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 220px;

}
.content ul {
	padding-bottom: 15px;
}
.productinfo ul {
	padding: 0px;
}
.garages {
	font-weight: bold;
	padding: 0px;
	float: left;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.garagespadding {
	padding-left: 10px;
}
.faqheading {
	background-color: #FFFFCC;
	padding-top: 4px;
	margin-bottom: 10px;
	padding-right: 8px;
}
.location {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
}
