
* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}

#container {
	background-image: url(images/HC_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	font-size: 1.2em;
	margin: 4px;
}

#header {
	padding-top: 20px;
	margin-left: 360px;
}

#header_right {
	margin-left: 190px;
	margin-top: 168px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 5px;
	margin-top: 30px;
}

#right {
	margin-left: 230px;
	margin-top: 20px;
	margin-right: 25px;
}

#footer {
	clear: both;
	margin-left: 230px;
	margin-top: 20px;
	margin-right: 25px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color:#F00}

h2 {
	color: #bf8a44;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 155px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
	color: #93B26E;
	text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

#navcontainer a.current
{	
	background: url(images/menu.png) 0 -45px;
}

/**************************************** Form elements member login ****************************/

p.welcome {
	font-size: 1em;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

.submit_button {
	width: 100px;
	height: 25px;
	background-color: #EAF4D9;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

.orderForm div
{
	margin-top: 3px;
}

.orderForm label
{
	width: 150px;
	text-align:right;
	float:left;
	margin-right: 1px;
}

.contactForm div
{
	margin-top: 3px;
}

.contactForm label
{
	width: 105px;
	text-align:right;
	float:left;
	margin-right: 1px;
}
