/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size:12px;
	overflow: -moz-scrollbars-vertical;
	line-height:18px;
}

#wrapper {
	padding: 0;
	width: 759px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	width: 759px;
	text-align: left;
	float:left;
}

#topnav1{
	float: right;
	padding:3px 0 6px 5px;
	width: 754px;
	text-align:right;
	background: url(../images/top_bg.gif) no-repeat #860038;
}

#topnav1 ul{
	margin:0;
	padding:0 10px;
	list-style:none;
	font-size: 11px;
	font-weight: bold;
}

#topnav1 li{
	margin:0;
	padding:0 0 0 9px;
	border-right:1px solid #E7CCD7;
	display:inline;
}

#topnav1 li.last{
	border-right:none;
}

#topnav1 a{
	padding:0 10px 0 3px;
	text-decoration:none;
	color:#E7CCD7;
}

#topnav1 a:hover{
	text-decoration:underline;
}

#footer {
	clear: both;
	width: 620px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color:#762641;
	margin: 10px 0 0 0;
	padding: 50px 80px 20px 60px;
	background: white url(../images/footer.jpg) no-repeat;


}

/* End Structure Styles =============================================== */

	
/* Start Content Styles =============================================== */
.content_container {
	float: left;
	padding: 0;
	width: 759px;
	position:relative;
}

.content_search_left {
	padding: 0 0 10px 20px;
	float: left;
	width: 220px;
}

.content_search_right {
	padding: 0 0 10px 20px;
	float: left;
	width: 480px;
}

.content_search_right ul {
	padding: 0 0 10px 5px;
}

.content_search_right ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet_square.gif) no-repeat 0 10px;
	padding: 3px 0 1px 15px;
}

.content_half {
	padding: 0 0 10px 20px;
	float: left;
	width: 350px;
}

.content {
	padding: 10px;
	float: left;
	width: 330px;
}

.content ul {
	padding: 0 0 10px 10px;
}

.content ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 3px 0 1px 20px;
}

ul.basketrows {
	padding: 0 0 10px 0;
}

ul.basketrows li {
	list-style: none;
	text-align: left;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 3px 0 1px 22px;
	display: block;
}

ul.flow {
	padding: 10px 0 10px 0;
}

ul.flow li {
	list-style: none;
	text-align: left;
	background: url(../images/flowtitle_bg.gif) no-repeat;
	padding: 0 15px 0 20px;
	display: block;
	line-height: 16px;
	margin-bottom:3px;
}

ul.flow li a:link, ul.flow li a:visited, ul.flow li a:active {	
	text-decoration: none;	
	padding: 2px 0 1px 0;
	height: 36px;
}

ul.flow li a:hover {
	text-decoration: underline;
}

.title {
	padding: 0 0 10px 0;	
	border-bottom: 1px solid #cf99af;
}

.title h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 0 30px;
	background: url(../images/title_bullet.gif) no-repeat 0;
	color: #860038;
}

/* End Content Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #999999;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #D50808;	
}

.fontmaroon {
	color: #860038;
}

.border {
	border: 1px #b9c1c5 solid;
}

.borderbottomdashed {
	border-bottom: 1px dashed #860038;
}

.backgroundpink {
	background-color: #f6ebef;
}

.backgroundlightpink {
	background-color: #fcf8f9;
}

.backgroundgrey {
	background-color: #eceeef;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #860038;
}

a:hover {
	text-decoration: none;
	color: #860038;
}

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
}

a.linkbullet:link, a.linkbullet:visited, a.linkbullet:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: none;
}

a.linkbullet:hover {
	text-decoration: underline;
}

a.linkbulletlightpink:link, a.linkbulletlightpink:visited, a.linkbulletlightpink:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet_pink.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: underline;
}

a.linkbulletlightpink:hover {
	text-decoration: none;
}

a.linkbulletdarkpink:link, a.linkbulletdarkpink:visited, a.linkbulletdarkpink:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bulletdarkpink.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: underline;
}

a.linkbulletdarkpink:hover {
	text-decoration: none;
}

/* End Class Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #860038;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #860038;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 3px 10px 0 6px; 
	margin-bottom: 0; 
	width: 115px; 
	font-weight: bold;
	color: #575757;
}

.label { 
	text-align: left; 
	padding: 0 10px 0 0	; 
	margin-bottom: 0; 
	width: 75px; 
	font-weight: bold;
	color: #575757;
}

.input {
	font: 11px, arial, sans-serif;
	background: #FFFFFF !important;
	border: 1px #7F7F7F solid;
	color: #860038;
	height: 15px;
}

.select {
	font: 11px arial, sans-serif;
	border: 1px #7F7F7F solid;
	color: #860038;
}

.textarea {
	font: 11px  arial, sans-serif;
	background: #FFFFFF !important;
	border: 1px #7F7F7F solid;
	color: #860038;
}

.submit {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: none;
}

/* End Form Styles =============================================== */

