* { margin: 0; padding: 0; }

body {
background: #b8b8ff url(http://www.tintingusa.com/images/bodybg.jpg) repeat-y center;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #436043;
}

#wrapper {
width: 960px;
background: ;
margin: 0 auto;
text-align: left;
}

#content li {margin-left: 15px;}

a {
	color: #2f462f;
	text-decoration: underline;
}
a:hover { color: #5b835b; 
text-decoration: none;}

a img { border: 0; }

hr {background-color: #436043;
	color: #436043;}

/***** HEADER *****/
#header {width: 960px;
height: 140px;
background: url(../images/header_bg.jpg) #d5d5d5 no-repeat 0 0;
text-align: right;
margin-top: 5px;
margin-left: -1px;}

#header a {
	margin-right: 5px;
	display: inline;
	color:#436043;
}

#header_graphic {
height: 318px;
width: 960px;
display: block;
margin-left: -1px;
}

#second_graphic {
	height: 173px;
	width: 960px;
	display: block;
	background-color: #fff;
	margin-left: -1px;
}
	

.logo {
width: 300px;
height: 140px;
display: block;
float: left;
}

/***** NAVIGATION ****/
#nav {
	background: url(http://www.tintingusa.com/images/nav_bg.jpg) #436043 repeat-x 0 0;
	display: block;
	height: 48px;
	margin-left: -1px;
}

#nav li {
	list-style-type: none;
	display: inline;
	position: relative;
	float: left;
	height: 48px;
	border-right: 2px solid #2f462f;
}

#nav li a {
	line-height: 48px;
	display: block;
	outline: none;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 14px;
}

#nav ul li ul {
	position: absolute;
	display: none;
	top: 48px;
	left: -20px;
	padding: 0 10px 0 10px;
}

#nav ul li ul li  {
	display: block;
	width: 210px;
	background-color: #5b835b;
	height: 30px;
	border-bottom: 2px solid #2f462f;
	border-right: 1px solid #2f462f;
	border-left: 1px solid #2f462f;
	margin: 0 10px 0 10px;
}

#nav ul li ul li a{
	height: 30px;
	line-height: 30px;
	display: block;
	}

#nav ul li ul li a:hover {
	background-color: #436043;
}



#nav a:hover {
	background-color: #436043;
}

/****** CONTENT *****/

.bordered {
margin: none;}

#content {
padding: 15px;
}


#content .left {
	float: left;
	width: 563px;
}

#content .left img {border: solid 3px #436043;
margin-right: 10px;
margin-bottom: 5px;
}

.homeblock  {
	float: left;
	width: 563px;
}


#content .left .title {
	background: url(http://www.tintingusa.com/images/caption_bg.jpg) no-repeat bottom center;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 7px;
}

#content .error {
	color: #FF0000;
	font-weight: bold;
}

.home_block {
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.home_block p a {
	text-transform: uppercase;
	text-decoration: underline;
}


.home_block .image {
	width: 112px;
	float: left;
}

.home_block .text {
	float: right;
	width: 437px;
}

#content .right {
	float: right;
	width: 300px;
	margin-top: 18px;
}

#content .right .right_box {
	border-top: 10px #436043 solid;
	background-color: #b8b8ff;
	margin-bottom: 20px;
	
}

#content .right h2 {
	border-bottom: 2px solid #436043;
	margin-bottom: 5px;
}

#content .right .right_box .inner_box {
border: 1px solid #436043;
padding: 15px;
}

#content .right ul li {
list-style-image: url(http://www.tintingusa.com/images/bullet_bg.gif);
}

#sitemap ul {
	margin-left: 5px;
}

#sitemap ul li{
	list-style-image: url(http://www.tintingusa.com/images/bullet_bg.gif);
}


/******** FOOTER *****/
#footer {
	background-color: #436043;
	float: left;
	width: 100%;
	color: #fff;
padding-top: 30px;
font-size: 10px;
text-align: center;
margin-left: -1px;
}

#footer .block {
margin-bottom: 10px;
}

#footer .right .last { margin-right: 0; }

#footer a {
	color: #fff;
}

/******** FORMS ********/
form{
	padding:15px 0 0 15px;
	text-align:center;
	margin:10px 0;
}
.label {
	font-weight: bold;
	width: 25%;
}

.input {
	width: 75%;
}

.text_field {
	width: 75%;
	border:1px solid #436043;
	background:url(http://www.tintingusa.com/images/text_bg.gif) repeat-x bottom #FFF;
	padding:1px;
}

table tr td{
	padding:7px 0;
	text-align:left;
}
form .button{
	margin:5px 2px;
	border:1px solid #436043;
	padding:1px 3px;
	background:url(http://www.tintingusa.com/images/text_bg.gif) repeat-x bottom #FFF;
}
form .button:hover{
	cursor:pointer;
	border:1px solid #9c9cfe;
	background:url(http://www.tintingusa.com/images/button_bg.gif) repeat-x bottom;
}
form p{
	text-align:left;
}

form .error{
	border:1px solid #CC0000;
	background:#FFF;
	text-align:left;
	margin:10px 0;
}
form .error h1{
	color:#fff;
	background:url(http://www.tintingusa.com/images/error_bg.gif) repeat-x top #CC0000;
	padding:3px;
	font-size:12px;
}
form .error ul{
	padding:5px;
	font-weight:normal;
	color:#CC0000;
	font-size:11px;
}

form .success{
	border:1px solid #436043;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	margin:5px 0;
	background:url(http://www.tintingusa.com/images/success_bg.gif) repeat-x top #436043;
	padding:5px;
}

hr{
	color:#436043;
	background:#436043;
	height:5px;
	border:0;
	margin:12px 0 7px 0;
}
/****** MISC ******/
.clear {clear: both;}
.hidden {display: none;}

