/* ================================================
 
Description: Paper Mountain
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: April 2009

==================================================*/


/*------------------------------------------------

		1. Global Resets
		
		2. Typography
		
		3. Link Styles

		4. Main Navigation 

		5. Structure
		
		6. Inner Elements
			
		7. Lists 
		
		8. Form Elements 
		
		9. Various Tags & Classes 
						
		10. Headers
		
		11. Buttons
		
		12. Pagination


---------------------------------------------------

		COLOURS
			
		Text Light Blue 					#1c8aca
		
		Text Dark Blue		 				#194457


-------------------------------------------------*/


/*==================================================================================================


	1. Global Resets
 
 
 ====================================================================================================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
	
body { 
	line-height:1.5;
	}
	
html, body {
	height: 100%;
	}	

table { 
	border-collapse:separate; border-spacing:0; 
	}

caption, th, td { 
	text-align:left;font-weight:normal; 
	}

table, td, th { 
	vertical-align:middle; 
	}

blockquote:before, blockquote:after, q:before, q:after { 
	content:""; 
	}

blockquote, q { 
	quotes:"" ""; 
	}

a img { 
	border:none; 
	}


/* Reset all margins/padding */

* { 
	margin:0;
	padding:0;
	}

/* Gets rid of outlined links in Firefox */

a {
	outline: none;
	}


/* No boders on images and displays them as block level elements in IE6 */

img {
	border:0;
	padding: 0;
	margin: 0;
	display: block;
	}

/* IE PNG Fix http://www.twinhelix.com/css/iepngfix/ */
		
#logo, #security_badge { 
	behavior: url(/furniture/js/iepngfix.htc) ;
	}

/* Alternatively, you can specify that this will apply to all tags like so:
		   
		   * { behavior: url(/furniture/js/iepngfix.htc) }
*/



/*==================================================================================================


	2. Typography
 
 
 ====================================================================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/furniture/images/backgrounds/main-bg-rep.jpg);
	background-repeat:repeat-x;
	background-color:#4C4C4C;
	color: #434343;
	margin:0;
	padding:0;
	height: 100%;
	}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	font-family:Arial, Helvetica, sans-serif;

	}

p {
	padding: 0 0 15px 0;
	margin: 0 15px 0 0;
	}
	
p.center_paragraph {
	/*text-align:center;*/
	}
	
div#footer_left p {
	font-size:11px;
	color:#d6d6d6;}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:-1px;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:5px;}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
	}
	
	div.time_date h2#date {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height: 20px;
	letter-spacing:-1px;
	text-align: center;
	font-weight:bold;
	padding: 69px 0 0 0;
	margin: 0;
	color: #4b4b4b;
	}
		
	div.time_date h3#time {
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	line-height: 20px;
	letter-spacing:-1px;
	text-align: center;
	font-weight:bold;
	padding: 19px 0 0 0;
	margin: 0;
	color: #FFFFFF;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:-1px;
	font-weight:bold;
	padding:0 0 10px 0;
	}

	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:0px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;}
	
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;}
	
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;}


div#header h3 {
	padding:0;
	margin:0;}
	
div#image_holder h2 {
	padding:0;
	margin:0;}
	
div.error_message {
	color: #FF0000;
	margin: 0 0 5px 0;	
	}

/*==================================================================================================


	3. Link Styles 
 
 
 ====================================================================================================*/



