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





/*#header {
	width:1020px;
	height:7.5em;
	z-index:-1;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 27px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
	border-left-width: 2px;
	border-left-style: outset;
	border-left-color: #CCC;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #CCC;*/
}


#logo {
	width:261px;
	height:94px;
	z-index:5;
	top: 0px;
	float: left;
}
#search {
	width:400px;
	height:42px;
	z-index:3;
	float: right;
	padding-right: 25px;
}
#search #Login_img {
	background-image: url(/images/Login.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 118px;
}
#search #emailbox {
	height: 20px;
	width: 88px;
	float: left;
	margin-top: -25px;
	margin-left: 120px;
	padding-top: 0px;
}
#search #Password {
	width: 90px;
	height: 20px;
	margin-top: -25px;
	margin-left: 243px;
}
#search #search_btn {
	background-repeat: no-repeat;
	width: 44px;
	height: 33px;
	margin-top: -28px;
	margin-left: 364px;
	left: 801px;
	top: 56px;
}
#menu {
	width:715px;
	height:45px;
	background-repeat: no-repeat;
	color: #FFF;
	float: right;
	padding-bottom: 15px;
	margin-right: 40px;
	padding-top: 10px;
}
#menu #home_btn {
	width:50px;
	height:39px;
	margin-left: 393px;
}
#menu #about_btn {
	height: 39px;
	width: 78px;
	margin-top: -39px;
	float: right;
	padding-right: 188px;
}
#menu #newsletters_btn {
	height: 39px;
	width: 80px;
	margin-top: -39px;
	margin-left: 527px;
}
#menu #contact_btn {
	height: 39px;
	width: 85px;
	margin-top: -39px;
	float: right;
}


#wrapper {
	width:1020;
	height:auto;
	z-index:50;
	padding-top: 0px;

	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	/*border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #CCC;
	border-left-color: #CCC;*/
}
