@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	line-height:20px;
	font-size:12px;
	color:#444;
	background-color:#21282e;
}
a:link, a:visited {
	color:#336699;
	text-decoration:underline;
	}
a:hover {
	color:#000;
	text-decoration:underline;
	}

p {
	margin:3px 0;
	padding:3px 0;
}

img {
	border:none;
}
#wrapper {

}
#header {
	width:100%;
	height:150px;
	background:#FFFFFF url(../images/header_bg.gif) top left repeat-x;
	text-align:center;
}
	#header img {
		border:none;
		}

#container {
	background:#21282e url(../images/main_bg.gif) top left repeat-x;
}

#body {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}

#nav {
	height:50px;
	}
	#nav ul	{
		float:left;
		}
		#nav li	{
			display:inline;
			list-style:none;
			float: left;
		}
		#nav li a {
			height: 50px;
			display: block;
			overflow: hidden;
			text-indent: -1000px;
		}
		#nav li a:hover {
		}
		
		#nav li a.nav_home {
			width: 131px;
			background:#666666 url(../images/btn_home.gif) top left no-repeat;
		}
		#nav li a.nav_about {
			width: 129px;
			background:#666666 url(../images/btn_about.gif) top left no-repeat;
		}
		#nav li a.nav_services {
			width: 151px;
			background:#666666 url(../images/btn_services.gif) top left no-repeat;
		}
		#nav li a.nav_diy {
			width: 93px;
			background:#666666 url(../images/btn_diy.gif) top left no-repeat;
		}
		#nav li a.nav_projects {
			width: 154px;
			background:#666666 url(../images/btn_projects.gif) top left no-repeat;
		}
		#nav li a.nav_contact {
			width: 192px;
			background:#666666 url(../images/btn_contact.gif) top left no-repeat;
		}
		#nav li a:hover {
			background-position:0px -50px ;
		}
		#nav li a.cur {
			background-position:0px -50px ;
		}

#content {
	min-height:500px;
	background-color:#FFFFFF;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.content_block {
	border:#dad9d9 1px solid;
	background:#e2e5e6 url(../images/hp_block_bg.gif) top left repeat-x;
	margin-bottom:10px;
	padding:10px;
	min-height:470px;
}
#footer {
	padding:5px;
	background-image:url(../images/titan_logo.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
}
#footer p {
	margin:3px;
	padding:3px;
}

.content_fp_block {
	background:#e2e5e6 url(../images/hp_block_bg.gif) top left repeat-x;
	border:#dad9d9 1px solid;
	padding:10px;
}

#hp_widgets {
	margin-top:10px;
}
.hp_widget {
	float:left;
	border:#dad9d9 1px solid;
	background:#e2e5e6 url(../images/hp_block_bg.gif) top left repeat-x;
	width:250px;
	padding:9px;
	height:232px;
	}
	p.refer {
		margin:0;
		padding:0;
	}
	.hp_widget .field {
		margin:10px 0;
	}
	.hp_widget input.txt {
		width:242px;
		border:#ededed 1px inset;
		height:20px;
		color:#787e83;
	}
	.hp_widget img.btn {
		cursor:pointer;
		float:right;
	}

.contact_form div {
	clear: left;
	padding-top: 0.6em;
}
.contact_form div label {
	float: left;
	width: 200px;
}
.contact_form input.txt {
	color: #787e83;
	border:#ededed 1px inset;
	width: 200px;
	background-color:#EEEEEE;
}
.contact_form textarea.txt {
	color: #787e83;
	border:#ededed 1px inset;
	width: 300px;
	height:200px;
	background-color:#EEEEEE;
	float:left;
	clear: both;
}
.contact_form input.btn {
}










