.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.menu li {
	float: left;
}

table.clean {
	padding: 0;
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}
table.clean td {
	padding: 0;
}



/*
 */

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

a{
color: blue;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main-layout {
	background-color: #fff;
	width: 920px;
	padding: 9px;
}



/* Header
 */

#header {
	background: #fff url('images/header-back.png') no-repeat;
	height: 94px;
}
#header .logo {
	width: 254px;
	height: 45px;
	float: left;
	margin-left: 27px;
}
#header .phone {
	color: #fff;
	font-size: 12px;
}

.contacts-and-map {
	font-size: 12px;
}
.contacts-and-map a {
	color: #103C6B;
	text-decoration: underline;
}
.contacts-and-map li {
	background-color: #fff;
	margin-left: 1px;
	line-height: 24px;
}
.contacts-and-map .contacts {
	padding-left: 33px;
	background: #fff url('images/button-contacts.png') no-repeat;
}
.contacts-and-map .site-map {
	padding-left: 28px;
	background: #fff url('images/button-sitemap.png') no-repeat;
}



/* Top menu
 */

#top-menu {
	background: #333 url('images/menu-back.png') repeat-x;
	height: 30px;
}

#top-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 24px;
	margin-right: 1px;
	background-image: url('images/separator-top-menu.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#top-menu a:hover {
	background: #333 url('images/menu-button-red.png') left center no-repeat;
}
#top-menu ul.menu {
	margin-left: 45px;
}
#top-menu td {
	color: #ccc;
	font-size: 12px;
	line-height: 30px;
}
#top-menu td.last a {
	background-image: none;
}
#top-menu td.last a:hover {
	background: #333 url('images/menu-button-red.png') left center no-repeat;
}



/* Image and Banner
 */
#banners {
	background: #fff url('images/banners-back.png') top repeat-x;
}


/* Content
 */

#content {
	margin-top: 21px;
	padding: 0 30px;
	font-size: 12px;
	color: #48453e;
}
#content h1{
color: #990000;
font-size: 22px;
font-weight: normal;
margin-top: 0;
}

#content h2 {
	color: #013666;
	font-size: 18px;
	font-weight: normal;
}
#content h2.red {
	color: #990000;
}
#content p {
	text-align: justify;
	color: #48453E;
	font-size: 12px;
}
#content ul.small-arrows {
	margin: 0;
	list-style-image: url('images/small-arrow.png');
	color: #103C6B;
	font-size: 12px;
	padding: 0 0 0 13px;
	margin-left: 3px;
}
#content ul.small-arrows{
line-height: 21px;
}

#content a{
color: blue;
}


/* Sidebars
 */

.side-bar h3 {
	height: 30px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 9px;
	color: #fff;
}
#left-side-bar h3 {
	background: #99f url('images/h3-left-sidebar.png') no-repeat;
}
#left-side-bar h3.red {
	background: #f99 url('images/h3-left-sidebar-red.png') no-repeat;
}
#right-side-bar h3 {
	background: #99f url('images/h3-right-sidebar.png') no-repeat;
}
.side-bar .bordered {
	border: #ccc 1px solid;
	border-top: 0px;
	margin: 0 0 10px 0;
}
.list-stylish {
	font-size: 12px;
	padding: 7px 7px;
}
.list-stylish a {
	color: #013465;
}
.list-stylish tr td {
	padding-left: 19px !important;
	line-height: 19px;
	background: #fff url('images/arrow.png') left center no-repeat;
	
}
input.more-info {
	width: 87px;
	height: 25px;
	float: right;
}
.side-bar .search-form {
	margin-bottom: 10px;
}
.side-bar .search-form input.q {
	float: left;
	border: #013666 1px solid;
	width: 175px;
	height: 19px;
}
input.search {
	width: 27px;
	height: 22px;
}
.side-bar .latest-news,
.side-bar .case-studies,
.side-bar .testimonials {
	padding: 15px;
}
.side-bar p {
	margin: 0px;
	font-size: 12px;
	color: #48453E;
	margin-bottom: 11px;
	text-align: left;
}
.side-bar h4 {
	margin: 0px;
	color: #800000;
	font-size: 12px;
}
.side-bar .latest-news .date {
	margin: 0px;
	font-weight: bold;
	color: #103C6B;
}
.side-bar .latest-news .news {
	font-size: 11px;
	text-align: justify;
	color: #48453E;
}



/* Footer
 */

#footer {
	margin-top: 35px;
	color: #fff;
	background: #99f url('images/footer-back.png') no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	padding: 0 27px;
}
#footer a {
	color: #fff;
	font-size: 12px;
}
#footer .terms {
	/*background: transparent url('images/separator.png') right center no-repeat;*/
	padding-right: 15px;
}
#footer .copyright {
	color: #fff;
	font-size: 12px;
	padding-left: 15px;
}
#footer .sitemap {
	font-size: 12px;
	padding-left: 15px;
}
#footer .privacy-policy {
	font-size: 12px;
	padding-left: 15px;
}

#bottom td {
	font-size: 12px;
	padding: 6px;
	text-align: center;
}

hr {
border: 0 none;
background-color: #103C6B;
color: #103C6B;
height: 1px;
margin-bottom: 7px;
}

.blue{
color: #103C6B ! important;
background: #fff url('images/small-arrow.png') 0 5px no-repeat ! important;
text-indent: 15px  ! important;
margin-bottom: 0  ! important;
margin-top: 0 ! important;
line-height: 21px  ! important;
}

.blue a {
	text-decoration: underline;
}
.history { color: White; padding-left: 20px; }
.history a { color: Blue; text-decoration: none; }