﻿#home_header
{
	padding:10px 0px;
	height:100px;	
	position:relative;
	border-bottom:1px solid #CCC;
	margin-bottom:0px;
	text-align:center;
}

#home_header ul{position:absolute; right:0; bottom:5px;}
#home_header ul li
{
	display:inline;
	padding:0px 5px;	
}


#homesearch
{
	text-align:left;
    vertical-align:middle;
    position:absolute;
    left:0;
    bottom:5px;
    width:300px;
}

#homesearch .searchbox{ width:150px; height:14px;}

#navigation_top_ul
{
	width:950px;
	text-align:center;
	overflow:auto;
	margin:10px 0px 10px 0px;
}

#navigation_top_ul li
{
	display:inline;
	padding:0px 40px;
	font-size:16px;
}

#navigation_top_ul li a
{
	font-weight:bold;
	text-decoration:none;
}

#home_images{ clear:left; position:relative; height:350px;}

#left{ float:left; width:470px; }
#right{ float:right; width:470px;}
#top
{
	position:absolute;
	top:0;
}
#bottom
{
	position:absolute;
	bottom:0;
}

#home_promo{ clear:both; text-align:center; padding:10px 0px;}
