/* default.css */

html { 
	font-size:100.01%; 
}

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1em;
	color:#03c;
	background-color:#FFF;
	text-align:left;
}

a, a:link {
	color:#006;
}
a:hover {
	color:#15a;
}

li {
	list-style-image:url(images/li.gif);
	line-height:1.6;
}

dt { 
	background:#e0e0ff;
	border-bottom:1px solid #44a;
	padding:2px 4px;
	margin-top:4px;
}

dd { 
	margin:0;
	padding:2px 5px;
	font-size:95%;
	line-height:1.6;
	border-bottom:1px solid #ccc;
}

#menu {
	width:100%;
	background-color:#45a;
	margin-bottom:10px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
	background-image:url(images/top.png);
}
#menu .inside { 
	width:760px; 
	height:100px;
	margin:0 auto;
	position:relative;  
}
#menu>.inside {
	min-height:100px;
	height:auto;
}
#menu #title { 
	position:absolute; 
	top:19px;
	left:0;
	width:50%; 
	font-size:1.4em;  
	padding:0;
	margin:0;
	text-indent:-900px;
	overflow:hidden; 
	height:70px;
	background:url(images/title.png) top left no-repeat;
}
#menu #navigation, #footer_nav { 
	position:absolute; 
	top:20px; 
	right:0; 
	width:50%;
	margin:0;
	padding:30px 0 0; 
	background:url(images/nav.png) top right no-repeat; 
}
#menu #navigation li, #footer_nav li {
	float:left;
	list-style:none;
	margin:0; 
}
#menu a, #footer_nav a {
	color:#FFF;
	padding:10px 2px 0;
	margin-right:10px;
	text-decoration:none; 
	border-bottom:1px solid #fafafa; 
	font-weight:bold; 
}
#menu a:hover {
	border-bottom:none; 
	padding-bottom:10px; 
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(images/top_hover.png);
}

.contact { 
	padding:0 0 15px;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:center;
	clear:both; 
	font-weight:bold;   
}

a.email { 
	padding-left:15px; 
	padding-right:24px;
	padding-bottom:1px; 
	background:url(images/email.png) right bottom no-repeat; 
}

span.phone { 
	padding-left:10px;
	padding-right:20px;
	padding-bottom:1px;
	background:url(images/phone.png) right bottom no-repeat; 
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}

#header h2, .rates h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
color:#017; 
	border-top:1px solid #eee;
}

#header h2 { 
color:#a33; 
}

#header h2 span { 
font-size:1.2em;
color:#c33;  
}

.rates h2 { 
font-size:1.4em; 
}

#content {
	width:750px;
	margin:10px auto 0 auto;
	padding-bottom:10px;
	text-align:left;
}

#sidebar {
	width:210px;
	float:left;
	font-size:95%;
}
#sidebar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#017;
	text-align:right;
}
#sidebar img { 
	padding:4px;
	border:1px solid #eee;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(../images/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(../images/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
}
#mainbar {
	float:left; 
	width:520px;
	margin-right:10px;
	padding-right:10px;
	background-image:url(images/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h2, #bigimage h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#017;
	clear:right;
}

#bigimage { 
	text-align:center; 
	margin-bottom:15px; 
}

#bigimage h2 { 
	width:750px;
	margin:0 auto 6px;
	text-align:left;
}

#mainbar p {
	padding:0 10px;
}

#mainbar .articleimg {
	float:right;
	padding:4px;
	border:1px solid #eee;
	margin-left:15px;
	margin-top:3px;
	margin-bottom:15px;
}

.enhance1 { 
color:#00a; 
font-family:"Times New Roman", Times, serif; 
font-size:1.05em; 
}

.enhance2 { 
color:#080;
font-weight:600;
font-family:Georgia, serif;  
}

.enhance3 { 
color:#a00; 
}

.photoblock { 
	text-align:center; 
}

.photoblock img { 
	padding:4px;
	border:1px solid #eee;
}

.rates { 
	width:740px; 
	margin:0 auto 10px;
	clear:both; 
}

.rates h2 { 
	text-align:center;
	margin-bottom:4px;  
}

.rates h3 { 
	font-size:1.1em;
	font-weight:normal; 
	text-decoration:underline; 
	text-align:center;
	margin:6px 0 0;  
} 

.rates .inside { 
	width:100%; 
	background:url(images/rates.png) center center repeat-y; 
}

.rates .left { 
	float:left; 
	width:50%; 
}

.rates .right { 
	float:left; 
	width:49%; 
}

.rates ul { 
	width:210px; 
	text-align:right; 
	list-style:none; 
}

.rates .left ul { 
	width:230px; 
}

.rates .left h3 { 
	padding-left:40px;
}

.rates .right h3 { 
	padding-right:40px; 
}

.rates .right ul {
	width:190px; 
}

.rates ul li { 
	list-style:none; 
	list-style-image:none; 
}

#visitors .item3 { 
background:url(images/casino.gif) center right no-repeat; 
padding-right:100px; 
}

#visitors .item4 { 
background:url(images/car.gif) top right no-repeat; 
padding-right:120px; 
min-height:130px; 
}

* html #visitors .item4 { 
height:130px; 
}

#visitors .item8 { 
background:url(images/couple.gif) top right no-repeat; 
padding-right:120px; 
min-height:100px; 
}

* html #visitors .item8 { 
height:100px; 
}

#visitors .item13 { 
background:url(images/planes.gif) center right no-repeat; 
padding-right: 70px; 
}

#footer {
	width:100%;
	background-color:#45a;
	border-top:1px solid #57c;
	border-bottom:5px solid #017;
	padding:8px 0;
	color:#FFF;
	text-align:center;
	font-size:90%;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
height:5em; 
overflow:hidden; 
}

#footer_nav li a:hover {
background:#eee; 
color:#000; 
border-bottom:none; 
padding-bottom:10px; 
}

#footer .inside {  
position:relative; 
width:760px; 
margin:0 auto; 
}

#footer_nav { 
font-size:1em; 
top:0; 
left:0; 
padding-left:4px; 
font-variant:normal; 
background:url(images/footernav.png) top left no-repeat; 
}

#footer_nav li {
margin-right:2px; 
}

#footer_mention { 
float:right; 
margin-bottom:14px; 
margin-top:0; 
}

#footer_tag { 
clear:right; 
float:right; 
width:30%; 
margin-top:0; 
text-align:right; 
} 

.clearer, .clear { 
clear:both; 
}