/***** Global Settings *****/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'OpenSansRegular';
	line-height: 1.4;
	text-align: justify;
	background: #eee;
}
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 0px 0 6px 0;
	font-family: opensansregular;
	font-size: 1.9em;
	color: #EC0000;
	line-height: normal;
	float: left;
}
h2 {
	font-size: 1.3em;
	font-family: 'OpenSansRegular';
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	clear: both;
}
h5 {
	font-size: 1.9em;
	font-family: 'OpenSansRegular';
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	float: left;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	font-family: 'OpenSansRegular';
	clear: both;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
h5 {
        align:left;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	font-family: 'OpenSansRegular';
	clear: both;
}
p, ul, ol {
	margin: 0;
	padding-top: 0;
	margin-bottom: 10px;
	line-height: 1.9em;
	font-size: .8em;
}
ul, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 22px 40px;
	padding: 0;
}
small {
	font-size: 0.8em;
	color: #999999;
}
small a {
	color: #000;
}
img {
	border: 0;
	margin: 5px 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;
}
blink {
           color:red;
           background-color: yellow;
           padding: 4px;
           -webkit-animation: blink 1s step-end infinite;
           animation: blink 1s step-end infinite
         }
 
          @-webkit-keyframes blink {
          67% { opacity: 0 }
         }
 
         @keyframes blink {
         67% { opacity: 0 }
        }
