/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a454a;
	background: url(bg.gif) repeat-x top #deeaf7;
	margin: 0;
	padding: 0;
	}

body#home {
	background: url(bg_home.gif) repeat-x top #deeaf7;
	}

a:link {
/* 	color: #4a454a; */
	color: #2d72bf;
	text-decoration:none;
/* 	font-weight: bold; */
	}

a:visited {
/* 	color: #4a454a; */
	color: #2d72bf;
	text-decoration:none;
/* 	font-weight: bold; */
	}

a:hover {
	color: #D21F1F;
	text-decoration:underline;
/* 	font-weight: bold; */
	}
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}

.clearfix {
	display: block;
	}

img {
	border: none;
	}


/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#header_wrap {
	position: relative;
	min-width: 920px;
	padding: 0;
	margin: 0;
	z-index: 10;
	}

#content_wrap {
	position: relative;
	min-width: 920px;
	padding: 0;
	margin: 0;
/* 	border-top: 1px solid; */
	}

#footer_wrap {
	background: url(footer_bg.gif) repeat-x top #2374cc;
	position: relative;
	min-width: 920px;
	padding: 0;
	margin: 0;
	border: 1px solid #2374cc; /* fix for ie6 */
	/* clear: both; */ /* Optionally add this or use a separate class */
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 50px;
	background: url(logo.gif) no-repeat top left;
	text-align: right;
	z-index: 10;
	}

body#home #header {
	height: 80px;
	background: url(logo_home.gif) no-repeat top left;
	}

#content {
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	width: 920px;
/* 	min-height: 200px; */
/* 	border-top: 1px solid #fff; */
	}
	
#content .divider,
#content .divider_wide {
	background: url(content_divider.gif) no-repeat top left;
	width: 560px;
	height: 20px;
	margin: 25px 0 15px 0;
	clear: both;
	}
	
#content .divider_wide {
	background: url(content_divider_wide.gif) no-repeat top left;
	width: 860px;
	}
	
#content .spacer {
	width: 1px;
	height: 2px;
	margin: 9px 0;
/* 	clear: both; */
	}
	
#body,
#body_header,
#body_footer {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 920px;
	background: url(content_bg.gif) repeat-y top left;
	min-height: 500px;
	_height: 500px;
/* 	border: 1px solid; */
	}

#body {margin-bottom: 20px;}
#body_header {background: url(content_header.jpg) no-repeat top left;}
#body_footer {background: url(content_footer.gif) no-repeat bottom left;}

/* #body.home {background: url(content_home_bg.gif) repeat-y top left; clear: left;margin-top: 80px;} */
#body.home {background: url(content_home_bg.gif) repeat-y top left; clear: left;margin-top: 20px;}
#body.home #body_header {background: url(content_home_header.gif) no-repeat top left;}
#body.home #body_footer {background: url(content_home_footer.gif) no-repeat bottom left;}

#body.slot {background: url(content_slot_bg.gif) repeat-y top left;}
#body.slot #body_header {background: url(content_slot_header.jpg) no-repeat top left;}
#body.slot #body_footer {background: url(content_slot_footer.gif) no-repeat bottom left;}

#body_left {
	float: left;
	position: relative;
	padding: 20px;
	padding-right: 0;
	width: 600px;
	}

#body_right {
	float: right;
	position: relative;
	padding: 20px 20px 20px 10px;
	width: 270px;
	}
		
#more_businesses,
#more_businesses_header,
#more_businesses_footer,
#promo,
#promo_header,
#promo_footer {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 620px;
	background: url(more_bg.gif) repeat-y top left;
/* 	min-height: 400px; */
/* 	height: 600px; */
/* 	border: 1px solid; */
	}
	
div.suggest {
	float: left;
	position: relative;
	width: 280px;
	overflow: hidden;
	margin: 0;
	margin-left: 20px;
	_margin-left: 10px;
	padding: 0;
/* 	border: 1px solid; */
	}

#more_businesses_header {
	background: url(more_header.gif) no-repeat top left;
	}

#more_businesses_footer {
	background: url(more_footer.gif) no-repeat bottom left;
	padding-bottom: 10px;
	}
	
