@charset "utf-8";
/* CSS Document */

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Normalizes tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

body {
	background:#ffffff url(images/bg_menu.gif) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

#wrapper{
	width:955px;
	margin:auto;
}
h2 a {
	text-decoration:none;
	color:#000000;
}
h2 a:hover {
	text-decoration:underline;
}
p, li {
	margin-bottom:8px;
	line-height:16px;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#000000;
	font-weight:normal;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	margin-bottom:8px;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}

ul#menu {
	display:block;
	height:24px;
	margin:0;
	padding:0;
	list-style:none;
	padding:23px 0 20px 10px;
}
ul#menu li {
	margin:0;
	padding:0;
	float:left;
	padding-right:21px;
	background:url(images/bullet_white.gif) right 6px no-repeat;
	padding-left:12px;
}
ul#menu li.last {
	padding-right:none;
	background:none;
}
ul#menu li a {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	height:20px;
}
ul#menu li a:hover {
	color:#e0f4cd;
}
ul#menu li a.selected {
	color:#fdf5c5;
}
div#banner {
	margin-top:10px;
}
div#banner3 {
	margin-top:10px;
	height:70px;
	width:955px;
	background:url(images/banner3.png) top left no-repeat;
	text-indent:-9999px;
}
div#leftCol {
	width:570px;
	float:left;
	padding:15px 0 15px 15px;
}

div#rightCol {
	width:342px;
	padding:15px 15px 15px 0;
	float:right;
}

div.box_grey_top {
	background:#fafafa url(images/grey_box_top.gif) top center no-repeat;
}
div.box_grey_bottom {
	background:url(images/grey_box_bottom.gif) bottom center no-repeat;
	padding:10px 15px;
	color:#000000;
}
div.box_grey_bottom ul {
	margin:0;
	padding:0;
}
div.box_grey_bottom ul li {
	margin:0;
	padding:0 0 8px 15px;
	display:block;
	list-style:none;
	background:url(images/bullet_brown.gif) left 4px no-repeat;
}
div.long_box {
	width:945px;
	background:url(images/long_box_bg.gif) top center repeat-y;
	margin-top:10px;
}
div.long_box_head {
	width:945px;
	height:40px;
	background:url(images/long_box_head.gif) top center no-repeat;
	padding:13px 0 0 0;
}
div.long_box_bottom {
	width:945px;
	background:url(images/long_box_bottom.gif) bottom left no-repeat;
	padding:10px 0;
	color:#000000;
}
.box_305 {
	width:295px;
	float:left;
	border-right:1px solid #bbbaba;
	margin-left:9px;
	padding-right:10px;
}

h2.arrow_red,
h2.arrow_green,
h2.arrow_orange {
	display:block;
	background:url(images/arrow_red.gif) 5px 4px no-repeat; 
	padding-left:35px;
}
h2.arrow_green {
	background:url(images/arrow_green.gif) 5px 4px no-repeat;
}
h2.arrow_orange {
	background:url(images/arrow_orange.gif) 5px 4px no-repeat;
}
div#footer {
	width:945px;
	height:30px;
	background:url(images/bg_footer.gif) center center no-repeat;
	text-align:center;
	margin-top:20px;
	padding-top:19px;
	margin-bottom:10px;
}
div.offerbox,
div.offerbox2 {
	width:260px;
	background:url(images/offer_box.gif) top left no-repeat;
	min-height:135px;
	padding:10px;
	color:black;
	margin-bottom:10px;
	text-align:center;
}
div.offerbox2 {
	background:url(images/offer_box2.gif) top left no-repeat;
}

.noborder {
	border:0;
}
.mright {
	margin-right:10px;
}
.mleft {
	margin-left:10px;
}
div.clear {
	clear:both;
	height:0px;
}
.fleft {
	float:left;
}
.redtext {
	color:#F00;
}
.price {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

