@charset "utf-8";
/* CSS Document */

/* reset all items start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset all items end */
/* defaults */
body {
	background: #333;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	padding-bottom: 10px;
	line-height: 18px;
}

/* defauls end */
/* container */

div#container {
	background: #FFF;
	width: 1040px;
	padding: 0px 30px 30px 30px;
	margin: 10px auto;
}

/* end container */
/* header */

div#header {
	width: 1040px;
	height: 115px;
}
div#header div.logo {
	float: left;
	margin-top: 32px;
}
div#header div.vcard {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #333;
	font-size: 15px;
}
div#header div.vcard div {
	padding-top: 3px;
}
div#header div.vcard div.tel {
	font-size: 40px;
	margin-right: -5px;
}
div#header div.vcard span.type {
	display: none;
}

/* end header */
/* nav */

div#nav {
	background: #333;
	width: 1040px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	color: #CCC;
}
div#nav li a, div#nav li a:visited {
	font-size: 21px;
	color: #CCC;
	text-decoration: none;
}
div#nav li a:hover {
	color: #FF0;
}
div#nav li {
	height: 31px;
	padding: 9px 13px 0px 14px;
	float: left;
}
div#nav li.active {
	background: #000;
}
div#nav li.active a {
	color: #FF0;
}
div#nav li.home {
	padding-left: 12px;
}

/* end nav */
/* content */

div#content {
	background: #000;
	width: 1040px;
	color: #FFF;
}
div#content div.title {
	background: #333;
	width: 1030px;
	height: 22px;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
	color: #CCC;
}
div#content div.title span.SR {
	color: #FF0;
	padding-right: 8px;
}
div#content div.title h1 {
	display: inline;
}
div#content div.content {
	width: 1020px;
	color: #FFF;
	padding: 10px 10px 0px 10px;
	border-bottom: 10px solid #FFF;
}

/* homepage styling */
div#testimonials {
	background: url(../images/sr_autotints_home_car.jpg);
	width: 1040px;
	height: 225px;
	border-bottom: 10px solid #FFF;
	position: relative;
}
div#testimonials img {
	width: 655px;
	height: 130px;
	position: absolute;
	top: 30px;
	left: 375px;
}
div#features {
	background: url(../images/sr_autotints_home_features.jpg) no-repeat 0px 30px #000;
	width: 1040px;
	height: 430px;
	border-bottom: 10px solid #FFF;
}
div#features div#welcome, 
div#features div#car, 
div#features div#residential, 
div#features div#commercial {
	width: 259px;
	height: 430px;
	float: left;
	border-left: 1px solid #FFF;
}
div#features div#welcome {
	width: 260px;
	border: none;
	text-align: justify;
}
div#features div.title {
	background: #333;
	width: 249px;
	height: 22px;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
	color: #CCC;
}
div#features div#welcome div.title {
	width: 250px;
}
div#features div.title span.SR {
	color: #FF0;
	padding-right: 8px;
}
div#features div.title h1 {
	display: inline;
}
div#features div.content {
	width: 249px;
	margin-top: 157px;
	color: #FFF;
	padding: 5px;
}
div#features div#welcome div.content {
	width: 250px;
}
div#features div.content li { 
	list-style: url(../images/sr_autotints_features_bullet.gif) inside;
	font-size: 18px;
	padding-bottom: 10px;
}
/* end homepage styling */
/* contact styling */
div#googleMap {
	width: 500px;
	float: right;
	padding-left: 10px;
}
/* end contact styling */

/* end content */
/* footer */

div#footer {
	width: 1040px;
	clear: both;
	margin-top: 20px;
	text-align: center;
	color: #333;
}
div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #333;
}
div#footer a:hover {
	text-decoration: underline;
}

/* end footer */

/* forms */

form#contactForm {
	width: 500px;
}
input {
	width: 300px;
	background: #333;
	border: 1px solid #FF0;
	color: #FFF;
}
input.submit {
	width: auto;
	color: #CCC;
	font-weight: bold;
}
textarea#query {
	width: 100%;
	height: 200px;
	background: #333;
	border: 1px solid #FF0;
	color: #FFF;
}
label {
	color: #CCC;
	font-weight: bold;
}

/* end forms */

/* Lytebox */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/prev_grey.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/close_grey.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/pause_grey.png) no-repeat; }