#more_businesses.home,
#more_businesses.home #more_businesses_header,
#more_businesses.home #more_businesses_footer {
	width: 300px;
	background: url(more_home_bg.gif) repeat-y top left;
	}

#more_businesses.home {
	margin-top: 80px;
	margin-left: 20px;
	}

#more_businesses.home #more_businesses_header {
	background: url(more_home_header.gif) no-repeat top left;
	}

#more_businesses.home #more_businesses_footer {
	background: url(more_home_footer.gif) no-repeat bottom left;
	}
	
#promo,
#promo_header,
#promo_footer {
	width: 280px;
	background: url(promo_bg.jpg) repeat-y top left;
	}
	
#promo {
/* 	margin-left: 20px; */
	}	

#promo_header {
	background: url(promo_header.jpg) no-repeat top left;
	}

#promo_footer {
	background: url(promo_footer.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	}
	
#textbox.home,
#textbox.home #textbox_header,
#textbox.home #textbox_footer {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 600px;
	background: url(textbox_home_bg.gif) repeat-y top left;
	}

#textbox.home {margin-top: 80px;margin-bottom: 20px;}
#textbox.home #textbox_header {background: url(textbox_home_header.gif) no-repeat top left;}
#textbox.home #textbox_footer {background: url(textbox_home_footer.gif) no-repeat bottom left;}

	
#feedback_suggest {
	float: left;
	position: relative;
/* 	margin-left: 20px; */
	margin-top: 20px;
	}
	
#footer {
	position: relative;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	width: 900px;
	color:#2d72bf;
	}

#footer a {
	color:#2d72bf;
	}

#footer a:hover {
	color: #D21F1F;
	text-decoration: none;
	}
	
	
/* -------------------------------------------------------------------- */
                       /* !*** FOOTER *** */
/* -------------------------------------------------------------------- */

	


	
/* -------------------------------------------------------------------- */
                       /* !*** TOP LINKS *** */
/* -------------------------------------------------------------------- */


/* see horiz.css */



/* -------------------------------------------------------------------- */
                       /* !*** BUSINESS DETAILS & SIDEBOX *** */
/* -------------------------------------------------------------------- */




#body .padding {
	padding: 20px 30px;
	}

#body.home .padding,
#textbox.home .padding {
	padding: 20px 20px;
	}

#body #body_left .padding {
	padding: 20px 10px;
	}

#body .padding h3 {
	font-size: 24px;
	margin: 5px 0;
	padding: 0 5px;
	}

#body .padding h4 {
	font-size: 16px;
	margin: 5px 0;
	padding: 0 5px;
	}

#body .padding p {
	margin: 5px 0;
	padding: 0 5px;
	}

#body .padding .icon {
	float: left;
	padding-left: 5px;
	}

#body .padding .indent {
	margin-left: 60px;
	}

/*
#business_tag h2 {
	font-size: 32px;
	color: #4a454a;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}
	
#business_tag p.tag_line {
	font-size: 16px;
	}
*/

#business_tag {
	padding: 0 10px;
	height: 220px;
	overflow: hidden;
	}

#business_tag span.businessName {
	font-size: 32px;
	font-weight: bold;
	color: #4a454a;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}

#business_tag h1 {
	color: #4a454a;
	font-size: 16px;
	font-weight: normal;
	}

	
	
#promo_box {
	width: 268px;
	height: 57px;
	position: relative;
	left: 5px;
	padding-top: 8px;
	margin-bottom: 20px;
	background: url(promo_box.gif) no-repeat top left;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	}
	
#promo_box strong {
	font-size: 26px;
	font-weight: bold;
	}
	
#body_right a.button,
div.sidebox {
	width: 226px;
	padding: 20px 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	left: 5px;
	background: no-repeat 20px 8px #fafbf8;
	border: 1px solid #e3e9cd;
	}
	
#body_right a.button:hover,
ul.category_list li a:hover {
	text-decoration: none;
	border: 1px solid #c00;
	color: #c00;
	}
	
#body_right a.button span.header,
div.sidebox span.header {
	padding-left: 60px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	}
	
#body_right a.button span.body,
div.sidebox span.body,
div.sidebox div.body {
	padding-left: 60px;
	display: block;
	position: relative;
	margin-top: 12px;
	}


#body_right a#map,
div.sidebox#map {
	background-image: url(icn_map.gif);
	}
	
