@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7092c9;
}

h1
{
	font-size:15px;
	color:#c98e61;
	padding-bottom:2px;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #be865c;
}

h1.top
{
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}

a
{
	font-weight:bold;
	color:#7092c9;
}

a:hover
{
	text-decoration:none;
}

a.menu
{
	display:block;
	float:left;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding:2px 6px 3px 6px;
}

a.menu:hover
{
	background-color:#d29a70;
}

a.menu-active
{
	display:block;
	float:left;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	background-color:#d29a70;
	padding:2px 6px 3px 6px;
}

a.footer
{
	font-weight:normal;
}

img#logo
{
	float:left;
}

div#top
{
	background-color:#fff;
	width:648px;
}

div#menu
{
	height:20px;
	background-color:#be865c;
	clear:left;
	padding-left:10px;
	padding-right:10px;
}

img#girl
{
	float:left;
}

div#booking
{
	float:left;
	background-color:#fff;
	width:225px;
	height:181px;
}

div#content
{
	margin:23px 12px 20px 12px;
	background-color:#fff;
}

div.hor_line
{
	height:1px;
	font-size:1px;
	border-top:1px solid #be865c;
}

div#packages
{
	width:615px;
	margin-left:auto;
	margin-right:auto;
}


div#p1
{
	float:left;
	width:278px;
	color:#354f68;
	margin-right:15px;
	margin-bottom:10px;
	height:120px;	
	background-color:#f5f5f5;	
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;	
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:10px;
}

div#p2
{
	float:left;
	width:278px;
	height:120px;
	color:#354f68;
	margin-bottom:10px;	
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;	
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:10px;
}



div.p_content
{
	font-size:11px;
	font-weight:normal;
}

div.p_title
{
	margin-bottom:5px;
	color:#cf0000;
	font-size:14px;
}

div.p_border
{
	border-right:1px solid #be865c;
	height:300px;
}

div.p_link
{
	float:right;
}

img.packages
{
	margin-left:10px;
	margin-top:5px;
}

a#book_left,
a#book_center,
a#book_right
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#354f68;
}

a#book_center
{
	color:#493829;
}

a#book_right
{
	color:#e47e00;
}


a#book_left:hover,
a#book_center:hover,
a#book_right:hover
{
	text-decoration:underline;
}

div#footer_left
{
	float:left;
	font-weight:normal;
	font-size:11px;
	color:#be865c;
}

div#footer_right
{
	float:right;
	font-weight:normal;
	font-size:11px;
	color:#be865c;	
}


div.package_price
{
	font-weight:bold;
}


input, textarea
{
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	background-color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

table#contact
{
	width:100%;
}

table#contact td
{
	padding:5px 10px;
	width:50%;
	vertical-align:top;
}

table#contact td.f_submit
{
	text-align:right;
}

table#contact td.f_submit input
{
	background-color:#be865c;
	color:#fff;
	width:auto;
	border-top:1px solid #d8a57e;
	border-left:1px solid #d8a57e;
	border-bottom:1px solid #a36334;
	border-right:1px solid #a36334;
	
}


table#contact td input,
table#contact td textarea
{
	width:100%;
	
}

table#contact td textarea
{
	height:150px;
}


div#msg
{
	padding:10px;
	background-color:#f5f5f5;
	color:#555;
	font-weight:bold;
}


div#err
{
	padding:10px;
	background-color:#cf0000;
	color:#fff;
	font-weight:bold;
}









