html, body {
		font: 11px verdana, helvetica, sans-serif;
		height: 100%;
        margin: 0;
		padding: 0;
		text-align: center;
		background: #313131 url(../images/13_bg.gif);
}

a {
	color: #900;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
		text-align: left;
		background: #fff;
}

.header {
		vertical-align: top;
		background: url(../custom/twistedwinds/header.jpg) repeat-x;
		height: 108px;
		padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 70px;
	margin: 4px 0 0 20px;
}

.sitename {
		color: #fff;
		padding-left: 20px;	
		font: bold 28px "trebuchet ms", sans-serif;
		position: relative;
		top: 20px;
}

.nav {
	width: 100%;
	height: 27px;
}

.nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/13_nav.jpg);
}

.nav a {
	display: block;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #676767;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 20px;
	text-align: center;
}

.nav ul li a:hover {
	background: url(../images/13_hov.jpg) repeat-x;
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	visibility: hidden;
	height: auto;
	width: auto;
	margin: 0;
	border-right: none;
}

html[xmlns] .nav li ul {
	margin: -1px 0 0 0;
}

.nav li ul table a {
	width: 100%;
	height: 15px;
	padding: 3px 3px 3px 20px;
	*padding-right: 30px; 
	background: url(../images/13_drpnav.jpg) repeat-x;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	white-space: nowrap;
}

.nav li ul a:hover {
	background: url(../images/13_drphov.gif) 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/1_titlebar.jpg) repeat-x;
		color: #333;
		padding-left: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 29px;
}

.content {
		vertical-align: top;
		background: #fff;
		color: #000;
		padding: 10px 20px 40px 20px;
		margin: 0;
		text-align: justify;
}

.cartheader {
	clear: both;
	padding: 3px; 
	font-weight: bold;  
	height: 16px;
	border-top: #333 solid 1px;
	background: #444 url(../images/13_nav.jpg) repeat-x;
	color: #fff;
}

.producttitle {
	float: left;
}

.price {
	float: right;
}

.cartimg {
	width: 20%;
}

.cartimg img {
	margin: 15px 15px 15px 0;
}	

.cartcontent {
	vertical-align: top;
	width: 70%;
}

.cartcontent p {
	margin: 15px 0;
}

.cartbuttons {
	vertical-align: top;
	width: 10%;
	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;
		background: url(../images/13_footer.jpg) repeat-x;
		height: 37px;
		padding-right: 20px;
		font-size: 9px;
}

.footer a span {
		color: #b0b4b4;
}

.footer a {
		float: right;
		text-decoration: none;
		color: #fff;
		padding-top: 8px;
}