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

body{
	padding: 0;
	margin: 0;
	background:#000 url(images/bg-1.jpg) no-repeat left top;
	width: 100%;
	display: table;
	color:#FFFFFF;
}
a{
outline:none;
}

.wrapper{
width:790px;
border:red solid 0px;
margin:155px 0px 0px 0px;
min-height:600px;
padding-left:200px;
background:url(images/bg-2.png) no-repeat left bottom;

}
.wrapper-inner{
border:red solid 0px;
margin-right:30px;
margin-top:20px;
padding-bottom:50px;
}
.txt-container{
padding:15px 8px 8px 8px;
}
.page-heading{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
border-bottom:#373737  dashed 1px;
padding-bottom:5px;
margin-bottom:15px;
color:#aa6faf;
}
.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
line-height:18px;
}
.home-content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#CCCCCC;
line-height:28px;
text-align:center;
padding-bottom:20px;
}
.home-content span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#9b40a0;
font-weight:bold;
line-height:20px;
}
.phone{
color:#913d97;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
padding-right:35px;
letter-spacing:2px;
}
.clr{
clear:both;
}
.left-col{
float:left;
width:150px;
margin-left:0px;
border:red solid 0px;
}
.right-col{
float:right;
width:595px;
min-height:225px;
border:green solid 0px;
background:url(images/cont-bg.png) no-repeat center top;
}
.footer-dotline{
background:url(images/dot-line.gif) repeat-x left;
height:41px;
color:#cccccc;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:40px;
margin-top:10px;
}
.footer-dotline span{
color:#a86dad;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.copyright{
color:#666666;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
}
/*---left menu---*/
.menu{
width: 150px; /*width of menu*/
}

.menu .headerbar{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 6px 0 6px 10px; /*header text is indented 10px*/
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu ul li a{
color: #fff;
display: block;
padding: 8px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
background: url(images/menu-line.jpg) no-repeat left bottom;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}

.menu ul li a:visited{
color: #fff;
}

.menu ul li a:hover{ /*hover state CSS*/
color: #aa6fb0;
}
.menu  #current a{
color: #aa6fb0;
font-size:16px;
}


.cssform p {
	width:500px;
	margin: 0;
	padding: 15px 0 0px 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	border-top: 0px dashed gray;
	height: 1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.cssform label {
	font-weight: bold;
	color:#ffffff;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 160px;
	padding:4px;
}
.cssform textarea {
	width: 160px;
	padding:6px;
	height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: #999999 solid 1px;
}
.text-box {
	border: #999999 solid 1px;
}
.button-div {
	margin-left: 150px;
	margin-top:0px;
}
.submit-button {
background:url(images/sub-but.gif) no-repeat;
width:64px;
height:26px;
border:0px solid #000000;
}
.reset-button {
background: #692a6f;
color:#FFFFFF;
width:64px;
height:26px;
border:1px solid #b576ba;
}
.asterix-sign {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}

.gallery1  {
	width: 200px;
	height: 215px;
	margin: 0px 0px 10px 60px;
	float:left;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	padding: 5px;
	text-align: center;
    }
.gallery2  {
	width: 200px;
	height: 215px;
	margin: 0px 0px 10px 20px;
	float:left;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	padding: 5px;
	text-align: center;
    }

