/*====================================================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #f9cce4;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/css/bg_page.gif);
	background-repeat: repeat-x;	
	color: #1a171b;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.background {
	background-image: url(../images/css/bg_main.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
/*====================================================================================================*/
.header {
	height: 90px;
	padding-top: 7px;
	padding-bottom: 8px;
}
/*====================================================================================================*/
.main {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
/*====================================================================================================*/
.left {
	float: left;
	width: 170px;
}
.mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.mainmenu li {
	border-bottom: 1px solid #fef2f8;
}
.mainmenu a {
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f8bddd;
	display: block;
	line-height: 25px;
}
.eastwing {
	border-bottom: 3px solid #6b7433;
	margin-bottom: 10px;
}
.eastwing h1 {
	background-color: #6b7433;
	color: #ffffff;
	font-size: small;
	line-height: 25px;
	text-indent: 5px;
}
.eastwing a {
	text-decoration: none;
	color: #1a171b;
}
/*====================================================================================================*/
.middle {
	float: left;
	width: 570px;
	padding-left: 10px;
}
.middle h1 {
	font-size: larger;
}
.middle a {
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
}
.middle a:hover {
	text-decoration: underline;
}
/*====================================================================================================*/
.footer {
	clear: both;
	background-color: #f9cce4;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
	padding-top: 5px;
}
.footer a {
	color: #1a171b;
	text-decoration: none;
}
/*====================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*====================================================================================================*/
.gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.gallery li {
	display: inline;
}
.gallery li a {
	display: block;
	float: left;
	padding: 5px;
	margin: 2px;
	background-color: #f9cce4;
}
.gallery li a:hover {
	background-color: #e2007a;
}
/*====================================================================================================*/
.shoptable {
	background-color: #f9cce4;
	border: 5px solid #e2007a;
	margin: 5px;
}
.shoptable th {
	text-align: left;
	background-color: #e2007a;
	color: #ffffff;
}
.shoptable .altrow td {
	background-color: #ffffff;
}
