.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	margin: 0px;
	padding:0;
	background-color: #fff;
}
	
a{
	color:#b51514;
	text-decoration:none;
}

a:hover{
	color:#830f0f;
	text-decoration:underline;
}

#container {
	width: 770px; 
}

#masthead {
	height: 110px; 
	width: 770px;
	position: relative;
	background: url('../images/shadowtinting-masthead.png') no-repeat;
}

#masthead h1.hide{
	display:none;
}

#masthead img.firestorm-logo{
	margin:20px 10px;
}

#masthead img.xpel-logo {
	position: absolute;
	top: 21px;
	right: 12px;
}

#top-nav {
	font: bold .7em "Trebuchet MS", Verdana, Arial, sans-serif;
/*	red*/
	background: #b51514 url('../images/top-nav-back.gif') top left repeat-x;
	border-top:1px solid #600;
	border-bottom:1px solid #600;


}
	
#top-nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
}
	
#top-nav ul li {	
	margin: 0; 
	display: block; 
	float: left;
}
	
#top-nav ul li.first{
/*	red*/
	border-left:1px solid #740605;

}

#top-nav ul li a {
	text-decoration: none; 
	color: #fff;
	display:block;
	line-height: 2.2em;
	padding:0 10px;
	
/*	red*/
	border-right:1px solid #740605;
	border-left:1px solid #dd4544;
	
}

#top-nav ul li.last a{
	border-right:none;
}

#top-nav ul li a:hover {
/*	red*/
	background:#970707 url('../images/top-nav-back-hover.gif') bottom left repeat-x;
	border-left:1px solid #740605;
	border-right:1px solid #dd4544;

}

#top-nav ul li.last a:hover{
	border-right:none;
}

#content-container{
	background:#fff url('../images/content-back.gif') repeat-y;
}

#sidebar{
	float:left;
	width:165px;
	background:#f5f5f5;

}

#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li{
	margin: 0;
	padding: 0;
	background:#f5f5f5 url('../images/nav-back-2.gif') repeat-x;
}

#sidebar ul li a {
	padding: 0 0 0 10px;	
	color: #666;
	display:block;
	text-decoration: none;
	font: bold .6em/2.605em Arial, sans-serif;
	border-left: 1px solid #BDC0C2;
	border-right: 1px solid #BDC0C2;
	border-bottom: 1px solid #BDC0C2;
}

* html #sidebar ul li a{
	width:165px;
}

#sidebar ul li a:hover{
	background:#EBEBEB url('../images/nav-back-2-over.gif') repeat-x;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#sidebar ul li.active a {
	background-color: #EBEBEB;
}

#sidebar-footer {
	width: 165px;
	background:#f5f5f5 url('../images/sidebarfooter.gif') no-repeat;
}

#content{
	margin-left:185px;
}

#content img.profile {
	margin-left:100px;
}

#content img.right {
	float: right;
}

#content img.demo-galllery {
	position: absolute;
	top: 21px;
	right: 12px;
}

#content h2 {
	margin: 0;
	padding-top: 10px;
	font:bold 16px 'Arial Black', Arial, sans-serif;
	color:#B51514;
	letter-spacing: .04em;
}

#content h3 {
	font: bold 18px Arial, sans-serif;
	margin: 0;
}

#content h4 {
	font: bold .9em Arial, sans-serif;
	padding-top: 10px;
	margin: 0;
}

#content h4.space{
	padding-top:0;
}

#content p.component-prices{
	text-align:center;
	margin:0;
}

#content p {
	color: #1c1c1c;
	font: 13px/16px Arial, sans-serif;
}

* html #content p {
	padding: 0 0 1px 0;
	margin-top: 7px;
}

#content p.space {
	margin:0;
}

#content ul {
	color: #333;
	font: 13px/16px Arial, sans-serif;
	list-style:square;
}

#content dl {
	color: #000;
	font: 13px/16px Arial, sans-serif;
}

#content dt {
	margin-top: 15px;
	font: bold 13px/16px Arial, sans-serif;
}

#content dd {
	margin: 0;
}

a img {
	border: 0;
}

#showroom-gallery {
	width: 550px;
	margin-bottom: 20px;
}

#showroom-gallery ul{
	font: 10px Arial, sans-serif;
	margin:0;
}

#showroom-gallery ul li {
	width:170px;
	margin: 0;
	list-style: none;
	float: left;
	margin: 10px 50px 0 30px;
	text-align: center;
}

#training-gallery {
	width: 550px;
	margin-bottom: 20px;
}

#training-gallery ul{
	font: 10px Arial, sans-serif;
	margin:0;
}

#training-gallery ul li {
	width:170px;
	margin: 0;
	list-style: none;
	float: left;
	margin: 10px 50px 0 30px;
	text-align: center;
}


#download-gallery {
	width: 550px;
	margin-bottom: 20px;
}

#download-gallery ul{
	font: 10px Arial, sans-serif;
	margin:0;
}

#download-gallery ul li {
	width:170px;
	margin: 0;
	list-style: none;
	float: left;
	margin: 10px 60px 0 20px;
	text-align: center;
}




#footer{
	height: 25px;
/*	red*/
	background: #B51514;

}
