html
{
	background-color:#9A085C;
}

body
{
	background-color:#6f6871;
	font-family:"Arial";
	font-size:14px;
	min-width:960px;
}

strong,b
{
	font-weight:bold;	
}

img.imgleft
{
	text-align:left;
}

img.imgright
{
	text-align:left;
}

img.imgblock
{
	display:block;
}

h2
{
	color:#9a085c;
	font-size:25px;
	display:block;
	font-weight:bold;
	margin-bottom:25px;
}

/*
h2
{
	color:#948e90;
	font-size:20px;
	display:block;
	font-weight:bold;
	margin-bottom:10px;	
}
*/

div#layout_wrapper
{
	top:0;
	width:100%;
}

div#logo
{
	margin:0 auto;
	background:url("../img/logo.png") no-repeat center top;
	width:279px;
	height:192px;
}

div#header_wrapper
{
	width:100%;	
	overflow:hidden;
	position:relative;
	z-index:1;
	height:240px;
}

div#header_wrapper_bg_left
{
	width:50%;
	position:absolute;
	background:url("../img/header_bg.png") repeat-x;
	height:200px;
	left:0;
}

div#header_menu_shadow
{
	position:relative;
	left:0;
	width:100%;
	height:40px;
	background:url("../img/header_menu_shadow.png") repeat-x;
	top:-200px;
}

div#header_wrapper_bg_right
{
	left:50%;
	width:50%;
	position:absolute;
	height:200px;
	background:url("../img/header_bg_right.png") repeat-x;
}


div#header_pattern
{
	position:relative;
	width:100%;
	background:url("../img/header_pattern.png") repeat-x;	
	height:200px;
	top:-200px;
}
div#header_bg
{
	position:relative;
	margin:0 auto;
	width:1200px;	
	height:200px;
	background:url("../img/header.png") no-repeat;	
}

div#header
{
	width:600px;
	margin:0 auto;
	height:240px;
	top:-440px;
	position:relative;
}

div#menu_wrapper
{
	position:absolute;
	margin:0 auto;
	bottom:0;
	width:100%;
}
div#menu_wrapper a, div#menu_wrapper a:hover, div#menu_wrapper a:link
{
	color:#4f4d4e;
	text-decoration:none;
	display:block;
	margin:13px 15px 0 15px;
}

div#menu_wrapper div#menu
{
	text-align:center;
}

div.menu_item_container
{
	
}
div#menu_wrapper div.container_selected div:first-child + div
{
	background-color:white;
	height:43px;
	margin-top:1px;
}

div.menu_bg_left
{
	width:11px;
	height:43px;
}

div#menu_wrapper div.container_selected div.menu_bg_left
{
	background:url("../img/menu_selected_left.png") left top;
}
div.menu_bg_right
{
	width:11px;
	height:43px;
}

div#menu_wrapper div.container_selected div.menu_bg_right
{
	background:url("../img/menu_selected_right.png") left top;
}

div#menu_wrapper div#menu>div div
{
	float:left;
}
div#content_wrapper
{
	margin:-9px auto;
	width:600px;
	position:relative;
	min-height:300px;
	background:#fff;
	z-index:0;
}

div#content_wrapper div#content
{
	padding:20px;
	padding-bottom:25px;
	color:#61443d;
}

div#content_wrapper a,div#content_wrapper a:link,div#content_wrapper a:visited
{
	color:#9a085c;
	text-decoration:none;
}

div#content_wrapper a:hover
{
	text-decoration:underline;
}

div#content img
{
	border:1px solid #61443d;
	margin:4px;
	padding:4px;
}

div#map
{
	border:1px solid #61443d;
	margin:4px;
	padding:4px;	
}

img.noborder
{
	border:0 !important;
}

div#footer_wrapper
{
	width:100%;	
	overflow:hidden;
	position:relative;
	height:113px;
}

div#footer_wrapper_bg_left
{
	width:50%;
	position:absolute;
	background:url("../img/footer_bg_left.png") repeat-x;
	height:82px;
	left:0;
}

div#footer_wrapper_bg_right
{
	left:50%;
	width:50%;
	position:absolute;
	height:82px;
	background:url("../img/footer_bg_right.png") repeat-x;
}

div#footer_shadow
{
	position:relative;
	left:0;
	width:100%;
	height:31px;
	background:url("../img/footer_shadow.png") repeat-x;
}

div#footer_pattern
{
	position:relative;
	width:100%;
	background:url("../img/header_pattern.png") repeat-x;	
	height:82px;
	top:-82px;
}

div#footer_bg
{
	position:relative;
	margin:0 auto;
	width:1200px;	
	height:82px;
	background:url("../img/footer_bg.png") no-repeat;	
}

div#footer
{
	width:600px;
	margin:0 auto;
	height:240px;
	top:-213px;
	position:relative;
}

div#footer_logo
{
	position:relative;
	left:-200px;
	width:76px;
	height:131px;
	margin:-131px auto 0;
	background:url("../img/footer_logo.png") no-repeat;	
}

div#footer_menu
{
	padding-left:150px;
	margin-top:80px;
	color:#be80a8;
}
div#footer_menu div
{
	display:inline;	
}
div#footer_menu div a
{	
	color:#be80a8;
}
div#footer_menu div.menu_desc
{
	display:none;
}

div#footer_text
{
	margin-top:10px;
	color:#9f866b;
}

table.inquiry
{
	width:440px;
}

table.inquiry tr td:first-child
{
	width:80px;
	padding-right:5px;
}

table.inquiry td:first-child + td
{
	background:url("../img/inquiry_empty.png") no-repeat;
	height:44px;
}

table.inquiry input[type=text]
{
	margin-left:20px;
	border:0;
	background:transparent;
	width:290px;
}


table.inquiry td.row20
{
	padding-top:10px;
	text-align:right;
}

table.inquiry td.row20 a img
{
	border:0 !important;
}

div#inquiry_menu_desc
{
	margin-bottom:20px;
}

div.messages
{
	margin:5px;
	padding:5px;
	text-align:center;
	border:1px solid #9A085C;
}