body{
	padding:0;
	margin:0;
	font:12px tahoma,verdana,sans-serif;
	background-color:#3d3d3d;
	color:#5c5d5f;
	background-image:url('bgfade.png');
	background-repeat:repeat-x;
}
h1,h2,h3,h4,h5,h6,pre,code {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
img, fieldset {
	border:0;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#e8181d;
}
a:hover {
	text-decoration:underline;
}
ul {
	padding-left:5px;
	margin-left:10px;
}
ul li {
	margin-bottom:0.5em;
}
p {
	line-height:150%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.middle {
	display:block;
	margin:0 auto;
}
.clear {
	clear:both;
}
.bigger {
	font-size:130%;
}
p.indent {
	padding-left:2em;
}
#container {
	width:998px;
	margin:0 auto;
	background-color:#FFF;
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
}
#leftcontent {
	width:613px;
	float:left;
	padding-bottom:15px;
	padding:0 30px 15px 30px;
}
#topnav {
	margin-top:9px;
}
#topnav a {
	float:left;
	height:0;
	width:0;
	overflow:hidden;
	padding-left:116px;
	margin-left:8px;
	padding-top:35px;
}
#topnav a:first-child {
	margin-left:0;
}
#topnav a#nav-home {
	background-image:url('nav-home.png');
}
#topnav a#nav-commercial {
	background-image:url('nav-commercial.png');
}
#topnav a#nav-services {
	background-image:url('nav-services.png');
}
#topnav a#nav-road {
	background-image:url('nav-road.png');
}
#topnav a#nav-products {
	background-image:url('nav-products.png');
}
#topnav a#nav-contact {
	background-image:url('nav-contact.png');
}
#topnav a#nav-testimonials {
	background-image:url('nav-testimonials.png');
}
#topnav a:hover, #topnav a.active {
	background-position:0 -35px;
}
#pagecontent {
	clear:both;
	color:#5c5d5f;
	font-size:12px;
	margin-top:15px;
	margin-bottom:50px;
}
#pagecontent p {
	margin:0 0 1em 0;
}
#pagecontent h1 {
	font-size:16px;
	color:#444;
}
#pagecontent h2 {
	font-size:11px;
	margin-bottom:0.2em;
	font-weight:bold;
}
#pagecontent li {
	list-style-type:none;
}
#tyrelinks a {
	float:left;
	margin:16px 2px;
}
#footer {
	clear:both;
}
#rightcontent {
	padding:20px 30px 15px 30px;
	width:264px;
	float:right;
	background-color:#f5f4f4;
}
#rightcontent img {
	clear:both;
	margin-top:19px;
}
#pagelinks {
	line-height:150%;
}
#pagelinks a {
	color:#262526;
	font-size:11px;
}
#pagelinks a:hover {
	color:#e8181d;
}
#pagelinks #leftlinks {
	width:157px;
	float:left;
}
#pagelinks #rightlinks {
	width:107px;
	float:left;
}
#address, #numbers {
	font-size: 11px;
}
#address strong, #numbers strong {
	color:#e8181d;
}
#numbers strong {
	display:inline-block;
	width:20px;
}
#numbers a {
	color:#5c5d5f;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.3em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#contactleft p, #contactright p {
	font-weight:bold;
	margin:0;
	padding:5px 0 0 0;
	font-size:11px;
}
#contactleft input {
	height:15px;
}
#contactleft input, #contactright textarea {
	width:270px;
	display:block;
	border:1px solid #d50005;
	padding:3px;
	font-size:11px;
}
#contactleft input:focus, #contactright textarea:focus {
	background-color:#ffe0e1;
}
#contactright textarea {
	height:73px;
	float:right;
}
#contactright p {
	width:278px;
	float:right;
}
#contactleft, #contactright {
	float:left;
	width:294px;
}
#sendform {
	display:block;
	margin-top:5px;
	float:right;
}