/* CSS Document */

body
{
	margin:0px;
	font-family:'PT Sans',sans-serif;
	background:url(../images/bgmain.jpg);
	overflow-x:hidden;
}


.top-links
{
	font-family:'PT Sans',sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.top-links a
{
	font-family:'PT Sans',sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#FFFFFF;
	text-shadow:1px 1px #414242;
	text-decoration:none;
}
.top-links a:hover
{
	font-family:'PT Sans',sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}


.hd-1
{
	font-family:'PT Sans',sans-serif;;
	font-size:17pt;
	font-weight:normal;
	color:#A5501D;
	text-decoration:none;
}



.main-heading
{
	font-family:'PT Sans',sans-serif;
	font-size:28pt;
	font-weight:normal;
	color:#A5501D;
	text-decoration:none;
}

.main-text
{
	font-family:'PT Sans',sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#5e5545;
	text-align:justify;
	text-decoration:none;
}

.form-heading
{
	font-family:'PT Sans',sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#2d1104;
	text-decoration:none;
}

.form-text
{
	font-family:'PT Sans',sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#6f6656;
	text-decoration:none;
}

.btn
{
	font-family:'PT Sans',sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:#d29319;
	border:0px;
	padding:3px 8px 3px 8px;
	text-decoration:none;
}



.textbox-login
{
	background:white;
	border: 1px solid #ededed;
	border-radius:5px;
	box-shadow: 0 0 2px #000000;
	color:#666666;
	padding:5px 5px;
	background:#b9b29b;
	outline: none;
}


.hd-2
{
	font-family:'PT Sans',sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#2d1104;
	text-decoration:none;
}

.footer
{
	font-family:'PT Sans',sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.footer a
{
	font-family:'PT Sans',sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover
{
	font-family:'PT Sans',sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

.inpage-texts
{
	font-family:'PT Sans',sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#5e5545;
	text-align:justify;
	text-decoration:none;
}

.services-heading
{
	font-family:'PT Sans',sans-serif;
	font-size:17px;
	font-weight:normal;
	background:#9b5629;
	padding:5px 0px 5px 0px;
	color:#ffffff;
	text-decoration:none;
}


.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}




.services-hd
{
	font-family:'PT Sans',sans-serif;
	font-size:17px;
	font-weight:normal;
	background:#9b5629;
	padding:5px 0px 5px 0px;
	color:#ffffff;
	text-decoration:none;
}
.services-hd a
{
	font-family:'PT Sans',sans-serif;
	font-size:17px;
	font-weight:normal;
	background:#9b5629;
	padding:5px 0px 5px 0px;
	color:#ffffff;
	text-decoration:none;
}
.services-hd a:hover
{
	font-family:'PT Sans',sans-serif;
	font-size:17px;
	font-weight:normal;
	background:#9b5629;
	padding:5px 0px 5px 0px;
	color:#ffffff;
	text-decoration:underline;
}


