@import url(undohtml.css);


/***************************************************************/
/* layout ******************************************************/
/***************************************************************/
body {
	margin: 0 auto;
	width:917px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	color:#333;
	position:relative;
}

h1{
	padding:7px 0;
	font-size:140%;
}

h2{
	padding:5px 0;
	font-size:120%;
}

p{
	line-height:150%;
	text-align:justify;
}

a{color:#333;}

a:hover{
	color:#000;
	text-decoration:underline;
}

p{padding:5px 0;}

input{
	border:1px solid #999;
	padding:2px 0 2px 5px;
}

#logo{margin:50px 0 15px 27px;}
#call{margin:50px 0 15px 247px;}

#header {margin:0 0 0 0;}

#header div{
	height:187px;
	width:274px;
	padding: 25px 0 0 27px;
	border:1px solid #333;
	float:right;
	background: #5C8ABC url(/images/top_back.gif) repeat-x;
}

#header div ul li{
	padding:2px 0 12px 0;
}

#header div ul li a{
	font-size:100%;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}

#header div span{
	display:block;
	text-align:right;
	padding:8px 15px 0 0;
}

#header div span,
#header div span a{ color:#fff;}

#header #main_flash{
	height:212px;
	margin:0 10px 12px 0;
	padding:0;
	width:601px;
	float:left;
	background:#fff;
}

#header #main_flash object{}

* html>body .containerright {overflow: visible;}

.containerright{
	width: 301px;
	float:right;
	overflow:hidden;
}

.columnshifttoleft{
	width: 547px;
	padding: 20px 27px;
	left: -615px;
	position: relative;
	z-index:1;
	overflow: auto;
	background:url(/images/main_back.gif) repeat-x;
}

/* IE mac hack */

html>body .containerright {overflow:visible;}

.containerleft{
	width: 601px;
	float:left;
}

.columnshifttoright{
	width: 247px;
	padding: 20px 27px;
	left:613px;
	position: relative;
	z-index:2;
	background:url(/images/side_back.gif) repeat-x;
}

.clearfloat {
	clear: both;
	height:1%;
	font-size:1px;
}

.containerleft,
.containerright,
.columnshifttoright,
.columnshifttoleft{
	border-right:1px solid #333;
	border-left:1px solid #333;
}

.columnshifttoright,
.columnshifttoleft{
	border-top:1px solid #333;
/*	border:1px solid red;*/
}

#footer{
	clear:both;
	background: url(/images/footer.gif) no-repeat;
	padding:5px 315px 20px 10px;
	text-align:right;
	font-size:85%;
}

/********************************************************/
/* Admin area *******************************************/
/********************************************************/
.grey_div a,
.grey_table a{
	font-weight:normal!important;
}

.grey_div{
	background-color:#EDF4FC;
	width:500px;
	border:1px solid #141D5E;
	padding:10px;
}

.grey_table{
	background-color:#EDF4FC;
	width:500px;
	border:1px solid #141D5E;
}

.grey_table th{
	background-color:#CBE0F5;
	padding:5px;
	text-align:left;
}

.grey_table td{
	padding:5px;
}

.red_text td{ 
	background-color:#CC0000;
	color:#fff;
}

.red_text td a{
	color:#fff!important;
}

#main_form label,
.grey_table label,
.grey_div label{
	display:block;
	width:250px;
}

/********************************************************/

#contact_form{
	width:350px;
	margin:auto;
	padding:20px;
	border:1px solid #999;
	background:#eee;
}

.selected{text-decoration:underline!important;}

#login{
	padding: 0 0 10px 15px;
}

#login label{display:block;}
	
#login a{font-weight:bold;}

#login input{
	width:120px;
	margin: 0 0 5px 15px;
}

#login #submit{
	width:44px;
	border:0px;
	margin: 5px 0 5px 10px;
}

#sub_menu_left li,
#sub_menu li {
	margin:2px 0 7px 0;
}

.special_offers{
	width:90%;
	margin:auto;
	padding:10px 20px;
	margin:0 0 10px 0;
	background:#EDF4FC;
	border:1px solid #141D5E;
}

.special_offers ul{
	list-style-type:disc;
	padding:0 0 5px 25px;
}