body {
	background-color: #b8a481;
	aoverflow: hidden;
	margin: 0px;
}

body, table, td, input, textarea, select {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: black;
}

p {
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-size: 9px;
}

a, a:link, a:visited, a:active  {
	color: #6A452A;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

.input_button, .input_button_small {
	border-top: 1px solid darkred;
	border-bottom: 0px solid darkred;
	border-left: 0px solid darkred;
	border-right: 0px solid darkred;
	background-color: Transparent;
	padding: 3px;
}

.input_button {
	width: 150px;
}

.input_button_small {
	width: 75px;
}

.input_text {
	border: 1px solid black;
}

.input_text_small, .input_list_small {
	width: 50px;
	border: 1px solid black;
}

.input_text_normal, .input_list_small {
	width: 85px;
	border: 1px solid black;
}

.input_text, .input_list {
	width: 125px;
	border: 1px solid black;
}

.input_text_xl, .input_list_xl {
	width: 175px;
	border: 1px solid black;
}

.input_text_large, .input_list_large {
	width: 250px;
	border: 1px solid black;
}


.input_number_small {
	width: 50px;
	border: 1px solid black;
	text-align: right;
}

.input_number {
	width: 125px;
	border: 1px solid black;
	text-align: right;
}

.input_number_large {
	width: 250px;
	border: 1px solid black;
	text-align: right;
}

.input_text_orderstep_small {
	width: 60px;
	border: 1px solid black;
}

.input_text_orderstep_normal {
	width: 200px;
	border: 1px solid black;
}

.input_text_orderstep_large {
	width: 264px;
	border: 1px solid black;
}


.sidebanner {
	sbackground-position: center;
	overflow-x: hidden;
	background-repeat: repeat-x;
}

#back {
	background-position: right;
	overflow-x: hidden;
}


.bannertop {
	background-image: url(../images/bannertop.jpg);
	background-repeat: no-repeat;
}


.bannerbottom {
	background-image: url(../images/bannerbottom.jpg);
	background-repeat: no-repeat;
	text-align: right;
}


.content {
	background-image: url(../images/contentbg.jpg);
	sbackground-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	padding-left: 5px;
}

.menu {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}

.menu_item, .menu_item:hover, .menu_item:visited, .menu_item:link {
	font-weight: bold;
	font-size: 9px;
	color: black;
	text-decoration: none;
}

.links {
	background-image: url(../images/linksbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	padding-top: 60px;
}

.links_item, .links_item:hover, .links_item:visited, .links_item:link {
	font-weight: bold;
	font-size: 9px;
	color: black;
	text-decoration: none;
}

.seperator {
	background-image: url(../images/seperator.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.submenu {
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

.submenu_item, .submenu_item:hover, .submenu_item:visited, .submenu_item:link {
	font-weight: bold;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	text-decoration: none;
}

#divContainer {
	position: relative; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	sclip: rect(0,100%,320,0); 
	visibility: hidden;
} 

#divContent { 
	position: absolute; 
	top: 0; 
	left: 0;
	padding: 20px;
} 

#divScrollUp {
	position: relative; 
	top: 30;
	height: 50%;
	left: 0;
}

#divScrollDown {
	position: relative; 
	height: 50%;
	vertical-align: bottom;
	left: 0;
}

.page_scoller_box {
	background-image: url(../images/scrollbg.jpg);
	background-repeat: repeat-y;
}

.page_scoller_top {
	background-image: url(../images/scrolltop.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.page_scoller_bottom {
	background-image: url(../images/scrollbottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#introSlide {
	background-color: #b8a481;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#introSlideImage {
	position: relative;	
}

#divSlidePhoto {
	height: 254px;
	position: relative;
}

.introSlideTable {
	background-image: url(../images/bg-intro.jpg);
	background-position: 0 -3px;
	background-repeat: no-repeat;
}

#photoShower {
	width: 482px;
	height: 385px;
	position: absolute;
	z-index: 1001;
	text-align: center;
}

#photoShowerImage {
	border: 1px solid black;
	width: 480px;
	height: 360px;
	cursor: pointer;
}

#photoShowerClose {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #bf9f85;
}

#photoShowerTopBorder {
	background-image: url(../images/border.gif);
	position: relative;
	top: -395px;
	height: 16px;
	left: 0px;
	sdisplay: block;
}

#photoShowerBottomBorder {
	background-image: url(../images/border.gif);
	position: relative;
	top: -50px;
	height: 16px;
	left: 0px;
	sdisplay: block;
}

#divSlidePhoto imgs {
	border: 1px solid black;
	position: absolute;
	top: 0; 
	left: 0;
}

.blendingphoto1, .blendingphoto2 {
	border: 1px solid black;
	position: absolute;
	top: 0; 
	left: 20;
	cursor: pointer;
}

.blendingphoto3, .blendingphoto4 {
	border: 1px solid black;
	position: absolute;
	top: 90; 
	left: 20;
	cursor: pointer;
}

.blendingphoto5, .blendingphoto6 {
	border: 1px solid black;
	position: absolute;
	top: 180; 
	left: 20;
	cursor: pointer;
}

