body {
	background-image: url(../images/page_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #8CC63F;
}

/* Left Column */

#col_left #logo {
	background-image: url(../images/logo.gif);
	background-position: 0 35px;
	background-repeat: no-repeat;
}

/* Middle Column */

#col_mid #container {
	background-image: url(../images/nav_in.gif);
	background-position: 0 25px;
	background-repeat: no-repeat;
}

#col_mid #nav a:hover {
	color: #E2FBC1;
}

#col_mid #nav a.current {
	color: #E2FBC1;
}

#col_mid #subnav {
	background-image: url(../images/nav_out.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #C6E39F;
}

#col_mid #subnav a {
	color: #393939;
}

#col_mid #subnav a.current {
	color: #5E8E1E;
}

#col_mid #content #callnow {
	color: #8CC63F;
}

#col_mid #content #flashbox {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	height: 250px;
	text-align: center;
}

/* Right Column */

#col_right #video_forum, #col_right #sample_inventory, #col_right #price_list, #col_right #apply_online {
	margin-left: 15px;
}

#col_right #video_forum a {
	height: 115px;
	width: 210px;
	display: block;
	background-image: url(../images/interface/video_forum.gif);
	background-repeat: no-repeat;
}

#col_right #video_forum a span {
	display: none;
}

#col_right #sample_inventory a {
	height: 180px;
	width: 210px;
	display: block;
	background-image: url(../images/interface/sample_inventory.jpg);
	background-repeat: no-repeat;
}

#col_right #sample_inventory a span {
	display: none;
}

#col_right #price_list a {
	height: 180px;
	width: 210px;
	display: block;
	background-image: url(../images/interface/price_list.jpg);
	background-repeat: no-repeat;
}

#col_right #price_list a span {
	display: none;
}

#col_right #apply_online a {
	height: 180px;
	width: 210px;
	display: block;
	background-image: url(../images/interface/apply_online.jpg);
	background-repeat: no-repeat;
}

#col_right #apply_online a span {
	display: none;
}

/* Forms */

form input#access_time, form input#report_time {
	margin-right: 5px;
}

form #extrarooms p {
	clear: left;
	font-weight: bold;
}

form #extrarooms fieldset {
	width: 100px;
	margin: 0 15px 15px 0;
	float: left;
}

form #extrarooms ul {
	list-style: none;
	padding: 5px 0 0 0;
	float: left;
	margin: 0;
}

form #extrarooms ul li {
	display: block;
	width: 45px;
	margin-bottom: 2px;
}

form #extrarooms ul li input {
	float: none;
	margin: 0 5px 0 15px;
	vertical-align: middle;
}

ul.special {
	list-style: none;
}

ul.special li {
	background-image: url(../images/list_star.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 25px;
	padding-left: 25px;
	height: 25px;
}

/* Online Quote */

#quotebox {
	display: none;
	position: absolute;
	top: 35%;
	left: 50%;
	margin: 0 0 0 -155px;
	padding: 10px;
	width: 300px;
	border: 5px solid #8CC63F;
	background-color: #FFFFFF;
	z-index: 100;
}

#quotebox h3 a {
	background-image: url(../images/interface/close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	text-decoration: none;
	color: #393939;
}

#quotebox h3 a span {
	display: none;
}

#quoteprice {
	font-weight: bold;
}

#applynow {
	text-align: right;
}

/* FAQ */

#faqs h4 {
	margin: 5px 0 0 0;
}

#faqs h4 a {
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	background-color: #C6E39f;
	border: 1px solid #8CC63F;
	font-size: 12px;
	color: #333333;
}

#faqs h4 a:hover {
	background-color: #8CC63F;
}

#faqs p {
	padding: 5px 20px;
	border: 1px solid #8CC63F;
	border-top: none;
	margin: 0 10px 5px 10px;
}

/* Other */

#inventory_jumps {
	clear: both;
	text-align: center;
}

#inventory_jumps a {
	height: 50px;
	width: 200px;
}

#inventory_jumps a img {
	border: none;
}