

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.seo {
	font-weight: bold;
	color: #FF9932;
}

.space {
	padding: 5px 0 0 0;
}

#header {
	width: 100%;
	height: 95px;
}

.title {
	width: 520px;
	height: 95px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	text-align: center;
}

#flashwrapper {
	width: 1000px;
	height: 485px;
	margin: 0 auto 0 auto;
}

#flasharea {
	width: 1000px;
	height: 485px;
}

.bidBox {
	float: left;
	width: 250px;
	height: 365px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 50px 0 0 0;
}


/* ----- input style ----- */

.inputC {
	margin: 0 0 0 8px;
}

/* ----- end ----- */

.style_attach_box {
	position: relative;
	background-color: #141414;
	border: none;  	
}

.contactFields {
	width: 220px;
	height: 29px;
	color: #000;
	padding: 2px 0 0 15px;
    margin: 0 15px 0 0;
	background-image: url(../images/input_box.png);
	background-repeat: no-repeat;
	background-color: #141414;
	border-style: none;
}

.contactFields:focus {
    background-image: url(../images/input_box_focus.png);
} 

.contactFieldsB {
	width: 220px;
	height: 99px;
	overflow: hidden;
	color: #000;
	padding: 9px 0 0 15px;
	background-image: url(../images/message_box.png);
	background-repeat: no-repeat;
	background-color: #141414;
	border-style: none;  	
}

.contactFieldsB:focus {
      background-image: url(../images/message_box_focus.png);
} 

.contactFieldsC {
	margin: 5px 0 0 7px;
	cursor: pointer;
}

.contactFieldsSend {
	margin: 0 0 0 2px;
	cursor: pointer;
	width: 80px;
	height: 34px;
	background-image: url(../images/send_btn.png);
	background-repeat: no-repeat;
	background-color: #141414;
	border-style: none;  	
}

.aboutusBox {
	float: left;
	width: 635px;
	height: 285px;
	color: #fff;
	font-size: 14px;
	font-family: tahoma;
	margin: 50px 0 0 15px;
}

.featuredBox {
	float: left;
	width: 1000px;
	height: 140px;
	font-family: century gothic;
	text-align: center;
	margin: 50px auto 0 auto;
}

.bottomlinkform_btn {
	font-family: century gothic;
	background-image: none;
	color: #dadada;
	font-size: 10px;
	cursor: pointer;
}

.featuredBox a {
	cursor: pointer;
}

#footerWrapper {
	clear: both;
	width: 100%;
	height: 525px;	
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 1000px;
	height: 525px;	
	background-image: url(../images/footerbg_2.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

.bottomlinks {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: century gothic;
	color: #fff;
	padding: 35px 0 0 0;
}

.bottomlinks a {
	color: #fff;
	text-decoration: none;
}

.bottomlinks a:hover {
	color: #CC6D1C;
	text-decoration: underline;
}

.bottominfo {
	font-size: 8px;
}