/* CSS Document */


/* NEWS FOR HOME PAGE */

#news {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 4px;
}

#news h3 {
	font-size: .85em;
	color: #fff;
	text-align: left;
	padding: 3px;
	border-bottom: 1px dashed #ccc;
	margin: 0 3px;
}

.news_content {
	width: auto;
	font-size: .7em;
	color: #ccc;
	text-align: left;
	padding: 3px 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #2d1818;	
}


.news_more a, .news_more a:visited {
	display: block;
	float: right;
	text-align: right;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url(../images/more_bg.jpg) no-repeat right;
}

.news_more a:hover, .news_more a:active {
	display: block;
	float: right;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;	
	text-decoration: underline;		
	background: url(../images/more_bg.jpg) no-repeat right;	
}


.back_bt a, .back_bt a:visited {
	display: block;
	float: right;
	text-align: right;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url(../images/back_bg.jpg) no-repeat right;
	margin: 20px 0;
}

.back_bt a:hover, .back_bt a:active {
	display: block;
	float: right;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;	
	text-decoration: underline;		
	background: url(../images/back_bg.jpg) no-repeat right;	
	margin: 20px 0;	
}

.all_news_more a, .all_news_more a:visited {
	display: block;
	float: right;
	text-align: right;
	color: #fff;
	font-size: .85em;
	width: 121px;
	height: 18px;
	text-decoration: none;
	background: url(../images/more_bg_news.jpg) no-repeat right;
}

.all_news_more a:hover, .all_news_more a:active {
	display: block;
	float: right;
	color: #fff;
	font-size: .85em;
	width: 121px;
	height: 18px;	
	text-decoration: underline;		
	background: url(../images/more_bg_news.jpg) no-repeat right;	
}

.left_nav_photos {
	margin: 1px 0 0 0;
	width: auto;
	height: auto;
	padding: 2px 0;
	border: 5px solid #e9effe;
}


/* NEWS FOR NEWS PAGE */

.news_news_lightblue {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	border: 4px solid #2d1818;	
}

.news_news_grey {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	border: 4px solid #520505;
}

.news_title_date {
	padding: 2px;
	border-bottom: 1px dashed #ccc;
	margin: 0 3px;
}

.news_title {
	float: left;
	width: auto;
	height: auto;
	color: #ccc;
	font-size: 1.2em;
	text-align: left;	
}

.news_date {
	float: right;
	width: 200px;
	height: auto;
	color: #2d1818;
	text-align: right;
}


.news_news_content {
	width: auto;
	height: auto;
	color: #ccc;
	text-align: left;
	padding: 10px 10px;
	line-height: 1.5em;	
}

.news_news_content img {
	width: auto;
	height: auto;
	padding: 2px;
	border: 3px solid #fff;
	margin: 0 5px 5px 0;
}

.desc {
	color: #999;	
}



.number_of_pages {
	margin: 5px 0 5px 0;
	background: #520505;
	padding: 5px;
}

.number_of_pages_left {
	float: left;
	width: 200px;
	height: auto;
	font-size: .8em;
	color: #999;
}

.number_of_pages_right {
	float: right;
	width: auto;
	height: auto;
	font-size: .8em;
	color: #999;	
}

.current_page {
	color: #520505;
	font-size: 1em;	
	border: 1px solid #ccc;
	padding: 0 3px;
	margin: 0 5px 0 0;
	background: #fff;	
}

a.next_page:link, a.next_page:visited {
	color: #fff;
	text-decoration: none;	
	padding: 3px;	
}
a.next_page:hover, a.next_page:active {
	color: #ccc;
	text-decoration: underline;	
	padding: 3px;		

}



/* NEWS FOR HOME PAGE */


#newsletter {
	width: auto;
	height: auto;
	padding: 4px;	
}


#newsletter h3 {
	font-size: .85em;
	color: #fff;
	text-align: left;
	padding: 3px;
	border-bottom: 1px dashed #ccc;
	margin: 0 3px;
}

.newsletter_content {
	width: auto;
	font-size: .7em;
	color: #2d1818;
	text-align: left;
	padding: 5px 10px;
	line-height: 1.5em;	
}

.newsletter_input {
	width: 130px;
	margin: 3px 0 5px 0;
	padding: 3px;
	border: 1px solid #2d1818;
	background: #fafafa;
	color: #2d1818;	
}


/*.main_title {
	width: auto;
	height: auto;
	background: url(../images/main_title_bg.jpg) repeat-x top;


.main_title_2 {
	width: auto;
	height: auto;
	background: url(../images/main_title_bg.jpg) repeat-x top;
	border-top: 1px solid #ccc;	
}

.main_title_2 h1 {
	width: auto;
	height: auto;
	font-size: 1em;
	padding: 18px 10px 0 10px;
	color: #ca373d;
	text-align: left;
}

.main_title h1 {
	width: auto;
	height: auto;
	font-size: 1em;
	padding: 18px 10px 0 10px;
	color: #ca373d;
	text-align: left;	
}

}*/


