/* ##################################################################### */
/* #                              GENERAL                              # */
/* ##################################################################### */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/background.gif) repeat-x left top;
}

/* ####################################################################### */
/* #                              CLEAR FIX                              # */
/* ####################################################################### */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {	display:inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

* html .clearfix { height: 1px; }

/* ##################################################################### */
/* #                              WRAPPER                              # */
/* ##################################################################### */

div.wrapper {
	width: 890px;
	margin-left: 61px;
}

/* ######################################################################### */
/* #                              DOTTED LINE                              # */
/* ######################################################################### */

div.dottedLine {
	background: transparent url(../images/dotted_line.gif) repeat-x left top;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 212px;
}

/* #################################################################### */
/* #                              HEADER                              # */
/* #################################################################### */

div.header {
	position: relative;
	height: 208px;
}

div.header ul {
	list-style-type: none;
	height: 26px;
	position: absolute;
	top: 155px;
	left: -17px;
}

div.header ul li {
	float: left;
	color: #234E7A;
	height: 26px;
	display: block;	
	font-size: 11px;
	background: #cccccc url(../images/main_menu_item_right.gif) no-repeat right top;
}

div.header ul li span {
	line-height: 26px;
	height: 26px;
	display: block;
	float: left;
	padding: 0px 17px 0px 17px;
	background: transparent url(../images/main_menu_item_left.gif) no-repeat left top;
}

div.header ul li.kerningFix span,
div.header ul li.kerningFix a {
	padding-left: 2px;
}

div.header ul li a {
	line-height: 26px;
	height: 26px;
	display: block;
	float: left;
	padding: 0px 17px;
	background: #ffffff url(../images/main_menu_link_background.gif) no-repeat right top;
	color: #234E7A;
	text-decoration: none;
}

div.header ul li.noBorder {
	margin-right: 0px;
}

div.header ul li.noBorder a {
	background-image: none;
}

div.header ul li a:hover {
	text-decoration: underline;
}

div.header div.logo {
	position: absolute;
	top: 65px;
	left: -8px;
}

div.headerPhone {
	color: #4F4F4F;
	font-size: 11px;
	background: transparent url(../images/phone_tube.gif) no-repeat left top;
	position: absolute;
	left: 562px;
	top: 41px;
	height: 110px;
	padding-left: 93px;
}

div.headerPhone p {
	margin-top: 21px;
}

div.headerPhone img {
	display: block;
	margin-top: 6px;
}

/* ########################################################################## */
/* #                              BREAD CRUMBS                              # */
/* ########################################################################## */

div.breadCrumbs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	margin-top: 28px;
}

div.breadCrumbs a {
	color: #234E7A;
	text-decoration: underline;
}

div.breadCrumbs a:hover {
	text-decoration: none;
}

/* ##################################################################### */
/* #                              CONTENT                              # */
/* ##################################################################### */

div.content {
	margin-top: 25px;
}

div.content h1 {
	font-size: 26px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 2px;
}

/*div.content h2 {
	font-size: 23px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 23px;
}*/


div.content h2 {
	font-family: Georgia, serif;
	font-weight: normal;
}

/* ########################################################################## */
/* #                              LEFT COLUMNS                              # */
/* ########################################################################## */

div.largeLeftColumn {
	font-size: 12px;
	color: #4F4F4F;
	line-height: 16px;
	width: 582px;
	padding: 0px 60px 0px 0px;
	float: left;
}

div.largeLeftColumn p {
	margin-top: 15px;
}

div.largeLeftColumn ul {
	list-style-type: none;
	margin: 14px 0px 0px 17px;
}

div.largeLeftColumn ul li {
	background: url(../images/list_bullet.gif) no-repeat left 6px;
	padding-left: 17px;
}

div.largeLeftColumn a:hover {
	text-decoration: none;
}

div.largeLeftColumn a {
	color: #234E7A;
	text-decoration: underline;
}

/* ########################################################################### */
/* #                              RIGHT COLUMNS                              # */
/* ########################################################################### */

div.rightColumn {
	width: 248px;
	float: left;
}

div.rightColumn ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 16px;
	margin-top: 33px;
}

div.rightColumn ul li {
	background: transparent url(../images/right_menu_bullet.gif) no-repeat left 4px;
	color: #234E7A;
	margin-bottom: 10px;
}

div.rightColumn ul li span {
	padding-left: 11px;
}

div.rightColumn ul li a {
	padding-left: 11px;
	background-color: #FFFFFF;
	color: #234E7A;
	text-decoration: underline;
}