a:link { color:#434343; }
a:visited { color:#434343; }
a:hover { color:#358fc8; }
a:active {color:#434343; }

div#footer_left a:link { color:#d6d6d6; }
div#footer_left a:visited { color:#d6d6d6; }
div#footer_left a:hover { color:#9bbfcf; }
div#footer_left a:active {color:#d6d6d6; }


ul#side_navigation li ul li a {
	margin: 0;
	padding: 10px 10px 10px 28px;
	width:180px;
	display: block;
	color: #5ba2a9;
	text-decoration: none;
	border-right: 10px solid #eee;
	background: url(/furniture/images/nav/subnav/bullet_smaller_arrow.gif) no-repeat 8px center;
	}
	
	ul#side_navigation li ul li a:hover, ul#side_navigation li ul li a.current {
	margin: 0;
	padding: 10px 10px 10px 28px;
	width:180px;
	display: block;
	color: #666666;
	border-right: 10px solid #5ba2a9;
	background: url(/furniture/images/nav/subnav/bullet_smaller_arrow.gif) no-repeat 8px center #e2e2e2;
	}

/*==================================================================================================


	4. Main Navigation 

	
==================================================================================================*/


#nav_home  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 95px; height:35px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/home.gif);
			  background-repeat:no-repeat;
			  }
			  #nav_home:hover {background-position: -95px 0;}
			  #nav_home.selected {background-position: -95px 0;}
			  

#nav_about_us  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 105px; height:35px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/about_us.gif);
			  background-repeat:no-repeat;
			  }
			  #nav_about_us:hover {background-position: -105px 0;}
			  #nav_about_us.selected {background-position: -105px 0;}
			  
			  
#nav_our_services  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 124px; height:35px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/our_services.gif);
			  background-repeat:no-repeat;
			  }
			  #nav_our_services:hover {background-position: -124px 0;}
			  #nav_our_services.selected {background-position: -124px 0;}
			  
			  
#nav_contact_us  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:121px; height:35px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/contact_us.gif);
			  background-repeat:no-repeat;
			  }
			  #nav_contact_us:hover {background-position: -121px 0;}
			  #nav_contact_us.selected {background-position: -121px 0;}


/*========== Subnav Styles ==============*/


#subnav_data_protection  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:52px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/data-protection.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_data_protection:hover {background-position: -258px 0;}
			  #subnav_data_protection.selected {background-position: -258px 0;}
			  

#subnav_facilities  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:44px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/facilities.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_facilities:hover {background-position: -258px 0;}
			  #subnav_facilities.selected {background-position: -258px 0;}


#subnav_paper_recycling  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:44px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/recycling.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_paper_recycling:hover {background-position: -258px 0;}
			  #subnav_paper_recycling.selected {background-position: -258px 0;}


#subnav_shredding  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:46px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/shredding.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_shredding:hover {background-position: -258px 0;}
			  #subnav_shredding.selected {background-position: -258px 0;}
			  
			  

#subnav_national  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:45px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/national.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_national:hover {background-position: -258px 0;}
			  #subnav_national.selected {background-position: -258px 0;}

			  

#subnav_material  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:49px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/material.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_material:hover {background-position: -258px 0;}
			  #subnav_material.selected {background-position: -258px 0;}
			  
#subnav_compactors  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:48px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/compactors.gif);
			  background-repeat:no-repeat;
			  }
			  #subnav_compactors:hover {background-position: -258px 0;}
			  #subnav_compactors.selected {background-position: -258px 0;}

#subnav_balers_drum  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:48px; text-decoration: none !important;
			  background-image:url(/furniture/images/nav/subnav/balers_drum.gif	);
			  background-repeat:no-repeat;
			  }
			  #subnav_balers_drum:hover {background-position: -258px 0;}
			  #subnav_balers_drum.selected {background-position: -258px 0;}
			  
a#subnav_electrical_waste  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:48px; text-decoration: none !important;
			  background-image: url(/furniture/images/nav/subnav/electrical_waste_services.gif);
			  background-repeat:no-repeat;
			  }
			  a#subnav_electrical_waste:hover {background-position: -258px 0;}
			  a#subnav_electrical_waste.selected {background-position: -258px 0;}			  


a#subnav_documentstorage  {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width:258px; height:61px; text-decoration: none !important;
			  background-image: url(/furniture/images/nav/subnav/document_storage.gif);
			  background-repeat:no-repeat;
			  }
			  a#subnav_documentstorage:hover {background-position: -258px 0;}
			  a#subnav_documentstorage.selected {background-position: -258px 0;}	
			  
/*==================================================================================================


	5. Structure 
	
 
==================================================================================================*/


