*{ 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/background.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: 205px;
	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: 40px;
	font-weight: normal;
	position: absolute;
	float: right;
	right: 55px;
	top: 95px;
	text-align: right;
	}
/*--------------------------------------------*/
#navigation{
	position: absolute;
	left: 270px;
	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;
	/*height: 299px;*/
	margin-bottom: 10px;
	clear: both;
	}
#banner img{
	margin-left: -9px;
	}
/*--------------------------------------------*/
#main{
	width: 921px;
	background: url(../images/strip_content_background.png);
	overflow: auto;
	}
/*--------------------------------------------*/
#pricing-table{
	width: 921px;
	background: url(../images/pricing-header2.jpg) left top no-repeat;
	padding-top: 92px;
	}
#pricing-table table{
	width: 921px;
	border-collapse: collapse;
	}
#pricing-table table tr{
	width:924px;
	}
#pricing-table table tr.bottom{
	background: url(../images/footer_strip.jpg) left top repeat-x;
	height: 76px;
	}
#pricing-table table tr.odd{
	background: #000;
	}
#pricing-table table tr.even{
	background: #333333;
	}
#pricing-table table td{
	font-size: 13px;
	/*height: 50px;
	line-height: 50px;*/
	padding: 15px 0;
	width: 120px;
	text-align: center;
	margin-left: 35px;
	float: left;
	}
#pricing-table table td img{
	/*padding-top: 12px;*/
	margin-top: -8px;
	}
#pricing-table table td.label{
	width: 255px;
	text-align: left;
	padding-left: 25px;
	margin: 0;
	}
#pricing-table table tr.bottom td{
	height: 76px;
	}
#pricing-table table tr.bottom td img{
	margin-top: 0;
	}
* html #pricing-table table td.label{
	width: 230px;
	}
* html #pricing-table table td{
	padding-left: 25px;
	}
/*--------------------------------------------*/
table.price{
	width: 620px;
	}
table.price td{
	width: 300px;
	float: left;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	}
table.price a{
	color: #8dc63f;
	text-decoration: none;
	}
table.price a:hover{
	text-decoration: underline;
	}
/*--------------------------------------------*/
#left{
	width: 246px;
	float: left;
	margin: 0 0 30px 0;
	}
#left ul{
	background: url(../images/left_navigation_middle.png);
	overflow: auto;
	}
#left li{
	display: block;
	list-style: none;
	}
#left li#what{
	background: url(../images/title_navigation_whatwedo.png) left top no-repeat;
	width: 246px;
	height: 40px;
	text-indent: -9999px;
	}
#left li#work{
	background: url(../images/title_navigation_ourwork.png) left top no-repeat;
	width: 246px;
	height: 40px;
	text-indent: -9999px;
	margin-top: 10px;
	}
#left li#inquiry{
	background: url(../images/title_navigation_inquiry.png) left top no-repeat;
	width: 246px;
	height: 40px;
	text-indent: -9999px;
	margin-top: 10px;
	}
#left li a{
	width: 180px;
	margin-left: 20px;
	padding: 10px 0 10px 42px;
	display: block;
	border-bottom: 1px solid #363636;
	background: url(../images/icon_orange_long.jpg) left center no-repeat;
	font-size: 12px;
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
	}
#left li a:hover{
	color: #fff;
	}
#left li a.green{
	color: #8dc63f;
	}
#left li a.green:hover{
	color: #c0f17f;
	}
* html #left img.png{
	margin-bottom: -3px;
	}
/*--------------------------------------------*/
#right{
	width: 605px;
	float: right;
	margin-right: 20px;
	padding: 30px 0;
	display: inline;
	}
#right p.t{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
	}
#right h2{
	color: #f7941d;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 16px;
	}
#right h3{
	color: #7d7d7d;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 16px;
	}
#right p{
	font-size: 12px;
	color: #7d7d7d;
	line-height: 150%;
	margin-bottom: 20px;
	}
#right ol, #right ul{
	margin-bottom: 20px;
	}
#right ol li, #right ul li{
	margin-left: 30px;
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 150%;
	list-style: square;
	}
#right a{
	font-weight: bold;
	color: #fff;
	outline: none;
	}
#right a:hover{
	color: #f7941d;
	}
/*--------------------------------------------*/
#right-l{
	float: left;
	width: 355px;
	margin-right: 40px;
	}
#right-l label{
	display: block;
	margin-bottom: 3px;
	color: #7d7d7d;
	font-size: 12px;
	}
#right-l input.textfield{
	width: 300px;
	padding: 2px 0;
	background: #333333;
	border: 1px solid #7d7d7d;
	color: #CCCCCC;
	margin-bottom: 10px;
	}
#right-l input.textfield:focus, #right-l textarea:focus, #right-l input.submit:focus{
	border: 1px solid #f7941d;
	}
