.text_left{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left; 
left: 200px;
position:relative;
}
.text_lft{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left; 
left: 175px;
position:relative;
}
.stores{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left; 
left: 185px;
top:10px;
position:relative;
}
a {
		color:#369;
	}
	a:hover {
		color:#fff;
		/*background:#369;*/
		text-decoration:none;
	}
* { padding: 0; margin: 0; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-align: center; 
 left:50%;
 right:50%;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index:-2;
}
#background img {
	width: 100%
}
 
/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		z-index:1;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:900px;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		position:relative;
		background-image:url(images/box.png);
		background-repeat: no-repeat;
		background-position: center top;
		width:900px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */
		padding:0 0 1em 0;
		overflow:hidden;
		text-align:center;
	}
	/* Full page settings */
	.fullpage {
		background:none; /* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
		padding:10px;
		margin:0;


