@charset "UTF-8";

body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;	
}
#wrapper {
	width: 1064px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #wrapper_BG {
	float: left;
	width: 1024px;
	background-image: url(graphics/background_main_side.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}





/***************** Navigation *****************/
/*********************************************/


#masterHead {
	float: left;
	height: 84px;
	width: 1024px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 1px;
	background-image: url(../images/navigation.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#nav_home {
	float: left;
	height: 24px;
	width: 80px;
}
#nav_home a {
	display: block;
	width: 80px;
	height: 24px;
	text-decoration: none;
}
#nav_small {
	float: left;
	width: 934px;
	height: 24px;
	text-align: right;
	padding-right: 10px;
}
#nav_small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 4px 0 4px 0;
}
ul#navigation {
	float: left;
	width: 640px;
	height: 60px;
	margin: 0;
	padding: 0;
}
ul#navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#navigation li {
	float: left;
	position:relative;
}
#navigation li a {
	float: left;
	display: block;
	color: #FFF;
}
#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding: 13px 0 17px 0;
}
#navigation li#nav_logo a {
	width: 200px;
	height: 30px;
}
#navigation li#nav_categories a {
	width: 220px;
	height: 30px;
}
#navigation li#nav_categories a:hover {
	background-image: url(../images/navigation.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-position: -200px -109px;
}
#navigation li#nav_maps a {
	width: 220px;
	height: 30px;
}
#navigation li#nav_maps a:hover {
	background-image: url(../images/navigation.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-position: -420px -109px;
}

#nav_add {
	float: left;
	width: 110px;
	height: 28px;
	padding: 15px 0 17px 50px;
}

#nav_search {
	float: left;
	width: 209px;
	height: 30px;
	padding: 18px 15px 12px 0;
}
#nav_search .search_input {
	float: right;
	color: #999;
}
#nav_search a {
	float: right;
	width: 25px;
	height: 25px;
}
#nav_search a img {
	width: 25px;
	height: 25px;
	padding: 3px 0 2px 0px;
	margin-top: -3px;
	margin-left: 3px;
}
