/* CSS style sheet */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	background: url('bg.gif') top left repeat-x #353535;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.container {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
}

div.header {
	width: 780px;
	height: 100px;
	background-color: #e2e2e2;
}

ul.nav {
	width: 778px;
	height: 25px;
	line-height: 25px;
	margin-left: 1px;
	background: url('nav.gif') top left repeat-x #2d9ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1px solid #fff;
}
.nav li {
	width: 155px;
	float: left;
	list-style: none;
	text-align: center;
}
.nav li.lil {
 width: 120px;
}
.nav li.big {
 width: 190px;
}
.nav li a {
	color: #fff;
	text-decoration: none;
}
.nav li a.active {
	font-weight: bold;
}
.nav li a:hover {
	color: #ddd;
}
img.welcome {
	clear: both;
	float: left;
	margin: 1px 0 0 1px;
}
p.login {
	float: right;
	width: 227px;
	height: 60px;
	display: inline;
	margin: 1px 1px 0 0;
	background-color: #d2d2d2;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #436983;
	font-weight:bold;
	padding-top:20px;
	line-height:20px;
}
.login a {
	width: 140px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 15px auto 5px auto;
	background: url('btn.gif') top left repeat-x #2d9dce;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #d7e9f1;
}
img.picture {
	float: right;
	margin: 1px 1px 0 0;
}

div.content {
	clear: both;
	width: 760px;
	background-color: #fff;
	padding: 10px;
}
.content h1 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-left: 6px solid #31a6d9;
	text-indent: 5px;
	margin-top: 5px;
}
.content p.text {
	float: left;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom: 30px;
}
.content p.text a {
	color: #000;
}
.content p.text a:hover {
	text-decoration: none;
}
.content h2 {
	width: 205px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	border-left: 6px solid #d2d2d2;
	text-indent: 5px;
	margin-top: 5px;
}
.content p.contacts {
	float: right;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	margin-bottom: 30px;
}
.content p.contacts a {
	color: #7f7f7f;
}
.content p.contancts a:hover {
	text-decoration: none;
}
div.bottom {
	clear: both;
	float: left;
	width: 778px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 1px 1px;
	background-color: #e2e2e2;
	text-align: center;
	color: #7a7a7a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bottom a {
	color: #7a7a7a;
}
.bottom a:hover {
	text-decoration: none;
}

div.clear {
	clear: both;
}

div.footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	color: #afafaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0 0 20px 0;
}
.footer a {
	color: #d4d4d4;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