div#logo_glow {
	width:100%;
	height:600px;
	background-repeat:no-repeat;
	background-image:url(/furniture/images/backgrounds/main-bg.jpg);
	background-position:center top;}
	
	
div#wrapper {
	width:974px;
	position:relative;
	margin:0 auto 0 auto;}
	
div#header {
	width:949px;
	height:134px;
	padding-right:25px;
	float:left;}
	
div#main_content_area_padding {
	float:left;
	width:957px;
	padding-left:17px;}
	
div#main_content_area_background {
	float:left;
	width:943px;

	background-image:url(/furniture/images/backgrounds/background-gradient.jpg);
	background-repeat:no-repeat;
	padding:8px 7px 0 7px;}
	
div#main_content_area {
	float:left;
	width:920px;
	padding-bottom:10px;
	background-color:#FFFFFF;}

div#footer {
	float:left;
	width:974px;}
	
div#left_sidebar_holder {
	float:left;
	width:258px;
	background-image:url(/furniture/images/backgrounds/sidebar_background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;}
	
div#right_main_area {
	float:left;
	width:642px;
	padding:10px 0 0 20px;
	background-color:#FFFFFF;}


/*==================================================================================================
	
	
	6. Inner Elements


==================================================================================================*/

#logo {
		text-indent: -5000px; overflow:hidden; display:block;
		width: 344px; height:121px; text-decoration: none !important;
		background-image:url(/furniture/images/sitewide/logo.png); float:left;
		background-repeat:no-repeat; margin:0; padding:0;}


div#nav_holder {
		float:right;
		width:445px;
		height:35px;
		padding:0 0 0 0;
		margin-top:55px;}
	
div#image_holder {
		float:left;
		width:920px;
		position:relative;}
	
div#border_top {
		float:left;
		width:920px;
		height:21px;
		background-image:url(/furniture/images/backgrounds/blue_border.jpg);
		background-repeat:no-repeat;}
		
div.sidebar_button_holder {
		width:245px;
		float:left;
		padding-left:13px;
		padding-top:15px;}
		
div#footer_left {
	float:left;
	width:420px;
	padding:20px 0 0 30px;}
	
div#footer_right {
	float:right;
	width:491px;
	height:81px;
	padding-right:29px;
	background-image:url(../images/sitewide/footer_paper_mountain_logo.gif);
	background-repeat:no-repeat;}
	
	
div.time_date {
	float:left;
	padding: 0;
	margin: 10px 0 0 0;
	width:230px;
	height: 160px;
	background: url(/furniture/images/backgrounds/time_and_date.jpg) no-repeat 0 0;
	}	
	
	
/*============ ACCORDIAN STYLES ===============*/


div#right_main_area div.accordian_container{
	float: left;
	}

div#right_main_area div.accordian_content em {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;}

div#right_main_area div.accordian_content {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid  #CCCCCC;
	}


div#right_main_area div.accordian_content img {
	margin: 0 auto;	
	}

div#right_main_area div.accordian_container h3 {
	cursor: pointer;
	font-size: 18px;
	color: #666666;
	padding: 15px 0 15px 50px;
	margin: 0;
	width: 570px;
	letter-spacing: 0;
	line-height: 24px;
	border-bottom: 1px solid  #CCCCCC;
	background: url(/furniture/images/sitewide/arrows.gif) no-repeat left 17px;
	}
	
	/*div#right_main_area div.accordian_container h3.active {
	cursor: pointer;
	background: url(/furniture/images/sitewide/arrows.gif) no-repeat left -23px;
	}*/
	

div#right_main_area div.accordian_container p.accordian_break {
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}

div.baler_details {
	float: left;
	padding: 0 10px 0 0;
	width: 430px;
	}

div.baler_repeater {
	float: left;
	clear: both;
	width: 620px;
	padding: 20px 0;
	border-top: 1px solid #CCCCCC;
	}

	
/*==================================================================================================
	
	
	7. Lists 


==================================================================================================*/