#body_right a#phone,
div.sidebox#phone {
	background-image: url(icn_phone.gif);
	background-position-y: 18px;
	}
	
#body_right a#rss,
div.sidebox#rss {
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(icn_rss.gif);
	background-position-y: 18px;
	}
	
ul.category_list,
dl.search_results {
	list-style: none;
	padding: 0 5px;
	}

ul.category_list li,
dl.search_results dt,
dl.search_results dd {
	float: left;
	position: relative;
	background: url(icn_category.gif) no-repeat 10px 8px #fff;
	}

ul.category_list li,
dl.search_results dt,
dl.search_results dd {
	background: url(icn_area.gif) no-repeat 10px 12px #fff;
	}

ul.category_list li a,
dl.search_results dt a,
dl.search_results dd a {
	display: block;
	width: 198px;
	height: 30px; /* Added height to tidy things up */
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	padding: 16px 10px;
	padding-left: 60px;
	border: 1px solid #e3e9cd;
	}

ul.category_list li.last a,
dl.search_results dt.last a,
dl.search_results dd.last a {
	margin-right: 0px;
	}

#body.home ul.category_list li {
	float: left;
	position: relative;
	background: url(icn_category_home.gif) no-repeat 0px 7px #fff;
	}

#body.home ul.category_list li a {
	display: block;
	width: 136px;
	height: 30px; /* Added height to tidy things up */
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px;
	padding-left: 18px;
	border: none;
	color: #2d72bf;
	}

#body.home ul.category_list li a:hover {
	color: #D21F1F;
	text-decoration:underline;
	}

ul#images li, ul#files li
{
	list-style: none;
	float: left;
/*	border: 1px solid #ccc; */ 
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}

ul#files span
{
	display: block;
	padding: 3px 0 3px 25px;
	background: url(/skin/webedee/pdf.ico.png) no-repeat center left;
}



/* -------------------------------------------------------------------- */
                       /* !*** PAGINATION *** */
/* -------------------------------------------------------------------- */



div.paginationControl {
	padding: 20px 0 10px 0;
	color: #2d72bf;
/* 	font-weight: bold; */
	}

div.paginationControl span.divider {
	display: inline;
	margin: 0;
	padding: 0 5px;
	color: #ccc;
	border: none !important;
	background: none !important;
/* 	font-weight: bold; */
	}

div.paginationControl a {
	color: #2d72bf;
	}

div.paginationControl a:hover {
/* 	color: #2d72bf; */
/* 	font-weight: bold; */
	}

div.paginationControl span.disabled {
	color: #ccc;
	background: none;
	}



/* -------------------------------------------------------------------- */
                       /* !*** MORE BUSINESSES *** */
/* -------------------------------------------------------------------- */

#more_businesses h3 {
	font-size: 18px;
	padding: 14px 20px 20px 20px;
	color: #fff;
	}

#more_businesses h4 {
	font-size: 13px;
	padding: 10px 20px 5px 20px;
	}

#more_businesses p {
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	}

#more_businesses p a {
	color: #2d72bf;
	}

#more_businesses p a:hover {
	color: #D21F1F;
	}

#more_businesses ul {
	float: left;
	clear: both;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	}

#more_businesses ul li {
	margin: 0 8px;
	padding: 12px 0px;
	font-weight: bold;
	float: left;
	width: 178px;
	}

#more_businesses ul li a {
	border-bottom: 1px solid #fff;
	display: block;
	}
	
#more_businesses ul li a:hover {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #c00;
	}
	
#more_businesses ul li a img {
	margin-bottom: 5px;
	}
	
	
#more_businesses .divider {
	margin: auto;
	}
	
#more_businesses.home .divider {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	background: none;
	width: 260px;
	height: 1px;
	border-top: 1px solid #cfdfed;
	}
	
	
img.relatedVideo
{
	width: 178px;
	height: 100px;
	border: 1px solid #CCC;
}

/* -------------------------------------------------------------------- */
                       /* !*** TEXTBOX *** */
/* -------------------------------------------------------------------- */

#textbox.home h3 {
	font-size: 18px;
	color: #3289d1;
	margin-bottom: 15px;
	padding: 30px;
