body {
	margin: 0;
	padding: 0;
	/*background-color: #FFFFFF;*/
	font: 12px "Trebuchet MS", verdana, sans-serif;
}
#container {
	width: 770px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content_top {
	background-repeat: no-repeat;
    height: 10px;
	margin-bottom: 0;
}
#main_content {
	background-repeat: repeat-y;
	height: 540px;
	padding: 5px 20px 10px 0;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#sitelinks {
	position: relative;
	top: 11px;
	padding: 0 0 0 510px;
	height: 20px;
}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {
			background: #fff;
			width: 78px;
			height: 18px;
			border-top: 1px solid #999999;
			border-left: 1px solid #999999;
			border-right: none;
			padding: 0;
			margin: 0 0 10px 0;
			color: #FF6600;
			text-decoration: none;
			display: block;
			text-align: center;
			font: 11px "Trebuchet MS", verdana, sans-serif;
		}
		#sitelinks ul li a:hover {
			color: #000000;
			background: #FF6600;
			text-decoration: underline;
		}
		#sitelinks a:active {
			background: #c60;
			color: #fff;
		}
		#sitelinks li#active a {
			background: #B85E54;
			border: 1px solid #c60;
			color: #fff;
		}
		#sitelinks li a#linkright {
			border-right: 1px solid #999999;
		}
#menu {
	float: left;
	width: 25%;
	margin-top: 5px;
}
	ul#menulist {
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 80%;
	}
		ul#menulist li {
			display: block;
			margin: 0;
			padding: 0;
		}
		ul#menulist li a {
			display: block;
			width: 100%;
			padding: 0.5em 0 0.5em 2em;
			border-width: 1px;
			border-color: #ffe #aaab9c #ccc #fff;
			border-style: solid;
			color: #777;
			text-decoration: none;
			background: #f7f2ea;
		}
		#menu>ul#menulist li a { width: auto; }
	ul#menulist li#active a {
		background: #f0e7d7;
		color: #800000;
	}
	ul#menulist li a:hover, ul#menulist li#active a:hover {
		color: #800000;
		background: transparent;
		border-color: #aaab9c #fff #fff #ccc;
	}
#content_text {
	float: right;
	width: 70%;
	margin-right: 10px;
}
a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#news {
	float: right;
	width: 180px;
	margin-top: 20px;
	padding-right: 10px;
	background-image: url(images/top_product_bg.gif);
	background-repeat: no-repeat;
	height: 140px;
	padding: 10px;
}
#top_products {
	width: 95%;
	margin: 0 0 0 10px;
	text-align: center;
}
h2 {
	margin: 0;
	color: #ff6600;
	font: bold 20px "Trebuchet MS", verdana, sans-serif;
}
h3 {
	margin: 0;
	color: #949494;
	font: bold 14px "Trebuchet MS", verdana, sans-serif;
}
input, select {
	border: 1px solid #B85E54;
	font: 11px "Trebuchet MS", verdana, sans-serif;	
}
textarea {
	border: 1px solid #B85E54;
	font: 11px "Trebuchet MS", verdana, sans-serif;	
}
#content_bottom {
	background-repeat: no-repeat;
	height: 15px;
}
#copyright {
	text-align: right;
	color: #999999;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
