* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {
	margin-top: 1px;
	background-image: url(../images/header_low.jpg);
	height: 160px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:100%;
	height:100%;
}

#wrapper2 {
	margin-top: 7px;
	background-image: url(../images/wrapper_bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:100%;
	height:100%;
}

#left {
	float: left;
	width: 155px;
	background-image: url(../images/round_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-color: #875b85;
	padding: 5px;
	min-height:670px;
}

#right {
	background-color: #875b85;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(../images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
	min-height:670px;
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #5A3D59;
	padding: 20px;
	border: 0px solid #FFFFFF;
	min-height:670px;
}

#contentin{
float:left;width:520px;
}

#content2 {
	margin-left: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #5A3D59;
	background-image: url(../images/round_corner_r2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px;
	border: 0px solid #FFFFFF;
	min-height:670px;
	width:685px;
}

#contentin2{
float:left;width:685px;
}

#content a:link, #content a:visited, #content2 a:link, #content2 a:visited{
	color:white;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(../images/bar_bg.gif);
	text-align: center;
	font-size:10px;
}
#footer a:link, #footer a:visited{color:#fff;}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(../images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.1em;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

h3{
	font-size: 1.0em;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#content input, #content textarea, #content select, #content2 input, #content2 textarea, #content2 select{
margin:3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

.list {
	margin-left: 25px;
	list-style-image: url(../images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navcontainer{

}
#navlist
{
	height: 22px;
	margin-top: 0px;
	margin-bottom:15px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#navlist a, #navlist a:link, #navlist a:visited
{
	border: 1px solid #333;
	padding: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color:#000;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#5A3D59;
}

#navlist li
{
padding-right: 1px;
display: block;
font-size: 1em;
float:left;
height:22px;
padding-top:10px;
padding-bottom:10px;
margin-right:5px;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	
}
 
.cartarea{
float:right;
width:290px;
text-align:right;
padding-right:12px;
padding-top:6px;
}

.form_btn_sm{
font-weight:bold;
border:3px #875b85 double;
margin-top:3px;
padding:4px;
background-color:#5A3D59;
text-decoration:none;
}

.hrl{
height:1px;
border-bottom:1px #000 solid;
margin-top:12px;
margin-bottom:12px;
}

.sm{
font-size:9px;
}

.tblform th{
background-color:#875b85;
padding:6px;
text-align:left;
}