/* CSS Document */

body {
	background: #fff url(images/bg_runner.gif) center top repeat-x;
	font: 12px Arial, Helvetica, Sans-serif;
	line-height:1.5;
	color:#4b4c4c;
	}
p {font-size:12px;color:#4b4b4b;margin:0 0 5px 0;}
p a {color:#5b5b5b;text-decoration:underline;}
p img {margin:10px;border:solid 1px #999; padding:2px;}
a:hover {color:#5b5b5b;background-color:#e4eef3;}
a:visited {color:#7b7b7b;}
h1{font-size:24px}
h2{font-size:20px;color:#4d9ec0;}
h3{font-size:17px;font-weight:bold;}
h4{font-size:14px;font-weight:bold;}
ul {font-size:12px;list-style:circle;margin: 10px 0 }
ol {font-size:12px;list-style:decimal;margin:0 }
li {margin:0 0 0 20px;}
ol li {
	margin:0 0 10px 25px;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
#container {
	width:934px;
	margin:0 auto;
	background:url(images/page_top.gif) center top no-repeat;
	position:relative;
	}
#mainleft {
	background:url(images/page_left.gif) left top no-repeat;
	height:512px;
	width:17px;
	float:left;
	display:inline;
	}	
#mainright {
	background:url(images/page_right.gif) left top no-repeat;
	height:512px;
	width:17px;
	float:left;
	display:inline;
	}	
#maincolumn {
	width:896px;
	float:left;
	min-height:512px;
	border:solid 1px #d1d1d1;
	border-width:0px 1px 0px 1px;
	background-color:white;
	margin-top:30px;
	display:inline;
	}
#header {
	height:119px;
	width:896px;
	}
	#header h1 a{
	display:block;
	text-indent:-9000em;
	background: url(images/logo.gif) top left;
	height:57px;
	width:333px;
	float:left;
	margin:17px 0 0 16px;
	}
	#header h3 {
	float:right;
	margin:30px 10px 0 0;
	background: url(images/logo_contact.gif) top left;
	width:161px;
	height:36px;
	display:block;
	text-indent:-9000em;
	}
#nav {
	float:left;
	width:896px;
	margin:15px 0 0 0;
	background:url(images/menu1.gif) top left repeat-x;
	height:38px;
	}
	#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	#nav li {
	display:inline;
	float:left;
	margin:0px 0px 0 0;
	}
	#nav a {
	display:block;
	text-transform: uppercase;
	padding:9px 25px 9px 25px;
	color:#4d4a49;
	text-decoration:none;
	font-weight:bold;
	border:solid 1px #d2d2d2;
	border-left:solid 1px #fff;
	border-right:solid 1px #e0e0e0;
	}
	#nav a:hover {
	background-image:none;
	background-color:white;
	border:solid 1px #d2d2d2;
	border-left:solid 1px #fff;
	}
	#nav .hover_on, #nav .hover_on:hover {
	background-color:white;
	border:solid 1px #d2d2d2;
	border-bottom:solid 1px white;
	}
	#nav .current a{
	color:#0098c0;
	}
	#nav li ul {
	position:absolute;
	border:solid 1px #d2d2d2;
	border-top:none;
	}
	#nav li ul li {
	display:block;
	float:none;
	margin:0;
	}
	#nav li ul a {
	padding:6px 10px;
	font-size:11px;
	color:#404040;
	border:none;
	background:#fff url(images/menu2.gif) top left repeat-x;
	text-transform: capitalize;
	}
	* html #nav li ul a {
	height:0;
	width:150px;
	}
	#nav li ul a:hover {
	border:none;
	background-color:white;
	}
	#nav .current  ul a{
	color:#404040;
	}
#content {
	margin:0;
	padding:16px;
	}
#footer {
	width:900px;
	clear:both;
	padding:17px 0 17px 4px;
	background:url(images/page_footer.gif) center top no-repeat;
	margin:0 0 0 15px;
	}
#footer p, #footer p a {
	color:#acadad;
	font-size:11px;
	}
.pricestb {
	margin:4px 0;
	border:solid 1px #eee;
	border-collapse: collapse
	}
	.pricestb td {
	border:solid 1px #eee;
	padding:2px 4px;
	}
.contactform{
	width:280px;
	margin:15px 0 0 0;
	float:left;
}
.contactdets {
	width:300px;
	float:left;
	margin: 30px 0 0 0;
}
label {
	width:80px;
	float:left;
	margin:4px 0 0 0;
	font-size:11px;
}
input[type=text], textarea {
	font:12px Arial, Helvetica, Sans-seriff;
	border:solid 1px #cccac9;
	width:214px;
	padding:5px 3px;
	margin:0px 0 7px 0;
	color:#5a5b5b;
	background-color:#faf9f9;
	}
input[type=submit] {
	border:solid 1px #dbdada;
	background:url(images/send_button.gif) left top no-repeat;
	height:21px;
	width:75px;
	cursor:pointer;
	display:block;
	margin:7px 0 0 0;
	text-indent:-9000em;
	}
fieldset {
	margin:0;
	padding:0;
	}
.newsform {
	width: 220px;
	padding:8px;
	border:solid 1px #eee;
	background-color:#f9f9f9;
}
.newsform label {
	width:150px;
}
.newsform input[type=text] {
	background-color:#fff;
}
