body {
	background-image:url(images/bg2.jpg);
	background-repeat:repeat;
}
#frame {
	margin: 100px auto;
	width:858px;
}

/* Home Page Only */
#home_top_left {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/home_top_left.jpg);
	background-repeat:no-repeat;
	width:243px;
	height:231px;
}
#home_top_left img{
	margin:6px 0 0 11px;
	padding:0px;
	border:0px;
}
#home_top_right {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/home_top_right.jpg);
	background-repeat:no-repeat;
	width:615px;
	height:231px;
}
#home_bottom_left {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/home_bottom_left.jpg);
	background-repeat:no-repeat;
	width:243px;
	height:278px;
}
#home_bottom_right {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/home_bottom_right.jpg);
	background-repeat:no-repeat;
	width:615px;
	height:278px;
}
#home_aboutus {
	margin:100px 0 0 202px;
	padding:0px;
	border:0px;
	clear:both;
}
#home_services {
	margin:15px 0 0 207px;
	padding:0px;
	border:0px;
	clear:both;
}
#home_gallery {
	margin:15px 0 0 210px;
	padding:0px;
	border:0px;
	clear:both;
}
#home_contactus {
	margin:15px 0 0 179px;
	padding:0px;
	border:0px;
	clear:both;
}

/* Subpages Only */
#sub_left {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/sub_left.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:509px;
}
#sub_menu {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/sub_menu.jpg);
	background-repeat:no-repeat;
	width:698px;
	height:66px;
}
#sub_aboutus {
	margin:35px 0 0 110px;
	padding:0px;
	border:0px;
}
#sub_services {
	margin:35px 0 0 15px;
	padding:0px;
	border:0px;
}
#sub_gallery {
	margin:35px 0 0 15px;
	padding:0px;
	border:0px;
}
#sub_contactus {
	margin:35px 0 0 15px;
	padding:0px;
	border:0px;
}
#sub_content {
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/sub_content.jpg);
	background-repeat:no-repeat;
	width:698px;
	height:443px;
}
.content {
	margin:0px 47px 32px 36px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555252;
	scrollbar-face-color:#E2EAED;
scrollbar-arrow-color:#c0c0c0;
scrollbar-track-color:#cccccc;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
.content p {
	margin:0 0 12px 0;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555252;
}
.content ul {
	margin:0 0 0 25px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555252;
}
.content li {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555252;
	line-height:15px;
}

.content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #CC791E;
	text-decoration: underline;
}
#sub_logo {
	margin:-84px 10px 12px 0;
	padding:0px;
	border:0px;
	float:right;
	z-index:2;
	position:relative;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #000000;
	background-color:  #ffffff;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {margin:6px 0 0 0;}
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0 1px 0 0;
	padding: 3px;
	width: 55px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #CC791E;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #919296;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin: 0 0 5px 0;
	background-color:#E4E4E4;
	width: 190px;
	float: left;
	color:black;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding:0 0 0 10px;
	width: 350px;
	margin: 0px;
	float: left;
}
#mainImageOutline {
	margin: 0px;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 10px;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
	margin: -1px 0 0 -1px;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #C2262A !important; }
.inFocus {  border: solid 1px #C2262A !important; }

.jsEnabled #gallery {
	display: none;
}
