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


body{
	padding:0;
	margin:0;
	background-color:#a792a3;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------------------------------------body--------------------*/

.header-bg {
	background-image: url(images/top-header-bg.jpg);
	background-repeat: repeat-x;
	height: 190px;
}
.header-bg1 {
	background-color:#ebeadf;
	height: 40px;
}
.top-bg {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;	/*background-color:#856a80;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	font-weight: 400;
	color: #dcadd3;
	text-decoration: none;
}
.footer-bg {
	/*background-color::#A3A097;*/
	background: #664c61 url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 73px;
}
.lhs-bg {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-y;
}
.dots {
	background-image: url(images/dots.gif);
	height: 5px;
	background-repeat: repeat-x;
}
.nav-bg {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-y;
}
.nav {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #70556b;
	text-decoration: none;
}
.nav A:hover{
	color: #422f3e;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #e3bfdc;
	text-decoration: none;
}
.footer A:hover{
	text-decoration: underline;
}
.curve-bg {
	background-color: #b9c2cb;
}
.header {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	font-weight: 400;
	color: #815979;
	text-decoration: none;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	color: #280000;
	text-decoration: none;
}
.contentbg {
	background-color: #f0efea;
}