/* generic styles */
a:focus {
  outline-style: none;
}

object {
  outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
	float:left;
}

th {
    text-align: left;
}

td {
    vertical-align: top;
	padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
}

input, select, textarea {
    padding: 0;
    margin: 0;
}

input.radio {
    margin-bottom: -2px;
}

body {
	margin: 0 auto;
	background-color:#000;
}


/* text/link styles */
p, td, th, li, div, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

p {
	margin:0px 0px 15px 0px;
	line-height:18px;
}

h1 {font-size: 20px; margin: 3px 0px 8px 0px; color: #FF6600;

}

h2 {font-size: 15px; margin: 3px 0px 8px 0px; color: #666666;

}

h3 {font-size: 17px; margin: 3px 0px 8px 0px; color: #CCCCCC;

}

a {color: #FF9900;}

a:hover {color:#FF3300;}

ul {
	margin:0px;	
	padding:0px;
	
}

li {
	margin:0px;	
	padding:0px;
	list-style:none;
}



hr {
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	/*change next three to suit design*/
	border-bottom:1px solid #ff0000;
	margin:16px 0px 16px 0px;
	*margin:8px 0px 9px 0px;
}


/* div styles */

div#site_holder {
	width:864px;/*change to suit design*/
	margin:auto auto;
	background-color:#fff;
	float:none;
}

div {
	float:left;
}



#header{
	margin: auto auto;
	_margin-left: 30px;
	width:804px;
	height:327px;
	background: #fff url(../template_images/header.jpg) no-repeat 0 0;
	float:none;
}

#header ul{
border-top: 1px solid #fff;
}

#txtContentWrapper{
padding:30px;
background-color:#FFFFFF;
display:block;
width:804px;
}

#txtContentWrapper h2{
padding:0;
margin:0;
text-transform:uppercase;
}

#txtContentWrapper h3{
padding:0;
margin:0;
text-transform:uppercase;
}

#txtContentWrapper ul { list-style: circle; margin-left: 20px;}

#txtContentWrapper ul li { list-style: circle;}

#txtContentWrapper ol { list-style: decimal; margin-left: 20px;}

#txtContentWrapper ol li { list-style: decimal;}

#header li{
float:left;
}

#header a{
width:160px;
display:block;
}

#header h1{
text-indent:-999px;
display:none;
}

#login{
background-color:#fff;
border-top: #fff 1px solid;
width:834px;
padding-left: 30px;
height:30px;
padding-bottom: 0px;
text-align:center;
margin: 0px;
position: relative;
}

#login_holder{
background-color:#000;
width:804px;
padding-top: 5px;
padding-bottom: 5px;
height:20px;
margin-bottom: 0px;
position: relative;
}

#reg_now {position: absolute; right: 25px; top: -76px; width: 100px !important; height: 100px !important;}

#error_box {position: absolute; top: 5px; right: 6px; color: #fff;}

#login_holder div {float: left; margin: 0px 0px 0px 5px; height: 20px;}

#login_holder div .field {height: 20px; border: 0px;}

#menu{
background-color:#fff;

width:864px;
height:30px;
}

#menu ul{
margin:1px 0 0 30px;
}

#menu li{
float:left;
width:160px;
text-align:center;
text-transform:uppercase;
line-height:30px;
margin:0 1px 0 0;
}

#menu li a{
width:160px;
text-decoration:none;
display:block;
color:#fff;
background-color:#000;
font-weight:bold;
font-size:12px;

}

#menu li a:hover{
display:block;
background-color:#0084C5;
}


#contentWrapper{
background-color:#FFFFFF;
display:block;
width:864px;
}


.item{
margin: 30px 0 0 30px;
background-color:#000;
display:inline;
}

.item img{
margin:25px;
}

.item h2, .item span, .item span.higlight, .item a{
text-align:center;
text-transform:uppercase;
font-weight:bold;
color:#fff;
}


.item h2{
margin:0;
padding:0;
display:block;
font-size:14px;
}

.item span{
font-size:12px;
margin-left:50px;
}

.item span.higlight{
font-size:30px;
margin-left:10px;
}

.item a{
font-size:14px;
display:block;
margin:20px 50px;
padding:5px 10px;
background-color:#DB560B;
text-decoration:none;
}

.twoSections{
padding:20px 30px 0 30px;
width:804px;
background-color:#fff;
}

.lftSection{
width:50%;
float:left
}

.lftSection p{
margin:0;
padding:0;
margin-top:20px;
}

.itemHighlight{
margin-top:20px;
}

.itemHighlight span.field, .itemHighlight span.value{
text-transform:uppercase;
color:#000;
font-weight:bold;
}

.itemHighlight span.field{
font-size:14px;
}

.itemHighlight span.value{
font-size:30px;
margin-left:10px;
}

.placeBidWrapper{
width:100%;
clear:left;
margin-top:50px;
}

.placeBidWrapper input{
height:18px;
width:158px;
border: 1px solid #ccc;
float:left;
padding:5px;
}

.placeBidWrapper a{
float:left;
text-align:center;
text-transform:uppercase;
font-weight:bold;
color:#fff;
font-size:14px;
display:block;
margin-left:20px;
padding:7px 40px;
background-color:#DB560B;
text-decoration:none;
}

.rgtSection{
width:50%;
float:right;
}

.rgtSection img{
float:right;
}

.lftSection h2{
padding:0;
margin:0;
text-transform:uppercase;
}

#footerWraper{
background-color:#fff;
width:864px;
}

#footer{
padding-top:1px;
float:none;
margin:30px;
height:80px;
background-color:#000;
}
#footer p{
margin-top:35px;
text-align:center;
color:#fff;
}

#footer a{
color:#fff;
text-decoration:none;
}




/* contact/feedback */
div.contact_col1 {
	width:120px;
	height:18px;/*22px;*/
	padding-top:4px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 {
	width:220px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col2 textarea {
	width:212px;/*216px;*/
	height:200px;
	padding:0px 2px 0px 2px;
}


/* help */
div#search {
	width:100%;
	margin-bottom:20px;
}

input.field_search {
	width:200px;
	height:16px;
	*margin-top:-1px;
	color:#000000;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:none;
	padding-top:3px;
	padding-left:3px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}

div#back {
	padding-bottom:2px;
}

div#filerow {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../template_images/filerow_bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}

div#filerowalt {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../template_images/filerowalt_bg.gif);
	background-repeat:repeat-x;
}

div#filerowalt a, div#filerow a {
	font-weight:bold;
}

div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
}   

div.help_topten_holder h2 {
	color:#ffffff;
}

div.help_topten_holder p {
	margin:0px;
}

div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:100%;
}

div.question {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
	font-weight:bold;
}
div.question a {
	color:#000000;
}

div.help_answer {
	width:540px;/*570px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
}  

div.help_answer p {
	color:#000000;
}

/*************register/feddback*******************/

table.feedback {width: 700px;}

.feedback_text { border-bottom: 1px dotted #e3e3e3;}

.form_layout {padding: 5px; text-align: right;}

.contact_txt_field {padding-top: 5px; height: 20px; *height: 25px; width: 250px; margin: 3px; font-size: 16px; border: 1px solid #cccccc;}

.contact_txt_list {padding-top: 0px; height: 20px; *height: 25px; width: 250px; margin: 3px; font-size: 16px; border: 1px solid #cccccc;}

