body{
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	background: #FFFFFF url(../images/main_top_bg.jpg) top left repeat-x;
}
/* ------------- Fonts -------------*/

p {
	color: #333333;
}

a:link, a:visited {
	color: #FF9900;
	font-weight: bold;
}

a:hover, a:active{
	color: #0E86C2;
}

a.rev:link, a.rev:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.rev:hover, a.rev:active{
	color: #fff;
	text-decoration: underline;
}

h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0em;
	color: #999999;
}
h2{
   font-size: 18px;
}
h2, h3, h4, h5{
	color: #999999;
}

h1.title {
	color: #0E86C2;
	padding: 5px 0;
	border-bottom: 2px dotted #ccc;
}

#content ul {
	padding:0;
	margin: 0px 0px 0px 32px; 
}

#content li {
	list-style-image: url(../images/bullet.gif);
	display:list-item; 
	padding: 0;
	padding: 5px 0 !ie;
}

#container_bottom p{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
}

p.credits{
	font-size: 9px;
	color: #999999;
}

p.credits a{
	color: #666666;
	text-decoration: none;
}

.white{
	color: #fff;
}

/* ------------- Layout ------------ */
* {
	/*margin: 0;*/
}
html, body {
	height: 100%;
	text-align: center;
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100px;
	width: 100px;
	background: url(../images/corner_banner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;}
	
#shell{
	/*width: 900px;
	margin: 0 auto;*/
}

#container_top{
	text-align: left;
	width: 100%;
	padding: 0; 
	border: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}

#container_bottom, .push{
	height: 130px;
	width: 100%; 
	margin: 0;
	padding: 0;
}

#container_bottom {
	text-align: right;
	background: #FFFFFF url(../images/main_bottom_bg.jpg) top left repeat-x;
}

#left{
	/*float: left;*/
	position: absolute;
	/*left: 35px;*/
	left: 20px;
	width: 420px;
	background: url(../images/pop_bg.jpg) top left repeat-x;
}

#right{
	/*margin-left: 520px;*/
	margin-left: 415px;
	max-width: 550px;
}

#logo{
	padding: 8px 0;
	margin: 0 0 20px 0;
}

#feature{
	padding: 8px 0;
}

#search{
	padding: 0 20px;
}

#adverts{
	background: #FFFFFF;
}

#header{
	padding: 25px 0px 27px 0px;
}

#horiz-menu{
	min-width: 550px;
	height: 34px;
	border-left: 1px solid #fff;
	padding-bottom: 20px;
}

#content{
	/*position: relative;*/
	padding: 0;
	margin: 0;
	min-width: 550px;
	background: #FFFFFF;
	min-height:300px;
  	height:auto !important;
	height:300px;
}
#column1, #column2{
	width: 45%;
	float: left;
}

#column2{
	margin-left: 12px;
	border-left: 2px dotted #CCCCCC;
	padding-left: 12px;
}

#bottom{
	color: #999999;
	text-align: right;
	background: #FFFFFF;
	padding-top: 20px;
}

#footer, #under-footer{
	text-align: left;
	padding: 6px 10px;
	margin: 0;
}

/* ------------- Layout Classes ------------ */

.wrapper{
	margin: 0 35px;
}

.clr{
	clear: both;
}

div.box {
	display: block;
	margin: 0 0 0px 0;
	padding: 5px;
	min-height: 130px;
}

div.box:hover {
	border: 2px solid #62ACD6;
	border-left: 10px solid #62ACD6;
}

div.box:hover h1 {
	color: #62ACD6;
}

#left .wrap1{
	padding-left: 22px;
	background: url(../images/pop_left.jpg) top left no-repeat;
}

#left .wrap2{
	padding-right: 23px;
	background: url(../images/pop_right.jpg) top right no-repeat;
}

.slider{
	display: block;
	width: 530px;
	background: url(../images/slider_bg.jpg) top left repeat-x;
}

.slider .wrap1{
	padding-left: 10px;
	background: url(../images/slider_left.jpg) top left no-repeat;
}

.slider .wrap2{
	height: 180px;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	text-align: center;
	background: url(../images/slider_right.jpg) top right no-repeat;
}

#search input.text{
	height: 30px;
	width: 350px;
	font-size: 24px;
	color:#999999;
}
#search input.submit{
	height: 40px;
	width: 40px;
	border: 0;
	padding: 0;
	background: #fff url(../images/search.gif);
	font-size: 0;
}