h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, span, fieldset, legend, blockquote { margin: 0; padding: 0; }
ul li { list-style: none; display: block; line-height: 12px; }
ol li { list-style: decimal inside; }

img { border: none; }

a, a:link, a:visited, a:active, a:hover { text-decoration: none; font-weight: bold; color: #333; outline: none; }
a:hover { color: #000; }

p {	line-height:1.4em;	color: #FFFFFF;}


#container {
position:relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(cssassets/img/container-rpt.jpg) repeat-y;
}
body {
	margin: 0px;
	padding: 0px;
	background: #234747 url(cssassets/img/bodybg.jpg) repeat-x;
	font: .8em Arial, Helvetica, sans-serif;
}
h2 {
	background: url(cssassets/img/h2-bg.jpg) no-repeat;
	height: 40px;
	margin-bottom: 15px;
}

#header {
	background: url(cssassets/img/header.jpg) no-repeat;
	height: 116px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#main {
	background: url(cssassets/img/main.jpg) no-repeat;
	position: relative;
	margin: 0px;
	padding-top: 35px;
	padding-left: 50px;
	min-height:400px;
	z-index: 0;


}
span, .hr, hr, h4 {
	display: none;
}

#left {float:left;
	width: 520px;

}
#right {
	right: 0px;
	margin-left: 560px;

}

#pics a{
	height: 183px;
	width: 167px;
	display: block;

}
#pics {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(cssassets/img/pics.jpg) no-repeat;
	height: 183px;
	width: 167px;
}



#main p {
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer {
	background: url(cssassets/img/footer.jpg) no-repeat;
	height: 86px;
	clear: both;
	padding-top: 100px;
	padding-left: 50px;
}


#navcontainer ul li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background: url(cssassets/img/navbar_off.gif) repeat-x 20px top;
	text-align: center;
	font: 10px/20px Lucida Grande, verdana, sans-serif;
}
#footer p {	font-size: 80%;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ECE9D8;
}

#footer a:hover {color:#fff}

#flash {
	position: absolute;
	height: 116px;
	width: 560px;
	top: 0px;
	left: 30px;
	z-index: 10;
}

#navcontainer {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 560px;
}


#navcontainer a
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 79px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px inset #A8B090;
	font-weight: normal;
	padding-bottom: 2px;
}

#navcontainer li#active { background: url("cssassets/img/navbar_on.gif") repeat-x 20px top; }
#navcontainer a:hover {
	background: url("cssassets/img/navbar_on.gif") repeat-x 20px top;
	color: #000000;
}


/*form styles*/
#register {
	width: 130px;
	color: #FFFFFF;
	font-weight: bold;
}
#register input {
	margin-bottom: 10px;
}
#right fieldset {
	width: 130px;
	padding: 5px 5px 5px 5px;
	border-color: #F2EFB5;
}
#right legend {
	color: #fff;
	font-weight: bold;
}
#register label {
	font-weight: normal;
	font-size: 90%;
	color: #F2EFB5;
}
#features {
	color: #fff; font-weight:bold;
}
#features li {
	padding-top: 3px;
	padding-bottom: 6px;
	background: url(cssassets/img/bullets.gif) no-repeat;
	padding-left: 20px;
}
#left h3 {
	color: #ECE9D8;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact {
	text-align: right;
	font-size: 150%;
}
.telephone {
	background: url(cssassets/img/phone.gif) no-repeat;
	width:342px;
	height:42px;
	float: right;
}




#left img {
	float: right;
	margin-left: 20px;
	border: 3px solid #ECE9D8;
	margin-top: 13px;
	margin-bottom: 20px;
}
#quote {
	width: 140px;
}

#tariff {
	background: #ECE9D8;
	border: 1px solid #234747;
	margin-left: 10px;
	border-collapse: collapse; 	
	margin-bottom: 20px;
}
#tariff td {
	padding: 5px;
	border: 1px dotted #234747;
}
	#gallery img {
	float: left;
	padding: 0px;
	margin: 4px;
}
#gallery {
	padding-top: 20px;
}
#left #form1 label {
	width: 100px;
	display: block;
	float: left;
}
#form1 input, #form1 textarea, #form1 select {
	width: 100%;
}

#form1 fieldset {
	padding: 10px;
	width: 450px;
	margin-bottom: 20px;
	color: #ECE9D8;
}
#form1 legend {
	font-size: 120%;
	font-weight: bold;
	color: #ECE9D8;
}
