@charset "UTF-8";
/* CSS Document */

/* ----- index ----- */
 
#mittenflash {
	background: #F4F3F5;
	float: left;
	height: 240px;
	margin: 60px 0 20px;
	width: 940px; 
	}
 
.news {
	border-top: 1px solid #999;
	float: left;
	height: auto;
	margin: 20px 0 0;
	padding: 20px 20px 0;
	width: 660px; 
	}
 
	.news img { float: left; }
 
.newstext {
	float: left;
	height: 179px;
	margin: 0 0 0 20px;
	width: 440px;
	}
	
	.newstextcontent{ height: 130px; }
 
	.newstext img {
		float: right;
		margin: 40px 0 0; 
		}
 
.decription {
	background: #efefeb;
	height: auto;
	margin: -30px 0 0 -20px;
	padding: 0 10px 0 0;
	position: absolute;
	width: auto; 
	}
 
#infohold {
	float: right;
	height: auto;
	margin: 20px 0 0 10px;
	width: 230px; 
	}
 
.inforight {
	background: #efefeb url(../images/info_bg.jpg) top left no-repeat;
	float: left;
	height: 110px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 40px;
	width: 190px; 
	}

#contact_info {
	color: #999;
	float: left;
	padding: 10px 10px 20px;
	width: 920px;
	}
	
	#contact_info p { margin: 3px 0 5px; }
	
	#contact_info .col_left {
		float: left;
		width: 590px;
		}
	
	#contact_info .col_right {
		float: left;
		padding: 0 20px 0 0;
		text-align: right;
		width: 310px;
		}
	
	#contact_info .h2,
	#contact_info h1 {
		color: #343434;
		font: 24px/30px 'TradeGothicLTStdBold', Arial, Verdana, sans-serif;
		}
	
	#contact_info .phone {
		background: url(/wp-content/themes/p203/images/big_phone.png) 0 center no-repeat;
		color: #343434;
		float: right;
		font: 40px/50px 'TradeGothicLTStdBold', Arial, Verdana, sans-serif;
		padding: 0 0 0 35px;
		}
	
	#offer_btn {
		background: url(/wp-content/themes/p203/images/offer_btn.png) 0 0 no-repeat;
		float: right;
		height: 80px;
		margin: -5px -10px -15px;
		overflow: hidden;
		text-indent: -9999px;
		width: 250px;
		}
	
	#contact_info .block {
		color: #8a888a;
		display: block;
		font: 18px/24px 'TradeGothicLTStdBold', Arial, Verdana, sans-serif;
		padding: 0 0 0 75px;
		text-align: center;
		text-decoration: none;
		}
