/* --------------------------------------------------------------  
STRUCTURE
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}


img#bgContainer {      /*This Controls the stretching background image */
	position:fixed;
	background-repeat:repeat-x;
	top:0;
	left:0;
	width:100%;
	height:2100px;
	z-index:-1;
	
}


a:link{
	color:#ffffff;
}
a:vlink{
	color:#ffffff;
}	
/*#outer_top {
	background:url(../images/bg01.jpg);
	position:fixed;
	left:0px;
	top: 0px;
	height:100%;
	width:100%;
	z-index:0;
}

#outer {
	background:url(../images/ann_t.png);
	background-repeat: no-repeat;
	position:fixed;
	left:0px;
	top: 0px;
	height:522px;
	width:100%;
	z-index:1;
}

*/
#wrapper {
	width: 964px;
	/*margin: 0 auto*/;
	/*border:solid 2px #ffffff;*/
	padding: 0;
	text-align:left;
	position:relative;
	z-index:2;
}

.wrapper_lower {
	width:959px;
	min-height:650px;
	border:3px solid white;
	background-color:#c6dc69;
}

#header {
	
}

.menu {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
	border-bottom:1px solid #bed4ad;
	padding:12px 4px;
	width:204px;
	cursor:hand;
}

.menu a{
	color:#ffffff !important;
}

.td_menu {
	width:214px;
	background-color:#8f9f4b;
	background:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
}
.menu:hover{
	background-color:#a8b473;	
}

#footer {
	
}
.rightside {
	background-color:#c6dc69;
	min-height:650px;
	margin:20px;
	text-align:justify;

}
.bodycopy {
	color:#4e5f42;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	line-height:160%;	
}

#sideBar {
	width:150px;
	background-color:#d8e796;
	padding:10px;
}

#cartSummary ul, #cartSummary li {
	margin:0;
	padding:0;
	list-style:none!important;
}

#cartSummary li {

}

.hpschedule {
	 background-color:#dbe8a5;
}
/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size:	1.2empx; } 
h4, h5 { font-size: 1.0em; } 

ul, ol {
	margin: 0 0 5px 20px;
	padding:0;
}

li {
	margin-bottom:10px;	
}

a {
	outline:none;
	text-decoration: none;
}

a:link { 
	color: #6e3000;
}
a:visited { 
	color: #6e3000;
}
a:hover { 
	color: #96511c;
	text-decoration: none;
}
a:active { 
	color: #333333;
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

.hr {
	border-top:1px solid #93a24d;
	border-bottom:1px solid #f2f7d9;
	color:#000000;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */
/*
label       { font-weight: bold; vertical-align:middle; }
fieldset    { padding:1.0em 2em; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.6em; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}
*/

/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}