@charset "utf-8";
body {
	background-color: #52331e;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #346181;
	line-height: 22px;
	padding-left: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #346181;
	line-height: 16px;
}
#wrapper {
	text-align: center;
	position: relative;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#wrapper #dropleft {
	position: absolute;
	height: 50px;
	width: 15px;
	left: 0px;
	top: 0px;
	background-image: url(../images/dropleft.jpg);
	background-repeat: repeat-y;
	background-color: #000;
}
#wrapper #dropright {
	background-image: url(../images/dropright.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 15px;
	left: 755px;
	top: 0px;
	height: 100%;
}
#wrapper #mainarea {
	background-color: #FFFFFF;
	width: 740px;
	position: absolute;
	left: 15px;
	top: 0px;
}
#mainarea #loginbar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #346181;
	font-weight: bold;
}
#mainarea #searchbar {
	text-align: center;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding-bottom: 8px;
	padding-top: 2px;
	line-height: 22px;
	font-weight: bold;
}
#mainarea #topbanner {
	height: 148px;
	width: 740px;
	clear: both;
}

#mainarea #topmenu {
	background-color: #346181;
	text-align: right;
	height: 22px;
	width: 740px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#mainarea #topmenu .topmenulink {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#topmenu .topmenulink a {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu .topmenulink a:hover {
	color: #84a8c2;
}
#mainarea #leftarea {
	width: 170px;
	margin-right: 1px;
	background-color: #84a8c2;
	position: relative;
	float: left;
}
#mainarea #leftarea #sidemenu {
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	width: 170px;
}
#mainarea #leftarea #sidemenu .sidemenulink {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 28px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	margin-right: 20px;
}
#mainarea #leftarea #sidemenu .sidemenulink a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#mainarea #leftarea #sidemenu .sidemenulink a:hover {
	color: #346181;
	display: block;
}
#mainarea #rightarea  {
	width: 569px;
	text-align: left;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#mainarea #rightarea #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	background-color: #d5d4da;
	position: absolute;
	width: 569px;
}
#mainarea #loginformbox {
	display: none;
	height: 155px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -20px;


}
#mainarea #rightarea #catlayoutbox {
	width: 550px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainarea #rightarea #catlayoutbox .catbox {
	float: left;
	text-align: center;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #346181;
	padding-bottom: 25px;
	height: 150px;
	padding-right: 2px;
	padding-left: 2px;
}
#mainarea #rightarea #catlayoutbox .catbox a {
	color: #346181;
	text-decoration: none;
}


.loginlabel  {
	display: block;
	width: 100px;
	margin-top: 6px;
	text-align: right;
	margin-right: 3px;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #346181;
	height: 22px;
}
.loginfield {
	width: 180px;
	margin-top: 4px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 16px;
}
.frm_button {
	color: #FFFFFF;
	background-color: #346181;
	border: 5px double #FFFFFF;
	margin: 4px;
	padding: 2px;
}
.registerlabel  {
	display: block;
	width: 150px;
	margin-top: 6px;
	text-align: right;
	margin-right: 3px;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #346181;
	height: 22px;
}
.registerfield {
	width: 200px;
	margin-top: 4px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 16px;
}
.registercheck {
	margin-top: 11px;
}

.registerfieldset {
	width: 425px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.registerfieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #346181;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #346181;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.productinfobox {
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.productpicbox {
	height: 85px;
	width: 85px;
	float: left;
}
.prodaddbox {
	float: right;
	height: 85px;
	width: 144px;
	text-align: center;
}

.prodname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
