html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:#333333 url('images/back.gif');
	text-align:center;
	color:#ffffff;
}

a:link, a:active, a:visited {
	color: #510d2a;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #7d284c;
}

img {
	border: 0 solid white;
}

.heading_lg {
	font-size:18pt;
	color:#5e2e42;
	font-weight:bold;
	margin-boittom:0px;
}

.heading_md {
	font-size:14pt;
	color:#5e2e42;
	font-weight:bold;
	margin-bottom:0px;
}

.heading_sm {
	font-size:12pt;
	color:#5e2e42;
	font-weight:bold;
	margin-bottom:0px;
}

.heading_xs {
	font-size:11pt;
	color:#5e2e42;
	font-weight:bold;
	margin-bottom:0px;
}


#page {
	margin: 0 auto;
	padding:0;
	width: 752px;
	height: auto;
	min-height: 600px;
	display:block;
	text-align:left;
	position:relative;
	background: #ffffff;
	color: #333333;
	padding: 3px;
	border: 2px solid #333333;
}

#header {
	background:#fff url('images/header3.jpg') no-repeat;
	width: 750px;
	height:114px;
	padding:0;
	margin:0;
	border: 1px solid #333333;
	display: block;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
}

#headerlinks {
	margin:0;
	padding:0;
	float: right;
	right: 0;
	margin-top: 8px;
	color: #fff;
	margin-right: 12px;
}

#headerlinks a:link, #headerlinks a:active, #headerlinks a:visited {
	text-decoration: none;
	color: #fff;
}

#headerlinks a:hover {
	text-decoration: underline;
	color: #fff;
}

#headerlinks img {
	padding-right: 2px;
	padding-left: 8px;
}

/*
#header:hover {
	background:#fff url('images/header3.jpg') no-repeat;
	width: 750px;
	height:114px;
	padding:0;
	margin:0;
	border: 1px solid #333333;
	display: block;
}
*/

#storepic {
	background:#fff ;
	width: 750px;
	height:206px;
	padding:0;
	margin:0;
	margin-top: 3px;
	border: 1px solid #333333;
	display: block;
}

#menu {
	background: #fff url('images/menuback.jpg') no-repeat;
	width:750px;
	height: 35px;
	padding:0;
	margin:0;
	margin-top: 3px;
	border: 1px solid #333333;
	display: block;	
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}

#content {
	width: 750px;
	min-height:300px;
	height: auto;
	margin: 0;
	padding:0;
	border: 1px solid #333333;
	display: block;	
	margin-top: 3px;
	font-size: 8pt;
}

#breadcrumbs {
	height: 1em;
	margin: 0;
	padding:0;
	display: block;	
	margin-top: 3px;
	font-size: 8pt;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 12px;
	text-align:left;
	color: #510d2a;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #510d2a;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #7d284c;
}

#contentfull {
	margin: 24px;
}

.container_l {
	margin-right: 32px;
	width:324px;
	float:left;
	display: block;
}

.container_r {
	margin-right:0;
	width:324px;
	float:left;
	display: block;
}

#footer {
	width: 750px;
	height: 68px;
	margin:0;
	padding:0;
	background:#1b1b1b url(images/footerfade.gif) repeat-x;
	margin-top: 3px;
	border: 1px solid #333333;
	display: block;	
	bottom:0;
	color: #cccccc;
	text-align: center;
	font-size: 7pt;
	padding-top: 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

.white {
	color: #ffffff;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}


/* Navigation menu from here down */

#nav, #nav ul { 
	/* root level button area */
	display:inline;
	position:relative;
	float:left;	
	width: 750px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	text-align:center;
	z-index:500;
}

#nav a {
	/* root level buttons */
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	border-left: 1px solid #7d284c;
	border-right: 1px solid #883b5b;	
	padding-left: 14px;	
	padding-right: 14px;		
	margin-top: 1px;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	padding-top:7px;
	text-transform:uppercase;
	font-weight:normal;
	width: auto;
	height: 27px;
	text-align:center;	
}

#nav li {
	/* root level button spacing */
	float: left;
	width: auto;
	text-align:center;
	display:inline;
}

#nav li ul {
	/* second level container */
	position: absolute;
	border-top: 1px solid #001c33;
	display: block;
	font-weight: normal;
	left: -999em;
	height: auto;
	width: 180px;
	clear:both;
	margin: 0;
	margin-left: 0px;	
	text-align:left;
	opacity: 0.93;
	line-height:1;
	background:#5E2E42;
}

#nav li li {
	/* second level drop box */
	width: 179px;
	display: block;
	padding: 0;
	text-align:left;
	border-bottom: 1px solid #1f1f1c;		
	background: #333333 url('images/drop.png') repeat-x;	
}

#nav ul ul .last {
	border-bottom: 1px solid #1f1f1c;	
	margin-bottom: 0px;
}


#nav li ul a {
	/* second level button */
	width:168px;
	display: block;
	text-align:left;
	padding: 0;
	padding-left:10px;
	text-transform:none;
	height: 1.25em;
	border:0px;
	font-weight:normal;
	padding-top:4px;
	padding-bottom: 2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li ul ul {
	margin: -22px 0 0 150px;
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;	
	width: 179px;
}

#nav li:hover, #nav li.sfhover {
	background:#BE5D86 url('images/drophover.png') repeat-x;
}

#nav li li a:hover {
	background:#BE5D86 url('images/drophover3.png') repeat-x;
	color:#fff;
	text-decoration:underline;		
	padding-top: 4px;
}

#nav li a:hover {
	background:#BE5D86 url('images/drophover.png') repeat-x;
	color:#fff;			
	text-decoration:underline;		
	padding-top: 7px;	
}

#nav li.active a {
	color:#e9eaec;
}

#nav li.active a:hover {
	background:url('images/drophover.png') repeat-y;
	color:#fff;			
	text-decoration:underline;			
}

