form {
	margin: 0;
	padding: 0;	
}

a {
	color: #002f5b;
	text-decoration: underline; 		
}

.ad {
	text-align: center;
	margin: 0 auto;
	width: auto;	
}

a:hover {
	color: #224f7b;
}

label {
	width: 120px;
	display: inline-block;	
}

img.ico {
	vertical-align: -2px;	
}

input, select, .input, textarea {
	background-color: #fdfdfd;
	color: #666666;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 11px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px 0;
    width: 160px;
}

input.error, select.error, .input.error, textarea.error {
	border-color: #cc0000;	
}

ul.alert-error, ul.validation-errors {
	display: block;
	margin: 20px 40px;
	padding: 10px;
	border: 1px solid #550000;
	background-color: #990000;
	color: #ffffff;
	list-style: none;
}

ul.alert-success {
	display: block;
	margin: 20px 40px;
	padding: 10px;
	border: 1px solid #005500;
	background-color: #009900;
	color: #ffffff;
	list-style: none;
}



select {
	width: 168px;	
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;	
}

.block-body li {
	margin-top: 5px;
	margin-bottom: 5px;	
}

fieldset.button-bar {
	text-align: right;	
	margin: 0 12px;
}

.input {
	padding: 0;
	margin: 0;
	width: 140px;
}

.simple-search {
	margin: 8px 0;	
}

.input .simple-button {
	color: #ffb515;
	font-weight: bold;
	width: auto;
}

.input input {
	background: none;
	border: none;
	margin: 0;
	width: 115px;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #444444;
	background-color: #f9f9f9;
	background-image: url('../gfx/background.png');
	background-repeat: repeat-x;
}

img {
	border: none;
}

#wrapper {
	padding: 0;
	margin: 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 80px;
}

#main-ad {
	margin: 10px 0 15px 0;	
}

#header a {
	text-decoration: none;
}

#header-top {
	padding: 8px 0;
}

#header-top a,#user-panel-menu a {
	color: #444444;
}

#header-top a:hover,#user-panel-menu a:hover {
	color: #666666;
	text-decoration: underline;
}

#header-top img {
	vertical-align: -2px;
}

#header-left {
	width: 275px;
	float: left;
}

#header-right {
	width: 685px;
	float: left;
}

#logo {
	margin: 14px 0 0 10px;
}

#current-date {
	float: left;
}

#top-menu {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}

#top-menu li {
	float: left;
	padding: 0 3px;
}

#header-strip-menu {
	width: 500px;
	height: 40px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url('../gfx/header_lft.png');
}

#header-strip-menu li {
	float: left;
	padding: 0 18px;
	line-height: 40px;
}

#header-strip-menu li a {
	color: #ffffff;
	text-decoration: none;	
}

#header-strip-menu li a:hover {
	text-decoration: underline;	
}

#user-panel {
	float: left;
	width: 176px;
	margin-left: 4px;
	height: 40px;
	background-image: url('../gfx/header_rgt.png');
}

#user-panel-name {
	padding: 4px 8px;
}

#user-panel-name a {
	font-weight: bold;
}

#user-panel-menu {
	list-style: none;
	padding: 0 6px;
	margin: 0;
}

#user-panel-menu li {
	float: left;
	padding: 0 2px;
}

#news-rotator {
	padding: 8px 0;
}

div.cf {
	clear: both;
}

#main-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}

#main-menu li {
	float: left;
	display: inline;
	margin: 0 1px 0 5px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
}

#main-menu li a {
	text-decoration: none;
	float: left;
	cursor: pointer;
	background: url('../gfx/main_menu.png') no-repeat top right;
}

#main-menu li a:active {
	outline: none;
}

#main-menu li a span {
	margin: 0 10px 0 -5px;
	padding: 1px 2px 0px 12px;
	position: relative;
	float: left;
	color: #616161;
	background: url('../gfx/main_menu.png') no-repeat top left;
}

#main-menu li a.current,#main-menu li.hovered a,#main-menu li a:hover {
	background: url('../gfx/main_menu_active.png') no-repeat top right;
}

#main-menu li a.current span,#main-menu li.hovered a span,#main-menu li a:hover span
	{
	background: url('../gfx/main_menu_active.png') no-repeat top left;
	color: #ffffff;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	float: left;
	padding: 0 8px;
	line-height: 24px;
}

#navbar a {
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar {
	height: 24px;
	background: url('../gfx/menu_bottom.png') no-repeat;
	margin: 0;
	padding;
	0;
}

#contents {
	margin: 15px 0;
}

div.column {
	float: left;
}

.block {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.block div.block-body {
	margin: 5px;
}

h2 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #002f5b; 
}

h2 a {
	text-decoration: none;	
}

h4 a {
	text-decoration: none;	
}

h3 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 13px;
}

h4 {
	font-size: 11px;
	margin: 4px 0;	
}

