@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: arial, "Tahoma", sans-serif;
font-size:12px;
line-height:150%;
}
h1{
font-size:14px;
color:#003d8a;
}

.titles{
font-size:13px;
font-weight:bold;
color:#003d8a;
}

#header{
	width:900px;
	height:159px;
	margin:auto;
	padding:0px;
	background-image:url(../images/bkg_header.jpg);
	background-repeat:no-repeat;
}

#logo {
position: absolute;
/*margin-top:34px;*/
width:257px;
height: 159px;
z-index:1009;
}
#logo a {
display: block;
float:left;
position: relative;
width: 257px;
height: 159px;
text-indent: -5000px;
overflow: hidden;
background-image: url(../images/ant_pros_logo.png);
background-repeat: no-repeat;
}

#header_menu{
	position: relative;
	top:55px;
	left:275px;
	width:534px;
	height: 27px;
	z-index:1010;

}

#header_navigation {
font-size:100%;
padding-left:3px;
height: 30px;
}
#header_navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 6px;
}
#header_navigation li {
display: inline;
}
#header_navigation a:link, #header_navigation a:visited {
margin-right: 1px;
margin-left: 1px;
padding: 0.2em 0.6em 0.2em 0.6em;
color: #0a3429;
text-decoration: none;
border-right: 1px solid #ffffff;
vertical-align: bottom;
}
#header_navigation a:hover {
color: #ffffff;
border-right: 1px solid #ffffff;
vertical-align: bottom;
}

#header_navigation a.last:link, #header_navigation a.last:visited {
margin-right: 1px;
margin-left: 1px;
padding: 0.2em 0.6em 0.2em 0.6em;
color: #0a3429;
text-decoration: none;
vertical-align: bottom;
}
#header_navigation a.last:hover {
color: #ffffff;
vertical-align: bottom;
}

#main_content{
margin:auto;
width:900px;
padding-bottom:10px;
margin-bottom:10px;
}
#secondary_menu{
	width:900px;
	height:106px;
	margin:auto;
	padding:0px;
}

#footer{
margin:auto;
width:900px;
height:56px;
clear:both;
border-top:#27ca9f solid 1px;
}

#logo_footer {
position: absolute;
/*margin-top:34px;*/
width:92px;
height: 56px;
z-index:1010;
margin-left:100px;
}
#logo_footer a {
	display: block;
	float:left;
	position: relative;
	width: 92px;
	height: 56px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(../images/logo_small.jpg);
	background-repeat: no-repeat;
}
#footer_menu{
	position: relative;
	margin-left:200px;
	margin-top:5px;
	width:475px;
	height: 27px;
	z-index:1010;
	left: 0px;
	top: 15px;
}
#player1{
width:325px;
background-color:#000000;
}

.product_heading{
font-size:12px;
font-weight:bold;
color:#660000;
}