
body {
	background-color: #b5006b;
	font-family: "Times New Roman", "Trebuchet MS" sans-serif;
	font-size: 0.85em;
	color: #fff;
	background-image: url('/images/bar-green.gif');
	background-repeat: repeat-x;
	background-position: 0 192px;
}

input, textarea, select {
	font-size: 0.85em;
}

/*
div {
	border: 1px solid #000;
}
*/



h1, h2, h3 {
	font-family: "Monotype Corsiva", sans-serif;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 8px;
}

p {
	line-height: 150%;
}


a {
	color: #fff;
}

a:visited {
	color: #EFC2DD;
}

div#container {
	width: 770px;
}



div#header {
	display: block;
	height: 81px;
	margin: 0 0 20px 0;
	padding: 135px 0 0 445px;
	background-image: url('../images/bg_page.jpg');
	background-repeat: no-repeat;
}

div#header a.email {
	display: block;
	width: 240px;
	height: 30px;
}



#hp-map {
	display: block;
	width: 404px;
	height: 742px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-image: url('../images/home-map.jpg');
	background-repeat: no-repeat;
}

#hp-map a {
	display: block;
	float: left;
	width: 201px;
	height: 182px;
	text-indent: -1000px;
}




div#leftmenu {
	display: block;
	width: 166px;
	float: left;
	clear: left;
}

div#leftmenu ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
}

div#leftmenu ul li {
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
}

div#leftmenu ul li a {
	font-family: "Monotype Corsiva", sans-serif;
	font-size: 2.3em;
	color: #fff;
	text-decoration: none;
}

div#leftmenu ul li a:hover, div#leftmenu ul li a:active {
	color: #EFC2DD;
}






div#rightmenu {
	display: block;
	width: 160px;
	float: right;
}

div#rightmenu h1 {
	font-family: Georgia, "Times New Roman";
	text-align: center;
	color: #4B4B43;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

div#rightmenu h1 span {
	font-size: 1.3em;
}

div#rightmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#rightmenu ul li {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}

div#rightmenu ul li ul {
	padding: 3px 0 3px 0;
}

div#rightmenu ul li ul li {
	padding: 0 0 2px 10px;
}

div#rightmenu ul li a {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #fff;
	text-decoration: none;
}

div#rightmenu ul li ul li a {
	font-size: 1.0em;
	font-weight: normal;
}

div#rightmenu ul li a:hover, div#rightmenu ul li a:active {
	color: #EFC2DD;
}

div#rightmenu ul li a:hover {
	text-decoration: underline;
}






div#content {
	display: block;
	width: 425px;
	float: left;
	padding: 0 5px 20px 5px;
}

div#content.wide {
	width: 585px;
}

div#content.wide ul li {
	padding-bottom: 5px;
}


div#content p {
	margin: 10px 0;
}


div#content div#prodpic {
	display: block;
	float: right;
	padding: 10px;
	/*border: 1px solid #A9AA88;*/
}

div#content div#prodpic p {
	margin: 2px;
	text-align: center;
	font-family: arial, tahoma, verdana;
	font-size: 0.8em;
	color: #ddd;
}

div#content p.catdesc {
	font-size: 0.95em;
	line-height: 130%;
	color: #ccc;
}






div#footer {
	display: block;
	clear: both;
	padding: 32px 0 15px 0;
	background-image: url('/images/bar-green.gif');
	background-repeat: repeat-x;
}

div#footer p {
	margin: 0;
	padding: 0;
	display: block;
	width: 770px;
	text-align: center;
	font-size: 0.8em;
	font-family: arial;
}




table.data {
	margin: 10px 0;
	border-spacing: 1px;
}


table.data th {
	text-align: left;
	background-color: #C6DC2F;
	color: #666F29;
}

table.data th a, table.data th a:visited {
	color: #666F29;
}

table.data td a {
	font-weight: bold;
}

table.data tr.row1 {
	background-color: #CF1987;
}

table.data tr.row2 {
	background-color: #DF379C;
}



input.btn {
	background-color: #C6DC2F;
	border-bottom: 2px solid #8D9F13;
	border-right: 2px solid #8D9F13;
	border-top: 2px solid #EFFF7F;
	border-left: 2px solid #EFFF7F;
	color: #666F29;
	/*padding: 4px;*/
	font-family: "Trebuchet MS" sans-serif;
	font-weight: bold;
	/*font-size: 1.2em;*/
}


form#addproduct {
	margin-top: 20px;
}

form#addproduct label.field {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	clear: left;
	padding: 8px 0 0 0;
	font-weight: bold;
}

form#addproduct div {
	display: block;
	padding: 2px;
}

form#addproduct input.btn {
	clear: both;
	margin-top: 10px;
}



