/* Author: Greg Pullman */

/* Styles that apply across all child sheets */


/* GENERAL STYLES APPLYING TO WHOLE PAGE */

#header	{
	margin-left: auto;
	margin-right: auto;
}

#wrapper	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

body	{
	margin: 0;
}

#content p, #content ul, #content li, #content a:link, #content dd {
	line-height: 140%;
	}


ul#gallery li {
	list-style-image: none !important;
	list-style-type: none;
	float: left;
	margin: 20px 40px;
	text-align: center;
}

ul#gallery img {
	display: block;
	
}

ul#gallery {
	max-width: 700px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.floatright {
float: right;
}

.floatleft {float:left;}

.photoguideclear {
	clear: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

#photoguide img {
	float: right;
	margin-left: 5px;
}


#content ul li, #content ol li, #content dl dd ul li {
	margin-bottom: 4px;
	margin-left: -10px;
}

#content ul li {
	list-style-image: url(../accessories/tamper-icon.gif);
}


th {
	font-weight: bold;
	text-align: center;
}

.order-example {
	background-color: #fff;
	color: #000;
	font-style: italic;
}

dt	{
	font-style: italic;
	font-weight: bold;
	color: #333;
	background-color: #f6f6f6;
}

dd {
	margin-bottom: 2.5em;
	}


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

/* FOOTER */

#clearfooter {
	clear: both;
	margin-bottom: 30px; /* To prevent the footer images overwriting the menu */
}

#footer	{
	position: absolute;
	color: #999;
	background-color: #fff;
	text-align: center;
}


#footer a:link, #footer a:visited {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}



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

#rightcolumn {
	float: right;
	margin-top: 30px;
	padding: 6px;
	width: 172px;
}

#news {
	border: 1px solid #000;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news a:link, a:visited {color: #696;}
#news a:link, a:hover {color: #363;}

.news {
	font-size: 0.9em;
	}
