/* ##################################################################### */
/* #                              GENERAL                              # */
/* ##################################################################### */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/dotted_line.gif) repeat-x left 212px;
}

.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;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	color: #FF0000
}

/* ####################################################################### */
/* #                              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.headerPhone {
	color: #4F4F4F;
	font-size: 13px;
	padding-top: 35px;
	height: 39px;
}

div.headerPhone span {
	color: #234E7A;
	font-size: 22px;
	display: block;
	line-height: 28px;
}

div.headerPhone a {
	color: #234E7A;
	text-decoration: underline;
}

div.headerPhone a:hover {
	text-decoration: none;
}

div.header ul {
	list-style-type: none;
	margin-top: 88px;
	height: 21px;
}

div.header ul li {
	float: left;
	margin-right: 18px;
	color: #FFFFFF;
	height: 21px;
	display: block;
	font-size: 13px;
	background: #234E7A url(../images/main_menu_button_side.gif) no-repeat left top;
}

div.header ul li span {
	line-height: 20px;
	height: 21px;
	display: block;
	float: left;
	padding: 0px 1px;
	background: transparent url(../images/main_menu_button_side.gif) no-repeat right top;
}

div.header ul li.kerningFix span,
div.header ul li.kerningFix a {
	padding-left: 2px;
}

div.header ul li a {
	line-height: 20px;
	height: 21px;
	display: block;
	float: left;
	padding: 0px 1px;
	background-color: #FFFFFF;
	color: #234E7A;
	text-decoration: underline;
}

div.header ul li a:hover {
	text-decoration: none;
}

div.header img {
	float: right;
	display: inline;
	margin: 9px 31px 0px 0px;
}

div.headerPhone img {
	float: left;
	display: block;
	margin: 5px 0px 0px 0px;
}

/* ########################################################################## */
/* #                              BREAD CRUMBS                              # */
/* ########################################################################## */

div.breadCrumbs {
	color: #999999;
	font-size: 11px;
	margin-top: 57px;
}

div.breadCrumbs a {
	color: #234E7A;
	text-decoration: underline;
}

div.breadCrumbs a:hover {
	text-decoration: none;
}

/* ########################################################################## */
/* #                                                     MENU LINE                                                       # */
/* ########################################################################## */

div.menuLine {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}

div.menuLine a {
	color: #234E7A;
	text-decoration: underline;
}

div.menuLine a:hover {
	text-decoration: none;
}

/* ########################################################################## */
/* #                              BOTTOM LINKS                              # */
/* ########################################################################## */

div.bottomLinks {
	color: #999999;
	font-size: 13px;
	margin: 16px 0px 0px 0px;

}

div.bottomLinks a {
	color: #234E7A;
	text-decoration: underline;
}

div.bottomLinks a:hover {
	text-decoration: none;
}

/* ##################################################################### */
/* #                              CONTENT                              # */
/* ##################################################################### */

div.content {
	margin-top: 25px;
}

div.content h1 {
	font-family: Georgia, Arial, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 1em;
}

/*div.content h2 {
	font-family: Georgia, Arial, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 23px;
}*/


div.content h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
}

/* ########################################################################## */
/* #                              LEFT COLUMNS                              # */
/* ########################################################################## */

div.smallLeftColumn {
	font-size: 12px;
	color: #4F4F4F;
	line-height: 16px;
	width: 418px;
	padding-right: 13px;
	float: left;
}

div.smallLeftColumn p {
	margin-top: 15px;
}

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 a {
	color: #234E7A;
}

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.gallery {
	width: 642px;
	float: left;
	color: #4F4F4F;
	line-height: 16px;
	overflow: hidden;
}

div.text {
	padding-bottom: 5px;
}

a.latestProjects img {
	margin: 10px 0px 0px 10px;
}

/* ########################################################################### */
/* #                              RIGHT COLUMNS                              # */
/* ########################################################################### */

div.rightColumn {
	width: 248px;
	float: left;
}

div.rightColumn ul {
	list-style-type: none;
	font-size: 12px;
	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;
}

/* ###################################################################### */
/* #                              PRODUCTS                              # */
/* ###################################################################### */

div.productsList {
	width: 459px;
	float: left;
}

div.productsList div{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 11px;
	display: inline;
	margin: 0px 0px 38px 13px;
}

