/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background: #fff8d1;
			text-align: center;
			font-family: sans-serif;
			color: #000;

		}

		a {

			color: #3895fd;
			text-decoration: underline;
		}
		
		a:hover, a:active {color: #3895fd; text-decoration: none;}	
		
		h1 {
			
			font-size: 1.5em; 
			color: #3895fd;

		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			background: #fff8d1;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 202px;
			background: #f2fbfc;
			background-image: url(images/logo.jpg);
			background-repeat: repeat-y;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #a2c058;
			margin-top: 3px;
			overflow: hidden;


		}

		span.home {			
			
			background: #139ea7;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #a2c058;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.search {

			background: #fec529;
			padding-top: 0px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			float: right;
			height: auto;
			width: 200px;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 530px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fedb80;
			font-size: 10px;
			color: #444;
			padding: 5px;
			text-align: center;

		}


		div.post_info a {

			font-size: 11px;
			color: #000;
			font-weight: bold;
			text-decoration: none;
			

		}

		div.main_nav {

			width:186px;
			float: right;
			height: 100%;
			font-size: 12px;
		}
		
		#cont {

			width:186px;
			float: clear;
		}
		
		img {
	border: 0px;
	display: block;
}
		
		div.prod {

			width:160px;
			float: center;
			padding-left: 5px;
			padding-top: 5px;
			padding-right: 5px;
			height: 300px;
			font-size: 12px;
			text-align: center;
			border-left: 2px solid #83bdfe;
	border-top: 2px solid #83bdfe;
	border-right: 2px solid #83bdfe;
	border-bottom: 2px solid #83bdfe;
	font-weight: bold;
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 8px;
			font-size: 13px;
			width: auto;

		}

		div.sub_menu div {
		
			background: #3895fd;
			padding: 5px;
			color: #fff;
			width: auto;
			font-weight: bold;

		}

		div.sub_menu a {

			background: #e67e49;
			color: #fff;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
			font-weight: bold;

		}

		div.sub_menu a:hover {

			background: #f19937;
	
			color: #fff;
			text-decoration: underline;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

		div.content {

			width: 536px;
			margin-left: 8px;
			font-size: 12px;

		}

		

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
	.style1 {color: #3895fd}	