* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
	border: 0;
	margin: 0;
	padding: 0;
	}

input, select, textarea, .brd {
	border: 1px solid #ccc;
	font-size: 12px;
}

body {
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	}

.head {
	display: block;
	padding: 20px 0;
	background-color: #FFF;	
	}

.nav {
	width: 154px;
	height: 1200px;
	background-color: #DEEEF0;
	position: relative;
	float: left;
	text-align: right;
	}
	
	.nav ul {
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
		text-align: right;
	}

	.nav li {
		padding: 20px 20px 20px 0; 
		width: 134px;	
		text-align: right;
	}	
	
	.nav li.dls {
		background-color: #9AD0D6;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}

	.nav li:hover {
		background-color: #C3E7EB;
	}	

	.nav li a {
		font-size: 13px;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav li a:hover {
		text-decoration: underline;
	}
	
	.nav img {
		padding: 30px 20px 0 20px;
		/*border-top: 2px solid #fff;*/
	}
	
	.nav h4 {
		padding: 20px;
	}
	
	.nav h4 a {
		font-size: 11px;
		color: #066;
		text-decoration: underline;
	}

.main, .mainorder {
	display: block;
	float: left;
	padding-left: 20px;
	position: relative;
	float: left;	
	}
	
	.main {
	width: 484px !important;
	width: 474px;
	}
	
	.mainorder {
	width: 626px !important;
	width: 626px;
	}		

.content {
	width: 270px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	float: left;		
	}
	
	/*.content {
	width: 270px;
	}
	
	.contentorder {
	width: 574px;
	}*/	

.order, .ordertwo {
	position: relative;
	float: left;		
	padding-top: 20px;
	}
	
	.order {
	width: 285px !important;
	width: 245px;
	margin-right: 20px;
	}
	
	.ordertwo {
	width: 285px !important;
	width: 245px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;	
	background-color: #F4F4F4;	
	border-left: 1px dotted #ccc;
	}
	
.psrcolumn {
	width: 142px !important;
	width: 132px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 20px;	
	border-left: 1px dotted #ccc;
	display: block;	
	position: relative;
	float: right;	
	}

.news {
	width: 120px;
	padding-top: 20px; /*remove if special offer is put back*/
	padding-left: 20px;
	border-left: 1px dotted #ccc;
	display: block;	
	position: relative;
	float: right;	
	}

	.news ul {
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
		text-align: left;
	}
	
	.news li {
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

.orderhead {
	width: 626px !important;
	width: 606px;
	/*margin-top: 40px;
	margin-left: 20px;*/
	display: block;	
	position: relative;
	float: left;
	padding: 20px 0;	
	border-bottom: 1px dotted #ccc;
	/*margin-bottom: 20px;
	display: block;*/	
	}

.offers {
	width: 600px;
	margin-top: 40px;
	margin-left: 20px;
	display: block;	
	position: relative;
	float: left;	
	border-bottom: 1px dotted #ccc;
	/*margin-bottom: 20px;
	display: block;*/	
	}

h1, h1.upper, h1.uppertwo, h1.order {
	font-size: 17px;
	font-weight: normal;
	color: #176871;
	padding-bottom: 10px;
	}

	h1.upper, h1.uppertwo {
	text-transform: uppercase;
	}
	
	h1.order {
	text-transform: none;
	}	
	
	h1.upper {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 20px;
	}	
	
	h1.uppertwo {
	border: 0;
	padding: 0;
	margin: 0;
	}	

h2, h2 a, h2.padline {
	font-size: 10px;
	color: #176871;
	padding: 10px 0;	
	}
	
	h2.padline {
		border-bottom: 1px solid #176871;
		padding: 20px 0 0 0;
		margin-bottom: 5px;	
		}
	
h3 {
	color: #176871;
	}	
	
	h3 {
	font-size: 14px;
	padding-top: 10px;	
	}	
	
	h3.border {
	font-size: 14px;
	padding-top: 20px;	
	margin-top: 20px;	
	border-top: 1px solid #176871;
	}	
	
	h3.nopad {
	font-size: 13px;
	padding: 0;
	}	

p, li {
	font-size: 10px;
	color: #333;
	}

	p {
		line-height: 20pt;
		padding-top: 10px;		
		}
		
	p.form {
		font-size: 10px;			
		line-height: 12pt;
		padding-bottom: 5px;
		}	
		
	p.formtwo {
		line-height: 12pt;
		padding-bottom: 5px;
		}		
	
	img a {
		text-decoration: none;
		}	
	
	a {
		font-size: 10px;
		color: #000000;
		text-decoration: underline;
		}	
	
	a:hover {
		text-decoration: none;
		}		

	p, ul {
		padding-bottom: 10px;	
		}	

	ul {
		margin-top: 0;
		margin-left: 1em;
		/*padding-left: 1em;*/
		text-indent: 0;
		}
	
	.content ul li {
		padding-bottom: 10px;
	}	

p.error {
	font-size: 10px;
	color: #CC3333;	
	}

table {
	text-align: center;	
	}

.ofrhda {
	width: 505px;
	background-color: #EAE4CE;
	}

.ofrhdb {
	width: 129px;
	background-color: #D1EACE;
	}

.ofrhda, .ofrhdb {
	height: 30px;
	text-align: center;
	padding-bottom: 20px;
	}

.ofrlista, .ofrlistx, .ofrlistb {
	width: 90px;
	/*height: 130px; */
	padding: 8px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
}

.ofrlista {
	background-color: #EAE4CE;	
	border-left: 1px dotted #fff;	
}

.ofrlistx {
	background-color: #EAE4CE;	
	border: 0;	
}

.ofrlistb {
	background-color: #D1EACE;	
}

table.order, table.checkout {
	width: 626px !important;
	width: 606px;	
	clear: both;
	font-size: 11px;
	color: #000;
	padding: 10px 5px 10px 0;	
	}
	
table.order {
	text-align: center;	
	padding-top: 15px;
	}	
	
table.checkout {
	text-align: left;	
	padding-top: 15px;	
	}		
	
table.order td, table.checkout td  {
	padding: 0 0 10px 10px;
	}	

td.tblhead {
	font-size: 14px;
	color: #176871;
	border-bottom: 1px solid #176871;
	padding: 0 0 0 10px;
	text-align: left;
	background-color: #F4F4F4;		
	vertical-align: bottom;
	line-height: 20px;
	}