/***** Links *****/
a {
	color: #000;
	text-decoration: none;
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
/***** Tables *****/
table {
	border: none;
	margin: 0 0 18px 0;
	padding: 0;
	width: 100%;
}
table tr td {
	padding: 2px;
	font-size: 13px;
	line-height: 1.7em;
}
table tr td h2 {
	text-align: center;
	font-family: 'OpenSansSemiBold';
	font-size: 16px;
}

/***** 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-family: 'OpenSansSemiBold';
	color: #FF0000;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #eee;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.wrap {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
}
.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;
}
.content {
	display: inline-block;
	width: 800px;
	margin: 0 25px 0 25px;
}
.content strong {
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
.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: #808080;
	padding: 15px 0px;
}
.footer p {
	line-height: 1.7em;
	font-size: 11px;
}
.footer p a {
	color: #808080;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:hover {
	color: #808080;
}
.productbox_box {
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 20px;
	border-radius: 10;
	padding: 5px;
}
.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 {
	padding: 5px;
}
.productinfo {
	float: left;
	margin-left: 10px;
	width: 550px;
}
.productinfo1 {
	float: left;
	margin-left: 10px;
	width: 350px;
}
.content li {
	font-size: 12px;
	margin-bottom: 4px;
}
.finishes {
	text-align: center;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 160px;
}
.finishes p {
	text-align: center;
	float: left;
	font-size: 11px;
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
	width: 150px;
}
.finishespadding {
	margin: 10px auto;
	width: 100%;
}
/* IE 6 Positioning hack */
* html .finishespadding {
	margin-right: -5px;
	margin-left: -5px;
}
#spec {
	font-size: 7pt;
	text-align: center;
	width: 100%;
}
.directory {
	width: 500px;
	float: right;
	margin-left: 10px;
	text-align: right;
	font-size: 12px;
}
.content ul {
	padding-bottom: 15px;
	padding-left: 15px;
	list-style-position: outside;
	list-style: square;
}
.content ul li {
	margin-bottom: 3px;
	font-size: 12px;
}
.productinfo ul {
	padding: 0px;
	list-style: none;
}
.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 {
	border-bottom: 1px solid #aaa;
	padding: 8px 0;
	;
	margin: 10px 0 5px 0;
}
.location {
	padding-right: 5px;
	text-align: right;
	float: right;
	max-width: 300px;
}
.location small a {
	font-size: 11px;
}
#header {
	height: 100px;
	margin: 0 auto 10px auto;
	width: 100%;
}
#header .left {
	float: left;
	height: 100px;
	width: 300px;
}
#header .left img {
	margin-top: 10px;
	margin-left: 20px;
}
#header .left p {
	margin: 10px 0 0 30px;
	font-size: 14px;
}
#header .right {
	width: auto;
	float: right;
	padding: 20px 20px 0 0;
}
#header .right p {
	font-size: 16px;
	font-family: 'OpenSansRegular';
	color: #F00;
	margin-right: 2px;
}
.inforpack {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #c90000) );
	background: -moz-linear-gradient( center top, #ff0000 5%, #c90000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#c90000');
	background-color: #ff0000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #990000;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
}
.inforpack:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c90000), color-stop(1, #ff0000) );
	background: -moz-linear-gradient( center top, #c90000 5%, #ff0000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90000', endColorstr='#ff0000');
	background-color: #c90000;
	text-decoration: none;
	color: #FFF;
}
.garage {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	box-shadow: inset 0px 1px 0px 0px #ffa8a8;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #c90000) );
	background: -moz-linear-gradient( center top, #ff0000 5%, #c90000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#c90000');
	background-color: #ff0000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #990000;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 18px;
	width: 130px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
	color: #FFF;
	text-align: center
}
.garage:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c90000), color-stop(1, #ff0000) );
	background: -moz-linear-gradient( center top, #c90000 5%, #ff0000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90000', endColorstr='#ff0000');
	background-color: #c90000;
	text-decoration: none;
	color: #FFF;
}
.wrap .content .maincolumn .text ul li {
	font-size: 12px;
	list-style: square;
	list-style-image: none;
}
.info {
}
ul .info {
	padding-bottom: 15px;
	list-style-position: inside;
	width: 48%;
	float: left;
	margin-left: 2%;
}
.info ul li {
	font-size: 11px;
	list-style: square;
	list-style-image: none;
}
.wrap .content .maincolumn .text .info ul {
	padding-bottom: 15px;
	list-style-position: inside;
	width: auto;
	float: left;
	margin-left: 15px;
}
.wrap .content .maincolumn .text .info ul li {
	font-size: 13px;
	list-style: square;
	list-style-image: none;
	margin-bottom: 10px;
}
hr {
	background: #ddd;
	border: 0;
	color: #cdced2;
	height: 1px;
	margin: 10px 0px;
	width: 100%;
	clear: both;
}
/* Product Landing Page */
.hpgarages {
	margin-bottom: 10px;
}
.hpgarages .imgcol {
	float: left;
	width: auto;
	margin-right: 50px;
}
.hpgarages .wim {
	float: left;
	width: auto;
	min-height: 400px;
	margin-right: 50px;
}
.hpgarages h2 {
	font-size: 20px;
	font-family: 'OpenSansRegular';
	font-weight: normal;
}
.hpgarages ul {
	list-style-position: outside;
	list-style: square;
}
.hpgarages li {
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
}
.hpgarages p strong {
	font-size: 14px;
	font-weight: bold;
}
.hpgarages .button {
	text-align: right;
	clear: both;
}
.wrap .content .indent ul li a {
	color: #000;
	text-decoration: none;
	font-family: 'OpenSansSemiBold';
}
.wrap .content .indent ul li a:hover {
	text-decoration: underline;
}
.contentbox-wrapper {
	position: relative;
	left: 0;
	width: 1600px;
	height: 100%;
}
.maincolumn {
	float: left;
	width: 100%;
}
.bottomtext {
	position: absolute;
	top: 6588px;
	width: 760px;
	left: 1370px;
	margin-left: -380px;
	height: 668px;
}
.maincolumn h1 {
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 15px;
	font-weight: normal;
	clear: both;
	float: none;
}
.maincolumn h1.center {
	text-align: center;
}
.maincolumn h4 {
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wrap .content .maincolumn .highlight {
	margin-top: 10px;
	padding-top: 5px;
}
.maincolumn p {
	font-size: 12px;
	line-height: 1.7em;
}
.wrap .content .maincolumn .img-left {
	padding-top: 10px;
}
.wrap .content .maincolumn h2 {
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 16px;
}
.text {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.blogcol {
	width: auto;
	margin-top: 16px;
}
.blogcol .box {
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.blogcol .box:last-of-type {
	width: 100%;
	border-bottom: none;
	margin-bottom: 10px;
}
.blogcol .box .h3 {
	font-family: 'OpenSansSemiBold';
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.blogcol .box .date {
	line-height: 1.3em;
	font-size: 11px;
}
.blogcol .box .title {
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: 'OpenSansSemibold';
}
.blogcol .box .info {
	line-height: 1.5em;
	font-size: 12px;
}
.blogcol .box p img {
	margin: 5px 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
.blogcol .box p img:first-of-type {
	margin-left: 0px;
}
.hpgarages img {
	margin: 5px 8px;
	padding: 5px;
	border: 1px solid #ccc;
}
.hpgarages img:first-of-type {
	margin: 5px 8px 5px 0;
}
.hpgarages img:last-of-type {
	margin: 5px 0px 5px 8px;
}
.img_thumbs {
	margin: 3px;
}
.maincolumn li {
	vertical-align: top;
	position: relative;
}
.homeh2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 15px;
	color: #CC0000;
}
.homeh3 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	display: inline;
}
.clear_blog {
	clear: both;
}
#header_images {
	width: 800px;
	margin: 0 auto 0 auto;
}
#header_images .imgaes {
	float: left;
	padding: 0 3px;
}
#whatsbetter {
	width: 100%;
}
#whatsbetter .box {
	hight: auto;
	margin: 10px 0px;
	height: 130px;
}
#whatsbetter .box:last-of-type {
	hight: auto;
	margin: 10px 0px;
	height: auto;
}
#whatsbetter .box img {
	float: left;
	margin: 10px 15px 10px 0;
}
