/**
 * 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 {
	background:#968D7E;
	background-image:url('../images/background.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	font-size:70%;
	line-height:1.8em;
	text-align:center;
	padding:10;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
/* The following "menu" style was copied from an html page generated in Wordpress: */

.menu {width:949px; height:32px; position:relative; z-index:100;border-right:1px solid #838963; font-family:arial, sans-serif;}
* html .menu {width:950px; w\idth:949px;}

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:118px;}
.menu li {float:left;width:118px;position:relative;}
.menu a, .menu a:visited {display:block;font-size:12px; text-decoration:none; color:#fff!important; width:107px; height:30px; border:1px solid #838963; border-width:1px 0 1px 1px; background:#B6C086; padding-left:10px; line-height:29px; font-weight:bold;}
* html .menu a, * html .menu a:visited {width:118px; w\idth:107px;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#B6C086;}
.menu ul ul a.drop:hover{background:#E67C24;}
.menu ul ul :hover > a.drop {background:#E67C24;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#F2E7DA;}
.menu ul ul ul a:hover {background:#E9B87D;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:118px;border-top:1px solid #838963;}
* html .menu ul ul {top:30px;t\op:31px;}
.menu ul ul ul{left:118px; top:-1px; width:118px;}
.menu ul ul ul.left {left:-118px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {background:#F2E7DA; color:#000!important; height:auto; line-height:1em; padding:5px 10px; width:97px;border-width:0 1px 1px 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:119px;w\idth:97px;}
.menu a:hover
{
	color:#000!important;
	background:#E67C24;
}
.menu ul ul a:hover
{
	color:#000!important;
	background:#E9B87D;
}
.menu :hover > a
{
	color:#000!important;
	background:#E67C24;
}
.menu ul ul :hover > a
{
	color:#000!important;
	background:#E9B87D;
}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}

/* pad the last item to be the right width */

.menu .page-item-20 ul {width:123px;}
.menu .page-item-20 {width:123px;}
.menu .page-item-20 a, .menu .page-item-20 a:visited {width:112px;}
* html .menu .page-item-20 a, * html .menu .page-item-20 a:visited {width:123px; w\idth:112px;}
.menu .page-item-20 ul {width:123px;}
.menu .page-item-20 ul ul{left:123px; width:123px;}
.menu .page-item-20 ul ul.left {left:-123px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:124px;w\idth:97px;}
.menu .page-item-20 ul a, .menu .page-item-20 ul a:visited {width:102px;}

/* End "menu" style from Wordpress */

	
/* The following "header" and "footer" styles were copied from the Wordpress style sheet used in the new design
( in the cognoblue theme)
*/
.header_text {
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
font-weight:bold;
font-variant:small-caps;
color:#300;
padding-top:20px;
padding-left:20px;
}

.subheader_text {
font-family:Verdana, Geneva, sans-serif;
font-size:18px;
font-weight:bold;
font-variant:small-caps;
color:#300;
padding-top:20px;
padding-left:0px;
}

.interior_text {
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#header {
height:49px;
background-image:url(../images/header_top.jpg);
background-repeat:no-repeat;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

#header_container {
height:257px;
width:950px;
}

#header_home_left {
float:left;
height:257px;
width:400px;
}

#header_interior_left {
float:left;
height:257px;
width:400px;
}

#header_home_right {
margin-left:400px;
height:257px;
width:550;
background-image: url(../images/header_home_right.jpg);
background-repeat:no-repeat;
}

#header_home_right_interior {
margin-left:400px;
height:257px;
width:550;
background-image: url(../images/header_interior_right.jpg);
background-repeat:no-repeat;
}

#header_interior_right {
float:right;
height:257px;
width:550;
background-image: url(../images/header_interior_right.jpg);
background-repeat:no-repeat;
}

#footer {
font-weight:400;
background:#D57B0B url(../images/footer.jpg) repeat-y;
clear:both;
font-size:.9em;
text-align:right;
padding:5px;
}

#footer a {
text-decoration:none;
}

#footer strong {
font-weight:400;
}

#footer p {
text-align:right;
line-height:2em;
padding:5px 10px 10px 0;
}

/* 
End Wordpress header and footer styles
*/

a img {border: none; }

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