div.block-part .photo {
	float: left;
	margin: 0 10px 0 0;
}

div.block-part .photo img {
	border: 1px solid #cccccc;
	padding: 2px;	
}

div.hr {
	height: 1px;
	background-color: #dddddd;
	font-size: 1px;
	margin: 20px 40px;	
}

div.intro {
	font-weight: bold !important;
	margin: 20px 0;	
}

div.read-more {
	text-align: right;
	padding: 5px 0;	
}

p {
	margin: 5px 0;
	line-height: 130%;
}

div.info {
	margin: 5px 0px;
	padding: 5px;
	background-color: #FEFFAF;
	border: 1px solid #CFC667;
}

.block div.title {
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 0 0px 0 8px;
	font-weight: bold;
}

.block div.title ul {
	text-transform: none;
}

.block div.title span.title {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	float: left;
	height: 26px;
}

#primary-column span.title {
	background-image: url('../gfx/star_primary.png');
}

#primary-column span.title.hl {
	background-image: url('../gfx/star_primary_hl.png');
}

#secondary-column span.title {
	background-image: url('../gfx/star_secondary.png');
}

.block div.title .tabs {
	float: right;
	list-style: none;
	margin: 4px 5px 0 0;
	padding: 0;
}

.block div.title .tabs li {
	float: left;
	display: inline;
	margin: 0 4px 0 4px;
	line-height: 21px;
	height: 21px;
	font-weight: normal;
}

.block div.title .tabs li a {
	text-decoration: none;
	float: left;
	cursor: pointer;
	background: url('../gfx/tab.png') no-repeat top right;
}

.block div.title .tabs li a:active {
	outline: none;
}

.block div.title .tabs li a span {
	margin: 0 8px 0 -5px;
	padding: 1px 2px 0px 10px;
	position: relative;
	float: left;
	color: #888888;
	background: url('../gfx/tab.png') no-repeat top left;
}

.block div.title .tabs li a.current,.block div.title .tabs li a:hover {
	background: url('../gfx/tab_active.png') no-repeat top right;
	margin-top: 1px;
}

.block div.title .tabs li a.current span,.block div.title .tabs li a:hover span
	{
	background: url('../gfx/tab_active.png') no-repeat top left;
	color: #000000;
}

#primary-column {
	width: 640px;
}

#primary-column .block {
	background: url('../gfx/bl_footer_primary.png') no-repeat center bottom;
}

#secondary-column .block {
	background: url('../gfx/bl_footer_secondary.png') no-repeat center
		bottom;
}

#primary-column .block div.title {
	background-image: url('../gfx/bl_tit_primary.png');
	color: #002f5b;
}

#primary-column .block div.title.hl {
	background-image: url('../gfx/bl_tit_primary_hl.png');
	color: #002f5b;
}

#secondary-column {
	width: 310px;
	margin: 0 0 0 10px;
}

#secondary-column .block div.title {
	background-image: url('../gfx/bl_tit_secondary.png');
	color: #888888;
}

#partners {
	height: 65px;	
	background-image: url('../gfx/partners_bg.png');
	background-repeat: repeat-x;
	text-align: center;
	
}

#partners-body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	line-height: 65px;	
}

#footer {
	background-color: #ffffff;
	min-height: 120px;	
	text-align: center;
}

#footer-body {
	width: 960px;
	margin: 0 auto;
}

#footer-body ul {
	list-style: none;	
	margin: 0;
	padding: 3px 0;
}

#footer-body ul li {
	padding: 0 1px;
	display: inline;
}

#footer-body ul li a {
	color: #666666;	
}


.awesome,.awesome:visited {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	border: 0 none;
	width: auto;
}

input.awesome, button.awesome {
	padding: 4px 8px 7px !important;
	font-weight: bold;
    height: 22px;
    margin: 0 !important;
    vertical-align: middle;
}

.awesome:hover {
	background-color: #111;
	color: #fff;
}

.awesome:active {
	top: 1px;
}

.small.awesome,.small.awesome:visited {
	font-size: 11px;
	padding: ;
}

.awesome,.awesome:visited,.medium.awesome,.medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.awesome,.large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.green.awesome,.green.awesome:visited {
	background-color: #91bd09;
}

.green.awesome:hover {
	background-color: #749a02;
}

.blue.awesome,.blue.awesome:visited {
	background-color: #2daebf;
}

.blue.awesome:hover {
	background-color: #007d9a;
}

.red.awesome,.red.awesome:visited {
	background-color: #e33100;
}

.red.awesome:hover {
	background-color: #872300;
}

.magenta.awesome,.magenta.awesome:visited {
	background-color: #a9014b;
}

.magenta.awesome:hover {
	background-color: #630030;
}

.orange.awesome,.orange.awesome:visited {
	background-color: #ff5c00;
}

.orange.awesome:hover {
	background-color: #d45500;
}

