@charset "utf-8";
/* CSS Document */

body {
	background: #f5f5f5;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0;
	padding: 0;
}



a:link, a:visited, a:active {
	color: #000099;
}

a:hover {
	color: #56997A;
}

.copyrights {
	color: #777;
	float: left;
	font-size: 10px;
}

.gallery img {
	border: 1px solid #000;
}

.gallery-borders {
	border: 1px solid #000;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#main-wrapper {
	border: 1px solid #000;
	float: left;
	position: relative;
	width: 980px;
}

#header {
	height: 194px;
	position: relative;
	width: 980px;
}

#header-top {
	background: #56997a;
	height: 80px;
	width: 980px;
}

#header-flash {
	height: 80px;
	width: 625px;
}

#menu-top {
	background-image: url(../images/css-images/menu-top.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	filter: alpha(opacity=60);
	height: 102px;
	left: 0;
	position: absolute;
	opacity: .6;
	top: 97px;
	width: 175px;
	z-index: 1;
}

.header-bar {
	background-image: url(../images/css-images/bar.gif);
	background-repeat: repeat-x;
	height: 17px;
	width: 980px;
}

#header-btm {
	background-image: url(../images/css-images/background-picture-end.gif);
	background-repeat: repeat-x;
	height: 80px;
	width: 980px;
}

#header-btm img {
	border-right: 1px solid #000;
	height: 80px;
	width: 720px;
}

#container {
	background-image: url(../images/css-images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 980px;
}

#sidebar {
	float: left;
	margin: 0;
	width: 175px;
}

#sidebar-flash {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 116px;
	margin: 25px 0 0 0;
	width: 175px;
}

#content {
	border-left: 1px solid #000;
	margin: 0 0 0 175px;
	min-height: 400px;
	padding: 30px 60px;
	
}

#content p {
	margin: 0 0 1em 0;
}

#footer {
	background-image: url(../images/css-images/background-bottom-shade.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	clear: both;
	color: #777;
	font-size: 10px;
	height: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 960px;
}

#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#sitemap {
	border-top: 1px solid #5D7F60;
	margin: 5px 0 0 0;
}

#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap li {
	border-bottom: 1px solid #5D7F60;
	display: block;
	height: 21px;
	padding: 4px 0 0 10px;
	width: 165px;
}

#sitemap li a {
	/*color: #814534;*/
    color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sitemap li a:hover {
	text-decoration: underline;
}

/* GALLERY HOVER MESSAGES */


.divstyle 	{ position:absolute;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		background-color: #FFFFFF;
		color:#000000;
		border: #000000 1px solid;
		width: 100px;
		padding: 2px;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }


.pstylebody 	{ position:absolute;
		background:#FFFFFF;
		color:#000000;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }
		
/* BUTTONS AND FORMS */



.button-order{  background-color:#CBF1CC;
		background-image: url("../images/css-images/button-order.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #004400;
		font-size: 8pt;
		cursor:hand;
		height:21px;
		width: 105px;
		margin-top:5px;
		font-weight: bold;
		BORDER: #004400 1px solid; }

.buttonon-order{  background-color:#F1EDC7;
		background-image: url("../images/css-images/buttonon-order.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #996600;
		font-size: 8pt;
		cursor:hand;
		height:21px;
		width: 105px;
		margin-top:5px;
		font-weight: bold;
		BORDER: #996600 1px solid; }