body{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#424141;
	margin:0px;
}

h1{
	font-size:18px;
	color:#00519e;
	font-weight:normal;
	line-height:24px;
}
h2{
	font-size:18px;
	color:#00519e;
}
h3{
	font-size:12px;
	color:#00519e;
}
img{
	border:0px;
}

hr
{
	color:#ffffff;
	border-top:1px dotted #cccccc;
}

a:link, a:visited, a:active, a:hover{ 
	text-decoration:none;
	color:#e7511e;
	font-size:12px;
}
a:active, a:hover{ 
	color:#00519e;
}

#body_wrapper{
	margin:0 auto;
	width:900px;
}

/* UTILITIES */
.utilities
{
	float:right;
}

.utilities ul
{
	margin:2px 0;
	list-style:none;
}

.utilities ul li{
	float:left;
}

.utilities .separator{
	margin:0 5px;
	color:#cccccc;
}

.utilities a:link, .utilities a:visited{ 
	text-decoration:none;
	color:#00519e;
	font-size:12px;
}
.utilities a:active, .utilities a:hover, .utilities a.active{ 
	color:#e7511e;
}

/* LOGO */
.logo
{
	margin-top:20px;
	margin-bottom:0px !important;
	margin-bottom:10px;
	float:left;
}

/* COPYRIGHT */
#copyright{
	clear:both;
	color:#909090;
	border-top:1px dotted #cccccc;
	padding-top:5px;
	margin-top:20px;
	margin-bottom:70px;
}

#copyright .utilities{
	margin-top:-2px;
}

#copyright, #copyright a{
	font-size:10px;
}

#copyright2{
	float:left;
	padding-left:5px;
	width:550px;
}

/* NAVIGATION */
#navigation{
	height:29px;
	background-image:url(../_images/bg/nav_bg_middle.jpg);
	margin-bottom:20px;
}

#navigation a:link, #navigation a:visited, #navigation a:active{ 
	text-decoration:none;
	color:#00519e;
	font-size:12px;
}
#navigation a:active, #navigation a:hover{ 
	color:#e7511e;
}

#navigation a.active{
	color:#e7511e;
}

#navigation_inner{
	height:29px;
	background-image:url(../_images/bg/nav_bg_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#navigation_inner2{
	height:29px;
	background-image:url(../_images/bg/nav_bg_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#navigation ul{
	list-style:none;
}

#navigation ul li{
	height:29px;
	float:left;
	position:relative;
	background-image:url(../_images/bg/nav_bg_seperator.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#navigation ul li a{
	font-weight:bold;
	float:left;
	padding:6px 24px 0;
	display:block;
	height:22px;
}

#navigation ul .nav_fst{
	background-image:none;
	width:0;
}

.subnavigation ul, .subnavigation{
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
	float:left;
}

.subnavigation ul li{
	height:22px;
	border-top:1px dotted #cccccc;
}

.subnavigation ul li a{
	display:block;
	height:22px;
	padding:2px 14px 0;
}

.subnavigation ul li a:link, .subnavigation ul li a:visited{ 
	text-decoration:none;
	color:#00519e;
	font-size:12px;
}
.subnavigation ul li a:active, .subnavigation ul li a:hover, .subnavigation ul li a.active{ 
	background:#f5f6f5;
	color:#e7511e;
}

/* BREADCRUMB */
#breadcrumb
{
	margin:10px 10px 10px 190px;
	padding-top:2px;
}

/* CONTENT */
#content{
	clear:both;	
}

#column0
{
	margin:10px 10px 10px 190px;
}

.column1, .column2, .column3{
	float:left;
	padding:15px 20px;
	width:260px;
}

.column0{
	margin:10px;
	margin-left:190px;
}

.more{
	padding-left:20px;
	background-image:url(../_images/lnk_more.jpg);
	background-position:5px;
	background-repeat:no-repeat;
}

/* WEEKLY IMAGE */
#weekly_img, #weekly_img_inner{
	width:900px;
	height:300px;
	display:block;
	margin-top:20px;
}

.button_img{
	left:830px;
	position:relative;
	top:249px;
	width:150px;
}

.button_back{
	float:left;
}

/* BUTTONS */

.et_button
{
	display:block;
	margin-right:5px;
	margin-bottom:10px;
	height:23px;
	padding-right:5px;
	padding-left:5px;
	padding-top:4px;
	border: 1px solid #cccccc;
	background: #f9f9f9;
	float:left;
}

.et_buttonsel
{
	border-bottom:none;
}

.et_button:hover, .et_buttonsel
{
	color: #000000;
	background: #ffffff;
}

/* TABLES */
table
{
	background:#F9F9F9;
	border:none;	
}

table tr.even
{
	background-color:#C6DDF3;
}

table img
{
	margin:5px;	
}

table .alt
{
	background:#F1F1F1;
}

td
{
	vertical-align:top;
}

/* tables */
table.tablesorter thead tr .header {
	background-image: url(/_images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align:left;
}
table.tablesorter tbody td {
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/_images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/_images/desc.gif);
}

/* IMAGES */
.img_float
{
	float:right;
	padding-left:5px;
	padding-bottom:5px;	
}

.img_float_l
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;	
}

/* TABS */
.tab
{
	height:28px;
	display:inline-block;
	background-image:url(../_images/bg/tab_bg_left.jpg);	
}
.tab div
{
	height:28px;
	background-image:url(../_images/bg/tab_bg_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#00519E;
	font-size:18px;
	font-weight:normal;
	padding-top:4px;
	padding-left:12px;
	padding-right:30px;
}

#quicknav ul
{
	list-style-type:none;
}

/* TABLE COLS */
.c1
{
	width:160px;
	vertical-align:top;
}

.filterbar
{
	width:650px;
	display:block;
	border: 1px solid #cccccc;
	background: #f9f9f9;
	margin-bottom:10px;
	padding:4px;
}

.AdditionalInfo img
{
	position: relative;
    top: 7px;
}

/* PAYMENT */
#et_basket
{
	width:620px;
	border:1px solid #ccc;
}

#et_basket h3
{
	margin:0;
	padding:5px;
	color:#FFF;
	background:#00519E;
	text-transform:uppercase;
}

.sTab .current{
	background-color: #00519E;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-color: #00519E;
	color: white;
}

.sTab{
	padding: 0;
	width: 100%;
	height:24px;
	border-bottom: 5px solid #00519E;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.sTab li {
	float: left;
	display: block;
	font: bold 12px Arial;
	color: #ccc;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 10px 10px 10px;
	border-bottom: 8px solid white;
}
.sTab ul{
	margin:0;
	margin-left: 40px;
	padding: 0;
	list-style: none;
}
.sTab li{
	display: inline;
	margin: 0 0 2px 0;
	text-transform:uppercase;
}
