body {
 margin: 0;
 padding: 0;
 background-color: #150916;
 color: white;
 background-image: url(assets/images/mainbg.jpg);
 background-repeat: repeat-x;
 background-position:top;
 font: 12px "Times New Roman", Times, serif ;
}

/* Main Text Styles */

p {
	font: 12px "Times New Roman", Times, serif ;
	line-height:16px;
}

h1 {
	font: 18px "Copperplate Gothic Light","Garamond", Georgia, "Times New Roman", Times, serif ;
	line-height:16px;
	color:#949494;
	border-bottom:1px solid #993e96;
	padding-bottom:2px;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	font: 14px Georgia, "Garamond","Times New Roman", Times, serif ;
	line-height:18px;
	color:#a564ad;
	font-style:italic;
}

h3 {
	text-transform:uppercase;
	font: 12px "Copperplate Gothic Light", Georgia, "Garamond", "Times New Roman", Times, serif ;
	color: #ffffff;
	letter-spacing:1px;
	font-weight:normal;
}

li {
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
	list-style-image:url(assets/images/bullet01.gif);
}

a {
	color:#a47ea7;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#992cd2;
}

.smalltxt {
	font-size:10px;
	line-height:12px;
}

/* Extra Styles */
.imgborder {border:1px solid #969696;}

/* Layout Styles */

#header {
	height:116px;
	padding:0px;
	margin:0px;
	background-image: url(assets/images/headertop2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#000000;
}

#headernav {
	padding:0px;
	margin:0px;
	height:20px;
}

#headernav a {
	text-transform:uppercase;
	padding:0px 12px 0 12px;
	font: 12px "Copperplate Gothic Light", Georgia, "Garamond","Times New Roman", Times, serif ;
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	letter-spacing:1px:
}

#headernav a:hover {
	text-decoration: none;
	color: #D48AF0;
	font-weight:normal;
}

#headerlogo {
	font: 24px "Garamond", Georgia, "Times New Roman", Times, serif ;
	line-height:18px;
	color:#ffffff;
	height:78px;
	padding:15px 0 0 15px;
	margin:0px;
	letter-spacing:1px;
}

.callus {
	font: 24px "Garamond", Georgia, "Times New Roman", Times, serif;
	color:#D48AF0;
	font-style:italic;
}

.address {
	font-size:11px;
}


#sidebar {
	margin: 0;
	padding: 15px;
	background-color:#432348;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(assets/images/sidebarbg2.jpg);
}
#sidebar a {
	color:#e3b9e9;
	text-decoration:none;
	font-weight:normal;
}
#sidebar a:hover {color:#ffffff;}

#bottom {
	height: 35px;
	padding: 5px 0 0 0;
	font-size:11px;
	border-bottom:1px solid #373038;
	color:#6C606F;
	background-color:#000000;
	text-align:center;
}

#bottomindex {
	height: 35px;
	padding: 0px;
	font-size:11px;
	border-bottom:1px solid #373038;
	color:#6C606F;
	background-color:#000000;
	text-align:center;
}
#bottom a, a:hover {font-weight:normal;	}
/* END Layout Styles */


/* Form Styles */

input{
	font: 10px Georgia, "Garamond", "Times New Roman", Times, serif ;
	padding: 0;
	margin: 0;
	border: 1px solid #575757;
	background-color: #efefef;
	height:16px;
	width:100px;
	color: #421d47;
	margin:1px;
}

textarea{
	font: 10px Georgia, "Garamond", "Times New Roman", Times, serif ;
	font-size: 10px;
	padding: 0;
	margin: 0;
	border: 1px solid #575757;
	background-color: #efefef;
	height:60px;
	color: #421d47;
	width:100px;
}
/* END Form Styles */


/* SPLASH STYLES */
#splashbg {
 background-color:#342F35;
 color: white;
 background-image: url(assets/splash/splashbg.jpg);
 background-repeat: no-repeat;
 background-position:top;
 font: 12px "Times New Roman", Times, serif ;
}
#splashbg a {
	color:#e3b9e9;
	text-decoration:none;
	font-weight:normal;
}
#splashbg a:hover {color:#ffffff;}
#splashlogo {
	font: 24px "Garamond", Georgia, "Times New Roman", Times, serif ;
	line-height:18px;
	color:#ffffff;
	padding:15px 0 0 15px;
	margin:0px;
	letter-spacing:1px;
}