/* ##################################################################### */
/* #                              GENERAL                              # */
/* ##################################################################### */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/background.gif) repeat-x left top;
}

.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;
}

/* ####################################################################### */
/* #                              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: 30px;
	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: 21px;
	font-weight: normal;
	margin-bottom: 2px;
}

div.contentBottomBlock {
	font-size: smaller;
	padding-top: 15px;
}

/* ########################################################################## */
/* #                              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 {
	color: #234E7A;
	text-decoration: underline;
}

div.largeLeftColumn a:hover {
	text-decoration: none;
}

/* ########################################################################### */
/* #                              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;
}

a.whatLock img {
	margin: 10px 0px 0px 10px;
}

/* ################################################################### */
/* #                              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;
}

/* #################################################################### */
/* #                              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;
}
