html,body {
	height:100%;
	width: 100%;
}

body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
}

div.opac_xmpl {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
}

.container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8FD400;
	border-left-color: #8FD400;
}
#footer {
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8FD400;
}
#footerinner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	text-align: center;
	color: #969DB1;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8FD400;
	border-bottom-color: #8FD400;
	border-left-color: #8FD400;
}
#footerinner a {
	text-decoration: none;
	color: #969DB1;
}
#footerinner a:hover {
	color: #666666;
	text-decoration: none;
}
#main {
}
#nav {
	position: absolute;
	visibility: visible;
	top: 117px;
	width: 100%;
	left: 0px;
	z-index: 500;
}
#subNav1, #subNav2 {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 100%;
	top: 130px;
	left: 0px;
	color: #00214D;
	font-size: 1em;
}
#subNav1 a, #subNav2 a {
	color: #00214D;
	text-decoration:none;
	line-height: 1.5em;
}
#subNav1 a:hover, #subNav2 a:hover {
	color: #8FD400;
	text-decoration:none;
}

#top1 {
	height: 130px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
}
#top2 {
	height: 170px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8FD400;
	background-repeat: no-repeat;
}
#rightBoxes {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
#loginBox {
	background-image: url(/images/right-panel-bg.png);
	height: 35px;
	width: 220px;
	margin-bottom: 5px;
}
#searchBox {
	background-image: url(/images/right-panel-bg.png);
	height: 35px;
	width: 220px;
}
.leftCol {
	color: #00214D;
}
.leftCol .productBox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8FD400;
	padding-bottom: 10px;
}
.wasPrice {
	color: #999999;
	font-size: 90%;
}
.specialPrice {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
}
.rightCol {
	background-image: url(/images/rightCol-bg.jpg);
}
.mainCol {
	padding: 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8FD400;
	border-left-color: #8FD400;
	color: #666666;
}
.mainCol a {
	text-decoration: none;
	color: #00214D;
}
.mainCol p {
	margin-bottom: 1em;
}
.mainCol ul {
	margin-bottom: 1em;
	margin-left: 1em;
}
.mainCol li {
	margin-left: 1em;
}
input {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #8FD400;
}
select {
	font-size: 10px;
	padding: 3px;
	width:150px;
	margin: 0px;
	border: 1px solid #8FD400;
}
.radio {
	padding: 0px;
	margin: 0px;
	border: 0px solid #8FD400;
}
@media print {
	body {
		display:none;
	}
	
	
}