/* CONTACT */

#contact {
	width: auto;
	height: auto;
	padding: 10px;
	line-height: 1.5em;
}

.notes {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	padding: 5px;
	border: 5px solid #520505;
}

.notes2 {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	padding: 5px;
	border: 5px solid #f5f5f5;
	line-height: 1.8em;
	font-size: .7em;
}

.select_subject {
	width: auto;
	height: auto;
	color: #6699ff;
	font-size: 1.2em;
	background: #fafafa;
	border: 5px solid #f5f5f5;
	padding: 5px;
	margin: 10px 0 0 0;	
	text-align: center;
}

.select_subject select {
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	color: #64c932;
	border: 1px solid #ccc;	
}


#form_block {
	width: auto;
	height: auto;
	margin: 20px 0 20px 0;	
	padding: 0 10px;
}


#form_left {
	float: left;
	width: 197px;
	height: auto;
}

#form_left input {
	width: 180px;
	margin: 3px 0 5px 0;
	padding: 3px;
	border: 1px solid #2d1818;
	background: #fafafa;
	color: #2d1818;	
}

#form_right {
	float: right;
	width: auto;
	height: auto;
}

#form_right textarea {
	width: 300px;
	height: 120px;
	margin: 3px 0 5px 0;
	padding: 3px;
	border: 1px solid #2d1818;
	background: #fafafa;
	color: #2d1818;	
}

.info { 
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	color: #ca373d;
	font-size: 1.2em;
	line-height: 1.8em;
}

#map {
	width: 515px;
	height: 250px;
	margin: 3px 0 0 0;
	padding: 5px;
	border: 5px solid #520505;
	background: #fafafa; 
}

#map_title {
	color: #fff;
}

.read_more_left {
	padding: 0;
	margin: 3px 0 0 0;
	width: auto;
	height: 24px;
	text-align: left;
}

.read_more_right {
	padding: 0;
	margin: 3px 0 0 0;
	width: auto;
	height: 24px;
	text-align: right;
}

#services_home {
	width: auto;
	height: auto;
	padding: 10px 3px;	
	text-align: center;
}

.services_home_1_2 {
	float: left;
	width: 160px;
	height: auto;
	padding: 0 23px 0 10px;
	border-right: 1px solid #ececec;
}

.services_home_3 {
	float: left;
	width: 160px;
	height: auto;
	padding: 0 23px 0 10px;
}

.services_home_1_2 p,  .services_home_3 p {
    text-align: right;
	padding: 3px 0 3px 13px;
	font-size: .8em;
	color: #acc5fa;
}

#last_news {
	width: auto;
	height: auto;
	font-size: .71em;
	line-height: 2em;
	padding: 10px 3px;	
}

#last_projects {
	width: auto;
	height: auto;
	padding: 10px 3px;
}

#last_projects_left {
	float: left;
	width: 375px;
}

#last_projects_left p {
	font-size: .71em;
	line-height: 2em;		
}

#last_projects_right {
	float: right;
	width: 185px;
}

/* -----------Services--------------
------------------------------------
------------------------------------*/

.page_content {
	width: auto;
	height: auto;
	font-size: .71em;
	line-height: 1.8em;
	padding: 10px 10px;	
}

.page_content_2 {
	width: auto;
	height: auto;
	padding: 10px 10px;	
}

#services {
	width: auto;
	height: auto;
	padding: 10px 3px;	
	text-align: center;
}

.services_1_2 {
	float: left;
	width: 160px;
	height: auto;
	margin: 10px 0 15px 0;
	padding: 0 23px 0 10px;
	border-right: 1px solid #ececec;
	
}

.services_1_2 p {
    text-align: center;
	padding: 3px 0 3px 13px;
	font-size: .7em;
	color: #acc5fa;
}

.services_1_2 a, .services_1_2 a:visited {
	color: #acc5fa;
	text-decoration: none;
}

.services_1_2 a:hover, .services_1_2 a:active {
	color: #1f4972;
	text-decoration: line-through;
}

.category_description_image {
	width: auto;
	height: auto;
	padding: 15px 15px 10px 15px;
	font-size: .71em;
	line-height: 1.8em;	
}

.category_description_image ol li {
	color: #5d686e;	
	padding: 5px 5px 5px 5px;	
	margin: 0 0 0 40px;			
}

.category_description_image ul li {
	color: #5d686e;
	padding: 5px;
	margin: 0 0 0 40px;				
}

.category_description_image p {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
}