#right_main_area ul {
	margin:0;
	padding:0 0 10px 16px;}
	
	#right_main_area li {
	margin:0;
	padding:3px 0 3px 0px;}
	
	
#nav_holder ul {
	float:left;
	list-style:none;
	width:446px;
	margin:0;
	padding:0;}
	
#nav_holder ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;}

ul#side_navigation {
	margin:0 0 20px 0;
	padding:0px;
	list-style-type:none;
	float:left;
	width:258px;
	}
	
	ul#side_navigation li {
	margin:0px;
	padding:0px;
	width:258px;
	list-style-type:none;
	float:left;
	}
	
	ul#side_navigation li ul {
	margin: 0;
	padding: 0 0 0 30px;
	width:228px;
	list-style-type:none;
	float:left;
	background: #eeeeee;
	}
	
	ul#side_navigation li ul li {
	margin: 0;
	width:228px;
	list-style-type:none;
	border-bottom: 1px solid #CCCCCC;
	}
	
.clientlist_left {
	margin:0;
	padding:0;
	float:left;
	width:250px;}

	
.clientlist_right {
	margin:0;
	padding:0;
	float:left;
	width:250px;}


ul.compactors_hub {
	/*float:left;*/
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	display:inline-block !important;
	margin-left:10px !important;}
	
ul.compactors_hub li {
	float:left;
	display:inline;
	width:200px;
	padding:0 !important;
	margin:0 5px 5px 0 !important;}

ul.compactors_hub li a {
	text-decoration:none;}

ul.compactors_hub li a div {
	float:left;
	display:inline;
	width:190px;
	height:130px;
	margin:0 10px 10px 0 !important;
	border:1px solid #E2E2E2;
	text-align:center;
	vertical-align:middle;}

