body {
	background-color: #000000;
	margin: 0px;
}
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	display:block;
	width:900px;
	height:45px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
}
#menu a {
	color:#fff;
	text-decoration:none;
	padding:14px 20px;
	line-height:45px;
}
#menu a:hover {
	color:#C64F00;
	text-decoration:none;
	background:url(../images/orange/menu.png) no-repeat top center;
}
#page {
	height:605px;
	background:url(../images/orange/bg.jpg) no-repeat top center;
}
#top {
	height:105px; position:relative;
}
#logo {
	float:left;
	display:block;
	padding:29px 28px 28px 20px;
	width:132px;
}
#change_theme {
	float:right;
	display:block;
	padding:10px 5px 0;
	width:113px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	text-align:center;
}
#content {
	width:790px;
	height:470px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
#home_left {
	float:left;
	width:490px;
	height:460px;
	padding:5px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#home_right {
	float:left;
	margin-left:5px;
	background:#C64F00;
	padding:5px;
}
#home_left a {
	color:#C64F00;
}
#home_left a:hover {
	color:#ccc;
}
#contact_left img {
	padding:5px;
	background:#C64F00;
}
#contact_left {
	float:left;
	width:490px;
	height:460px;
	padding:5px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#contact_right {
	float:left;
	margin-left:5px;
	padding:5px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#sixsteps_left {
	float:left;
	width:490px;
	height:460px;
	padding:5px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#sixsteps_left a {
	color:#ccc;
	text-decoration:none;
}
#sixsteps_left a:hover {
	color:#C64F00;
	border-bottom:1px dotted #C64F00;
}
#gallery_left {
	float:left;
	width:512px;
	height:470px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#gallery_left ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#gallery_left li {
	display:inline;
}
#gallery_left li a img {
	float:left;
	border:0px none;
	padding:5px;
	background:#C64F00;
	margin-right:5px;
	margin-top:5px;
}
#gallery_left li a:hover img {
	background:#000;
}
#scooter_images ul {
	float:left;
	margin:0px;
	padding:0px;
}
#scooter_images li {
	display:inline;
	list-style:none;
}
#scooter_images li a img {
	float:left;
	display:block;
	border:0px none;
	padding:5px;
	background:#C64F00;
	margin-right:5px;
	margin-top:5px;
}
#scooter_images li a:hover img {
	background:#000;
}
#gallery_right {
	width:273px;
	float:left;
	margin-left:5px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ccc;
	scrollbar-face-color: #C64F00;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #C64F00;
	scrollbar-3dlight-color: #C64F00;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #C64F00;
}
#gallery_right a {
	color:#ccc;
	text-decoration:none;
}
#gallery_right a:hover {
	color:#C64F00;
	border-bottom:1px dotted #C64F00;
}
#gallery_video_player {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#forms label{
	float: left;
	width: 160px;
	text-align:right;
	padding-right:10px;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#ccc;
}

#forms input, textarea, select {
	width: 175px;
	margin-bottom: 1px;
	border:1px solid #C64F00;
	background:#000;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#ccc;
}

#forms textarea{
	width: 175px;
	height: 150px;
}

#contact-forms label{
	float: left;
	width: 60px;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#ccc;
}

#contact-forms input, textarea, select {
	width: 200px;
	margin-bottom: 1px;
	border:1px solid #C64F00;
	background:#000;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#ccc;
}

#contact-forms textarea{
	width: 200px;
	height: 150px;
}
#submitbutton {
	margin-top: 1px;
	margin-left:170px;
	width: 90px;
}
.hiddenText {
	color:#000;
}
a.disclaimer  {
	color:#C64F00;
	text-decoration:none;
}
a:hover.disclaimer  {
	color:#fff;
	text-decoration:none;
}
#registered {
	width:80%;
	background:#000;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px dotted #C64F00;
	text-align:center;
}
.sentText {
	color: #FFFF00;
}
.greyText {
	color:#ccc;
	font-weight:normal;
}
h1 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:700;
	color:#C64F00;
}
h2 {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:700;
	border-bottom:1px dotted #C64F00;
	color:#C64F00;
}
h3 {
	font-family:"Trebuchet MS";
	font-size:12px;
	border-bottom:1px dotted #ccc;
	color:#ccc;
	font-weight:normal;
}
#copyright_gcweb {
	border-top:5px solid #C64F00;
	margin-left:auto;
	margin-right:auto;
	line-height:35px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#C64F00;
}
a.gcweb  {
	color:#fff;
}
a:hover.gcweb  {
	color:#C64F00;
	text-decoration:none;
	border-bottom:1px dotted #C64F00;
}



/* Added by Tailored for JS Image Cycler */
#home_right { position:relative; }
#Rotator { width:275px; height:460px; overflow:hidden; position:relative; }
#Rotator img { border:none; }
#imgNav { position:absolute; top:15px !important; left:20px !important; display:block !important; z-index:30 !important; font-size:0.8em; }
#imgNav a { display:block; color:#FFF; border:1px solid #FFF; padding:3px 5px; background:#000; float:left; margin:0 8px 0 0; 
				text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
#imgNav a:hover { }
#imgNav a.activeSlide { border:1px solid #ff6600; color:#ff6600; }

#top #phonetop { font-family:"Trebuchet MS"; font-size:1.8em; font-weight:bold; float:left; margin:35px 0 0 20px; }

/* Added by Tailored for Constant Contact newsletter sign up form */

div#constantContact {
	width:300px; position:absolute; top:14px; left:440px;
}