@charset "utf-8";
/*	 GLOBALS
============================================================= */

html {
	font-size: 100%;
	text-align: center;
}
body {
	margin: 0;
	text-align: left;
}
fieldset {
	margin: 0;
	padding:0;
	border: none;
	clear:both;
}
legend { display: none; }
img { border: none; }
input, textarea, select { border: 1px solid #666; }
input:hover, textarea:hover, input:focus, textarea:focus, textarea:active, select:focus, select:active { border: 1px solid #333; }
.btn {
	background: #61A116 url('/images/btn_grn.jpg') no-repeat top left;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing:normal;
}
td { vertical-align: top; }
#imageOver {
	background: url('/images/learn_more.gif') no-repeat 50% 50%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	width: 100px;
	height: 30px;
	position: absolute;
	left: -160px;
	top: 110px;
	cursor:default;
}
/*	TYPOGRAPHY
============================================================= */
body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #000000;
}
p { margin: 0 0 .8em 0; }
a {
	text-decoration: none;
	font-weight: 600;
}
#header a, #footer a { text-transform: uppercase; }
#wrapper a { color: #06C; }
#wrapper a:hover, #dashboard a:hover { color: #0080ff; }
#footer a { color: #666; }
#footer a:hover { color: #06C; }
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 .5em 0;
	color: #06c;
}
h2 {
	font-size: 14px;
	margin: 0 0 .5em 0;
	color:#333;
}
h3 {
	font-size: 14px;
	margin: 0 0 .5em 0;
	color:#333;
}
/*	CLASSES
============================================================= */
.textright { text-align: right; }
.block, .block a {
	background-color: #06C;
	color: #FFF !important;
	padding: 3px 5px 1px 5px;
	text-transform: uppercase !important;
	font-weight: normal !important;
}
.price, .pricehome {
	font-size: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	display: block;
}
.competitor {
	font-size: 11px;
	margin: 5px 0;
	display:block;
	color: #666666;
}
.cart {
	text-indent: -9999px;
	margin-top: 20px;
	position: relative;
	bottom: 0;
	left: 0;
	clear: both;
}
.cart a {
	background: url("/images/btn_addtocart.gif") no-repeat top left;
	width: 153px;
	height: 34px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}
.cart a:hover { background-position: bottom; }
.cta {
	margin: 15px 0 10px 0;
	text-transform: uppercase;
}
.cta a {
	background: #61A116 url('/images/btn_grn.jpg') no-repeat top left;
	color: #fff !important;
	padding: 8px 40px;
	margin: 10px 0;
}
.cta a:hover { background: #61A116 url('/images/btn_grn_over.jpg') no-repeat top left; }
/*	STRUCTURE
============================================================= */

#wrapper {
	width: 920px;
	padding: 20px 20px 40px 20px;
	margin: 0 auto;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	position: relative;
	overflow: auto;
}
#header { padding: 0 0 10px 0; }
#footer {
	width: 960px;
	margin: 15px auto;
}
#links {
	float:left;
	width: 600px;
}
/*	HEADER
============================================================= */

#headerleft { float: left; }
#logo {
	text-indent: -9999px;
	margin: 10px 0 0 0;
	position: absolute;
}
#logo a {
	background: url("/images/pdus-direct.gif") no-repeat top left;
	width: 186px;
	height: 47px;
	display: block;
}
#headerright {
	float: right;
	width: 725px;
}
#dashboard {
	margin: 0 0 10px 0;
	float: right;
	list-style: none;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
#dashboard li {
	margin: 0 0 0 5px;
	padding: 0;
	text-align: right;
	display: inline;
}
#dashboard a {
	text-transform: none;
	margin-left: 15px;
	font-weight: 600;
}
#headerright form {
	float: right;
	width: 200px;
}
#headerright form input {
	color: #888;
	border: 1px solid #ccc;
}
#headerright form .btn {
	padding: 0px 2px;
	color: #fff;
	border: 1px solid #666;
	background: #06c;
}
#nav {
	font-size: 14px;
	margin: 5px 0 15px 0;
	list-style: none;
	clear: both;
	width: 700px;
	text-align: right;
	float: right;
}
#nav li {
	display: inline;
	margin: 0 0 0 10px;
	text-align: right;
	padding: 0;
}
#nav a { color: #000; }
#nav a:hover { color: #65a618; }
/*	
================================================================= */ 


/*	HOMEPAGE TABLES
================================================================= */ 
  
#tab {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow: hidden;
}
#tab li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	border-color:#999;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin-left: 10px;
}
#tab li a {
	background: #cacaca url('/images/btn_grey.jpg') no-repeat top left;
	display: block;
	padding: 8px 25px;
	color: #5a5a5a;
}
#tab li a:hover {
	color: #333333;
}
#tab .active {
	background: #62a217 url('/images/btn_grn.jpg') no-repeat top left;
	color: #FFF;
}
#tab .active {
	color: #fff !important;
	cursor:default;
}


 
/*	classes
================================================================= */ 
:focus {
	-moz-outline-style: none;
	focus: 0;
}
.newsteaser {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	clear: left;
	width: 100%;
}
#news { font-size: 13px; }
.search {
	width: 90%;
	margin: 0 auto 0 auto;
}
.search th {
	font-weight: bold;
	font-size: 130%;
	color: #333;
}
.search .pricehome { font-size: 150%; }
.search td {
	border-top: 1px solid #ccc;
	vertical-align: top;
}
.search .center { text-align: center; }
.search .cart a { margin-top: 0px; }
.left { float: left; }
.right { float: right; }
