/* CSS Document */

body { 
	margin:0; 
	padding:0;
	background:#fff;
	font: normal 12px arial;
	color:#242424;
}
		
a:link, a:active, a:visited  {
	color:#fff; font-weight:bold;
	text-decoration:none;
}
		
a:hover {
	color:#fff; 
	text-decoration:underline;
}
		
.side_box {
		padding:15px;
		background:#f3f3f3;
		}

.side_box a {color:#333;}

/* Widgets */
		
	.clearfix {
	 	display: block; 
		height: 0; 
		clear: both; 

		}

	
	.wrapper { 
		width:800px;
		margin:0 auto 0 auto;
		}
		
		
/* Home Header */

p {  
	font:normal 13px/17px arial;
	margin:0 0 20px 0;
	text-align:justify;
}

h1 {
	background:url(../img/grid_line2.gif) no-repeat 0 -2px;
	font:bold 13px arial;
	color:#00CC33;		
	text-transform:uppercase;
	padding:12px 0 5px 0 ;
	border-bottom:1px dotted #ccc;
	margin:0 0 9px 0;
}


h2 {
	font:bold 13px arial;
	color:#333;		
	text-transform:uppercase;
}

h3 {
	font:bold 12px arial;
	color:#00CC33;		
	text-transform:uppercase;
	padding:12px 0 5px 0 ;
	border-bottom:1px dotted #ccc;
	margin:0 0 9px 0;
}
		
h1 a {text-decoration:none;}
	
/* Structure */	

	#content { 
		background:#fff; 
		padding:10px 0 15px 0;
		}
	

	#header {
		height:54px; 
		background:#242424 url(../img/header_bk.gif) repeat-x;
		}
	
	/* Lists */		



/* Logo */

/* Logo */

	#logo { 
		height:54px; 
		width:292px; 
		background:url(../img/logo_bk.png);
		float:left;
		}
	
	a.logo_img {
		display:block;
		background:url(../img/logo.gif) no-repeat; 
		width:170px; 
		height:37px; 
		margin:10px 0 0 0;
		text-indent:-9000px;
		}

	a:hover.logo_img {
		background:url(../img/logo.gif) no-repeat 0 -37px; 
		}	
/* Navigation */

#nav{
	float:right; 
	width:440px;
	text-align:right;
	padding:0; 
	height:27px;
	list-style:none;
	display:inline;
	overflow:hidden;
}
#nav ul {
	text-align:right;
}

#nav li {
	display:inline; 
	margin:0 0 0 0;
	padding:0 0 0 4px;
	list-style:none;
	border-left:1px solid #fff;
}
#nav li.first {
	display:inline; 
	margin:0 0 0 0;
	padding:0 0 0 4px;
	list-style:none;
	border-left:0;
}

		
/* Footer */
	
#bottom { 	
		height:24px;
		padding:15px 0 9px 0;
		font:normal 11px arial;
		color:#666;
		clear:both;		
		}
		#bottom .wrapper { 
		width:800px;
		padding:4px 0 2px 0;
		margin:0 auto 0 auto;
		border-top:2px solid #ccc;
		}
		
	
.store_tbl {
		width:100%; 
		font:normal 11px arial; 
		color:#666; 
		border-top: 1px dotted #ccc; 
		margin: 0 0 30px 0;
		}
	
	.store_tbl td {
		border-bottom: 1px dotted #ccc;
	 	padding:8px 0 8px 0; 
		}
	
	.store_tbl img {
		margin-right:4px;
		}
		
	.store_tbl .title {
		font:bold 13px/13px arial; 
		color:#333;}
		
	.store_tbl a {
		color:#333; 
		}	
	
	.store_tbl ul {
		margin:0; padding:0;
		list-style:none;
		}
	
	.store_tbl li {
		margin:0; 
		padding:0 0 5px 0; 
		background:none;
		}

	
	
