html {background:url(../images/bg-html.jpg);}
#xEditingArea html
{
	background:none !important;
}

body {
	min-width:1000px;
	margin:0;
	color:#000;
	font:12px Arial, Helvetica,  "Trebuchet MS", sans-serif;
	background:url(../images/bg-body.jpg) repeat-x;
}
a {text-decoration:none;}
img {border-style:none;}
fieldset
{
	margin:0;
	border:0;
	padding:0;
}
textarea#message
{
	width:300px;
	height:80px;
	margin-left:10px;
}
#wrapper {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
#header {
	position:relative;
	width:100%;
	padding:0 0 32px 0;
	z-index:100;
}
#header:after,
.nav-holder:after,
.nav-holder-in:after {
	display:block;
	content:"";
	clear:both;
	height:0;
}
.logo {
	margin:0 0 0 335px;
	width:310px;
	height:95px;
	text-indent:-9999px;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
.nav-holder {	
	width:100%;
	text-align:center;
	background:url(../images/bg-nav-holder.png) no-repeat;
}
.nav-holder-in {
	position:relative;
	width:100%;
}


/* BEGIN: main_menu */
#module_main_menu ul.menu
{
	text-transform:uppercase;
}
#module_main_menu li.menu_item
{
	display:inline;
	padding:0 13px 0 10px;
	font-size:13px;
	line-height:27px;
	font-weight:bold;
}
#module_main_menu a.menu_item
{
	display:inline;
	color:#a97f5c;
	cursor:pointer;
}
#module_main_menu a.menu_item > .body
{
	float: none;
}
#module_main_menu a.menu_item:hover,
#module_main_menu a.menu_item:active,
#module_main_menu li.menu_item.selected > a.menu_item
{
	color:#fff;
}
/* END: main_menu */


/* BEGIN: sub_menu */
.module_sub_menu
{
	width:1000px;
	position:absolute;
	left:0;
	top:21px;
	padding:7px 0 0 0;
}
.module_sub_menu li.menu_item
{
	display:inline;
	padding:0 14px 0 11px;
	font-size:13px;
	line-height:27px;
}
.module_sub_menu a.menu_item
{
	display:inline;
	color:#a97f5c;
	cursor:pointer;
}
.module_sub_menu a.menu_item > .body
{
	float: none;
}
.module_sub_menu a.menu_item:hover,
.module_sub_menu a.menu_item:active,
.module_sub_menu li.menu_item.selected > a.menu_item
{
	color:#fff;
}
/* END: sub_menu */


#main {
	position:relative;
	width:100%;
	margin:-24px 0 20px 0;
	z-index:50;
	overflow:hidden;
}
#main h2 {
	margin:0;
	position:absolute;
	top:120px;
	left:104px;
	font-size:43px;
	color:#000;
	font-style:italic;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; 
}
#main h2 span {
	font-size:56px;
}
#main:after,
.content-container:after,
.content:after,
.column-r:after,
.shadow-b:after {
	display:block;
	content:"";
	clear:both;
	height:0;
}
.visual {
	position:absolute;	
	top:0;
	left:0;
	padding:37px 0 0 71px;
	width:860px;
	overflow:hidden;
}
.visual img {vertical-align:top;}
.shadow-t {
	width:100%;
	height:60px;
	overflow:hidden;
	background:url(../images/bg-shadow-t.png) no-repeat;
}
.shadow-b {
	width:100%;
	height:50px;
	background:url(../images/bg-shadow-b.png) no-repeat;
}
.shadow-c {
	width:860px;
	padding:0 69px 0 71px;
	overflow:hidden;
	background:url(../images/bg-shadow-c.png) repeat-y;
}
.content-container {
	width:774px;
	min-height:250px;
	padding:175px 43px 10px 43px;
	background:#fff url(../images/bg-main.gif) repeat-x;
}
.content {
	position:relative;
	float:left;
	width:510px;
}
.content p {
	line-height:14px;
	margin:0 0 16px 0;
	text-align:justify;
}
p.link-top {margin-top:41px;}
p.link-top a {
	color:#391d0f;
	font-weight:bold;
	padding:0 14px 0 0;
	background:url(../images/bullet-top.gif) no-repeat 100% 4px;
}
p.link-top a:hover {text-decoration:underline;}


.column-r {
	position:relative;
	float:right;
	width:180px;
}
.osp_thumb_galerie {
	float:left;
	overflow:hidden;
	border:2px solid #bda898;
	margin:0 20px 27px 0;
}


.footer-holder {
	width:100%;
	height:177px;
	background:url(../images/bg-footer-holder.gif) repeat-x;
}
#footer {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding:54px 0 0 0;
}
#footer p {
	color:#817a77;
	margin:0;
	font-size:10px;
	line-height:24px;
	text-transform:uppercase;
}
#footer p a {color:#817a77;}
#footer p a:hover {text-decoration:underline;}
.logo-f {
	display:block;
	width:155px;
	margin:0 auto;
	height:42px;
	text-indent:-9999px;
	background:url(../images/logo-gray.png) no-repeat;
}

