/* CSS Document */

body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	margin:0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
}

#top
{
	width:100%;
	height:220px;
	background-image:url(../images/bg_header.png);
	background-repeat:repeat-x;
}

#header
{
	float:left;
	width:100%;
	height:200px;
}

#header2
{
	float:left;
	width:100%;
	height:165px;
	padding-top:35px;
}

#header_content
{
	float:left;
	width:1000px;
	height:200px;
}

#header #logo
{
	float:left;
	width:400px;
	height:165px;
	background-image:url(../images/logo_header.png);
	background-repeat:no-repeat;
}

#header #header_text
{
	float:right;
	width:580px;
	padding-top:20px;
	padding-right:20px;
	text-align:right;
	color:#ffffff;
}

#content
{
	width:1000px;
	padding-top:25px;
}

#content #sidebar
{
	float:left;
	width:270px;
	padding-left:10px;
	padding-right:20px;
}

#content #main
{
	float:right;
	width:665px;
	padding-right:20px;
	padding-bottom:22px;
}

#footer
{
	float:right;
	width:665px;
	text-align:center;
	padding-top:11px;
	padding-bottom:22px;
	padding-right:20px;
	color:#444444;
	font-size:11px;
	border-top:1px solid #acacac;
}

#navigation
{
	float:left;
	width:270px;
	padding-bottom:30px;
}

#navigation #main_nav
{
	float:left;
	width:125px;
}

#navigation #sub_nav
{
	float:right;
	width:130px;
	line-height:14px;
	padding-left:10px;
}


/* Slider Homepage */

#slider
{
	position:absolute;
	top:0px;
	left:320px;
}

#slider #slider_top
{
	position:relative;
	width:645px;
	height:35px;
	background-image:url(../images/slider_top.png);
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
}

#slider #slider_middle
{
	position:relative;
	width:595px;
	height:450px;
	padding-top:80px;
	padding-left:50px;
	background-image:url(../images/slider_middle.png);
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
}

#slider #slider_content
{
	position:relative;
	width:545px;
	overflow:hidden;
	background-color:ffffff;
}

#slider #slider_bottom
{
	position:relative;
	width:642px;
	height:80px;
	padding-left:2px;
	
	background-image:url(../images/slider_bottom.png);
	background-repeat:no-repeat;
}