body {
	text-align: center;
    font-family: "Tahoma", sans-serif;
    font-size: 8pt;
    margin: 0px;
    color: #F5F5F5;
	background: url("images/page_bg.gif");
}

#mainNav {
    text-align: left;
    margin: 0 auto;
    width: 1000px;
	background: url('images/white_bg.jpg') 796px repeat-y;
}
#topNav {
	overflow: hidden;
	width: 100%;
}

.leftNav {
    float: left;
    width: 800px;
}

.rightNav {
	float: left;
	margin: 2px 0 0 2px;
	width: 198px;
}

#slides {
	overflow: hidden;
    border: 1px solid #A5B2D4;
	text-align: center;
}

#slides a img {
	margin: 1px 0;
	border: none;
}

#slides a {
	margin: 0;
}

#wrap {
	background: url("images/wrap_bg.jpg") repeat-y;
	overflow: hidden;
	width: 100%;
}

#foot {
	padding: 5px 0;
	color: #F5F5F5;
	font-size: 0.8em;
	font-weight: bold;
}

#foot a {
	color: #F5F5F5;
	text-transform: uppercase;
}

#foot img {
	border: none;
	display: inline;
	margin-bottom: -3px;
}

.head, .contentHead {
    border: 1px solid #A5B2D4;
    padding: 1px;
    margin-bottom: 2px;
}

.subHead {
    text-transform: uppercase;
    letter-spacing: -0.25;
    font-weight: bold;
    background-color: #A5B2D4;
	color: #F5F5F5;
    padding: 4px;
}

.contentRight {
    padding: 5px;
	color: #697287;
	background: #C6CFE3 url("contBack.jpg") repeat-x;
}

.contentLeft {
	padding: 5px 6px 0 6px;
    border-top: 2px solid #868686;
	color: #697287;
	margin-top: -2px;
}

ul.list, ul.manufSeries, ul.catManufs {
	margin: 0;
	padding: 0;
}
ul.list li {
	list-style: none;
	padding: 4px 0;
	/*font-weight: bold;*/
}

ul.manufSeries li, ul.catManufs li {
	list-style: none;
	padding: 2px 0 2px 8px;
	border-top: none;
	font-weight: normal;
}

.productBox {
	border: 1px solid #697287;
	padding: 1px;
	text-align: center;
	height: 100%;
}

.prodMasterBox {
	width: 124px; 
	height: 215px; 
	float: left; 
	margin: 0 25px 20px 0;
}

img.thumb {
	border: none;
	margin: 1px 0;
}

img.desc {
	border: 1px solid #697287;
	border-bottom: 3px solid #697287;
	border-top: 3px solid #697287;
	margin: 4px 6px 4px 0;
	float: left;
}

.darkBg {
	background-color: #697287;
	color: #F5F5F5;
	text-align: center;
	padding: 4px;
	margin: 0;
}
.clr {
    clear: both;
}

ul#menu {
	float: right;
	margin: 6px 2px;
	list-style-type: none;
}

ul#menu li {
	margin: 4px 4px;
	text-align: right;
}

ul#menu li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #F5F5F5;
}

ul#menu li a:hover {
	text-decoration: none;
}

a {
    color: #28386F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.small {
    font-size: 0.8em;
}

.large {
	font-size: 1.3em;
}

input, textarea, select {
    font-family: "Tahoma", sans-serif;
    font-size: 8pt;
    border: 1px solid #5D5D5D;
	background-color: #F5F5F5;
	color: #5D5D5D;
}

a.pages {
	margin-left: 5px;
}

p.error {
	font-weight: bold;
    color: #BB0202;
	text-align: center;
}

.promo, .price {
	color: #BB0202;
	font-size: 1.3em;
}

table.basket, table.order, table.ordForm {
	border-collapse: collapse;
	color: #697287;
	font-size: 8pt;
	width: 100%;
}

table.basket td {
	padding: 2px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	border-bottom: 1px solid #697287;
}

table.basket th, table.order th {
	background-color: #697287;
	color: #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	padding: 4px;
	text-align: center;
}

table.order td {
	text-align: right;
	vertical-align: middle;
	padding: 4px 2px;
}

table.ordForm td {
	text-align: right;
	vertical-align: middle;
	padding: 5px 4px;
}

a.white {
	color: #F5F5F5;
}

a.nextStep {
	display: block;
	background: url("images/nextBg1.jpg") right center no-repeat;
	padding: 7px 25px 7px 2px;
	float: right;
	font-weight: bold;
	margin: 3px 1px;
}

a.prevStep {
	display: block;
	background: url("images/prevBg1.jpg") left center no-repeat;
	padding: 7px 2px 7px 25px;
	float: left;
	font-weight: bold;
	margin: 3px 0;
}	

.headUnderlined {
	padding: 3px 0;
	border-bottom: 1px solid #697287;
	margin: 0 0 12px 0;
}

ol.regulation li {
	margin-bottom: 8px;
}

form.sortForm select, form.sortForm input {
	font-size: 7pt;
}

form.sortForm {
	margin: 0 0 2px 0;
}

/*light box css*/
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#lightbox {
	padding: 8px;
	background-color: #F5F5F5;
	color: #333333;
}
#lightbox a {
	color: inherit;
	font-family: inherit;
}