@charset "utf-8";

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
body {
	background-color: #000;
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
p {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
	margin-top: 20px;
	-moz-border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: 0px 0px 3px 5px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 0px 0px 3px 5px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 3px 5px;
	background-color: #000;
	background-image: url(http://windowtintman.com/images/servicebody.jpg);
	background-repeat: no-repeat;
}
#wrapper #mainHeader {
	height: 150px;


	background-image: ;
	text-indent: -99999px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background-image: url(../images/header.jpg);
}
#wrapper #mainHeader h1 {
	color: #FFF;
}


#wrapper #mainNavigation {
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}
#wrapper #mainNavigation ul {
	padding: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#wrapper #mainNavigation ul li {
	display: inline;
	margin-right: 40px;
}
#wrapper #mainNavigation ul li a {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
#wrapper #mainNavigation ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding-bottom: 2px;
	
}
#wrapper #mainNavigation ul li a:active {
	color: #900;
}
#wrapper #relateSubject {
	float: right;
	width: 80px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 100px;
	padding-top: 10px;
}
#wrapper #mainContent {
	width: 710px;
	float: left;
	padding-left: 10px;
}
#wrapper #mainContent #contentHeader {
	padding-bottom: 10px;
}
#wrapper #mainContent #contentHeader h2 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #mainContent #mainService p {
	background-color: rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#wrapper #relateSubject h2 {
	color: #CCC;
	font-size: 12px;
}
#wrapper #mainContent #autoContent {
	margin-top: 50px;
	width: 500px;
}
#wrapper #mainContent #autoContent h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
}
#wrapper #mainContent #autoContent p {
	background-color: rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#wrapper #mainContent #commericalContent {
	margin-top: 300px;
	margin-bottom: 125px;
	width: 500px;
}
#wrapper #mainContent #commericalContent h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
}
#wrapper #mainContent #commericalContent p {
	background-color: rgba(0,0,0,0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}


#wrapper #relateSubject ul {
	padding-top: 5px;
}
#wrapper #relateSubject ul li {
	display: inline;
}


#wrapper #pageFooter {
	padding: 10px;
	float: left;
	width: 940px;
	margin-bottom: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 40px;
}
#wrapper #pageFooter .leftCol {
	text-align: left;
	width: 300px;
	float: left;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#wrapper #pageFooter .rightCol {
	text-align: right;
	width: 300px;
	float: right;
	margin-top: 5px;
}
#wrapper #pageFooter .rightCol p a {
	text-decoration: none;
	color: #FFF;
	margin-right: 5px;
}
#wrapper #pageFooter .rightCol ul {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}
#wrapper #pageFooter .rightCol ul li {
	display: inline;
}


#wrapper #pageFooter #footNav {
	float: left;
	width: 500px;
	margin-top: 20px;
}
#wrapper #pageFooter #footNav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;

}
#wrapper #pageFooter #footNav ul li {
	display: inline;
	padding-right: 15px;
}
.currentlink {
	color: #900;
}