@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

td {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #333;
}

p {
	margin: 0 0 14px 0;
}

h1 {
	font: normal 24px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #CC3300;
	letter-spacing: -2px;
	margin: 0 0 10px 0;
}

h2 {
	font: normal 20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #CC3300;
	margin: 0 0 10px 0;
}

h3 {
	font: normal 16px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #CC3300;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

a {
	color: #CC3300;
}

a:hover {
	color: #F66200;
}

a.lnkbold {
	color: #85A2B2;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}

.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

.imgleft2 {
	float: left;
}

.imgright2 {
	float: right;
}

ul { 
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #373737;
	margin: 0;
	padding: 0;
}

li {
	list-style-image: url('../images/li.gif');
	line-height: 20px;
	margin: 0 0 5px 20px;
}

.txtprice2 {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99CCFF;
}

.txttreb {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtquote {
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
}