﻿/* COMMON SETTINGS */
body,td,th {

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #474747;
}

body {
	background-color: #efefef;
	margin: 0px;
	width:100%;
	overflow-x:hidden;
}

a:link {
	color: #1f226e;
	text-decoration: underline;
	
}

a:hover {
	
	color: #a2547d;
	text-decoration: none;
	
}

a:active {
	color: #a2547d;
	text-decoration: underline;
}

h1 {
	
	font-size: 24px;
	color: #902f63;
	font-weight:normal;
	
	margin-top:15px;
	margin-bottom: 10px;
	
}

h2 {

	font-size: 18px;
	color: #902f63;
	font-weight:normal;
	margin-top:10px;
	margin-bottom: 10px;

}

h3 {

    font-size: 15px;
    color: #902f63;
    font-weight:normal;
    margin-top:10px;
    margin-bottom: 10px;

}

a img {
	border:none;
}

div.clear {

    clear:both;
}

div.clear_both {
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
}

div.clear_left {
	clear:left;
}

div.clear_right {
	clear:right;
}

div.centered {
	margin:0 auto;
	width:1010px;
	text-align:left;
}


/* 100 DIV HEIGHT STYLES */
.parent {

	display: block; 
	min-height: 100%; 
	width: 100%;	
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index:2;

}

.main_part {

	padding-bottom: 100px;

}

.footer {
	
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width: 100%; 
	display: block; 
	height: 100px;
	z-index: 999; 
	padding: 0px; 
	margin: 0px; 
	overflow:hidden;
	background-image:url('images/index/footer_bg.png');
	background-repeat:repeat-x;
	background-position:center;
	
}

/* //COMMON SETTINGS */
.header {

	text-align:center;
	position:relative;
	z-index:100;

}

.header_index {

	height:600px;

}

.header_internal {

	height:400px;

}

.header .centered {

	position: relative;
	
}

.header .centered .header_content {
	
	height: 400px;
	overflow:hidden;	
	margin-top:15px;
	
	position: relative;
	
}

.header .centered .header_content .col1,
.header .centered .header_content .col2,
.header .centered .header_content .col3 {
	
	float: left;
	position: relative;
	
}


.header .centered .header_content .col1 {

	width: 250px;
	text-align:center;
	
}

.header .centered .header_content .col2 {

	width: 500px;
	text-align:center;

}

.header .centered .header_content .col3 {

	width: 250px;
	text-align:center;
}


.header .centered .header_content .col1 .company_logo {

	height: 81px;
}

