/**
* Order Experts CSS
* @version 1.0
* @package OrderExperts
* @copyright (C) 2006 by Order Experts - All rights reserved!
*/
/*********** HTML tag styles ***********/
html{
/*overflow-y:hidden;*/
}
body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
a:link, a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
	display:block;
}
h4,h5,h6{
	margin:0px;
	padding:0px;
}
/*********** .content styles ***********/
.content {
	margin:0px;
	padding:0px;
	width: 523px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.content div{
	font-size:80%;
	margin:0px;
	padding:20px;	
	background-image: url(../images/content_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.content h3{
	color:#FF0000;
	font-size:140%;
	margin:0px;
	padding:0px;
}
.banner{
	margin:0px;
	padding:0px;
	width: 523px;
}
.middle{float:left;
width: 523px;
padding: 0px;
margin: 0px;
}
/*********** .menuBar styles ***********/
.menubar {
	float: left;
	margin:0px;
	padding:0px;
	width: 138px;
	background-image: url(../images/menubar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menubar div{
	margin:0px;
	padding:0px;
	background-image: url(../images/menubar_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div.menuBottom {
	height: 3px;
	background: #fff url(../images/menu_bottom.gif) no-repeat;
}
div.menuBottom hr {
	display: none;
}
div.menuTop {
	height: 1px;
	background: #fff url(../images/menu_top.gif) no-repeat;
}
div.menuTop hr {
	display: none;
}
/*********** .menuLinks styles ***********/
.menuLinks{
	font-size: 75%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menuLinks li{
	margin: 0px;
	padding: 0px 0px 0px 7px;
}
.menuLinks a{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	width: 124px;
	height:20px;
	vertical-align: text-bottom;
}
html>body .menuLinks a{
	margin: 0px 0px -4px 0px;
	padding: 4px 0px 0px 18px;
}
.menuLinks a:link, .menuLinks a:visited{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/menu_btn_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuLinks a:hover{
	color:#FF0000;
	text-decoration:none;
	background-image: url(../images/menu_btn_over.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
/*********** .footer styles ***********/
.footer {
	clear: both;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 661px;	
}
.footer a{
	color: #000000;
	text-decoration: none;
}
.footer a:link{
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	color: #ff0000;
	text-decoration: underline;
}
