* {
	font-family: Arial, Helvetica, sans-serif;
	color: #615d5c;
}

*:focus { outline: none; }

BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(gfx/body_bg.gif);
	background-repeat: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#top_container {
	width: 898px;
	height: 159px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 0;
	background-image: url(gfx/top_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
}

#logo {
	width: 69px;
	height: 66px;
	border: 0;
	float: left;
	margin-top: 67px;
	margin-left: 65px;
}

#menu {
	float: right;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 108px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;	
}

#menu .middot {
	width: 8px;
	height: 8px;
	margin: 2px;
	margin-left: 6px;
	margin-right: 6px;
}

#menu A {
	text-decoration: none;
	font-weight: bold;
	color: #615d5c;	
}

#menu A:hover {
	color: #e67817;
}

#menu_underline {
	clear: right;
	width: 678px;
	height: 1px;
	float: right;
	border: 0;
	margin-top: 4px;
}

#content_container {
	width: 898px;
	overflow: auto;
	height: auto;
	min-height: 450px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	padding: 0;
	border-top: 0;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;	
	background-image: url(gfx/content_bg.jpg);
	background-position: 200px 0px;
	background-repeat: no-repeat;
}

#contact {
	float: left;
	width: 185px;
	text-align: right;
}

#contact .orange {
	color: #e67817;
}

#contact A {
	text-decoration: none;
}

#contact A:hover {
	text-decoration: underline;
}

#text_container {
	float: right;
	width: 660px;
}

#advantages {
	border-left: 1px solid #e67817;
	padding-left: 30px;
	font-weight: bold;
}

.pricelist {
	width: 97%;
}

.pricelist TD {
	border-bottom: 1px solid #e67817;
	border-right: 1px solid #e67817;	
	font-size: 13px;
	padding: 5px;
}

LI {
	list-style: square;
	color: #e67817;
}

LI SPAN {
 	color: #615d5c;
}