body {
	background-color: #fdfdfd;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.gw, .gw:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	background-color: #dddddd;
	padding: 5px;
	width: 170px;
	height: 75px;
	text-align: center;
}
.gw:hover {
	border: 1px solid #b1b1b1;
	background-color: #cdcdcd;
}

	#wrap {
		width: 890px;
		margin: 0px auto 0px auto;
		_margin: 0px auto 0px auto;
	}
		#header {
			background: url(img/header.jpg) no-repeat;
			width: 890px;
			height: 157px;
		}
			.menu_holder {
				margin: 0px 0px 0px 0px;
				padding: 122px 110px 0px 0px;
				height: 35px;
			}
		#page {
			width: 890px;
			background-color: #ffffff;
			padding: 10px 0px;
		}
			#content {
				width: 564px;
				padding: 10px; 
			}
			#content2 {
				padding: 10px; 
			}
			#column {
				width: 296px;
			}
				.testimonial {
					background: url(img/testimonials.jpg) no-repeat;
					margin: 0px 0px 10px 0px;
					padding: 44px 10px 0px 94px;
					height: 69px;
					text-align: center;
					_height: 113px;
					overflow: hidden;
					font-size: 14px;
					color: #010101;
				}
				.contact {
					background: url(img/contact.jpg) no-repeat;
					margin: 0px 0px 10px 0px;
					padding: 44px 10px 0px 94px;
					height: 69px;
					text-align: center;
					_height: 113px;
					overflow: hidden;
					font-size: 14px;
					color: #010101;
				}
				.friend {
					background: url(img/news.jpg) no-repeat;
					margin: 0px 0px 10px 0px;
					padding: 44px 10px 0px 100px;
					height: 69px;
					text-align: center;
					_height: 113px;
					overflow: hidden;
					font-size: 14px;
					color: #010101;
				}
				.testimonial a, .testimonial a:hover, .contact a, .contact a:hover, .friend a, .friend a:hover {
					font-size: 14px;
					color: #010101;
					text-decoration: none;
				}
		#footer {
			background: url(img/footer.jpg) no-repeat;
			width: 870px;
			height: 47px;
			padding: 10px;
		}
			.fl {
				width: 300px;
			}
			.fr {
				width: 570px;
				text-align: right;
				color: #989898;
				font-weight: normal;
			}
				.fr a, .fr a:hover {
					color: #989898;
					text-decoration: none;
				}
				.fr a:hover {
					color: #000000;
				}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #0598ff;
	margin: 10px 0px 10px 0px;
}				
.txtField {
	border: 1px solid #cccccc;
	background-color: #efefef
}
.left {
	float: left;
}
.right {
	float: right
}


.link_style1, .link_style1:hover {
	font-weight: bold;
	font-size: 14px;
	color: #6C0B14;
	text-decoration: none;
}

.link_style1:hover {
	text-decoration: underline;
}

.link_style2, .link_style2:hover {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_style2:hover {
	text-decoration: underline;
}

.link_style3, .link_style3:hover {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.link_style3:hover {
	text-decoration: underline;
	cursor: hand;
}

.link_style4, .link_style4:hover {
	font-weight: bold;
	font-size: 12px;
	color: #474747;
	text-decoration: none;
}

.link_style4:hover {
	text-decoration: underline;
}

/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }