/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #999999;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FFFFFF;
	}

a:active {
	color: #FFFFFF;
	}

a.imageCaption:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	font-style: normal
	}

a.imageCaption:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal
	}

a.imageCaption:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000000;
	font-style: normal
	}

a.imageCaption:active {
	color: #000000;
	font-style: normal
	}

a.body:link{
	color: #CC0000;
	text-decoration: underline;
	}

a.body:visited {
	color: #CC0000;
	text-decoration: underline;
	}

a.body:hover{
	color: #000000;
	text-decoration: underline;
	}

a:active {
	color: #CC0000;
	text-decoration: underline;
	}


h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}
.news{
      font-size: 8pt;
      color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

    	#dhtmlgoodies_slideshow{
		width:625px;	/* Total width of slideshow */


	}

	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:5px;
		text-align:center;
		vertical-align:middle;
		padding-top:5px;

		position:relative;

		/* CSS HACK */
		height: 300px;	/* IE 5.x */
		height/* */:/**/300px;	/* Other browsers */
		height: /**/300px;
				
	}
	#previewPane img{
		line-height:300px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		color: #000000
	}
	#galleryContainer{
		
		height:92px;	/* Height of the images + 2 */
		width: 100%;
        border:1px solid #FFFFFF;
		position:relative;
		overflow:hidden;
		padding:1px;

		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:75px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	.redline{
                 background-color: #FF0000;
                 height: 4px;
                 width: 100%;
        }
	.blackline{
                 background-color: #000000;
                 height: 2px;
                 width: 100%;
        }

#socialnetworking {
	color:#000000;
	font-size:11px;
	padding:10px 0 0 0px;
        background-color: #FFFFFF;
        float: left;
}

#socialnetworking a {
	color:#000000;
	text-decoration:underline;
}
.footer {
	width:
        color:#000000;
	font-size:11px;
	padding:10px 0 0 0px;
        background-color: #FFFFFF;
        float: right;
        text-align; right;
}

.footer a {
	color:#000000;
	text-decoration:underline;
}
