body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
a, a:hover, a:visited, a:active, a:link {
	text-decoration: underline;
}
a, .red {
	color: #981418;
	font-weight: bold;
}
a:hover {
	color: #000;
}

h5, h6 {
	font-size: 120%;
	margin: 0 0 7px 0;
	color: #981418;
}
h6 {
	font-size: 117%;
	color: #253154;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0 0 14px 0;
	line-height: 11px;
}
ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 15px;
}
li {
	padding-bottom: 4px;
}
table table th {
	font-weight: bold;
	font-size: 100%;
}
th {
	font-weight: bold;
	font-size: 110%;
}
.artlist {
	float: left;
	height: auto;
	width: 450px;
	margin-top: 15px;
}
.corner {
	float: left;
	height: auto;
	width: 450px;
}
.cornermain {
	float: left;
	height: auto;
	width: 220px;
	margin-right: 10px;
}
.cornermain ul {
	margin-left: 2px;
}
.cornerpic {
	float: left;
	height: auto;
	width: 100px;
	margin: 10px 15px 10px 0;
}
.cornertxt {
	float: left;
	height: auto;
	width: 330px;
}
.recimg {
	float: left;
	height: auto;
	width: 100px;
	margin-right: 15px;
}
.recitem {
	float: left;
	height: auto;
	width: 450px;
	margin-bottom: 10px;
}
.rectxt {
	float: left;
	height: auto;
	width: 330px;
}
#basket, #calendar, #blog {
	float: left;
	height: 113px;
	width: 267px;
	margin-left: 8px;
}
#basketimg, #calimg, #blogimg {
	float: left;
	height: 113px;
	width: 157px;
}
#baskettxt, #caltxt {
	float: right;
	height: auto;
	width: 104px;
	margin-top: 7px;
	padding-top: 32px;
	background: url(../images/title_gift.jpg) left top no-repeat;
}
#blogtxt {
	float: right;
	height: auto;
	width: 105px;
	margin-top: 7px;
	padding-top: 32px;
	background: url(../images/title_blog.jpg) left top no-repeat;
}
#calendar {
	margin-left: 27px;
	width: 290px;
}
#caltxt {
	background: url(../images/title_quick_calendar.jpg) left top no-repeat; /* title_quick_middle.jpg */
	width: 125px;
}
#enews {
	float: right;
	width: 303px;
	margin: 51px 13px 0 0;
	text-align: right;
	background: url(../images/bkg_signup_enews.jpg) no-repeat right top;
	padding-top: 29px;
	display:inline;
}
#flash, #suptxt {
	float: left;
	height: 278px;
	width: 476px;
	margin-left: 8px;
}
#suptxt {
	height: auto;
	width: 460px;
	padding-top: 65px;
}
#footer {
	float: left;
	height: auto;
	width: 760px;
	margin-top: 3px;
	background: url(../images/line_green.jpg) left top no-repeat;
	padding-top: 19px;
	color: #828282;
}
#footer a {
	color: #828282;
	font-style: normal;
	font-weight: normal;
}
#footer a:hover {
	color: #000;
}
#footer p {
	line-height: 12px;
}
#head {
	float: left;
	height: 143px;
	width: 760px;
	margin-top: 13px;
}
#indextxt, #sideimg {
	float: right;
	height: auto;
	width: 243px;
	margin-right: 15px;
	padding-top: 65px;
	background: url(../images/title_index.jpg) left 7px no-repeat;
}
#recmain {
	float: left;
	height: auto;
	width: 450px;
}
#sideimg {
	width: 246px;
	padding: 0;
	margin-top: 65px;
	background: none;
}
#sideimg h6, #sideimg ul, #sideimg p {
	margin-left: 10px;
}
#sideimg img, .cornermain img {
	margin-bottom: 10px;
}
#logo {
	float: left;
	height: 112px;
	width: 431px;
	margin: 0 0 13px 13px;
	background: url(../images/bkg_logo.jpg) left top no-repeat;
	display:inline;
}
#left, #mid, #right {
	display: inline;
	height: auto;
	width: 246px;
}
#left {
	float: left;
	margin-left: 10px;
}
#mid {
	float: left;
	text-align: center;
}
#right {
	float: right;
	text-align: right;
	margin-right: 10px;
}
#main {
	float: left;
	height: auto;
	width: 760px;
	margin: 28px 0 5px 0;
}
* html #wrap #main {
	margin-top: 0;
	margin-top: 16px;
}
/*---------- nav bar -----------*/
#nav {
	float: left;
	height: 28px;
	width: 760px;
	font-family: "Times New Roman", Times, serif;
	color: #981418;
	font-weight: bold;
	text-transform: uppercase;

}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	float: left; /* all list items */
	margin: 0;
	padding: 0;
}
#nav li ul li a:hover {
	color: #000;
}
#nav li ul li {
	margin: 0;
	padding: 0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 8px;
	margin: 0;
	padding: 0;
	top: 28px; /* lists nested under hovered list items */
}
#nav ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#nav ul li ul {
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute; /* second-level lists */
	width: 140px;
	margin: 0;
	padding: 0;
	
}
#nav ul li ul li a {
	color: #981418;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	margin: 0;
	padding: 3px;
	width: 103px;
	text-decoration: none;
	font-style: normal;
}
#nav ul li ul li a:hover {
	text-decoration: none;
}
#nav #menus {
	padding: 8px 0 0 12px;
	height: 71px;
	width: 103px;
	background: url(../images/bkg_menus.png) top left no-repeat;
}
#nav #about {
	padding: 8px 0 0 12px;
	height: 136px;
	width: 119px;
	background: url(../images/bkg_about.png) top left no-repeat;
}
#nav #advice {
	padding: 8px 0 0 6px;
	height: 60px;
	width: 141px;
	background: url(../images/bkg_advice.png) top left no-repeat;
}
#nav #resource {
	padding: 8px 0 0 6px;
	height: 60px;
	width: 134px;
	background: url(../images/bkg_resources.png) top left no-repeat;
}
* html #nav #about {
	background: url(../images/bkg_about.gif) top left no-repeat;
}
* html #nav #advice {
	background: url(../images/bkg_advice.gif) top left no-repeat;
}
* html #nav #resource {
	background: url(../images/bkg_resources.gif) top left no-repeat;
}
#nav #advice a {
	width: 125px
}
#nav #resource a {
	width: 115px;
}
* html #nav #menus {
	background: url(../images/bkg_menus.gif) top left no-repeat;
}
#nav, #nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0; /* all lists */
	text-align: left;
}
#nav ul {
	float: left;
}
/*---------- end nav bar ---------- */

#quicklinks {
	float: left;
	height: auto;
	width: 760px;
	background: url(../images/line_blue.jpg) left top no-repeat;
	margin-top: 10px;
	padding-top: 11px;
}
#specprice {
	float: right;
	height: 111px;
	width: 158px;
	margin-right: 8px;
}
#wrap {
	margin: 0 auto;
	height: auto;
	width: 760px;
}
#wrap div {
	display: inline;
}
#newsletter {
	float: right;
	margin-top: 93px;
}