/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}

body {
	font: .7em verdana;
	text-align: center;
	color:333;
	background-color: #aa834f;
}

h1 {
	margin: 0;
	padding: 1em 0 .2em 0;
	font-size: 1.5em;
}
h2 {
	margin: 0;
	padding: 1em 0 .2em 0;
	font-size: 1.3em;
}
h3 {
	margin: 0;
	padding: 1em 0 .2em 0;
	font-size: 1.1em;
}

p {
	margin: 0;
	padding: 1em 0;
	line-height: 1.5em;
}

a, a:link , a:visited, a:active{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000088;
}

form p {
	margin:0;
	padding:0 0 2px 0;
}


#container-page {
	margin: 0 auto;
	width: 785px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	/*Uncomment and delete if putting in container content does not fix problem
	background-image:url(img/cont_bg.jpg);
	background-repeat:repeat-y;*/
}

#container-head {
	padding:-1px;
	margin:-1px;
}

#container-content {
	padding: 5px 7px 5px 7px;
	/*PUT HERE FOR TESTING PURPOSES*/
	background-image:url(img/cont_bg.jpg);
	background-repeat:repeat-y;
}

#left_col{
	width:200px;
	border-top: 1px dashed #CDCDCD;
	border-right: 1px dashed #CDCDCD;
	border-bottom: 1px dashed #CDCDCD;
	background-color:#EFEFEF;
	padding: 2px 4px 2px 4px;
	vertical-align:top;
}
#right_col{
	width:500px;
	padding: 2px 10px 2px 6px;
	vertical-align:top;
}

#container-foot {
	width: 100%;
	background-image:url(img/footer_bar.jpg);
	background-repeat:no-repeat;
	/*position: absolute;*/
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 28px;
	clear:both;
	line-height:28px;
	color:#FFFFFF;
	font-weight:bold;
}

#foot {
	padding-left:5px;
	padding-right:5px;
	vertical-align: middle;
}

#error {
	color:#FF0000;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
	font-weight:bold;
}

#products{
	border-collapse:collapse;
	border:1px solid #B48745;
}
#products th{
	background-color:#704301;
	color:#FFFFFF;
	border:1px solid #B48745;
	padding:2px 3px 2px 3px;
}
#products td{
	border:1px solid #B48745;
	padding:3px;
	padding: 2px 3px 2px 3px;
}

