*{ margin: 0; padding: 0; }
img{ border: none; }
.clear{ clear: both; }
span.orange{ color: #FF6633; }
.hidden{ display: none; }
strong{ color: #fff; }
/*--------------------------------------------*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #000 url(../images/background2.jpg) top center no-repeat;
	color: #fff;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
	}
/*--------------------------------------------*/
#wrapper{
	margin: 0 auto;
	width: 921px;
	text-align: left;
	}
/*--------------------------------------------*/
#header{
	width: 921px;
	height: 155px;
	position: relative;
	}
#header img#logo{
	position: absolute;
	left: 1px;
	top: 0;
	}
#header p#tag{
	width: 495px;
	height: 106px;
	background: url(../../images/banner_tag.jpg) left top no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 384px;
	top: 95px;
	}
#header h1{
	clear: both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	float: right;
	right: 55px;
	top: 95px;
	text-align: right;
	}
/*--------------------------------------------*/
#navigation{
	position: absolute;
	left: 269px;
	top: 0;
	}
#navigation li{
	float: left;
	list-style: none;
	display: inline;
	}
#navigation li a{
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	width: 107px;
	height: 96px;
	outline: none;
	cursor: pointer;
	}
#navigation li#home a{
	background: url(../../images/button_home.jpg) no-repeat;
	background-position: left top;
	}
#navigation li#about a{
	background: url(../../images/button_about.jpg) no-repeat;
	background-position: left top;
	}
#navigation li#services a{
	background: url(../../images/button_services.jpg) no-repeat;
	background-position: left top;
	
	}
#navigation li#portfolio a{
	background: url(../../images/button_portfolio.jpg) no-repeat;
	background-position: left top;
	}
#navigation li#contact a{
	background: url(../../images/button_contact.jpg) no-repeat;
	background-position: left top;
	}
#navigation li#quote a{
	background: url(../../images/button_getquote.jpg) no-repeat;
	background-position: left top;	
	}
#header #navigation li a:hover, #header #navigation li.active a{
	background-position: right top;
	}
/*--------------------------------------------*/
#banner{
	width: 921px;
	clear: both;
	margin-bottom:15px;
	}
/*--------------------------------------------*/
#main{
	width: 921px;
	background:url(../images/1pixel_strip.png) repeat-y;
	overflow: auto;
	margin-bottom:10px;
	}
/*--------------------------------------------*/
#left{
	width: 400px;
	float: left;
	display:inline;
	margin: 10px 0 30px 40px;
	}
#left p{ font-size:12px; color:#7d7d7d; line-height:1.5; }
#left a{ color:#fff; text-decoration:none; }
#left a:hover{ text-decoration:underline; }

/*--------------------------------------------*/
#right{
	width: 380px;
	height:180px;
	background:url(../images/action_button_area.jpg) left top no-repeat;
	float: right;
	margin-right: 70px;
	display: inline;
	position:relative;
	}
#right a{ display:block; width:279px; height:50px; background:url(../images/button.jpg) left bottom no-repeat; text-indent:-9999px; text-decoration:none;  position:absolute; left:50px; top:93px; }
#right a:hover{ background:url(../images/button.jpg) left top no-repeat; }
/*--------------------------------------------*/
#footer{
	width: 921px;
	border-top: 1px solid #363636;
	padding: 60px 0 0 0;
	background:url(../images/footer_logos.jpg) center 5px no-repeat;
	text-align:center;
	}
#footer p{ color:#464646; font-size:11px }
#footer a{ color:#464646; text-decoration:none; }
/*--------------------------------------------*/


