/*-----------------------------------------------------------------------------------
//
//	Scoot Around
//
//	Date: 16/11/2007
//
//	styles.css - http://www.scootaround.com/css/default.css
//	by Paul Maher - http://www.paulmaher.com
//
// --------------------------------------------------------------------------------- */

html * div, body { 
		margin:0; 
		padding:0; 
		}

body {  
		font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5em; 
		color:#000; 
		text-align:center; 
		}

div#wrapper { 
		margin:0 auto; 
		padding: 0; 
		padding-top: 10px;
		padding-bottom: 0;
		margin-bottom: 0;
		width:792px; 
		height:auto; 
		text-align:left;
		background: #FFF url(../images/templateimages/bg.jpg) center repeat-y;
		}


/* --------------------------------------------------------------------------------- 
		TYPOGRAPHY
--------------------------------------------------------------------------------- */

#content ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
#content li {
		background: url(../images/templateimages/listscooter.gif) no-repeat 0 50%;
		padding-left: 30px;
		}
		
a {
		color: #000;
		text-decoration: underline;}
		
img {
		border: 0;}
		
acronym {
		cursor: help;
		}	
		
		
/* --------------------------------------------------------------------------------- 
		LAYOUT
--------------------------------------------------------------------------------- */

#headerImg {
		width: 760px; 
		height: 160px;
		margin: 0 16px;
		background: #FFF url(../images/templateimages/header-img.jpg);
		}

#content {
		margin: 30px 16px;
		padding: 0 25px;
		width: 710px; 
		}
		
#footer {
		display: none;
		}

#map {
		border: 1px solid #999;
		height: 300px;
		width: 450px;
		}
		
#hide {
		/* Using both properties ensures that this content is hidden from screen readers */
		display: none;
		visibility:hidden;
		}
		
#clear {
		clear: both;
		}
		
		
/* --------------------------------------------------------------------------------- 
		NAVIGATION
--------------------------------------------------------------------------------- */

#navigation {
		display: none;
		}
		

/* --------------------------------------------------------------------------------- 
		PRODUCT GALLERY
--------------------------------------------------------------------------------- */

img.floatRight{ 
		float: right; 
		margin: 4px; 
		}
			
		