/* CSS Document */
* {
	padding:0; 
	margin:0;
}

.redo {
	border: solid 3px #ff0000;
}
input.redo {
	border: solid 3px #ff0000;
}
.error {
	border: solid 3px #ff0000;
	color:red;
	padding: 10px;
	font-size: 14px;
	text-align:center;
}

p { 
	margin: 0 0 10px 0;
}

ul {
	padding:0;
	margin:0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F7931E;
	padding-bottom: 10px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	/*float: left;*/
	width: 100%;
	min-width: 1024px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

.spacer{clear:both; height:1px;}

/*--------------------- TOP --------------------------*/
#top {
	width: 100%;
}

#logo {
	float: left;
	width: 300px;
	height: 250px;
	margin: 30px 0 0 50px;
}

#search-links {
	float: right;
	width: 500px;
	height: 200px; /* Height need for Firefox to show all content */
	margin-right: 30px;
	overflow: hidden;
}

#search-bar-content {
	position: absolute;
	width: 400px;
	height: 25px; /* Height need for Firefox to show all content */
	background-color: #F7931E;
	padding: 10px 0 10px 0;
}

#search-bar-content form {
	overflow: hidden;
}

#search-bar {
	float: left;
	width: 300px;
	margin: 0 20px;
	border: none;
}

#search-image {
	float: left;
}

#search-width {
	position: relative;
	top: 45px;
	width: 400px;
	height: 10px;
}

#banner {
	position: relative;
	top: 60px;
	width: 468px;
	height: 60px;
}

.search-shadow {
	background: url(../img/navDropShadow.gif) repeat-x;
}

#login-register ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#content-wrapper, #footer-content, #search-links {
	text-align: left;
}

/*--------------------- FOOTER --------------------------*/

#footer {
	clear: left;
	width: 100%;
	/* background-color: #F7931E; */
	background: transparent url(../img/corners/foot_rep.png) repeat-x;
	margin-bottom: 20px;
}

#footer-repeater {
	width: 100%;
	height: 190px;
	background: transparent url(../img/corners/dot.png) repeat;
}

#footer a {
	color: #FFFF80;
}

#footer-content {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
	color: #ffffff;
}

#footer-content ul li {
	list-style: none;
	margin: 5px 0;
}

#footer-content ul li a {
	color: #fff;
	text-decoration: none;
}

#footer-content ul li a:hover {
	color: #000;
	text-decoration: none;
}

#footer-content {}

#footer-list1, #footer-list2, #footer-list3 {
	float: left;
	margin: 20px 50px;
}

#copyright {
	width: 1024px;
	color: #333;
	font-size: 10px;
	text-align: left;
	margin: 0 auto 20px auto;
}

#copyright a {
	color: #333;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
	text-decoration: underline;
}