/* CSS Document */
body, td, p, div
{
	background:#FAFAE1;
	font-family: "Times New Roman", serif;
	font-size:13px;
	padding:0px;
	margin:0px;
}
table{
	border:0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}
table td{
	padding:0px;/* cellspadding="0" */
}
p{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: justify;
}
a{
	color:#303030;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
/***************content styles*****************/
.logo_img_aln{
	padding: 10px 0px 10px 0px;
}
.content_title{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	text-align:center;
	background:#A2A26B;
}
.img_content_r{
	float:right;
	border:solid 1px #A2A26B;
	padding:2px;
	margin: 0px 0px 10px 15px;
}
.copyright{
	color:#892a32;
	font-size:11px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
.comment{
	color:#606060;
}
/***************BTNs styles*****************/
.btn_home, .btn_home_ov, .btn_about, .btn_about_ov, .btn_services, .btn_services_ov, .btn_portfolio, .btn_portfolio_ov, .btn_inquiries, .btn_inquiries_ov{
	display:block;
	border:none;
	cursor:pointer;
	float:left;
	width:90px;
	height:24px;
	background:url(../images/btns/btn_home.png) no-repeat;
}
.btn_home:hover{
	background:url(../images/btns/btn_home_hov.png) no-repeat;
}
.btn_home_ov{
	background:url(../images/btns/btn_home_ov.png) no-repeat;
}

.btn_about{
	background:url(../images/btns/btn_about.png) no-repeat;
}
.btn_about:hover, .btn_about_ov:hover{
	background:url(../images/btns/btn_about_hov.png) no-repeat;
}
.btn_about_ov{
	background:url(../images/btns/btn_about_ov.png) no-repeat;
}

.btn_services{
	background:url(../images/btns/btn_services.png) no-repeat;
}
.btn_services:hover, .btn_services_ov:hover{
	background:url(../images/btns/btn_services_hov.png) no-repeat;
}
.btn_services_ov{
	background:url(../images/btns/btn_services_ov.png) no-repeat;
}

.btn_portfolio{
	background:url(../images/btns/btn_portfolio.png) no-repeat;
}
.btn_portfolio:hover, .btn_portfolio_ov:hover{
	background:url(../images/btns/btn_portfolio_hov.png) no-repeat;
}
.btn_portfolio_ov{
	background:url(../images/btns/btn_portfolio_ov.png) no-repeat;
}

.btn_inquiries{
	background:url(../images/btns/btn_inquiries.png) no-repeat;
}
.btn_inquiries:hover, .btn_inquiries_ov:hover{
	background:url(../images/btns/btn_inquiries_hov.png) no-repeat;
}
.btn_inquiries_ov{
	background:url(../images/btns/btn_inquiries_ov.png) no-repeat;
}