@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1162px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.headline {
	font-family: "century gothic";
	font-size: 16px;
	color: #cc9933;
	line-height: 18px;
	font-weight: bold;
}
.bodycopy {
	font-family: "century gothic";
	font-size: 12px;
	color: #cccccc;
	line-height: 18px;
}
.homecopy {
	font-family: "century gothic";
	font-size: 13px;
	color: #cccccc;
	line-height: 25px;
}

.copyright {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.footer {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.smallcopy {
	font-family: "arial";
	font-size: 10px;
	color: #666666;
	line-height: 13px;
}
#links {text-decoration: none;
}
#links li {
   margin-bottom: 0px;
   text-decoration: underline;
}
#links a {
	color: #cc9933;
	text-decoration: underline;
}
#links a:hover {
	color: #cc9933;
	text-decoration: none;
}
#linksgrey {text-decoration: none;
}
#linksgrey li {
   margin-bottom: 0px;
   text-decoration: none;
}
#linksgrey a {
	color: #666666;
	text-decoration: none;
}
#linksgrey a:hover {
	color: #666666;
	text-decoration: underline;
}







.req-form{
	width:330px;
	overflow:hidden;
	padding:0px 0px 0px 18px;
}
.req-form .row{
	background:url(images/bg-req-form.png);
	margin:0 0 4px;
	padding:0 10px 6px 10px;
	height:1%;
	overflow:hidden;
}
.req-form .row2{
	background:url(images/bg-req-form.png);
	margin:0 0 4px;
	padding:0 3px 6px 10px;
	height:1%;
	overflow:hidden;
}
.req-form .row3{
	background:url(images/bg-req-form.png);
	margin:0 0 4px 0px;
	padding:0px 3px 6px 10px;
	height:1%;
	overflow:hidden;
}
.req-form label{
	float:left;
	width:90px;
	font-size:12px;
	color:#ecb13c;
	padding:11px 0 0;
	font-weight:bold;
}
.req-form .txt{
	float:left;
	width:200px;
	padding:4px 10px 0;
	margin:6px 0 0;
	height:21px;
	background:url(images/bg-inpt-req.png) repeat-x;
	font-size:12px;
	line-height:16px;
	border:none;
	overflow:hidden;
}
.req-form .txt2{
	float:left;
	width:40px;
	padding:4px 8px 0px;
	margin:6px 10px 0px -50px;
	height:21px;
	background:url(images/bg-inpt-req.png) repeat-x;
	font-size:12px;
	line-height:16px;
	border:none;
	overflow:hidden;
}
.req-form .tarea{
	padding:10px 9px 10px 10px;
	margin:0;
}
.req-form .tarea label{
	float:none;
	display:block;
	width:auto;
	padding:0 0 8px 0px;
}
.req-form .area{
	background:url(images/bg-inpt-req.png);
	width:305px;
	height:97px;
	border:none;
	padding:5px 0 0 5px;
	color:#fff;
	overflow:auto;
}



.submit-btn
{
  font-size: 14px;
  font-weight: bold;
  border: none;
  color:#ecb13c;
  display: block;
  float: right;
  background:url(images/bg-req-form.png);
}
.login-form{	width:200px;	overflow:hidden;}
.login-form .area{	width:200px;	overflow:hidden;	padding:0 0px 0 0;	float:left;}
.login-form .row{	width:200px;	overflow:hidden;	margin:0 0 0px;	background:#070707;	border:0px solid #000;	float:left;}
.login-form label{	float:left;	width:40px;	padding:0 0px 0px;	background:#000;	font:bold 11px/11px Arial, Helvetica, sans-serif;	color:#666;}
.login-form .row input{	width:200px;	padding:0px 0;	background:none;	border:0;	float:left;}
.login-form .submit-login{	width:42px;	height:55px;	cursor:pointer;	padding:0;	margin:0;	overflow:hidden;	float:right;}
form,fieldset{	margin:0;	padding:0;	border-style:none;}
input{	font:100% Arial, Helvetica, sans-serif;	vertical-align:middle;	color:#fff;}





 
.req-form select {
 scrollbar-base-color: #373837;
 scrollbar-arrow-color:#c6c4c4;
 padding-top: 1px;
 padding-bottom: 1px;
 margin:10px 0 0px 0px;
 width:220px;
 color: #c6c4c4;
 background-color: #383431;
 border: #5b5d5b 1px solid;
 font-family: tahoma, arial, sans-serif;
 font-size: 11px;
}

