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

html *{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

* :focus { outline: 0; }

#container{
	width: 772px;
	margin: 0px auto;
	position: relative;
}

#header{
	border-bottom: 1px solid #e7e7e7;
	height: 50px;
	margin-bottom: 35px;
	margin-top: 20px;
}

#header h1{
	color: #006699;
	font-size: 1.5em;
	float: left;
	font-weight: normal;
}

#header a{
	float: right;
	width: 296px;
	height: 39px;
	background: url(../images/logo.jpg) no-repeat top left;
}

#selector{
	width: 729px;
	margin: 0px auto;
	background: url(../images/boxbg.jpg) no-repeat top left;
	height: 153px;
	clear: both;
	position: relative;
}

#selectForm{
	padding-left: 15px;
	padding-top: 40px;
	position: relative;
	z-index: 99;
}

#categoryForm{
	padding-left: 15px;
	position: relative;
	padding-top: 20px;
	z-index: 90;
}

form select{
	width: 290px;	
}

#orDiv{
	position: absolute;
	top: 73px;
	left: 180px;
	font-weight: strong;
	color: #003366;
	font-size: .9em;
	z-index: 0;
}

#footer{
	font-size: .70em;
	padding-top: 50px;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
}

#footer .square{
	color: #006699;
	padding: 0px 5px;
}

#footer a{
	color: #003366;
}

#footer .copyright{
	color: #a6a6a6;
}

#footer .follow a{
	color: #333333;
}

button{
	position: relative;
	display: block;
	background: url(../images/btnbg.gif) no-repeat top left;
	cursor: pointer;
	border: 0px;
	color: #404040;
	font-size: 14px;
	top: -20px;
	height: 25px;
	line-height: 18px;
	left: 335px;
	width: 51px;
	text-align: center;
	text-indent: -9999px;
	outline: none;
}
/* maintenance mode stuff*/
.maint {
	font-size: 10px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 25px;
}