/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

body {
	margin: 0px;
	background-color: #fbfbfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1 {
	font-size: 30px;
	line-height:5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

H2 {
	font-size: 14px;
	color: #003300;
}

H3 {
	font-size: 12px;
}

#all {
	text-align: left;
	float: left;
	width: 770px;
}
#header {
}
#left_corn {
	background-image: url(images/left_corn.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 65px;
	float: left;
}
#head_left {
	background-image: url(images/head_left.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 85px;
	float: left;
}
#head_right {
	background-image: url(images/head_right.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 7px;
	float: left;
}
#head_bkg {
	background-image: url(images/head_bkg.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 613px;
	float: left;
	text-align: center;
}
#head_bkg h1 {
margin-top:20px;
}
#continut_bkg {
	background-image: url(images/left_bkg.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 770px;
	float: left;
	text-align: left;
	clear: both;	
}

#footer {
	width: 770px;
	float: left;
	text-align: center;
	clear: both;	
}

#left_top {
	background-image: url(images/left_top.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 150px;
}

#sidebar {
	height: 500px;
	width: 150px;
	float: left;
	text-align: left;
	clear: both;
}

#clearing {
	clear: both;	
}

#content {
	margin-left: 160px;
	display: block;
}

/*drop menu*/
#dropmenu {
	margin-left: -25px;
}
#dropmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	margin-left: 4px;
}
#dropmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#dropmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004b85;
	font-weight: bold;
	text-decoration: none;
}

#dropmenu li.active, #dropmenu li.active a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004b85;
	font-weight: bold;
	text-decoration: none;

}

#dropmenu li.active ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	list-style-type: circle;
}

#dropmenu li.active li.active a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004b85;
	text-decoration: none;
}

#dropmenu ul li {
	line-height: 1.9em;
	list-style-position: inside;
	list-style-type: disc;

}

#dropmenu ul ul {
	font-style: normal;
	line-height: 1.8em;

}

#dropmenu ul ul li {
	list-style-type: none;
	margin-left: -25px;
}

/*drop menu EOF*/