/* CSS Reset Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
	background-image: url('img/page_bg.png');
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited { text-decoration: none; }
/* CSS Reset End */


.wrapper{ position: relative; }

.container
{
	position: absolute;
	top: 50%;
	margin-top: -356px;
	width: 100%;
	height: 715px;
	background: url('img/content_bg.png') repeat-x;
}

.container2
{
	position: absolute;
	top: 50%;
	margin-top: -356px;
	width: 100%;
	height: 715px;
	background: url('img/startpage_bg.png') repeat-x;
}

#modalHiddenOverlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: blue;*/
	z-index: 999;
	display: none;
}

#page
{
	position: relative;
	margin: 0 auto;
	width: 998px;
}

#header
{
	height: 67px;
}

#header .logo
{
	float: left;
	padding-top: 1px;
}

#topMenu
{
	float: right;
	height: 27px;
	margin-top: 20px;
	list-style: none;
	background: url('img/main_menu_bg.png') repeat-x;
	z-index: 1001;
}

#topMenu li
{
	float: left;
	height: 27px;
	text-shadow: #442507 1px 1px;
}

#topMenu li a
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
}

#topMenu .separator
{
	padding-left: 4px;
	padding-right: 4px;
	background: url('img/menu_separator.png') no-repeat center center;
}

#topMenu .first
{
	padding-left: 20px;
	padding-right: 15px;
	background: url('img/main_menu_left.png') no-repeat left center;
}

#topMenu .item
{
	padding-left: 15px;
	padding-right: 15px;
}

#topMenu .last
{
	padding-left: 15px;
	padding-right: 20px;
	background: url('img/main_menu_right.png') no-repeat right center;
}

#mainContent
{
	position: relative;
	height: 590px;
	background: #000000;
}

/* new */
#menuContainer
{
	position: absolute;
	bottom: 262px;
	width: 100%;
	height: 138px;
}

.menu_item
{
	position: relative;
	height: 32px;
	width: 250px;
}

.menu_item img
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

.hover_image
{
	display: none;
}

.gallerySelectMenu
{
	position: absolute;
	bottom: 100px;
	left: 0px;
}

.gallerySelectMenu .galleryIcon
{
	float: left;
	
}

.galleryIcon img
{
	margin-bottom: 21px;
	border: 0px;
}

.galleryIcon img:hover
{
	/*border: solid 1px #f17417;*/
}

.galleryIcon div
{
	text-align: center;
}

.galleryIcon div a
{
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #969696;
}

.galleryIcon div a:hover
{
	/*text-decoration: underline;*/
	color: #f17417;
}


/* ----- GALLERY CSS START -----*/

#galleryContainer
{
	width: 998px;
	height: 590px;
}

#galleryContainer .gallery
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#galleryContainer .gallery.active { display: block; }

.slideshow
{
	position: relative;
	
}

.slideshow .photo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	display: none;
	width: 998px;
	height: 590px;
	overflow: hidden;
}

.slideshow .photo img
{
	display: block;
	vertical-align: middle;
	margin:0 auto;
}

.slideshow .photo.current
{
	display: block;
}


.carousel_container
{
	position: absolute;
	left: 140px;
	bottom: 30px;
	width: 840px;
	height: 32px;
	background: url('img/navigation.png') no-repeat;
}

.carousel_container_nobox
{
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 840px;
	height: 32px;
	background: url('img/navigation.png') no-repeat;
}