.yellow.awesome,.yellow.awesome:visited {
	background-color: #ffb515;
}

.yellow.awesome:hover {
	background-color: #fc9200;
}

.gray.awesome,.gray.awesome:visited {
	background-color: #666666;
}

.gray.awesome:hover {
	background-color: #444444;
}

div.pager {
	float: right;
	margin: 10px 0;	
}

div.pager span {
	float: left;
	line-height: 22px;
	margin-right: 10px;
	font-size: 10px;
}

div.pager ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

div.pager ul li {
	float: left;
	margin: 0 2px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

span.required {
	color: #cc0000;
	font-weight: bold;	
}

div.pager ul li a {
	text-decoration: none;
	display: block;
	background-color: #ffb515;
	color: #ffffff;
	border: none;
	border: 1px solid #6F4100;
	-moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

div.pager ul li a:hover {
	background-color: #fc9200;
}

ul.alerts {
	list-style: none;
	margin: 10px 0;
	padding: 0;	
}

ul.alerts li {
	border: 1px solid;
	padding: 10px 5px;
	margin: 2px 30px;	
}

ul.alerts li.ok {
	font-weight: bold;
	background-color: #F9DE39;
	border: 1px solid #847906;	
}

ul.alerts li.error {
	border: 1px solid #550000;
	background-color: #990000;
	color: #ffffff;
}

div.company-descr table {
	width: 520px;
}

div.company-descr table th.header {
	padding: 15px 0 5px 0;
	color: #002f5b;
}

div.company-descr table th {
	vertical-align: top;
	padding-right: 10px;
}

#cse-search-results {
	background-color: #f9f9f9;	
}

#blink-text {
	display: block;
	text-align: center;
	margin-top: 9px;
}

div.images img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 0;
}

div.plan {
	float: right;	
}

div.images a {
	margin: 0 1px 0 0;
}

div.images {
	font-size: 0;
}

.price-table {
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	border-collapse: collapse;
}

.price-table th {
	text-align: left;
}

.price-table tr {
	border-bottom: 1px solid #eeeeee;
}

.price-table tr.np {
	background-color: #fcfcfc;
}

table.small td, table.small th {
	font-size: 11px;
} 

ul.option-list-1,ul.option-list-2,ul.option-list-4 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.option-list-4 li {
	float: left;
	display: block;
	width: 152px;
	margin: 0;
}

ul.option-list-half {
	float: left;
	width: 40%;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;	
}

ul.option-list-half li {
	margin: 0;
}

ul.option-list-1 li {
	display: block;
}

ul.option-list-2 li {
	float: left;
	display: block;
	width: 280px;
}

input.option-list {
	width: auto;
	display: inline;
	margin: 3px 4px 0 0;
	line-height: 20px;
}

label.option-list {
	line-height: 18px;
	width: auto;
}

div.tooltip {
	float: left;
	margin: 5px 10px;
	background-color: #e3e3e3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	width: 180px;
}

.important {
	font-size: 12px;
	font-weight: bold;
}

.blink {
	font-weight: bold;
}

table.mail-messages {
	width: 100%;
	border-collapse: collapse;
}

table.mail-messages tr.nr {
	font-weight: bold;
}

table.mail-messages tr th {
	color: black;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px 0;	
}

table.mail-messages tr td {
	border-bottom: 1px solid #cccccc;
	padding: 5px 2px;
	cursor: pointer;
	cursor: hand;
}

table.mail-messages tr.np {
	background-color: #f2f2f2;
}

table.mail-messages tr.hover {
	background-color: #ffffdd;
}

div.msg-in, div.msg-out, div.msg-new {
	padding: 10px;
}

div.msg-new {
	background-color: #ffffee;
}

div.msg-out {
	color: #888888;
}

div.msg-in {
	background-color: #f0f0f0; 
}

table.order-table {
	width: 100%;
	border-collapse: collapse;
}

table.order-table td, table.order-table th {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}

ol.large {
	margin: 15px 0;
	padding: 0 0 0 25px;
}

ol.large li {
	padding: 0;
	line-height: 16px;
}

ol.large ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

div.partners-block a {
	margin-left: 30px;
}

div.partners-block img {
	vertical-align: -15px;
}

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

.simply-scroll { /* Customisable base class for style override DIV */
	width: 898px;
	height: 65px;
	float: right;
}

.simply-scroll .simply-scroll-clip {
	width: 898px;
	height: 65px;
}
	
.simply-scroll .simply-scroll-list li {
	float: left;
	height: 65px;
	margin: 0 20px;
}

div.comment {
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

div.comment.np {
	background-color: #fdfdfd;	
}

div.comment p {
	font-size: 12px;
	padding: 5px 2px;	
}

div.comment-author {
	float: left;
	font-size: 12px;
}

div.comment-report {
	float: right;
	font-size: 11px;
}
