*{
	margin:0; padding:0;
}
html{
	background:#0e0e0e;
}
body{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5c5c5c;
}
h1, p{
	margin:0 0 10px 0;
}
a{
	color:#5c5c5c; outline:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
img{
	border:0;
}
hr{
	clear:both; border:1px solid #fff;
}
/* Generic style */
.hide{
	display:none;
}
.indented{
	padding-right:270px;
}
.extra_marg{
	margin-bottom:15px;
}
.floatLeft{
	float:left;
}
.centre{
	text-align:center;
}
/* Main content */
#wrapper{
	width:944px; margin:0 auto; padding:0 20px; background:url(../images/bg/main_left.jpg) #292929 no-repeat top right;
}
body:first-of-type #wrapper{
	background-color:#1f1f1f;
}

/* Top section */
#top{
	height:123px;
}
/* Top Nav */
#top_nav{
	height:30px;
}
#top_nav ul li{
	float:left; margin-right:2px; font-size:14px;
}
#top_nav ul li a{
	display:block; width:123px; height:25px; padding:5px 0 0 10px; color:#3f3f3f; text-decoration:none; background:url(../images/bg/grey_nav.gif) #6d6c6c no-repeat top left;
}
#top_nav ul li a:hover{
	background:url(../images/bg/white_nav.gif) #fff no-repeat top left;
}

/* Inner Content */
#content{
	padding:20px 10px 10px 10px; background:url(../images/bg/pattern.gif) #fff no-repeat top right;
}

/* Footer */
#footer{
	height:75px; color:#b0b0b0;
}
#footer h3, #foot_logo{
	float:left;
}
#foot_logo p{
	margin-left:115px; padding-top:30px; white-space:nowrap;
}
#footer p#tel{
	float:right; padding-top:27px; font-size:15px;
}
#foot_logo p, #footer p#tel{
	
}