#right-l input.submit{
	border: 1px solid #7d7d7d;
	color: #CCCCCC;
	background: #333333;
	padding: 3px 5px;
	}
/*#right-l input.hidden{
	display: none;
	}*/
#right-l textarea{
	width: 300px;
	height:150px;
	background: #333333;
	border: 1px solid #7d7d7d;
	color: #CCCCCC;
	margin-bottom: 10px;
	}
#right-l select{
	width: 300px;
	padding: 2px 0;
	background: #333333;
	border: 1px solid #7d7d7d;
	color: #CCCCCC;
	margin-bottom: 10px;
	}
#right-l select:focus{
	border: 1px solid #f7941d;
	}
/*--------------------------------------------*/
#right-r{
	float: left;
	width: 210px;
	margin-top: 45px;
	}
#right #right-r li{
	margin-bottom: 10px;
	font-size: 12px;
	list-style: none;
	color: #7d7d7d;
	margin-left: 0;
	}
#right-r li.title{
	font-size: 18px;
	text-decoration: underline;
	letter-spacing: 1px;
	list-style: none;
	color: #fff;
	}
#right-r li a{
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
	}
#right-r li a:hover{
	text-decoration: none;
	color: #fff;
	}
#right-r h3{
	font-size: 13px;
	line-height: 150%;
	}
/*--------------------------------------------*/
#footer{
	width: 921px;
	/*height: 200px;*/
	border-top: 1px solid #363636;
	padding: 40px 0 0 0;
	position: relative;
	}
#footer img{
	position: absolute;
	left: 810px;
	top: 220px;
	}
#footer p.legal{
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #464646;
	}
* html #footer p.legal{
	margin-top: 0;
	}
#footer a.legal{
	color: #464646;
	text-decoration: none;
	outline: none;
	}
#footer a:hover.legal{
	color: #fff;
	}
/*--------------------------------------------*/
#foot-main-nav{
	float: left;
	margin-right: 30px;
	}
#foot-main-nav li{
	display: block;
	list-style: none;
	margin-bottom: 10px;
	}
#foot-main-nav li.title{
	width: 138px;
	padding-bottom: 5px;
	border-bottom: 1px solid #363636;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Helvetica, sans-serif;
	color: #d7d7d7;
	}
#foot-main-nav li a{
	font-size: 13px;
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
	}
#foot-main-nav li a:hover{
	color: #fff;
	}
#foot-main-nav li a.green{
	color: #8dc63f;
	}
/*--------------------------------------------*/
#foot-links{
	float: left;
	}
#foot-links li{
	display: block;
	list-style: none;
	margin-bottom: 10px;
	}
#foot-links li.title{
	width: 43px;
	padding-bottom: 5px;
	border-bottom: 1px solid #363636;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Helvetica, sans-serif;
	color: #d7d7d7;
	}
#foot-links li a{
	font-size: 13px;
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
	}
#foot-links li a:hover{
	color: #fff;
	}
/*--------------------------------------------*/
#testimonial{
	float: right;
	width: 556px;
	height: 225px;
	background: url(../images/footer_testimonial_box.jpg) left top no-repeat;
	}
#testimonial .inside{
	padding: 25px 20px;
	}
#testimonial p{
	color: #7d7d7d;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 1.5;
	}
#testimonial a{
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
	}
#testimonial a:hover{
	color: #fff;
	}
/*--------------------------------------------*/
#info li{
	list-style: none;
	}
#info li img{
	margin-right: 5px;
	}
#info a{
	outline: none;
	}
/*--------------------------------------------*/
#logo img{
	margin: 0 30px 20px 0;
	}
/*--------------------------------------------*/
.website{
	width: 250px;
	height: 300px;
	float: left;
	margin-bottom: 25px;
	}
.website img{
	margin-bottom: -3px;
	}
.website a{
	color: #fff;
	text-decoration: none;
	outline: none;
	}
.website a:hover{
	color: #f7941d;
	}
.website a.light{
	width: 249px;
	height: 220px;
	border-bottom: 5px solid #000;
	}
.website a.light:hover{
	border-bottom: 5px solid #f7941d;
	}
#right .website h2{
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: normal;
	}
#right .website h3{
	color: #7d7d7d;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 5px;
	}
#right .website h4{
	color: #666666;
	font-weight: normal;
	font-size: 13px;
	}
.ls{
	margin-right: 100px;
	}
/*--------------------------------------------*/
.divider{
	width: 600px;
	border-top: 1px solid #363636;
	clear: both;
	margin-bottom: 25px;
	}
/*--------------------------------------------*/
.row{
	width: 100%;
	clear: both;
	}
.row h2{
	float: left;
	width: 300px;
	}
.row ul{
	width: 300px;
	float: left;
	}
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/