
body{
background: #7f5aa7 url(../images/background.jpg) repeat-x;
color: #543279;
font: 14px Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font: bold 27px "Times New Roman", Times, serif;
	color: #3e206b;
	margin: 0 0 10px 0;
}
h2{
	font: bold 24px "Times New Roman", Times, serif;
	color: #3e206b;
	margin: 0 0 10px 0;
}
h3{
	font: bold 22px "Times New Roman", Times, serif;
	color: #3e206b;
	margin: 0 0 10px 0;
}
h4{
	font: bold 18px "Times New Roman", Times, serif;
	color: #3e206b;
	margin: 0 0 10px 0;
}

#container{
	width: 1000px;
	\width: 1000px;
	w\idth: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
#header{
	float: left;
	display: block;
	width: 230px;
	height: 87px;
	margin: 0 0 0 15px;
	background: url(/assets/images/logo-2.gif) bottom left no-repeat;
	text-indent: -9000px;
	}
	#header a{
		width: 230px;
		height: 87px;
		display: block;
		text-decoration: none;
		}

#navigation {
	padding: 53px 12px 0 0;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	}
	#navigation li{
		list-style-type: none;
		display: inline;
		margin: 0px 0;
		}
	#navigation li a:link, #navigation li a:visited{
		padding: 0px 7px;
		text-decoration: none;
		color: #3e206b;
		padding: 5px;
		}
	#navigation li a:hover, #navigation li a:active{
		background: #ededfa;
		padding: 5px;	
		}

a:link{
	color: #543279;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited{
	color: #7f5aa7;
	}
a:hover, a:active{
	color: #7f5aa7;
	text-decoration: none;
	}

#content{
	clear: both;
	margin-top: -7px;
	background: #7f5aa7 url(../images/bg_content.jpg) repeat;
	}
	#border_top{
		background: url(../images/border_top.jpg) no-repeat;
		width: 1000px;
		height: 15px;
		}
		
	#page_body{
		padding: 30px 70px 160px 50px;
		background: url(../images/bg_image.jpg) bottom no-repeat;
		}
	#sidebar {
		float: right;
		margin: 10px;
		padding: 20px 15px 5px 15px;
		width: 220px;
		border: solid 5px #3e206b;
		background: #fff url(../images/bg_sidebar.jpg) top no-repeat;
		font-size: 13px;
	}
		
img.center {
	display: block;
	margin: 0 auto;
	}

img.right {
	float: right;
	margin: 0 0 0 10px;
	}
	
img.left {
	float: left;
	margin: 0 10px 0 0;
	}


#footer{
	clear: both;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #543279;
	text-align: center;
	padding: 0;
	margin-top: 0;
	}/* END FOOTER */

#footer a:visited { color: #543279; font-weight: bold; }
#footer a:hover { color: #ffffff; }

.question { font-weight: bold; }
.answer { font-style: italic; }

.notice { color: #cc0000; }

.product-types { font-size: 85%; }

.product-line { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dashed #cccccc; }