/* 	padding-left: 30px; */
	padding-bottom: 10px;
	}

#textbox.home .column {
	float: left;
	position: relative;
	width: 250px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	}

#textbox.home .column p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
	}


/* -------------------------------------------------------------------- */
                       /* !*** PROMO *** */
/* -------------------------------------------------------------------- */

#promo h3,
#promo p,
#promo form {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 25px 20px;
	padding-bottom: 20px;
	color: #806A00;
}

#promo p,
#promo form {
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 10px;
}

#promo form {
	padding-bottom: 10px;
}

#promo form select,
#promo form input {
	display: block;
	margin-top: 10px;
	width: 100%;
	}

#promo form input {
	float: right;
	position: relative;
	width: auto;
	margin-bottom: 10px;
	}

	
/* -------------------------------------------------------------------- */
                       /* !*** BREAD CRUMBS *** */
/* -------------------------------------------------------------------- */

	
#breadcrumbs {
	font-family: Arial, Helvatica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 10px 25px;
	}

#breadcrumbs a {
	color: #fff;
	font-weight: normal;
	}

#breadcrumbs a:hover {
	color: #9f0;
	text-decoration: none;
	}

/* -------------------------------------------------------------------- */
                       /* !*** HOMEPAGE *** */
/* -------------------------------------------------------------------- */
#player
{
	padding-left: 69px;
	padding-top: 10px;
	float: left;
	position: relative;
	top: 40px;
	width: 496px;
	height: 340px;
	background: url(player_bg_home.jpg) no-repeat top left;
}
	
#introduction {
	float: left;
	position: relative;
	top: 40px;
	width: 565px;
	height: 350px;
	background: url(player_bg_home.jpg) no-repeat top left;
	}

#introduction {
	float: left;
	position: relative;
	width: 300px;
	height: auto;
	margin-left: 54px;
	background: none;
	}

#introduction p {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	text-align: justify;
	margin-bottom: 20px;
	}

#body.home form {
	display: block;
	margin-top: 10px;
	margin-bottom: 70px;
/* 	border: 1px solid; */
	}
	
#body.home form h3 {
	float: left;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding-right: 20px;
	}
	
#body.home h3 {
	font-size: 18px;
	font-weight: normal;
	color: #2d72bf;
	margin-bottom: 12px;
	}
	
#body.home form input {
	float: left;
	position: relative;
	}

#body.home input#search_home {
	width: 430px;
	height: 20px;
	margin-right: 10px;
	padding: 6px 10px;
	border: 1px solid #690;
	background-color: #f2fcdc;
	font-size: 16px;
	line-height: 20px;
	color: #75805f;
	}
	


/* -------------------------------------------------------------------- */
                   /* !***   PAGE STYLES   *** */
/* -------------------------------------------------------------------- */


h1,h2 {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	color: #2d72bf;
	margin: 5px 0 15px 0;
	padding: 0 5px;
	}
	
h2 {
	font-size: 18px;
	}
	
h2 .small {
	font-size: 14px;
	font-weight: normal;
	}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 40px 0px 20px 0px;
	width: 900px;
	color:#aacff2;
	}

#footer a {
	color:#aacff2;
	}

#footer a:hover {
	color: #c0fe42;
	}

/* -------------------------------------------------------------------- */
                       /* !*** FOOTER *** */
/* -------------------------------------------------------------------- */


#footer form {
	float: left;
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

#footer form h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	}

#footer form input {
	float: left;
	position: relative;
	}

#footer form input.ac_input {
/* 	width: 380px; */
	width: 320px;
	height: 16px;
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #00709a;
	background-color: #e0ecf7;
	font-size: 14px;
	line-height: 14px;
	color: #2374cc;
	}

#footer ul {
	float: right;
	position: relative;
	list-style: none;
	}

body#home #footer ul#major_nav {
	float: left;
	position: relative;
	list-style: none;
	margin-bottom: 20px;
	}

#footer ul#minor_nav {
	float: left;
	padding-top: 5px;
	}

#footer ul li {
	float: left;
	position: relative;
	padding: 30px 0 0 20px;
	font-size: 14px;
	line-height: 14px;
	}

body#home #footer ul#major_nav li {
	float: left;
	position: relative;
	padding: 10px 25px 0 0px;
	font-size: 16px;
	line-height: 16px;
	}