.header .centered .header_content .col1 .vertical_nav_bar {

	width:146px;
	margin-left:52px;
	margin-right:52px;
	margin-top:-20px;
	
	position: relative;

}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_top {

	background-image:url('images/index/vertical_nav_bar_top_img.png');
	background-position: center center;
	background-repeat:no-repeat;
	
	height: 26px;
	width: 146px;
	

}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu {

	background-image:url('images/index/vertical_nav_bar_bg.png');
	background-position: center center;
	background-repeat:repeat-y;
	
	width: 146px; 

	padding-bottom: 5px;
	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul {
	
	list-style:none;
	margin:0px;
	padding:0px;
	
	width: 158px;
	margin-left:-6px;
	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li {
	
	width: 158px;
	padding-bottom:5px;	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li a {

	color:#fff;
	text-decoration:none;
	border-bottom: 1px dashed #fff;
	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li div.link {
	
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li div.cur_link_top {
	
	height:5px;
	
	background-image:url('images/index/nav_bar_link_top.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	visibility:hidden;
	
}
.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li div.cur_link_bottom {
	
	height:6px;
	
	background-image:url('images/index/nav_bar_link_bottom.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	visibility:hidden;
	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li.current a {

	border-bottom: none;
	
}

.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li.current div.link {
	
	background-color: #91315f;	
	
}
.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li.current div.cur_link_top {
	
	visibility:visible;
	
}
.header .centered .header_content .col1 .vertical_nav_bar .vertical_nav_bar_menu  ul  li.current div.cur_link_bottom {
	
	visibility:visible;
	
}


/* SEARCH AND QUESTION-ANSWER BLOCKS */
.header .centered .header_content .col2 .left, .header .centered .header_content .col2 .right  {

	float: left;
	height: 24px;

}

.header .centered .header_content .col2 .left {
	
	width: 285px;
}


.header .centered .header_content .col2 .right {
	
	width: 150px;
	margin-left: 40px;
	
}


.header .centered .header_content .col2 .right .question_img, .header .centered .header_content .col2 .right .question_block  {
	
	float:left;
	height: 24px;
	
}

.header .centered .header_content .col2 .right .question_img {
	
	width: 38px;
	
	background-image:url('images/index/question_img.png');
	background-repeat: no-repeat;
	background-position:center center;
	
}

.header .centered .header_content .col2 .right .question_block {

	background-color:#1f226e;	
	vertical-align: middle;
	line-height: 24px;	
	
}

.header .centered .header_content .col2 .right .question_block a {

	text-decoration:underline;
	color:#fff;
	font-size:13px;
	
	padding: 5px 10px 5px 10px;
	margin-left: -10px;	
	
}


.header .centered .header_content .col3 .icon, .header .centered .header_content .col3 .phone  {

	float: left;

}

.header .centered .header_content .col3 .icon {
	
	background-image:url('images/index/header_phone_img.png');
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 50px;
	height: 30px;
	margin-top:-3px;
	
}

.header .centered .header_content .col3 .phone {

	color: #195499;
	font-size:18px;	

}

.header .centered .header_content .col3 .company_address {

	font-size: 12px;	
	color: #195499;
	text-align:left;
	padding-left: 50px;

}

/* OLD SITE BLOCK */
.header .centered .header_content .col3 .old_site_block {

    margin-left: 45px;;

}

.header .centered .header_content .col3 .old_site_block .left_bg,
.header .centered .header_content .col3 .old_site_block .middle_bg,
.header .centered .header_content .col3 .old_site_block .right_bg {

    float: left;
    background-position:center center;
    height: 28px;

}


.header .centered .header_content .col3 .old_site_block .left_bg {

    background-image:url('images/oldsite/left_bg.png');
    background-repeat: no-repeat;

    width: 8px;

}


.header .centered .header_content .col3 .old_site_block .middle_bg {

    background-image:url('images/oldsite/middle_bg.png');
    background-repeat:repeat-x;

    width:100px;

}

.header .centered .header_content .col3 .old_site_block .right_bg {

    background-image:url('images/oldsite/right_bg.png');
    background-repeat:no-repeat;

    width: 3px;

}

.header .centered .header_content .col3 .old_site_block a {

    color: #d5e6f0;
    font-size:11px;
    font-weight: bold;

    display: block;
    margin-top: 6px;


}



.header .centered .header_add_area {
	
	height: 300px;
	overflow:hidden;
	
	position: absolute;
	right: 70px;
	top:90px;
		
}

.header .centered .header_add_area .area {

	display:none; /*initially hidden*/

}


.header .centered .header_add_area .area_1 {

	margin-right:30px;
	margin-top:75px;

}

.header .centered .header_add_area .area_2 {

	
}

.header .centered .header_add_area .area_2 ul {
	
	margin:0px;
	padding:0px;	
	list-style:none;

}

.header .centered .header_add_area .area_2 ul li {

	width: 120px;
	height: 151px;
	
	background-image:url('images/index/submenu_bg.png');
	background-position:center center;
	background-repeat:no-repeat;	
	
	float:left;
	margin-right:2px;
	
	text-align:left;
	vertical-align:top;
	
	
}

.header .centered .header_add_area .area_2 ul li a {

	display:block;	

	width:120px;
	height:90px;
	
	color: #fff;
	text-decoration:underline;
	text-align:center;	
	
	padding-top:90px;

}

.header .centered .header_add_area .area_2 ul li.current {

	width: 120px;
	height: 151px;
	
	background-image:url('images/index/submenu_active_bg.png');
	background-position:center center;
	background-repeat:no-repeat;	
	
}

.header .centered .header_add_area .area_2 ul li.current a {
	
	text-decoration:none;
	
}


.header .centered .header_add_area .area_2 ul li a.concrete_bg {

	background-image:url('images/index/submenu_icons/concrete_auto_icon.png');
	background-position:50% 20%;
	background-repeat:no-repeat;	


}

.header .centered .header_add_area .area_2 ul li a.dry_mix_bg {

	background-image:url('images/index/submenu_icons/dry_mix_pocket_icon.png');
	background-position:50% 30%;
	background-repeat:no-repeat;	

}


.header .centered .header_add_area .area_2 ul li a.cement_bg {

	background-image:url('images/index/submenu_icons/cement_pocket_icon.png');
	background-position:50% 20%;
	background-repeat:no-repeat;	

}

.header .centered .header_add_area .area_3 {

	margin-right:55px;
	
}


.header .centered .header_add_area .header_area a {

	background-image:url('images/index/header_add_head_bg.png');
	background-repeat:repeat-x;
	color:#fff;
	
	padding:5px;
	font-size:24px;
	
}

.header .centered .header_add_area .features_area {

	margin-top:5px;
	margin-bottom:5px;
	
}


.header .centered .header_add_area .features_area ul {

	list-style:none;
	margin:0px;
	padding:0px;	
	
}

.header .centered .header_add_area .features_area ul li {

	font-size:12px;
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	line-height:25px;
	
	display:block;
	float:left;
	clear:left;
	
	padding-left:5px;
	padding-right:5px;
	
	white-space:nowrap;
	
	background-image:url('images/index/header_add_content_bg.png');
	background-repeat: repeat;

}



/* MAIN CONTENT */
.main_content {
	
	position:relative;
	
	z-index:100;	
	margin-top:10px;
	
}

/* INDEX_PAGE COLUMNS */
.main_content .centered > .left, .main_content .centered > .center, .main_content .centered > .right {

	float: left;
}

.main_content .centered > .left {
	
	width: 240px;
	padding-left: 15px;
	
}

.main_content .centered > .center {
	
	width: 500px;
	
}

.main_content .centered > .right {
	
	width: 250px;
	
}


/* INTERNAL_PAGE COLUMNS */
.main_content .centered .int_left, .main_content .centered .int_right {

	float: left;
}

.main_content .centered .int_left {
	
	width: 300px;
	
}

.main_content .centered .int_right {
	
	width: 700px;
	
}



/* COLUMNS HEADERS */
.main_content .centered div.vertical_line, .main_content .centered div.content_header {
	
	float: left;
	
}

.main_content .centered div.vertical_line {
	
	width: 3px;
	height:27px;
	
	background-image:url('images/index/head_vertical_line_bg.png');
	background-repeat:repeat-x;
	background-position:left center;
	
}

.main_content .centered div.content_header {

	font-size:24px;
	color: #902f63;
	
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top:-4px;
	
}

.main_content .centered div.content_header a {
	
	text-decoration: none; 
	background: url('images/index/header_underline_stripe_bg.jpg') repeat-x 100% 100%;
	padding-bottom: 2px;
	white-space: nowrap;
	
	color: #902f63 !important;
		
}


/* LEFT COLUMN */

/* COMPANY PRESENTATION LINK */
.main_content .centered .int_left .company_presentation_link {

	height: 100px;
	
	background-image:url('images/internal/download_presentation_icon.png');
	background-position:center center;
	background-repeat:no-repeat;
	
	position: relative;
	
	margin-bottom:20px;

}

.main_content .centered .int_left .company_presentation_link a {

	color: #efefee;
	font-size:14px;
	
	position: absolute;
	left: 95px;
	top:40px;
	
	text-decoration:none;

}


.main_content .centered .int_left .company_presentation_link a span {

	color: #e4a0c4;
	font-size:10px;
	
	padding-left:2px;

}


/* FAST LINKS BLOCK */
.main_content .centered .fast_links_block {

	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	height: 150px;

}


.main_content .centered .int_left .fast_links_block .online_order_link, 
.main_content .centered .int_left .fast_links_block .articles_link  {


	height: 75px;
	position: relative;

}

.main_content .centered .int_left .fast_links_block .online_order_link {

	
	background-image:url('images/internal/online_order_icon.png');
	background-position:center center;
	background-repeat:no-repeat;

}

.main_content .centered .int_left .fast_links_block .articles_link {
	
	background-image:url('images/internal/articles_link_icon.png');
	background-position:center center;
	background-repeat:no-repeat;

	
}


.main_content .centered .int_left .fast_links_block .online_order_link a, 
.main_content .centered .int_left .fast_links_block .articles_link a  {

	color: #efefee;
	font-size:18px;
	
	position: absolute;	
	text-decoration:none;

}


.main_content .centered .int_left .fast_links_block .online_order_link a {
	
	top: 20px;
	left:110px;
	
}


.main_content .centered .int_left .fast_links_block .articles_link a {
	
	top: 25px;
	left:110px;
	
	
}


/* MANAGERS BLOCK */
.main_content .centered .managers_block {
	
	
	margin-left:20px;
	margin-bottom:0px;

}


.main_content .centered .managers_block .top_managers {
	
	padding-top:20px;
	padding-bottom:20px;

}

.main_content .centered .managers_block .top_managers .current_manager {

	margin-bottom: 20px;
	width: 250px;

}

.main_content .centered .managers_block .top_managers .current_manager .manager_photo, 
.main_content .centered .managers_block .top_managers .current_manager .manager_description {


	float: left;


}

.main_content .centered .managers_block .top_managers .current_manager .manager_photo {
	
	width: 90px;
	
}

.main_content .centered .managers_block .top_managers .current_manager .manager_description {
	
	
	width: 150px;
	
	padding-left: 10px;
	margin-top:-2px;
	
}

.main_content .centered .managers_block .top_managers .current_manager .manager_description .full_name {

	color:#1f226e;
	font-size:14px;
	
	padding-bottom:2px;

}

.main_content .centered .managers_block .top_managers .current_manager .manager_description .job_position {

	color:#515151;
	font-size:12px;
	
	padding-bottom:10px;

}


.main_content .centered .managers_block .top_managers .current_manager .manager_description .contact_phone {

	color:#515151;
	font-size:12px;
	
	padding-bottom:2px;

}

.main_content .centered .managers_block .top_managers .current_manager .manager_description .contact_e-mail {
	
	padding-bottom:2px;
	
	
}

.main_content .centered .managers_block .top_managers .current_manager .manager_description .contact_e-mail a {

	color:#902f63;
	font-size:12px;

}

/* INTERNAL CERTS BLOCK */
.main_content .centered .certs_block {

	margin-left:20px;

}

/* CENTER COLUMN */
.main_content .centered .center .content_area {

	padding: 5px 10px 10px 15px;	
	line-height: 1.5em;
	
}

.main_content .centered .center .content_area a {

	color: #52558e;

}

/* RIGHT COLUMN */


/* INTERNAL PAGE RIGHT COLUMN */
.main_content .centered .int_right .int_right_box_wrap hr {

	display:block;
	height: 2px;
	
	background-image:url('images/internal/hr_underline_stripe_bg.png');
	background-repeat:repeat-x;
	background-position:center center;
	
	background-color:#d9d9d9;
	
	border:none;	
	margin-bottom: 15px;
			
}


/* RESPONSES BLOCK */
.main_content .centered .responses_block {

	height: 110px;	
	margin-bottom:60px;
	
}


.main_content .centered .responses_block .top_responses_container {

	height: 100px;

}

.main_content .centered .responses_block .top_responses_container .left, .main_content .centered .responses_block .top_responses_container .middle, 
.main_content .centered .responses_block .top_responses_container .right {
	
	float: left;
	height: 100px;
	
}

.main_content .centered .responses_block .top_responses_container .left {
	
	width: 30px;
	
}

.main_content .centered .responses_block .top_responses_container .left a {

	display: block;
	width: 30px;
	height: 100px;

	background-image:url('images/internal/prev_response_icon.png');
	background-position:center center;
	background-repeat:no-repeat;
	
	text-decoration:none;


}

.main_content .centered .responses_block .top_responses_container .middle {
	
	width: 620px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.main_content .centered .responses_block .top_responses_container .right {
	
	width: 30px;
		
}


.main_content .centered .responses_block .top_responses_container .right a {

	
	display: block;
	width: 30px;
	height: 100px;

	
	background-image:url('images/internal/next_response_icon.png');
	background-position:center center;
	background-repeat:no-repeat;
	
	text-decoration:none;

}


.main_content .centered .responses_block .top_responses_container .middle .current_response {

	height: 100px;
}

.main_content .centered .responses_block .top_responses_container .middle .current_response .response_date {

	font-size:9px;
	color: #797979;
	
	padding-bottom: 10px;

}

.main_content .centered .responses_block .top_responses_container .middle .current_response .response_content {
	
	font-size:13px;
	color: #474747;
	
	padding-bottom: 10px;

}

.main_content .centered .responses_block .top_responses_container .middle .current_response .response_author {

	font-size:12px;
	color: #52558e;
	
	font-style:italic;
	
}


/* CONTENT */
.main_content .centered .int_right .int_right_box_wrap .features_list ul {

	list-style-image:url('images/img_bullet.jpg');

	line-height:25px;
	
	margin: 0px;
	padding:0px;
	
	padding-left:10px;
	
	float:left;
	width: 40%;
	
	text-align:left;
	
}

.main_content .centered .int_right .int_right_box_wrap .features_list ul li {

	margin: 0px;
	padding:0px;
	max-width: 250px;

}

/* TABLES */
.main_content table.price_table, .main_content table.delivery_table {

	border-collapse:collapse;

}


/* PRICE TABLE */
.main_content table.price_table td, .main_content table.price_table th {

	border-collapse:collapse;
	
}

.main_content table.price_table thead th {
	
	color: #7a7a7a;
	font-size: 13px;
	font-style:italic;
	
	width: 150px;
	text-align: center;
		
}

.main_content table.price_table thead tr {

	height: 25px;

}

.main_content table.price_table tbody tr {

	height: 30px;
	
}

.main_content table.price_table tbody tr {


	border-bottom: 1px #a0a0a0 dashed;

}


.main_content table.price_table thead tr th.first_column {
	
	text-align:left;
	
} 

.main_content table.price_table tbody tr td.first_column {

	text-align:left;

}

.main_content table.price_table tbody tr td {

	color: #2d2d2d;
	font-size:14px;
	
	width: 150px;
	text-align: center;
		
}

/* DELIVERY TABLE */
.main_content table.delivery_table td, .main_content table.delivery_table th {

	border-collapse:collapse;
	
}

.main_content table.delivery_table thead th {
	
	color: #7a7a7a;
	font-size: 13px;
	font-style: italic;
	
	width: 100px;
	text-align: center;
		
}

.main_content table.delivery_table thead tr {

	height: 25px;

}

.main_content table.delivery_table tbody tr {

	height: 40px;
	
}


.main_content table.delivery_table tbody tr {


	border-bottom: none;

}

.main_content table.delivery_table tbody .white_color_record {


	background-color: #fff;

}

.main_content table.delivery_table thead tr th.first_column {
	
	text-align:left;
	width: 330px;
	
} 

.main_content table.delivery_table tbody tr td.first_column {

	text-align:left;
	width: 330px;
	
}

.main_content table.delivery_table tbody tr td {

	color: #2d2d2d;
	font-size:14px;
	
	width: 150px;
	text-align: center;
		

}


/* PHOTO GALLERY */
.main_content .centered .int_right .int_right_box_wrap .photo_gallery {

	padding: 0px;
	margin:0px;

}

.main_content .centered .int_right .int_right_box_wrap .photo_gallery .photo_block {

	float: left;
	margin-right:15px;
	padding:4px;

	background-color: #fff;	
	text-align:center;
	
	/* shadow */
	-moz-box-shadow:0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;


}


/* FOOTER */
.footer .centered .left, .footer .centered .middle, .footer .centered .right {

	float: left;
	height: 100px;
		
}

.footer .centered .left {
	
	width:150px;
	text-align: center;
	vertical-align:middle;
		
}

.footer .centered .left .left_box_wrap {

	margin-top:12px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#efefef;

}

.footer .centered .middle {

	width:650px;
	text-align:center;
	
}

.footer .centered .middle .bottom_info {
	
	height: 65px;
	margin-top:15px;
}

.footer .centered .middle .bottom_info .left, 
.footer .centered .middle .bottom_info .middle, 
.footer .centered .middle .bottom_info .right {

	float: left;
	margin-right:15px;
	
	color:#424242;
	font-size:12px;
	text-align:left;


}

.footer .centered .middle .bottom_info .left {
	
	width: 200px;	
}

.footer .centered .middle .bottom_info .middle {
	
	width: 200px;
	
}

.footer .centered .middle .bottom_info .middle .icon, .footer .centered .middle .bottom_info .middle .phone {
	
	float: left;	

}

.footer .centered .middle .bottom_info .middle .icon {

	background-image: url('images/index/footer_phone_img.png');
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 16px;
	height: 16px;

}

.footer .centered .middle .bottom_info .middle .phone {

	margin-left:20px;
	height: 16px;
	
}

.footer .centered .middle .bottom_info .right {
	
	width: 200px;
	
}

.footer .centered > .right {

	width:190px;
	line-height: 65px;*/

}

.footer .centered > .right .right_box_wrap {
	
	background-color:#efefef;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;

}


.footer .centered > .right .right_box_wrap img {

	vertical-align: middle;

}

.footer .centered > .right a {

	color: #e74055;
	
}



/*---- index page illustrations*/
.index_page_illustrations_container {

	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.index_page_illustrations_container ul {
	
	margin:0px;
	list-style:none;
	padding:0px;
		
	width:100%;
	height:600px;
	
}

.index_page_illustrations_container ul li {

	margin:0px;
	padding:0px;	
	width:100%;
	height:100%;	
}

.index_page_illustrations_container ul li div.building_illustration {

	width:100%;
	height:100%;
	background-position: center top;
	background-image:url('images/index/illustrations/building_illustration.jpg');
	background-repeat:no-repeat;
	
}

.index_page_illustrations_container ul li div.concrete_production_illustration {

	width:100%;
	height:100%;
	background-position: center top;
	background-image:url('images/index/illustrations/concrete_production_illustration.jpg');
	background-repeat:no-repeat;
	
}

.index_page_illustrations_container ul li div.concrete_production_illustration .concrete_flash_movie {

	padding-top:200px;

}

.index_page_illustrations_container ul li div.dry_mix_illustration {
	
	width:100%;
	height:100%;
	background-position: center top;
	background-image:url('images/index/illustrations/dry_mix_illustration.jpg');
	background-repeat:no-repeat;

}

.index_page_illustrations_container ul li div.cement_illustration {

	width:100%;
	height:100%;
	background-position: center top;
	background-image:url('images/index/illustrations/cement_illustration.jpg');
	background-repeat:no-repeat;
	
}

.index_page_illustrations_container ul li div.cars_rent_illustration {
	
	width:100%;
	height:100%;
	
	background-position: center top;
	background-image:url('images/index/illustrations/cars_rent_illustration.jpg');
	background-repeat:no-repeat;
	
}


/*---- internal page illustrations*/
.internal_page_illustrations_container {
	
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	
}

.internal_page_illustrations_container ul {
	
	margin:0px;
	list-style:none;
	padding:0px;
		
	width:100%;
	height:400px;
	
}

.internal_page_illustrations_container ul li {

	margin:0px;
	padding:0px;	
	width:100%;
	height:100%;	
	
}


.internal_page_illustrations_container ul li div.internal_illustration {

	width:100%;
	height:100%;
	background-position: center top;
	background-image: url('images/internal/illustrations/internal_illustration.jpg');
	background-repeat:no-repeat;
	
}





/* TEST STYLES AREA */
/* LAST PROJECT */
.last_project_block {

    margin-top: 20px;
    margin-left:0px;

}

.last_project {

    margin-left:5px;
    margin-right: 5px;
    margin-bottom:5px;
    width: 229px;

    border:1px #cbcbcb solid;
    position: relative;

}

.last_project .last_project_header {

    position: absolute;
    top: 15px;
    left: 25px;

}

.last_project .last_project_header:hover a {

    text-decoration:none !important;

}

.last_project .last_project_header a {

    color: #fff;
    font-size:18px;

    background-image:url('../../../images/index/last_project_text_bg.png');
    background-repeat:repeat;

    display:block;
    float:left;
    clear:left;

    padding-top: 3px;
    padding-bottom: 3px;

    padding-left:5px;
    padding-right:5px;

}

.last_project .last_project_name {

    margin:10px;
    text-align:center;

}

.last_project .last_project_name a {

    color: #616161;
    text-decoration:none;

}

/* CAMERA AREA */
.camera_area {

    margin-left:5px;
    margin-right: 5px;
    margin-bottom: 20px;

    width: 231px;
    position: relative;

}

.camera_area .camera_img,.camera_area .camera_area_bg  {

    float:left;
    height: 60px;

}

.camera_area .camera_img {

    width: 149px;

    background-image:url('../../../images/index/video_camera_left.png');
    background-repeat: no-repeat;
    background-position:center center;

}

.camera_area .camera_area_bg {

    width: 82px;

    background-image:url('../../../images/index/video_camera_bg.jpg');
    background-repeat: repeat-x;
    background-position:center center;

}

.camera_area .camera_area_header {

    position: absolute;
    top: 12px;
    left: 70px;

}

.camera_area .camera_area_header a {

    color: #fff;
    font-size:16px;

}

.camera_area .camera_area_add_text {

    position: absolute;
    top: 35px;
    left: 70px;

    color: #b7baf5;
    font-size:10px;
    font-style:italic;
    font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}

.camera_area .camera_area_add_text a {

    color: #fff;
    text-decoration: none;
}

.camera_area .camera_area_add_text a:hover {

    text-decoration: underline;

}



/* TEST STYLES AREA 2 */

/* CERTS AREA */
.main_content .centered .certs {

    width: 229px;
    margin: 20px 5px 20px 5px;
    border: 1px #cbcbcb solid;
    position: relative;

}

.main_content .centered .certs .header_area {

    position: absolute;
    top: -18px;
    left: 30px;

    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;

    background-color: #efefef;

}

.main_content .centered .certs .header_area a {

    color: #3b3d7f;
    text-transform:uppercase;
    white-space:nowrap;

}

.main_content .centered .certs .certs_icons {

    margin: 20px 5px 5px 5px;

}

.main_content .centered .certs .certs_icons .cert_icon {

    float: left;
    width: 100px;
    height: 125px;
    margin: 5px 4px 5px 4px;

    text-align: center;

}