.category_description_image img {
	text-align: left;
	padding: 0 18px 5px 0;	
}


/* ---Costumers Subcategories-------
------------------------------------
------------------------------------*/

#sub_categories {
	width: auto;
	height: auto;
}

#choose_cat {
	width: auto;
	height: auto;
	background: #e9effe;
	padding: 10px;
	color: #1f4972;
	font-size: .7em;
	margin: 0 15px;
	border-left: 5px solid #acc5fa;
}

.sub_cat_title {
	float: left;
	width: 150px;
	height: auto;
	padding: 5px 1px 5px 3px;		
	background:url(../images/cat_nav_title.jpg) repeat-x top;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	margin: 10px 5px 10px 15px;	
	font-size: 1em;	
	color: #ce8080;
	text-align: left;	
}

.sub_cat_title a, .sub_cat_title a:visited {
	color: #999;
	text-decoration: none;
	font-size: .95em;
	padding: 3px 0 0 5px;
}

/* -----------Products--------------
------------------------------------
------------------------------------*/



#products_block {
	width: auto;
	height: auto;
	text-align: center;
	padding: 0px 0 20px 0;	
}

.products {
	width: auto;
    height: auto;
	margin: 0px 10px 10px 10px;
	text-align: left;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html .products {
	width: auto;
    height: auto;
	margin: 0px 8px 10px 3px;
	text-align: left;	
}


.products_inside {
	float: left;
	margin: 10px 1px;
	width: 170px;
    height: auto;
	padding: 2px;	
	text-align: center;
}

*html .products_inside {
	float: left;
	margin: 5px 1px;
	width: 170px;
    height: auto;
	padding: 1px;	
	text-align: center;
}

.products_inside img {
	width: 150px;
	border: 4px solid #2d1818;
}

.prod_img {
	padding: 2px;
	background: #fafafa;
	border: 3px solid #2d1818;
	margin: 0 10px 0 0;	
}

.full_prod_img {
	padding: 2px;
	background: #fafafa;
	border: 3px solid #2d1818;
	margin: 0 0 0 5px;	
}

.products p {
	line-height: 1.3em;
	font-size: .95em;
	padding: 3px;
}


.prod_name {
	width: auto;
	height: auto;
	background: #ccc;
	color: #2d1818;
	border: 3px solid #2d1818;	
	text-align: left;
	margin: 20px 0 2px 0;
	padding: 3px 3px 3px 5px;
	font-size: 1.1em;
}

.prod_name_offers {
	width: auto;
	height: auto;
	background: #ccc;
	color: #2d1818;
	border: 2px solid #2d1818;	
	text-align: left;
	margin: 0px 0 2px 10px;
	padding: 3px 3px 3px 5px;
	font-size: 1.1em;
}

.product_price {
	float: left;
	width: auto;
	height: auto;
	background: #e9effe;
	color: #003366;
	border: 1px solid #99b5c5;	
	text-align: left;
	font-size: .8em;
	margin: 2px 0 3px 0;
	padding: 4px 2px 4px 2px;	
	
}

.product_more {
	width: auto;
	margin: 5px 10px;
	padding: 0 1px 5px 0;
	border-bottom: 1px solid #2d1818;	
	text-align: right;
	
}


.product_more a, .product_more a:visited {
	display: block;	
	text-align: right;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url(../images/more_bg.jpg) no-repeat right;		
}

.product_more a:hover, .product_more a:active {
	display: block;
	color: #fff;
	font-size: .85em;
	width: 94px;
	height: 20px;	
	text-decoration: underline;		
	background: url(../images/more_bg.jpg) no-repeat right;	
}


.prod_desc {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 0 3px 0;	
}

.prod_link_bg {
	width: auto;
	height: auto;
	text-align: left;
	background: #ccc;	
}

#full {
	width: auto;
	height: auto;
	text-align: left;
	font-size: .8em;
}

.full_content {
	padding: 10px;
}

.full_content img {
	padding-right: 10px;
}

.photo1 {
	float: left;
	width: 260px;
	padding: 0;
	margin: 0 auto;	
}

.photo2_3_4_5 img {
	float: right;
	width: auto;
	padding: 0;
	margin: 0 0 3px 5px;	
}

*html .photo2_3_4_5 img {
	float: right;
	width: auto;
	padding: 0;
	margin: 0 0 3px 1px;	
}



.cart {
	width: auto;
	height: auto;
	color: #003366;
	text-align: center;
	margin: 2px 3px 3px 3px;
	padding: 1px 1px 1px 1px;	
	
}


a.interest_bt, a.interest_bt:visited {
	margin: 20px auto;
	display: block;
	width: 470px;
	height: 34px;
	background: url(../images/interest_bt_bg.jpg) no-repeat center;
}





