html { 
	padding:0px;
	margin:0px;
}

form { 
	padding:0px;
	margin:0px;
}

body {
	min-width:900px;
	background-color:#ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#413c3c;  
	padding:0px;
	margin:0px;
}

a.domcan {
	color:#ff0000;
	font-size:11px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	background-color:transparent;
	}
a.domcan:link {text-decoration:underline; color:#ff0000;}
a.domcan:visited {text-decoration:underline; color:#ff0000;}
a.domcan:hover {text-decoration:underline; color:#ff0000;}

a {
	color:#413c3c;
	font-size:11px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	background-color:transparent;
	}
a:link {text-decoration:underline; color:#413c3c;}
a:visited {text-decoration:underline; color:#413c3c;}
a:hover {text-decoration:underline; color:#413c3c;}

.sub_text {
	display:inline;
	color:#413c3c;
	font-size:10px;
	font-family:arial, verdana, helvetica, sans-serif;
	background-color:transparent;
}

a.sub_text {
	color:#413c3c;
	font-size:10px;
	font-family:arial, verdana, helvetica, sans-serif;
	text-decoration:none;
	cursor:pointer;
	background-color:transparent;
	}
a.sub_text:link {text-decoration:none; color:#413c3c;}
a.sub_text:visited {text-decoration:none; color:#413c3c;}
a.sub_text:hover {text-decoration:underline; color:#413c3c;}

a.footer {
	color:#737373;
	font-size:10px;
	font-family:arial, verdana, helvetica, sans-serif;
	text-decoration:underline;
	text-transform:uppercase;
	cursor:pointer;
	background-color:transparent;
}

.rss {
	text-align:right; 
	padding-top:10px;
}

.footer {
	text-transform:uppercase;
	color:#737373;
	font-size:10px;
	text-align:center;
	font-family:arial, verdana, helvetica, sans-serif;
}

.sub_menu {
	margin-left:22px;
}

hr.green {
	color:#b6bf01;
	background-color:#b6bf01;
	height:1px;	
}

hr.blue {
	color:#01a0da;
	background-color:#01a0da;
	height:1px;	
}

hr.yellow {
	color:#e9ba04;
	background-color:#e9ba04;
	height:1px;	
}

hr.orange {
	color:#d96003;
	background-color:#d96003;
	height:1px;	
}

hr.grey {
	color:#656565;
	background-color:#656565;
	height:1px;	
}

tr.headbreak {
	height:1px;
}

pre {
	padding: 0px 0px 10px 7px; 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

h1 {
	padding: 11px 0px 0px 7px; 
	font-size:14px;
	text-transform:uppercase;
	color: #ffffff;
	background-color: transparent;
}

h2 {
	padding: 12px 0px 0px 7px; 
	font-size:11px;
	text-transform:uppercase;
	color: #413c3c;
	background-color: transparent;
}

h2.error {
	padding: 0px;
	text-transform:uppercase;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color: #ff0000;
	background-color: transparent;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

#left {	
	float:left;
	position: relative;
	left: 0px;
	width: 240px;
	margin: 5px 5px 0px 15px;
	padding:0px;
	background-color: #ffffff;
}

#left_section {
	background-image:url(../images/green_head.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height: auto;
	z-index:2;
}

.category_text {
	line-height:1.5em;
	padding: 0px 7px 5px 7px;
}

.list_text {
	line-height:2em;
	padding: 0px 7px 5px 7px;
}

.article_text {
	line-height:1.5em;
	padding: 0px 7px 5px 7px;
}

.list_image {
	padding: 3px 3px 0px 0px;
}

ul {
	list-style-image:url(../images/list.gif);
	list-style-position:outside;
	line-height:1.5em;
	margin:5px 0px 5px 25px;
	padding:0px;
}

select.option_text, input, textarea, select {
	font-size: 11px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#413c3c; 
}

#content_main {
	margin: 5px 245px 0px 285px;
	padding: 0px;
	background-color: #ffffff;
}

#info {;
	height:auto;
	margin: 5px 245px 0px 285px;
	padding: 0px;
	background-color: #ffffff;  
}

#yellow_left { height:47px;	width:6px; background-image:url(../images/yellowleft.gif); background-repeat:no-repeat;	float:left; }
#yellow_right { height:47px; width:6px;	background-image:url(../images/yellowright.gif); background-repeat:no-repeat; float:right; }
#yellow_header { height:47px; background-image:url(../images/yellowcenter.gif);	background-repeat:repeat-x; }
#blue_left { height:47px;	width:6px; background-image:url(../images/blueleft.gif); background-repeat:no-repeat;	float:left; }
#blue_right { height:47px; width:6px;	background-image:url(../images/blueright.gif); background-repeat:no-repeat; float:right; }
#blue_header { height:47px; background-image:url(../images/bluecenter.gif);	background-repeat:repeat-x; }
#orange_left { height:47px;	width:6px; background-image:url(../images/orangeleft.gif); background-repeat:no-repeat;	float:left; }
#orange_right { height:47px; width:6px;	background-image:url(../images/orangeright.gif); background-repeat:no-repeat; float:right; }
#orange_header { height:47px; background-image:url(../images/orangecenter.gif);	background-repeat:repeat-x; }
#green_left { height:47px;	width:6px; background-image:url(../images/greenleft.gif); background-repeat:no-repeat;	float:left; }
#green_right { height:47px; width:6px;	background-image:url(../images/greenright.gif); background-repeat:no-repeat; float:right; }
#green_header { height:47px; background-image:url(../images/greencenter.gif);	background-repeat:repeat-x; }
#magenta_left { height:47px;	width:6px; background-image:url(../images/magentaleft.gif); background-repeat:no-repeat; float:left; }
#magenta_right { height:47px; width:6px;	background-image:url(../images/magentaright.gif); background-repeat:no-repeat; float:right; }
#magenta_header { height:47px; background-image:url(../images/magentacenter.gif);	background-repeat:repeat-x; }

#right {
	position: relative;
	float:right;
	right: 0px;        
	width: 200px;
	margin: 5px 15px 0px 5px; 
	background-color: #ffffff;
	padding: 0px;
}

#right_section {
	background-image:url(../images/grey_head.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height: auto;
}

#header {
	padding-left: 15px;
	background-image:url(../images/head_bg.gif);
	background-repeat:repeat-x;
	height:105px
}
	
#headernav {
	height:40px;
	background-image:url(../images/head_nav.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	color: #413c3c;
	padding:5px 15px;
	margin:0px;
	font-weight:bold;
}

#footer {
	margin-top:20px;
	padding-top:15px;
	height:46px;
	background-image:url(../images/footer_grey.gif);
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	position:relative;
}

.red {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	padding-left:17px;
}

.blue {
	font-size:11px;
	color:#000099;
	font-weight:bold;
	padding-left:17px;
}

.green {
	font-size:11px;
	color:#006600;
	font-weight:bold;
	padding-left:17px;
}

.black {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding-left:17px;
}

.bold {
	font-weight:bold;
}

tr.head {
	background-image:url(../images/cellsplit.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#000000;
	height:15px;
	background-color:#e7e7e7;
	text-align:center;
}

tr.light {
	background-image:url(../images/cellsplit.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	text-align:center;
}

tr.overview {
	height:25px;
	text-align:left;
}

tr.overviewgrey {
	height:25px;
	text-align:left;
	background-color:#e7e7e7;
}

.overviewhead {
	text-align:left;
	background-color:#777777;
	color:#ffffff;
	padding:4px;
}

.cancelled {
	text-transform:uppercase;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	color: #ff0000;
	font-weight:bold;
}

th.extrahead {
	text-align:left;
	padding-left:5px;
}

/* SPECIAL OFFERS */
#special_offers p {
	margin-left:172px; text-align:left;
}
#special_offers img {
	float:left; border:0; margin-right:5px;
}
#special_offers #offermenu {
	margin-top:10px;
}

#special_offers #offermenu .on {
	background-color:#e7e7e7;
}

#box1 {
	margin-left:12px;
	display: block;
	height: 101px;
}
#box2 {
	margin-left:12px;
	display: none;
	height: 101px;
}
#box3 {
	margin-left:12px;
	display: none;
	height: 101px;
}
#box4 {
	margin-left:12px;
	display: none;
	height: 101px;
}

.boxouter {
	border: solid #777777 1px;
	background-color: #e7e7e7;
}

.boxinner {
	border-left: solid #ffffff 2px;
	border-top: solid #ffffff 2px;
	padding: 10px;
	line-height: 18px;
}

.topboxouter {
	border: solid #777777 1px;
	background-color: #fff6d8;
}

.topboxinner {
	border-left: solid #ffffff 2px;
	border-top: solid #ffffff 2px;
	padding: 10px;
	line-height: 18px;
}

.help {
	cursor:help;
}

.helpboxouter{
	position: absolute;
	border: solid #777777 1px;
	background-color: #fff6d8;
	z-index: 100;
}

.helpboxinner {
	border-left: solid #ffffff 2px;
	border-top: solid #ffffff 2px;
	padding: 10px;
	line-height: 18px;
}