div.productsList div a {
	color: #234E7A;
	text-decoration: underline;
}

div.productsList div a img {
	display: block;
	margin-bottom: 1px;
}

div.productsList div a:hover {
	text-decoration: none;
}

/* ###################################################################### */
/* #                              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;
}

/* ############################################################################# */
/* #                              PRODUCTS IMAGES                              # */
/* ############################################################################# */

div.productsImages {
	margin-top: 17px;
}

div.productsImages div {
	float: left;
	text-align: center;
	color: #234E7A;
	font-size: 11px;
	margin: 0px 60px 0px 0px;
	padding-bottom: 16px;
	width: 154px;
}

div.productsImages div a {
	text-decoration: none;
	color: #234E7A;
}

div.productsImages div a:hover {
	text-decoration: none;
}

div.productsImages div a span {
	text-decoration: underline;
}

div.productsImages div a:hover span {
	text-decoration: none;
}

div.productsImages div img {
	display: block;
	margin-bottom: 10px;
	border: 2px solid #cccccc;
}

/* ################################################################### */
/* #                              PAGER                              # */
/* ################################################################### */

div.gallery ul {
	list-style-type: none;
	margin: 7px 0px 6px 0px;
	height: 21px;
}

div.gallery ul li {
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background: transparent url(../images/pager_selection.gif) no-repeat left top;
	font-size: 13px;
	color: #FFFFFF;
	float: left;
}

div.gallery ul li.char1to2 {
	margin-left: 2px;
}

div.gallery ul li.char2to2 {
	margin-left: 6px;
}

div.gallery ul li a {
	color: #234E7A;
	text-decoration: underline;
	width: 21px;
	height: 21px;
	display: block;
	background-color: #FFFFFF;
}

div.gallery ul li a:hover {
	text-decoration: none;
}

/* #################################################################### */
/* #                              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;
}

/* ########################################################################## */
/* #                              SCROLL BLOCK                              # */
/* ########################################################################## */

#scrollBlock-widget {
	width: 580px;
	height: 116px;
	padding: 1px 0;
	margin: 15px 0;
	background-color: #cccccc;
	position: relative;
}

#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: 5px solid #B1B1B1;
	position: relative;
}

#scrollBlock li a:hover {
	cursor: pointer;
	cursor: hand;
}

#scrollBlock li a:hover img { border: 5px solid #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; }

/* ############################################################################## */
/* #                              ADDITIONAL BLOCK                              # */
/* ############################################################################## */

.additionalBlock {
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	zoom: 1.0;
}

.additionalBlock a {
	color: #234E7A;
	text-decoration: underline;
}

.additionalBlock a:hover {
	text-decoration: none;
}

/* ############################################################################## */
/* #                                                 IMAGES LIST                                                                # */
/* ############################################################################## */

div.imagesList {
	width: 580px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 15px 0 15px 0;
	padding: 0 0 12px 0;
	position: relative;
	overflow: hidden;
}

div.imagesList ul {
	list-style-type: none;
	width: 600px;
	position: relative;
	left: -10px;
	margin: 0;
	cursor: default;
}

div.imagesList ul li {
	list-style-type: none;
	float: left;
	margin: 12px 12px 0 12px;
	padding: 0;
	display: inline;
}

div.imagesList ul li a img {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	border: 4px solid #B1B1B1;
}

div.imagesList ul li a:hover {
	cursor: pointer;
	cursor: hand;
}

div.imagesList ul li a:hover img { border: 4px solid #990000; }

/* ####################################################################### */
/* #                              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-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

div.newsList h2 a {
    color: #234E7A;
    font-style: italic;
    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-family: Georgia, Arial, serif;
    font-size: 23px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 23px;
}

div.newsBlock div.all {
    float: right;
    margin-top: -28px;
}

div.newsBlock div.all a {
    color: #234E7A;
    font-style: italic;
    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-style: italic;
    font-weight: normal;
}

div.newsBlock div.newsBlockRowContainer h3 a {
    color: #234E7A;
    font-style: italic;
    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;
    font-style: italic;
    text-decoration: underline;
}

div.newsInfo a:hover { text-decoration: none; }

div.newsInfo img {
    padding-left: 8px;
    position: relative;
    top: -1px;
}
