body {
	margin: 0;
	padding: 0;
	background-color: #F9EDF7;
	background-image: url("images/bg.png");
	background-position: center 210px;
	background-repeat: repeat-x;
	font: 14px "trebuchet ms", sans-serif;
	color: #111;
}

div#top {
	height: 210px;
	padding: 0;
	background: #fff;
}

div#top div{
	width: 784px;
	margin: 0 auto 0 auto;
}

div#menu {
	clear: both;
	width: 784px;
	height: 32px;
	margin: 0 auto 0 auto;
}

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	float: left;
	padding: 6px 12px 4px 13px;
	font: bold 16px "trebuchet ms", sans-serif;
	color: #B4328C;
}

.menulink:hover{
	color: #B76BA5;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #94126A;
}

div#menu span{
	font: bold 14px arial, sans-serif;
}

/*CONTENT*/
div#content {
	clear: both;
	width: 764px;
	margin: 0 auto 0 auto;
	padding: 20px 10px 0 10px;
}

h1 {
	margin: 0;
	font: 28px "trebuchet ms", serif;
	color: #94126A;
	text-transform: uppercase;
}

h2 {
	height: 24px;
	margin: 20px 0 -5px 0;
	font: 22px "trebuchet ms", sans-serif;
	color: #94126A;
}

h3 {
	margin: 15px 0 -13px 0;
	font: bold 16px "trebuchet ms", sans-serif;
}

p, table {
	margin: 15px 0 0 0;
	line-height: 20px;
	text-align: justify;
}

td{
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 15px 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: circle;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #94126A;
}

a:hover {
	color: #B76BA5;
}

img {
	border: 0;
}

.error{
	color: red;
}

.confirmation{
	color: blue;
}

.clear{
	clear: both;
}

div.highlight{
	float: left;
	width: 220px;
	margin: 5px 35px 20px 0;
	border: 1px solid #DEA8D1;
	padding: 0 10px 0 10px;
	background: #fff;
}

div.highlight img{
	display: block;
	margin: 0 -10px 0 -10px;
}

div.highlight ul{
	margin-left: 15px;
	padding-bottom: 15px;
}

/*Home*/
div#home{
	float: left;
	width: 230px;
	margin: 5px 40px 70px 0;
	font: italic 11px arial, sans-serif;
	line-height: 15px;
	text-align: center;
}

div#home img{
	border: 1px solid #DEA8D1;
}

h1.home{
	font-size: 23px;
}

h2.home{
	background: 0;
	border: 0;
	padding: 0;
	font-size: 21px;
}

/*Policies*/
div#policies{
	float: right;
	width: 408px;
}

/*Store*/
img.store{
	float: left;
	margin: 20px 25px 15px 0;
	border: 1px solid #DEA8D1;
}

/*Contact*/
div#contact{
	float: right;
	width: 300px;
	margin: 15px 0 20px 20px;
	border: 1px solid #DEA8D1;
	padding: 0 10px 15px 10px;
	background: #fff;
}

div#contact table{
	margin: 0;
}

img.contact{
	display: block;
	margin: 17px 0 0 0;
	border: 1px solid #DEA8D1;

}

/*FOOTERS*/
div#footerMenu{
	clear: both;
	width: 635px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
}

.footer:link, .footer:visited, .footer:active {
	display: block;
	float: left;
	padding: 0 7px 0 7px;
	font-weight: normal;
	color: #B76BA5;
}

.footer:hover{
	color: #DEA8D1;
}

p.copyright {
	clear: both;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #DEA8D1;
}

.siteby:link, .siteby:hover, .siteby:visited, .siteby:active{
	font-weight: normal;
	color: #DEA8D1;
}
