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

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/bg2.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#ffffff;
}
#wrap {
	width:950px;
	margin:0 auto 0 auto;
}
#logo {
	width:900px;
	height:65px;
	float:left;
	margin:30px 0 5px 25px;
}
#rnav {
	widows:900px;
	height:32;
	float:left;
	margin:0 0 0 25px;
}
#rcontent {
	min-height:0;
	width:950px;	
	height:314px;
	float:left;
	background:none;
	margin:-11px 0 0;
}
#bannerholder {
	width:950px;	
	height:314px;
	float:left;
	background:none;
	margin:-11px 0 0;
}
#rlefts {
	background-image:url(/images/bg_search.png);
	width:257px;
	height:314px;
	position:relative;
	z-index:2;
	display:block;
	float:none;
}
#rlefts select{
	margin-top:5px;
	margin-left:20px;
	float:left;
	display:inline;
	width:220px;
	
}
#rlefts .search {
	margin-left:150px;
	margin-top:20px;
}
.search2 {
	padding-top:60px;
	
}
.contac {
	margin-left:15px;
	margin-top:3px;
	
}
.send {
	margin:5px 0 0 190px;	
}
#rrights {
	background-image:url(/images/locations/antmain.png);
	width:704px;
	height:314px;
	position:relative;
	left:246px;
	top:-314px;
	z-index:1;
	float:none;
	margin:0;
	padding:0;
	display:block;
}

#rlocations {
	width:900px;
	margin-left:25px;
	float:left;
	margin-top:13px;
}
#rlnav {
	width:900px;
	float:left;
}
#rlnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#rlnav ul li {
	display:block;
	float:left;
	height:29px;
}
#rlnav .ri {
	margin-right:4px;
}
#rlnav .ri2 {
	margin-right:5px;
}
#lwindow {
	float:left;
	width:900px;
	
}
#rlbg {
	background-image:url(/images/bg_location.png);
	width:900px;
	height:273px;	
	margin-top:29px;
	margin-bottom:70px;
}
#rlcont {
	width:900px;
	height:273px;
	float:left;
	
}
#footer {
	background-image:url(/images/bg_footer.png);
	background-repeat:repeat-x;
	width:900px;
	height:45px;
	float:left;
	margin-top:50px;
	margin-left:25px;
}
a {
	color:#ffffff;
	text-decoration:none;
	
}
.foot {
	color:#fff;
	margin-left:20px;
	
}