body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	color: #832a5f;
}

a {
	color: #97537b;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #832a5f;
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding: 0 5px 0 15px;
	text-align: justify;
	line-height: 18px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 30px;
	display: block;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 765px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	border-left: #e497cf solid 1px;
	border-right: #e497cf solid 1px;
	border-bottom: #e497cf solid 1px;
	clear: both;
	overflow: hidden;
}

#header {
	float: left;
	margin-top: 23px;
	margin-bottom: 5px;
	width: 765px;
	height: 92px;
	clear: both;
	overflow: auto;
}

#hdr_nav_lnk {
	float: left;
	width: 200px;
}

#hdr_nav_menu {
	float: right;
	margin: 5px 0 0 0;
	width: 510px;
	height: auto;
	text-align: center;
	line-height: 35px;
	overflow: visible;
}

#hdr_nav_menu a{
	color: #97537b;
	padding: 15px 45px 25px 45px;
	margin: bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	
}

#hdr_nav_menu a:hover{
	color: #832a5f;
	background-image: url(images/menu_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	/*text-decoration: underline;*/
}

#maincontent {
	float: left;
	width: 765px;
	clear: both;
	overflow: auto;
}

#home {
	float: right;
	margin: 40px 25px 0 0 ;
	width: 475px;
	height: auto;
	
}

.page_title {
	width: 407px;
	height: 42px;
	background-repeat: no-repeat;
}

span.hidden {
	display: none;
}

#home_store_cat {
	width: 475px;
	margin: 10px 0 0 0;
	text-align: center;
}

#home_store_cat img {
	margin: 0 5px 0 5px;
}

#mainpage {
	float: left;
	margin: 10px 20px 20px 0;
	padding-bottom: 20px;
	width: 95%;
}

table#customer_service {
	width: 100%;
	border-collapse: collapse;
}

table#customer_service td {
	text-align: center;
	width: 50%;
	height: 70px;
}

table#customer_service a {
	color: #97537b;
	padding: 20px 15px 30px 15px;
	margin: bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px; 
}

table#customer_service a:hover  {
	color: #832a5f;
	background-image: url(images/menu_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	/*text-decoration: underline;*/
}

table.sizing {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	background-color: #f3b8e3;
	border: 1px solid #e497cf;
	padding: 10px;
}

table.sizing td{
	width: 20%;	
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 765px;
	font-size: 10px;
	text-align: center;
	padding-botton: 20px;
}

.sizepage {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f9e7f5;
	border: #e497cf solid 1px;
	padding: 10px;
}

#footer a {
	margin: 0 5px 0 5px;
}