#footer ul#minor_nav li {
	float: left;
	padding: 0px 20px 5px 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	}

#footer ul li a {
	font-weight: normal;
	}

#footer ul#social_links li {
	float: left;
	height: 27px;
	padding: 0px 0px 0 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	}

#footer ul#social_links li.heading {
	padding-top: 8px;
	}

#footer ul#social_links li.share {
	padding-top: 5px;
	}

#footer div.divider {
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #1f55b3;
	border-bottom: 1px solid #609ddf;
	}

#footer div#copyright {
	clear:both;
	text-align:center;
	padding-top:40px;
	}

img.sharelink {
	width: 27px;
	height: 27px;
	border: none;
	}


/* -------------------------------------------------------------------- */
	                       /* !*** GOOGLE MAP *** */
/* -------------------------------------------------------------------- */


div#map_canvas
{	
	width: 550px;
	height: 430px;	
	color: #222;
	z-index: 10000;
	
}

/* the overlayed element */
div.overlay {
	position:absolute;
	
	/* growing background image */
	background-image:url(/skin/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:545px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	z-index: 9999;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/skin/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;	
	z-index: 10000;
	
}


/* black */
div.black {
	background:url(/skin/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.petrol {
	background:url(/skin/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


/* -------------------------------------------------------------------- */
	                       /* !*** ACCOUNT PAGES *** */
/* -------------------------------------------------------------------- */


div.memberDetails, div.memberInvoices,
div.memberSlots, div.memberPages, div.associatePages, div.associateDetails, div.associateSlots {
	padding: 10px 20px 20px 60px;
	margin-right: 20px;
	float: left;
	display: block;
	position: relative;
	left: 5px;
	background: no-repeat 10px 8px #fafbf8;
	border: 1px solid #e3e9cd;
	}

div.memberSlots
{
	float: right;
}

div.memberDetails h2,
div.memberSlots h2 {
	margin-bottom: 10px;
	}
	
div.memberDetails ul, div.memberPages ul, div.associatePages ul, div.memberInvoices ul, 
div.memberSlots ul, div.associateDetails ul, div.associateSlots ul {
	list-style: none;
	margin-left: 5px;
	}
	
div.memberDetails ul li, div.associateDetails ul li {
	padding: 3px 0;
	}
	
div.memberSlots ul li, div.associateSlots ul li {
	padding: 5px 0;
	}
	
div.memberDetails a.button,
div.memberSlots a.button {
	background: no-repeat 10px 8px #fafbf8;
	border: 1px solid #e3e9cd;
	font-size: 10px;
	padding: 3px 5px;
	margin-right: 5px;
	float: right;
	position: relative;
	}
	
div.buttons
{
	height: 20px;
	padding: 10px 0;
}

div.buttons a.button
{
	float: left;
	width: 55px;
	padding: 3px;
	text-align: center;
}

div.tooltip { 
    background: #2374CC url(bg.gif) repeat-x 0px -155px; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

div.memberDetails {
	width: 250px;
	background-image: url(icn_phone.gif);
	background-position-y: 18px;
	}
	
div.associateDetails {
	width: 250px;
	background-image: url(icn_category.gif);
	background-position-y: 18px;
	}

div.associateSlots	
{
	float: right;
	width: 400px;
	background-image: url(icn_video.gif);
	background-position-y: 18px;
	}

div.associatePages {
	clear: both;
	margin-bottom: 25px;
}

div.memberPages, div.associatePages, div.memberInvoices {
	float: left;
	width: 250px;
	margin-top: 25px;
	background-image: url(icn_help.gif);
}

div.memberInvoices
{
	background-image: url(icn_invoices.gif);
	
}

div.memberSlots {
	width: 400px;
	background-image: url(icn_mypages.gif);
	background-position-y: 18px;
	}
	
div.webedeeVideo
{
	float: right;
}
/**
	SEO - Top links showing at the bottom
*/

#copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #2374CC;
	z-index: 999;
	color: #AACFF2;
	padding: 10px 0;
}

a.local
{
	color: #AACFF2;
}

div#footer_wrap
{
	padding-bottom: 50px;
}

div.container
{
	position: relative;
}

