body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main-bg.gif) repeat;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	
	height: 75px;
	line-height:75px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #999;
	
}
h1 a, h1 a:visited{
	color: #111;
	line-height:75px;
	text-decoration: none;padding-left: 140px;
}
h1 a:hover{
	color: #444;
	text-decoration: none;
}
h2 {
	color: #E9A605;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #E9A605;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
.header {
	background: #FFFFFF url(images/banner.jpg) no-repeat;
	height: 290px;
	border-bottom: 3px solid #E9A605;
	position: relative;
}
.title {
	position: relative;
	padding: 2px 0px 6px 6px;
}
.titleName {
	font-size:32px;
	font-weight:bold;
	margin:0;
	color:#F5A60B;
}
.titleName a {
	color:#F5A60B;
	text-decoration:none;
}
.titleDescription {
	font-size:14px;
	margin:0;
	color:#BD8414;
}
.titlePhone {
	font-size:14px;
	margin:0;
	color:#BD8414;
}
.titlePhone a {
	color:#BD8414;
	text-decoration:none;
}

.page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
.nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.nav li {
	float: left;
	margin-left: 5px;
}
.nav li a.active{
	color: #000000;
}
.nav li a{
	color: #247FE6;
	text-decoration: none;
	background: #FFB80A url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E9A605;
	border-left: 1px solid #E9A605;
	border-right: 1px solid #E9A605;
	display: block;
}
.nav li a:hover {
	color: #000000;
}
.content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 492px;
	overflow: hidden;
}
.sidebar-right {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
.sidebar-right h2, .sidebar-right .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #0063DC;
	margin: 20px 0px 2px;
	border-bottom: 1px dotted #ADC5C8;
}
/*sidebar text styles */
.sidebar-right a, .sidebar-right a:visited{
	color: #0063DC;
	text-decoration: none;
}
.sidebar-right a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
.sidebar-right ul {
	margin: 0;
	padding: 0;
}
.sidebar-right ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
.sidebar-right ul li ul {
	padding: 0;
	margin: 0;
}
.sidebar-right ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
.sidebar-right ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
form textarea:focus, form input[type="text"]:focus {
	background: #ffffff;
}
form input[type="submit"] {
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
.footer {
	margin: 0px auto;
	width: 760px;
	padding-top:5px;
	margin-bottom:20px;
	color:#666666;
}
div.errorMesg {
	border:1px solid #DC6E66;
	padding:13px 10px 10px 20px;
	background-color: #FFE3E0;
	min-height:50px;
	margin:0 10px 10px 0;
	width:auto;
} div.errorMesg strong {font-size:1.1em;}
div.errorMesg h2 {
	font-size:1.4em; margin-top:0; color:#333333;
}
div.greenMessage {
	border:1px solid #7AC60C;
	padding:13px 10px 10px 15px;
	background-color: #D9FFA2;
	margin:0 10px 10px 0;
	width:auto;
} div.greenMessage strong {font-size:1.1em;}
div.greenMessage h2 {
	font-size:1.4em; margin-top:0; color:#333333;
}
.equipmentTitle{
	color:#CC9900;
	font-size:20px;
}
.equipmentTitle a{
	color:#CC9900;
	font-size:20px;
}
.equipmentPrice {
	color:#333333;
	font-weight:bold;
}