ul.compactors_hub li a:hover div {
	border:1px solid #358FC8;}

ul.compactors_hub li a div img {
	display:inline !important;
	padding: auto; }

ul.compactors_hub li a span {
	text-decoration:underline; }




ul.balers_hub {
	/*float:left;*/
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	display:inline-block !important;
	margin-left:10px !important;}
	
ul.balers_hub li {
	float:left;
	display:inline;
	width:200px;
	padding:0 !important;
	margin:0 5px 5px 0 !important;}

ul.balers_hub li a {
	text-decoration:none;}

ul.balers_hub li a div {
	float:left;
	display:inline;
	width:190px;
	height:130px;
	margin:0 10px 10px 0 !important;
	border:1px solid #E2E2E2;
	text-align:center;
	vertical-align:middle;}

ul.balers_hub li a:hover div {
	border:1px solid #358FC8;}

ul.balers_hub li a div img {
	display:inline !important;
	padding: auto; }

ul.balers_hub li a span {
	text-decoration:underline; }
















ul.compactors {
	float:left;
	list-style:none;
	width:446px;
	margin:0;
	padding:0;}
	
ul.compactors li {
	float:left;
	display:inline;
	width:600px;
	margin:0;
	margin-bottom:20px !important;
	padding:0;
	padding-bottom:20px !important;
	border-bottom:1px solid #E2E2E2;}

ul.compactors li img{
	float:left;
	display:inline;
	margin:0 10px 15px 0 !important;
	padding:0;}

ul.compactors li h3{
	font-size:18px !important;
	font-weight:bold !important;
	line-height:1.2em !important;
	color:#666666;
	display:block;}

ul.compactors li p{
	display:block;}

ul.compactors li p a{
	display:block;}
	
	ul.balers {
	float:left;
	list-style:none;
	width:446px;
	margin:0;
	padding:0;}
	
ul.balers li {
	float:left;
	display:inline;
	width:600px;
	margin:0;
	margin-bottom:20px !important;
	padding:0;
	padding-bottom:20px !important;
	border-bottom:1px solid #E2E2E2;}

ul.balers li img{
	float:left;
	display:inline;
	margin:0 10px 15px 0 !important;
	padding:0;}

ul.balers li h3{
	font-size:18px !important;
	font-weight:bold !important;
	line-height:1.2em !important;
	color:#666666;
	display:block;}

ul.balers li p{
	display:block;}

ul.balers li p a{
	display:block;}
	
img.margin_top{
	margin-top:20px;}



/*==================================================================================================


	8. TABLES

 
 ====================================================================================================*/



	
/*==================================================================================================


	8. Forms

 
 ====================================================================================================*/
form, input, textarea, label, select, fieldset  {	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#666666;
	}
	
form {
	padding: 0;
	float: left;
	}
	
input {
	padding: 2px;
	border: none;
	}
		
label {
	clear: both;
	font-size:12px;
	color: #333333;
	width: 200px;
	text-align: right;
	padding: 0 15px 0 0;
	float: left;
	}	
	
select {
	font-size:12px;
	border: none;
	float: left;
	}		
	
	
/*========== Fieldset Styles ==============*/
	
	



/*========== Checkbox Styles ==============*/



/*========== Text Field Styles ==============*/

input.small_textbox { 
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	color:#666666;
	float:left;
	padding: 4px 7px 0px 5px;
	width:113px;
	height: 20px;
	text-align: right;
	}
	
input.medium_textbox { 
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	color: #333333;
	float:left;
	margin: 0 0 10px 0;
	padding: 4px;
	width:200px;
	}

.textarea {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 200px;
	height: 100px;	
	float: left;
	}

input.medium_textbox:focus, input.small_textbox:focus, .textarea:focus { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	}

	
/*========== Label Styles ==============*/





/*========== Select Styles ==============*/
select.long_select {
	border:1px solid #CCCCCC;
	color:#666666;
	float:left;
	width: 200px;
	margin:0 10px 10px 0;
	padding:3px;
	}

input.radio_button {
	margin:0 5px 0 0;	
	}

/*========== Text Area Boxes Styles ==============*/






/*========== BUTTON STYLES ==============*/
input.button_form {
	float: left;
	background: #377489;
	color: #FFFFFF;
	border: 1px solid #14353F;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	}
	
	
/*========== ERROR Styles ==============*/

	

/*==================================================================================================
	
	
	9. Various Tags & Classes 
	
	
==================================================================================================*/


.image_float_left, .float_left {
	float:left;
	}

img.image_baler {
	float:left;
	margin: 0 25px 10px 0;
	border: 1px solid #CCCCCC;
	}

.image_float_right {
	float: right;
	margin: 0 20px 20px 20px;
	}
	
	
	
/*==================================================================================================
	
	
	10. Headers
	
	
==================================================================================================*/


h2#banner_man {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 920px; height:216px; text-decoration: none !important;
			  background-image:url(/furniture/images/photos/brushed_steel_banner_man.jpg);
			  background-repeat:no-repeat;}

h2#banner_paper {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 920px; height:216px; text-decoration: none !important;
			  background-image:url(/furniture/images/photos/paper_stack_banner.jpg);
			  background-repeat:no-repeat;}
	
/*==================================================================================================
	
	
	11. Buttons
	
	
==================================================================================================*/

div#security_badge {
	width:106px;
	height:124px;
	position:absolute;
	top:-28px;
	background-image:url(/furniture/images/buttons/button_security_badge.png);
	background-repeat:no-repeat;
	left:861px;}
	
#button_need_some {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 153px; height:75px; text-decoration: none !important;
			  background-image:url(/furniture/images/buttons/button_need_some_shredding.jpg);
			  background-repeat:no-repeat; position:absolute; top:114px; left:398px;}
	
/*==================================================================================================


	12. Pagination
 
 
 ====================================================================================================*/
 
a.shredders {
			  text-indent: -5000px; overflow:hidden; display:block;
			  width: 230px; height:137px; text-decoration: none !important;
			  background-image:url(/furniture/images/backgrounds/shreddersupermarket.jpg);
			  background-repeat:no-repeat;
			  float:left;
			  clear:both;
			  	margin: 10px 0 0 0;
			   }