div.rightColumn ul li a:hover {
	text-decoration: none;
}

/* ################################################################### */
/* #                              PRICE                              # */
/* ################################################################### */

table.price {
	border-collapse: collapse;
	margin: 20px 0px 2px 0px;
}

table.price td,
table.price th {
	height: 21px;
	line-height: 21px;
	color: #4F4F4F;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

table.price th {
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.price td {
	border-top: 1px solid #cccccc;
}

/* ###################################################################### */
/* #                              CONTACTS                              # */
/* ###################################################################### */

table.contacts {
	margin: 17px 0px 2px 0px;
}

table.contacts td {
	color: #4F4F4F;
	font-size: 12px;
	vertical-align: top;
}

table.contacts input,
table.contacts textarea {
	border: 1px solid #b0b0b0;
	width: 454px;
	margin-bottom: 13px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.contacts input {
	height: 17px;
	line-height: 17px;
}

table.contacts input.submit {
	height: 19px;
	width: 83px;
	font-size: 11px;
	line-height: 10px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	cursor: pointer;
}

/* ################################################################################## */
/* #                              CONTENT BOTTOM BLOCK                              # */
/* ################################################################################## */

div.contentBottomBlock {
	font-size: smaller;
	margin-top: 21px;
	zoom: 1.0;
}

div.contentBottomBlock a {
	color: #234E7A;
	text-decoration: underline;
}

div.contentBottomBlock a:hover {
	text-decoration: none;
}

/* ####################################################################### */
/* #                              NEWS LIST                              # */
/* ####################################################################### */

div.newsList { padding-top: 17px; }

div.newsList dl { margin-bottom: 17px; }

div.newsList dd { margin-top: 0.25em; }

div.newsList h2 {
	font-size: 12px;
	color: #234E7A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div.newsList h2 a {
	color: #234E7A;
	text-decoration: underline;
}

div.newsList h2 a:hover { text-decoration: none; }

div.newsList p { margin-top: 0.5em; }

div.largeLeftColumn div.newsList ul { 
	list-style-type: none;
	margin: 0 0 10px 0;
	height: 21px;
	padding: 10px 0 0 0;
}

div.largeLeftColumn div.newsList li {
	float: left;
	display: block;
	height: 21px;
	line-height: 21px;
	background: none;
	padding: 0;
	margin: 0 4px 0 0;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-align: center;
}

div.largeLeftColumn div.newsList li.one {
	background: transparent url(../images/news_pager_items.gif) no-repeat left top;
	width: 21px;
}

div.largeLeftColumn div.newsList li.two {
	background: transparent url(../images/news_pager_items.gif) no-repeat left -21px;
	width: 28px;
}

div.largeLeftColumn div.newsList li.three {
	background: transparent url(../images/news_pager_items.gif) no-repeat left -42px;
	width: 35px;
}

div.largeLeftColumn div.newsList li.previous {
	background: transparent url(../images/news_pager_items.gif) no-repeat left -63px;
	width: 105px;
}

div.largeLeftColumn div.newsList li.next {
	background: transparent url(../images/news_pager_items.gif) no-repeat left -84px;
	width: 99px;
}

div.largeLeftColumn div.newsList li.current {
	color: #cccccc;
	font-weight: bold;
}

div.newsList li a {
	color: #666666;
	text-decoration: none;
	height: 21px;
	display: block;
}

div.newsList li a:hover { color: #234E7A; }

div.newsList li.one a { width: 21px; }

div.newsList li.two a { width: 28px; }

div.newsList li.three a { width: 35px; }

div.newsList li.previous a { width: 105px; }

div.newsList li.next a { width: 99px; }

/* ######################################################################## */
/* #                              NEWS BLOCK                              # */
/* ######################################################################## */

div.newsBlock {
	margin: 27px 0 0 0;
	padding-bottom: 7px;
}

div.newsBlock h2 {
	font-size: 23px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 23px;
}

div.newsBlock div.all {
	float: right;
	margin-top: -28px;
}

div.newsBlock div.all a {
	color: #234E7A;
	text-decoration: underline;
}

div.newsBlock div.all a:hover { text-decoration: none; }

div.newsBlock div.all img {
	padding-left: 8px;
	position: relative;
	top: -1px;
}

div.newsBlock div.newsBlockRow {
	background: transparent url(../images/horizontal_dotted_line.gif) repeat-x left top;
	margin-top: 16px;
	padding: 17px 0 0 0;
}

div.newsBlock div.newsBlockRowContainer {
	background: transparent url(../images/vertical_dotted_line.gif) repeat-y center top;
}

div.newsBlock dl {
	float: left;
	width: 49.9%;
}

div.newsBlock dl.left dt,
div.newsBlock dl.left dd { margin: 0 32px 0 0; }

div.newsBlock dl.right dt,
div.newsBlock dl.right dd { margin: 0 0 0 32px; }

div.newsBlock dt {
	padding-bottom: 0.25em;
}

div.newsBlock div.newsBlockRowContainer h3 {
	font-size: 12px;
	color: #234E7A;
	font-weight: normal;
}

div.newsBlock div.newsBlockRowContainer h3 a {
	color: #234E7A;
	text-decoration: underline;
}

div.newsBlock div.newsBlockRowContainer h3 a:hover { text-decoration: none; }

div.newsBlock div.newsBlockRowContainer p {
	margin-top: 0.5em;
}

/* ########################################################################### */
/* #                              NEWS DETAILED                              # */
/* ########################################################################### */

img.leftFloat {
	background-color: #FFFFFF;
	padding: 2px;
	border: 5px solid #CCCCCC;
	float: left;
	margin: 15px 21px 21px 0;
}

img.rightFloat {
	background-color: #FFFFFF;
	padding: 2px;
	border: 5px solid #CCCCCC;
	float: right;
	margin: 15px 0 21px 21px;
}

div.newsInfo p {
	margin-bottom: 1em;
}

div.newsInfo a {
	color: #234E7A;
	text-decoration: underline;
}

div.newsInfo a:hover { text-decoration: none; }

div.newsInfo img {
	padding-left: 8px;
	position: relative;
	top: -1px;
}

/* #################################################################### */
/* #                              FOOTER                              # */
/* #################################################################### */

div.footer {
	margin-top: 23px;
    height: 114px;
	background-color: #FF0000;
	background: transparent url(../images/dotted_line.gif) repeat-x left top;
}

div.footerContacts {
	color: #4F4F4F;
	font-size: 13px;
	line-height: 17px;
	margin-top: 27px;
	float: left;
}

div.footerContacts a {
	color: #234E7A;
	text-decoration: underline;
}

div.footerContacts a:hover {
	text-decoration: none;
}

div.footerBanners {
	float: right;
	display: inline;
	margin: 29px 50px 0px 0px;
}

div.footerBanners div.banner {
	margin-left: 12px;
	float: left;
}

/* ################################################################## */
/* #                              MISC                              # */
/* ################################################################## */

a.whatLock img {
	margin: 10px 0 0 10px;
}

.separator {
	display: block;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	line-height: 1px;
	margin-top: 17px;
	margin-bottom: 10px;
}

.separator.bottom {
	margin-top: 10px;
	margin-bottom: 0px;
}

.borderedImages img {
	border: 2px solid #CCCCCC;
}

/* ########################################################################## */
/* #                              SCROLL BLOCK                              # */
/* ########################################################################## */

#scrollBlock-widget {
	width: 580px;
	height: 78px;
	padding: 1px 0;
	margin: 15px 0;
	background-color: #cccccc;
	position: relative;
}

#scrollBlock-widget.gallery {
	height: 116px;
}

#scrollBlock-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	zoom: 1.0;
}

#scrollBlock {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

#scrollBlock li {
	list-style-type: none;
	height: 100%;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#scrollBlock li a {
	float: left;
	display: block;
	position: absolute;
}

#scrollBlock li a img {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	border: 2px solid #999999;
	position: relative;
}

#scrollBlock-widget.gallery li a img { border-width: 5px; }

#scrollBlock li a:hover {
	cursor: pointer;
	cursor: hand;
}

#scrollBlock li a:hover img { border-color: #990000; }

#scrollBlock-previous,
#scrollBlock-next {
	width: 14px;
	position: absolute;
	height: 100%;
	top: 0;
}

#scrollBlock-previous { left: -14px; }

#scrollBlock-next { left: 580px; }

#scrollBlock-previous a,
#scrollBlock-next a {
	display: block;
	width: 14px;
	height: 19px;
	float: left;
	line-height: 19px;
	background: transparent url(../images/scroll_block_arrow_buttons.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 1%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -7px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	outline: none;
	-moz-outline: 0 none;
	noFocusLine: expression(this.onFocus = this.blur());
}

#scrollBlock-previous a { background-position: left top; }

#scrollBlock-next a { background-position: right top; }

#scrollBlock-previous a:hover { background-position: left bottom; }

#scrollBlock-next a:hover { background-position: right bottom; }