/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_page.gif);
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.top_menu {
	color:#FAF1C0;
}
a.top_menu:link {
	color: #FAF1C0;
	text-decoration: none;
}
a.top_menu:visited {
	text-decoration: none;
	color: #FAF1C0;
}
a.top_menu:hover {
	text-decoration: underline;
	color: #FAF1C0;
}
a.top_menu:active {
	text-decoration: none;
	color: #FAF1C0;
}

.search_form {
	background:none;
	width:135px;
	height:15px;
	border:none;
	font-size:11px;
	color:#FAF1C0;
	padding-left:5px;
	margin:0px;
}


h3 {
	margin:5px 0;
	font-size:1.1em;
	color:#CC6600;
	font-weight:normal;
	clear:both;
}

ul#split,ul#split li{
	margin:0;
	padding:0;
	list-style:none
}
ul#split li {
	float:left;
	width:210px;
	margin:5px;
	padding: 10px;
	text-align:justify;
	line-height:1.3em;
}
ul#split p{
	margin:0;
	padding:5px 0;
}
li#corner {
	background: #F7F5D4;
}
.form_order {
	width:320px;
	font-size:11px;
	color:#CC0000;
	border:none;
	border-bottom:#CCCCCC dotted 1px;
	padding:2px;
	font-family:Tahoma, Verdana, Arial;
}
.form_order_button {
	background:#990000;
	border:#993300 solid 1px;
	color:#FFFFFF;
}