.carousel
{
	position: relative;
	overflow: hidden;
	display: block;
	width: 800px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.carousel_clip_region
{
	float: left;
	width: 729px;
	height: 32px;
	margin: 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	
}

.carousel_clip_region ul
{
	position: relative;
	left: 7px;
	margin-top: 5px;
	padding: 0px;
	height: 32px;
	width: 2600px;
	list-style:disc outside none;
	text-align: left;
	margin-left: 0px;
}

.carousel_clip_region ul li
{
	float: left;
	list-style: none outside none;
	overflow: hidden;
	
	width: 20px;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	margin-right: 7px;
	color: #ffffff;
	cursor: pointer;	
}

.carousel_clip_region ul li.active { background: url('img/nav_active.png') no-repeat center top; color: #000000; }

.thumbnail_container
{
	position: absolute;
}

.thumbnail_wrapper
{
	position: relative;
}

.thumbnail
{
	position: absolute;
	float:left;
	top: 460px;
	width: 99px;
	height: 64px;
	background: url('img/thumbnail_frame.png') no-repeat;
	display: none;
	z-index: 10001;
}

.thumb_img
{
	padding-left: 1px;
	padding-top: 1px;
	width: 97px;
	height: 56px;
}

.move_left
{
	float: left;
	width: 27px;
	height: 20px;
	margin-left: 8px;
	margin-top: 5px;
	background: url('img/move_left.png') no-repeat right top;
	color: #000000;
	z-index: 2000;
	cursor: pointer;
}

.move_right
{
	float: left;
	width: 19px;
	height: 20px;
	padding-right: 8px;
	margin-top: 5px;
	color: #000000;
	background: url('img/move_right.png') no-repeat right top;
	cursor: pointer;
	z-index: 2000;
}

#categoryBox
{
	position: absolute;
	left: 22px;
	bottom: 22px;
	width: 118px;
	height: 90px;
	background: url('img/categorybox.png') no-repeat;
	z-index: 998;
}

#categoryBox ul
{
	margin: 12px 10px 11px 14px;
	list-style-type: none;
}

#categoryBox ul li
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

#categoryBox ul li.active { color: #ff7500; }

#categoryBox ul li:hover
{
	color: #ff7500;
}


.loader
{
	width: 100%;
	height: 100%;
	background: url('img/loader.gif') no-repeat center center;
}

/* ----- GALLERY CSS END -----*/


/* ----- ABOUT BOX CSS START -----*/
#about
{
	display: none;
	position: absolute;
	top: 109px;
	left: 105px;
	width: 788px;
	z-index: 1000;
}

#about .top { width: 788px; height: 8px; background: url('img/modal-top.png') no-repeat; }
#about .middle { width: 728px; padding: 20px 30px 20px 30px; background: url('img/modal-middle.png') repeat-y; }
#about .bottom { width: 788px; height: 8px; background: url('img/modal-bottom.png') no-repeat; }

/* ----- ABOUT BOX CSS END -----*/

/* ----- CONTACT BOX CSS START -----*/
#contact
{
	display: none;
	position: absolute;
	top: 148px;
	left: 190px;
	width: 556px;
	height: 311px;
	padding: 20px 30px 20px 30px;
	background: url('img/contact_bg.png') no-repeat;
	
	z-index: 1000;
}

#contact .left_column
{
	float: left;
	width: 264px;
	height: 302px;
	border-right: solid 1px #ffffff;
}

#contact .right_column
{
	position: relative;
	float: left;
	width: 276px;
	height: 302px;
	padding-left: 12px;
}

#contact #form_container
{
	position: absolute;
	top: 23px;
	left: 12px;
}

#contact #success_message
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 276px;
	height: 302px;
}

#contact .inquiry_success_message
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 110px;
	padding-left: 80px;
	color: rgb(255, 102, 0);
}

#contact .button
{
	background: url('img/contact_button_left.png') no-repeat left center;
	height: 29px;
}

#contact .button div
{
	background: url('img/contact_button_right.png') no-repeat right center;
	height: 29px;
	margin-left: 8px;
	padding-left: 6px;
	font-family: Arial;
	font-size: 11px;
	line-height: 30px;
	color: #ffffff;
}

#contact .contact_image
{
	margin-top: 15px;
}

#contact .address
{
	margin-top: 25px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #434343;
}

#contact .address p
{
	margin-top: 25px;
}

#contact .address a
{
	text-decoration: underline;
	text-transform: uppercase;
	/*color: #ffffff;*/
	color: #434343;
}

#contact .label
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	color: #434343;
}

#contact .contact_table
{
	
}

#contact .text_field
{
	width: 262px;
	border: solid 1px #909090;
}

#contact .text_field:focus
{
	border: solid 1px #be5800;
}

#contact .text_area
{
	width: 262px;
	border: solid 1px #909090;
}

#contact .text_area:focus
{
	border: solid 1px #be5800;
}

#contact .submit
{
	float: right;
	margin-top: 4px;
	width: 50px;
	height: 20px;
	background: url('img/button.png') no-repeat;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #101010;
	text-decoration: none;
	cursor: pointer;
}

#contact .submit:hover
{
	text-decoration: underline;
}


.close_button
{
	position: absolute;
	top: 6px;
	right: 8px;
	background: url('img/close-button.png') no-repeat;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

/* ----- CONTACT BOX CSS END -----*/


#footer
{
	position: relative;
	height: 58px;
	font-family: Tahoma;
	font-size: 12px;
}

#footer .copyright
{
	position: absolute;
	top: 22px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	color: #968276;
	background-color: #ffffff;
}

#footerMenu
{
	position: absolute;
	top: 22px;
	right: 22px;
	text-align: center;
	color: #968276;
}

#footerMenu a { color: #968276;}
#footerMenu a:hover {color: #ee7417; }
#footerMenu a.active { color: #ee7417; }

#footerMenu span{ padding-left: 3px; padding-right: 3px; }
