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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #585858;
	font-size:12px;
}
body {
	background-color: #efefef;
}
a, a:hover, a:visited {
	text-decoration:none;
	color:#585858;
}
a:hover {
	text-decoration:underline;
	color:#585858;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#c62610;
	font-style:italic;
}
h2 {
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	color:#de1601;
}
h3 {
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	color:#6a6a6a;
}
h4 {
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#393939;
}

#wrap {
	width:960px;
	margin:0 auto;
}
#logo {
	margin:30px 0;
}
#content {
	background: url(../images/left_border.jpg) left repeat-y #fff;
	/*border-left:3px solid #e63015;*/
	overflow:hidden;
	float:left;
	width:553px;
	padding:0px 54px;
	position:relative;
	height:429px;
}
#content p{
	line-height:17px;
	margin:10px 0;
}

.call_today {
	background:url(../images/call_today_sign.jpg) no-repeat;
	width:508px;
	height:96px;
	position:relative;
	left:-54px;
}
#right_content {
	top:-53px;
	float:right;
	position:relative;
}
#left_top_corner {
	position:relative;
	top:0px;
	left:-54px;
	background:url(../images/corners_top.jpg) no-repeat;
	height:27px;
	width:661px;
}
#left_bottom_corner {
	position:relative;
	background:url(../images/corners_bottom.jpg) no-repeat;
	height:27px;
	bottom:-3px;
	left:-54px;
	width:661px;
}
.call_today {
	padding:20px 20px 0 250px;
}
.call_today p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:30px;
	color:#fff;
}
#phones_line {
	margin:0px 0;
	clear:both;
}
#phones_line td{
	padding:8px 10px;
}
#phones_line table{
	margin:20px 0;
}
#footer {
	font-size:10px;
	text-align:center;
	color:#a0a0a0;
	margin:10px 0;
	line-height:20px;
}
#footer li{
	display:inline;
}
#footer a, #footer a:hover, #footer a:visited {
	color:#a0a0a0;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#text_block {
	margin:10px 0 0 0;
}
#conttent_top {
	background: url(../images/content_top.jpg) no-repeat;
	height:29px;
}
#text_block_content {
	background:url(../images/content_middle.jpg) repeat-y;
	padding:0 30px 0;
	overflow:hidden;
}
#text_block_content p{
	line-height:20px;
}
#text_block_bottom {
	background:url(../images/content_bottom.jpg) no-repeat bottom;
	height:20px;
	margin: 0 0 20px 0;
}
#text_block_content h2, #text_block_content h3, #text_block_content h4{
	padding:10px 0;
}