@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #023608;
	text-align: center;
}
td {
	padding: 3px;
}
h1 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #255D12;
	position: absolute;
	left: 37px;
	top: 125px;
}
a  {
	color: #6F3802;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	left: 30px;
	top: 450px;
}
h3 {
	font-size: 26px;
	color: #007116;
	position: absolute;
	left: 280px;
	top: 80px;
	font-weight: normal;
}


p {
	margin-bottom: 10px;
}
td {
	padding: 3px;
}



.formInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
#content {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#mainHeader {
	background-image: url(images/backgroundHome.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 950px;
	position: relative;
}
#textBox {
	position: absolute;
	height: 180px;
	width: 410px;
	left: 40px;
	top: 160px;
}
#catSelect {
	position: absolute;
	left: 40px;
	top: 350px;
}
#footer {
	background-image: url(images/backgroundFooter.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer p {
	padding-top: 24px;
}
#footer a {
	color: #FFF;
}
#footer span {
	color: #A95517;
}

#adminContent {
	width: 850px;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#adminContent h1 {
	position: static;
	font-size: 20px;
}

#adminMenu {
	margin-bottom: 20px;
}
#adminMenu a {
	color: #000;
}
.rowBorder td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.productBox  {
	float: left;
	width: 170px;
	margin-left: 40px;
	text-align: center;
	height: 170px;
	color: #FFF;
}
.productBox img {
	border: 1px solid #FFF;
}
#thumbnailsBox {
	width: 370px;
	position: absolute;
	top: 110px;
	right: 40px;
}
#thumbnailsBox a img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #023608;
}

