html, body {
	font: 11px verdana, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #37465a url(../custom/rashawnrose/bg.jpg);
	scrollbar-face-color: #ccc; 
	scrollbar-highlight-color: #fff; 
	scrollbar-arrow-color: #343746; 
	scrollbar-track-color: #999; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-base-color: #FFF;
}

a {
	color: #2b314b;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #fff;
}

.header {
	background: url(../custom/rashawnrose/header.jpg) repeat-x;
	height: 120px;
	padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 60px;
	margin: 5px 0 0 20px;
}

.sitename {
	color: #3a3e4e;
	padding-left: 20px;	
	font: bold 28px "trebuchet ms", sans-serif;
	position: relative;
	top: 16px;
}

.nav {
	
	height: 36px;
}

.nav ul {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/2_nav.jpg);
}

.nav a {
	display: block;
	color: #333;
	border-right: 1px solid #bbb;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 11px 20px 12px 20px;
	text-align: center;
}

.nav ul li a:hover {
	background: url(../images/2_hov.jpg) repeat-x;
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	display: block;
	visibility: hidden;
	width: auto;
	height: auto;
	margin: 0;
	border-right: none;
}

.nav li ul table a {
	width: auto;
	min-width: 120px;
	height: 15px;
	padding: 6px 8px 6px 20px;
	*padding-right: 30px; 
	background: url(../images/2_drpnav.jpg) repeat-x;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
	white-space: nowrap;
}

.nav li ul a:hover {
	background: url(../images/2_hov.jpg) repeat-x;;
}

.nav li:hover ul {
	visibility: hidden;
}

.nav li:hover ul, .nav li.sfhover ul {
	visibility: visible;
}

.FlashVideoArea {
		vertical-align: top;
		padding: 0;
}

.pageheader {
	clear: left;
	background: url(../images/2_titlebar.jpg) repeat-x;
	color: #333;
	padding-left: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 37px;
	line-height: 35px;
	font-weight: bold;
}

.content {
		vertical-align: top;
		background: #fff;
		color: #333;
		padding: 5px 20px 40px 20px;
		margin: 0;
		text-align: justify;
}

.cartheader {
	clear: both;
	padding: 3px; 
	font-weight: bold; 
	height: 16px;
	background: #454857 url(../images/2_cartheader.jpg) repeat-x;
	border-top: #333 solid 1px;
	color: #fff;
}

.producttitle {
	float: left;
}

.price {
	float: right;
}

.cartimg img {
	margin: 15px 0;
}

.cartcontent {
	vertical-align: top;
	width: 325px;
}

.cartcontent p {
	margin: 15px 0;
}

.cartbuttons {
	vertical-align: top;
	width: 150px;
	padding: 15px 0;
}

.cartbuttons input, .cartbuttons select {
	width: 150px;
	font-size: 11px;
}



object, embed {
	position: relative;
	z-index: 1;
}

.footer {
	position: fixed;
	z-index: 2;
	bottom: 0;
	width: 756px;
	clear: both;
	background: url(../images/2_footer.jpg) repeat-x;
	height: 33px;
	padding-right: 20px;
	font-size: 9px;
}

.footer a span {
		color: #ddd;
}

.footer a {
		float: right;
		text-decoration: none;
		color: #fff;
		padding-top: 10px;
}