﻿@charset "UTF-8";
/* CSS Document */

/*-------------------GENERAL and TYPOGRAPHY------------------- */

body{
	font-family:"Lucida Grande", Arial, Verdana;
	color:#222222;
	background-color:#222222;
	margin-bottom:50px;
}
#navigation{
	background-color:#222222;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:fixed;
	padding-top:20px;
	height:20px;
}
/* IE7 hack */
*+html #navigation{
	width:1080px;
	margin:0 auto;
	margin-left:-40px;
}
#navigation ul li{
	display:inline;
	margin-right:25px;
}
#navigation a:link, #navigation a:visited{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
#navigation a:hover{
	font-size:11px;
	text-decoration:underline;
	color:#FFFFFF;
}
#navigation a.message{
	color:#F9E98E;
	font-weight:bold;
}
h1{
	font-size:18px;
	text-transform:uppercase;
	float:left;
	margin-left:-61px;
	background-image:url(../img/bg_title.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:450px;
	height:51px;
	padding-top:10px;
	padding-left:61px;
}
h3{
	padding-top:10px;
	vertical-align:middle;
	text-transform:uppercase;
	text-align:center;
}
h4{
	padding-top:5px;
	vertical-align:middle;
	text-transform:uppercase;
	text-align:center;
}
.city{
	background-image:url(../img/city.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100px;
	height:46px;
	float:left;
	font-size:11px;
}
.city2{
	background-image:url(../img/city.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100px;
	height:46px;
	float:left;
	font-size:12px;
}
p.p_p{
	font-size:11px;
	line-height:20px;
	clear:both;
}
ul{
	clear:both;
}
a{
	color:#222222;
	text-decoration:none;
}
img{
	vertical-align:middle;
}
.clear{
	clear:both;
}
.block{
	padding-top:70px;
	text-align:justify;
}
.left{
	float:left;
	font-weight:bold;
	font-style:italic;
}
.right{
	float:right;
}
ul.sc li{
	display:inline;
}
ul.des li.first{
	border-top:1px solid #CCCCCC;
}
ul.des li{
	font-size:11px;
	border-bottom:1px solid #CCCCCC;
	line-height:30px;
}
*+html ul.des li{
	line-height:15px;
}

ul.img li{
	display:inline;
	margin-left:3px;
	padding-bottom:3px;
}
ul.img li.first{
	margin-left:0px;
}
#wrapper{
	background-color:#FFFFFF;
	width:900px;
	margin:0 auto;
	padding:50px;
	padding-top:90px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:right 40px;
	border-bottom:10px solid #F9E98E;
}
#name{
	float:left;
}
#social_icons{
	float:right;
	margin-top:50px;
}
#we img{
	vertical-align:middle;
}
#wo .img li img{
	padding:8px;
	border:1px solid #CCCCCC;
}
.text{
	margin-top:10px;
	margin-bottom:5px;
}
#footer{
	width:1000px;
	margin:0 auto;
	text-align:right;
	padding-top:5px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}
