/* CSS Document */

img	{
	border:none;
}

a, a:visited {
	text-decoration:none;
	color:#000;
	}

a:hover	{
	color:#000;
	text-decoration:underline;
	}

h1	{
	padding:0;
	margin:0;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#104070;
}

h2 {
	padding:0;
	margin:0;
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	color:#104070;
	font-weight:normal;
}

h3 {
	padding:0;
	margin:0;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#104070;
	font-weight:normal;
}

html,body {
	margin:0;
	padding:0;
	background:url(../images/bg.gif) #fff repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
}

.clear	{
	height:0;
	width:0;
	clear:both;
	margin:0;
	padding:0;
}

.wrapper	{
	margin:0;
	padding:0;
	background:url(../images/header_bg.jpg) top center repeat-x;
}

.container {
	position:relative; 
	margin:0 auto;
	width:815px;
}

.header {
	height:363px;
	padding:0;
	margin:0;
	background:url(../images/header2.jpg) top center no-repeat; 
}

.nav	{
	background:url(../images/nav_bg.gif) repeat-x;
	padding:0;
	margin:0 auto;
	height:61px;
	width:850px;
}
	.nav ul	{
		margin:0;
		padding:0;

	}
		.nav li	{
			display:inline;
			list-style:none;
			padding:0;
			margin:0;
			margin:0 2px;
			float:left;
			}		
			a.nav_home {
				display:block;
				height:61px;
				width:137px;
				background:url(../images/nav_home.gif) no-repeat;
				}
				a:hover.nav_home {
					background:url(../images/nav_home.gif) 0 -61px no-repeat;
					text-decoration:none;
					}
			a.nav_about {
				display:block;
				height:61px;
				width:137px;
				background:url(../images/nav_about.gif) no-repeat;
				}
				a:hover.nav_about {
					background:url(../images/nav_about.gif) 0 -61px no-repeat;
					text-decoration:none;
					}
			a.nav_parts {
				display:block;
				height:61px;
				width:137px;
				background:url(../images/nav_parts.gif) no-repeat;
				}
				a:hover.nav_parts {
					background:url(../images/nav_parts.gif) 0 -61px no-repeat;
					text-decoration:none;
					}
			a.nav_products {
				display:block;
				height:61px;
				width:137px;
				background:url(../images/nav_products.gif) no-repeat;
				}
				a:hover.nav_products {
					background:url(../images/nav_products.gif) 0 -61px no-repeat;
					text-decoration:none;
					}
			a.nav_services {
				display:block;
				height:61px;
				width:137px;
				background:url(../images/nav_service.gif) no-repeat;
				}
				a:hover.nav_services {
					background:url(../images/nav_service.gif) 0 -61px no-repeat;
					text-decoration:none;
					}
			a.nav_contact {
					display:block;
					height:61px;
					width:137px;
					background:url(../images/nav_contact.gif) no-repeat;
					}
					a:hover.nav_contact {
						background:url(../images/nav_contact.gif) 0 -61px no-repeat;
						text-decoration:none;
						}
		
		
.main	{
	overflow:hidden;
	padding:0;
	margin:20px 65px 65px 50px;
}
	.sidebar	{
		float:right;
		width:200px;
		padding:0; 
		margin:0;
		text-align:right;
	}
		.sidebar img {
			padding:0;
			margin:10px 0 0 0;
		}
	
	.content {
		float:left;
		width:463px;
		padding:0; 
		margin:0;
		}
.footer {
	height:84px;
	background:#f4f4f4;
	padding:10px 65px 0 50px;
	}
	.footer_container {
		width:700px;
		margin:auto;
		}
	
	.foot_links	{
		padding:0;
		float:left;
		color:#000;
		}
		.foot_links a	{
			color:#000;
			}
		.foot_links a:hover {
			color:#666;
			}
	.titan	{
		float:right;
		}
	.footer	a:hover img {
		filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
		}
	

/***************************************************** Contact Styles ********************************************************/

.content_block {
	padding:12px 0;
	margin:0;
	overflow:hidden;
}
	.category {
		color:#333;
		}
.label	{
	width:150px;
}

.contact_title h1 {
}

.contact_block{
	float:left;
	padding:0 0 0 4px;
}
	.contact_info 	{
		float:left;
		width:100px;
	}
	.contact_info strong	{
	}

	.contact_block p{
	}
	
	.goog_map	{
		float:right;
		padding:0;
		margin:0 19px 0 0;
	}	
	.goog-txt {
		margin:0 0 0 5px;
		padding:0;
		font-size:11px;
		text-decoration:underline;
	}
	.goog-txt a:hover  {
		color:#004990;
	}

.contact_form {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	}
	.contact_form div label {
		float:left;
		width:100px;
		margin:0;
	}
	.contact_form input.txt, .contact_form .sel {
		font-size:12px;
		border:1px solid #ccc;
		width:320px;
		margin:0 0 5px 0;
	}
	.contact_form .txt_area, .txt_area  {
		border: 1px solid #ccc;
		width:320px;
		height:200px;
		margin:0 0 5px 0;
	}
	.contact_form input.btn {
		width:92px;
		height:32px;
		border:1px solid #ccc;
		background:#fff;
		margin:0 0 0 100px;
		padding:0;
		color:#888;
		clear:both;
	}