html, body {
	font: 12px helvetica, arial, sans-serif;
	height: 100%;
   	margin: 0;
	padding: 0;
	text-align: center;
	background: #3b7ec5  url(../images/1_bg.jpg) repeat-x;
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#3c7ba7; 
	scrollbar-darkshadow-color:Black;  
	scrollbar-3dlight-color::White; 
}

a {
	color: #36c;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
}

.header {
	background: url(../images/1_header.jpg) repeat-x;
	height: 85px;
	padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 62px;
	margin: 20px 0 0 20px;
}

.sitename {
	color: #fff;
	padding-left: 20px;	
	font: bold 28px helvetica, arial, sans-serif;
	position: relative;
	top: 35px;
}

.nav {
	
	height: 29px;
	white-space: nowrap;
}

.nav ul {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/1_nav.jpg);
}

.nav ul li a {
	display: block;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 4px;
	padding: 5px 20px;
	text-align: center;
	font: 12px arial, sans-serif;
	border-left: 1px solid #ddd;
	border-right: 1px solid #999;
}

.nav ul li a:hover {
	background: url(../images/1_hov.jpg);
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	height: auto;
	width: auto;
	font-weight: normal;
	background: #f5f5f5;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: none;
	margin: 0;	
	padding: 0;
}

.nav li ul table a {
	width: auto;
	min-width: 120px;
	color: #555;
	text-align: left;
	margin-top: 0;
	padding: 4px 20px 4px 20px;
	background: url(../images/1_drpnav.jpg);
	border-bottom: 1px solid #999;
}

.nav li ul table a:hover {
	background: url(../images/1_drphov.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/1_titlebar.jpg) repeat-x;
	height: 29px;
	color: #1f4f8c;
	padding-left: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 35px;
}

.content {
	background: #FFF url(../images/1_mainbg.jpg) repeat-x;
	color: #555;
	padding: 10px 20px 40px 20px;
	text-align: justify;
}

.cartheader {
	clear: both;
	padding: 3px; 
	font-weight: bold; 
	height: 16px;
	background: url(../images/1_cartheader.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;
	xz-index: 2;
	bottom: 0;
	width: 756px;
	background: url(../images/1_footer.jpg) repeat-x;
	height: 38px;
	padding-right: 20px;
	font: 9px verdana, helvetica, arial, sans-serif;
}

.footer a {
	float: right;
	text-decoration: none;
	color: #36c;
	padding-top: 13px;
}

.footer a span {
	color: #1f4f8c;
}
