html
{
	overflow-y: scroll;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	background: url(../images/ui/background_repeat.jpg);
}

a
{
	color: #3094e5;		
}

img
{
	border: 0;
}

p, h4
{
	font: 14px Georgia, "Times New Roman", Times, serif;
}

h3
{
	font: italic 36px Georgia, "Times New Roman", Times, serif;
}

#social
{
	margin-top: 20px;
}

#container
{
	height: 100%;
	background: url(../images/ui/background_top.jpg) repeat-x;
}

#wrapper
{
	width: 960px;
	margin: auto;
}

#header
{
	padding-top: 20px;
}
#header #logo 
{
	float: left;
}
#header #logo h1, #header #logo h2
{
	display: none;	
}


#menu
{
	margin: 90px 0 0;
	padding: 0;	
	float: right;
	list-style-type: none;
}
#menu li
{
	margin-left: 25px;
	float: left;	
}

#left
{
	float: left;
	width: 540px;
}

#left .section
{
	margin: 10px 0 20px;
}
#left .section *
{
	color: #333;	
}
#left .section a
{
	color: #3094e5;
}
#left .section a:hover
{
	color: #206399;
}

#left .section h4
{
	margin: 25px 0 5px;
	font-weight: bold;
}
#left .section p
{
	margin: 0 0 15px 0;
	line-height: 25px;
}

#right
{
	float: right;
	width: 380px;
	margin: 38px 0 0;
}
#right img
{
	float: right;
}

#footer
{
	padding-top: 30px;
	margin: 30px 0;
	border-top: 1px solid #bfbfbf;
	color: #999;
	font-size: 12px;
	text-align: center;
}
#footer p
{
	clear: both;
	width: 100%;
	margin: 0;
}
#footer p a
{
	color: #999;
}
#footer p a:hover
{
	color: #666;
}


#area
{
	margin: 15px 0 0 10px;
	padding: 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#area li
{
	float: left;
	width: 160px;
	margin-left: 10px;
	padding: 5px 0;
	list-style-image: url(../images/ui/lidot.gif);
}

.contact
{
	margin: 20px 0;
	padding-left: 40px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.contact.phone { background-image: url(../images/content/contact_phone.png); }
.contact.email { background-image: url(../images/content/contact_mail.png); }
.contact.address { background-image: url(../images/content/contact_address.png); }
.contact.name { background-image: url(../images/content/contact_name.png); }

.button
{
	float: left;
	display: block;
	height: 30px;
	color: #808080;
	text-decoration: none;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/ui/button/button_left.png) no-repeat;
}
.button span
{
	display: block;
	background: url(../images/ui/button/button_right.png) no-repeat 100% 0;
	padding: 8px 20px;
	margin-right: -15px;
}

.button.marked { background-image: url(../images/ui/button/button_left_marked.png); }
.button.marked span { background-image: url(../images/ui/button/button_right_marked.png); }

.button.blue { color: #fff; background-image: url(../images/ui/button/button_blue_left.png); }
.button.blue span { background-image: url(../images/ui/button/button_blue_right.png); }

.button.blue.marked { background-image: url(../images/ui/button/button_blue_left_marked.png); }
.button.blue.marked span { background-image: url(../images/ui/button/button_blue_right_marked.png); }

.float-fix
{
	clear: both;
	width: 100%;
	height: 1px;
}