﻿
body {
	background:url(images/bg-body.jpg);
	margin:0;
	font-family: Helvetica;
}
.page {
	margin:0 auto;
	overflow:hidden;
	width:auto;
}
p a {
	color:#003399!important;
}
p a:hover {
	color:#000000!important;
}
.background {
	width:970px;
	overflow:hidden;
	margin:0 auto;
}
.ddl
{
    border:1px solid #d88d30;
    text-align: right;
    padding-right: 30px;
    -webkit-appearance: none;
    background-image:url('images/ddl-pick.png');
    background-position: right center;
    background-repeat:no-repeat;
    border-top-left-radius:5px;
	border-bottom-left-radius:5px;
   /*text-indent: 0.01px;/*In Firefox*/
    /*text-overflow: '';/*In Firefox*/
}
/*------------------------- Sidebar ------------------------*/
.sidebar {
	float:left;
	width:180px;
}
.sidebar a#logo {
	display:block;
	margin:30px auto 30px;
	width:147px;
	outline:none;
}
.sidebar a#logo img {
	border:0;
}
.sidebar ul.navigation {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar ul.navigation li.selected a {
	background:url(images/bg-menu-selected.png) repeat-x;
	color:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.sidebar ul.navigation li.selected a:hover {
	color:#003366;
}
.sidebar ul.navigation li {
	margin:0 0 11px;
	padding:0;
	text-align:left;
}
.sidebar ul.navigation li a {
	background-color:#d88d30;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	color:#fff;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	padding:0 0 0 5px;
	text-decoration:none;
	text-transform:uppercase;
}
.sidebar ul.navigation li a:hover {
	color:#003366;
}
/*------------------------- Body ------------------------*/
.body {
	float:left;
	width:790px;
}
.body div div.figure {
	height:165px;
	min-height:0;
	padding:0;
}
.body div div.figure img {
	height:165px;
}
.body div div.box {
	background-color:#ffffff;
	width:auto;
	color:#003366;
	font-size:14px;
	line-height: 1.8;
	min-height:600px;
	padding:10px 20px 25px;
	text-align: justify;
}
.body div div.box h2 {
	font-size:15px;
	margin:0;
	text-transform:uppercase;
}
.body div div.box h3 {
	font-size:14px;
	margin:0;
}
.body div div.box ul {
	margin:0 auto 20px;
}
.body div div.box table tr td span#phone {
	background:url(images/icons.png);
}
.grad {
	background-image: linear-gradient(#1e4c64, #62aad0);
	padding: 5px 10px;
}
/*------------------------- Footer ------------------------*/
.footer {
	border-color:#fff;
	border-style:solid none;
	border-width:1px;
	width:auto;
	margin:0 auto;
	background:url(images/bg-footer.jpg)!important;
	min-height: 35px;
}
.footer > div {
	width:770px;
	margin:0 auto;
	padding: 0 0 0 190px;
}
.footer p {
	color:#fff;
	/*float:none;*/
	font-size:12px;
	margin:10px 0;
}