html, body {
	font: 12px/16px helvetica, arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/3_bg.gif);
}

a {
	color: #069;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #fcfcfc  
}

.header {
	background: url(../custom/bigaudio/header.jpg) repeat-x;
	height: 110px;
	padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 90px;
	margin: 15px 0 0 20px;
}

.sitename {
	color: #c6eaf9;
	padding-left: 20px;	
	font: bold 40px helvetica, arial, sans-serif;
	position: relative;
	top: 38px;
}

.nav {
	
	height: 25px;
	white-space: nowrap;
}

.nav ul {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/3_nav.jpg);
}

.nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1px;
	padding: 5px 20px 5px 20px;
	text-align: center;
	font: 12px helvetica, arial, sans-serif;
	border-left: 1px solid #6c98b1;
	border-right: 1px solid #003366;
}

.nav ul li a:hover {
	background: url(../images/3_hov.jpg);
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	height: auto;
	width: auto;
	font-weight: normal;

	border-left: 1px solid #036;
	
	margin: 0;	
	padding: 0;
}

.nav li ul table a {
	width: auto;
	min-width: 120px;
	color: #fff;
	text-align: left;
	padding: 5px 20px 5px 20px;
	background: url(../images/3_drpnav.jpg);
	border-bottom: 1px solid #036;
}

.nav li ul table a:hover {
	background: url(../images/3_hov.jpg);
}

.nav li ul ul {
	margin: -1.75em 0 0 14em;
}

.nav li:hover ul ul, #nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	visibility: hidden;
}

.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 {
	visibility: visible;
}

.FlashVideoArea {
	padding: 0;
}

.pageheader {
	clear: left;
	background: url(../images/3_titlebar.jpg) repeat-x;
	color: #fff;
	line-height: 30px;
	padding-left: 20px; 
	letter-spacing: 1px;
	text-transform: uppercase;	
}

.content {
	font: 12px/16px helvetica, arial, sans-serif;
	background: #fcfcfc  url(../images/3_mainbg.jpg) repeat-x;
	color: #000;
	padding: 10px 20px 40px 20px;
	margin: 0;	
	text-align: justify;
}

.cartheader {
	clear: both;
	padding: 3px; 
	font-weight: bold; 
	height: 16px;
	background: url(../images/3_drpnav.jpg) repeat-x;
	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/3_footer.jpg) repeat-x;
	height: 23px;
	padding-right: 20px;
	font: 9px  verdana, helvetica, sans-serif;
}

.footer a span {
	color: #c8dfe6;
}

.footer a {
	float: right;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
}

