@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #583f2b;
	background-image: url(imgs/sub_pages/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodyIndex {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #583f2b;
	background-image: url(imgs/home_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#parent{
	height: 800px;
	width: 100%;
	margin-top: 0px;
}
#wrapper {
	height: 900px;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperItem {
	height: 700px;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	float: left;
	height: 70px;
	width: 230px;
}
#header #message {
	float: left;
	height: 55px;
	width: 500px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#header #cart {
	float: left;
	height: 40px;
	width: 100px;
	margin-top: 30px;
}
#header #networks {
	float: left;
	height: 70px;
	width: 126px;
}
#nav {
	height: 30px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 340px;
	height: 300px;
	position: absolute;
	margin-top: 20px;
	margin-left: 600px;
}
#subContent {
	width: 340px;
	height: 220px;
	position: absolute;
	margin-top: 330px;
	margin-left: 600px;
}
#subContent img {
	float:left;
}
#footerIndex {
	width: 330px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #E3D875;
	margin-top: 640px;

}
#footer {
	width: 330px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #E3D875;
	margin-top: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#footer span {
	color: #5A422C;
}
#subItems {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#subItemsSoap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#subPageHeader {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #583F2B;
}

.subContentItem{
	padding: 20px;
	float: left;
	width: 110px;
	height: 150px;
}
a.itemLink {
	color: #A2580F;
	text-decoration: underline;
}
a:visited.itemLink  {
	color: #A2580F;
	text-decoration: underline;
}
a:active.itemLink  {
	color: #A2580F;
	text-decoration: underline;
}
a:hover.itemLink  {
	color: #000000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.itemImageArea{
	padding: 20px;
	float: left;
	width: 250px;
	height: 250px;
}
.itemContentArea{
	padding: 20px;
	float: left;
	width: 250px;
	height: 250px;
}
.itemContentArea_SOTM{
	padding: 20px;
	float: left;
	width: 250px;
	height: 450px;
}
.itemContentArea_DropDown{
	padding: 20px;
	float: left;
	width: 250px;
	height: 320px;
}

