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

/*----------Resets-----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0;}

a{outline:none;}
ul{list-style:none;}
input[type="button"] {cursor: pointer; }
input, textarea, select {
	color:#333;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}

/*----------Default tags-----------*/
.floatleft{float:left} .floatright{float:right} .floatnone{float:none} .clearboth{clear:both} .left{text-align:left;} .right{text-align:right;} .center{text-align:center;} .bold{font-weight:bold;} .normal{font-weight:normal;} .italic{font-style: italic;}
.capitalize{text-transform:capitalize;} .uppercase{text-transform: uppercase;} .lowercase{text-transform:lowercase;}
.underline{text-decoration:underline;} .strike{text-decoration:line-through;} .middle{ vertical-align:middle;}
.text_top{ vertical-align:text-top;}

/*----fonts sizes---------*/
.font10{ font-size:10px;}
.font11{ font-size:11px;}
.font12{ font-size:12px;}
.font13{ font-size:13px;}


/*---------padding-------*/
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pb3{padding-bottom:5px}
.pl15{padding-left:15px;}

/*---------margin-------*/
.mr8{margin-right:8px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}

/*----links------------*/
.link{text-decoration:underline;}
.link:hover{text-decoration:none;}
.link_none{text-decoration:none;}
.link_none:hover{text-decoration:underline;}
.black{color:#000;}
.white{color:#fff;}
.red{color:#ee3b33;}
.darkgrey{color:#7a7a7a;}
.lightgrey{color:#5f5f5f;}
.green{color:#007c29;}


/*----widths-----------*/
.w100p{width:100%}
.w150{width:150px;}
.w170{width:170px;}
.w193{width:193px;}
.w215{width:215px;}
.w218{width:218px;}
.w220{width:220px;}
.w440{width:440px;}
.w465{width:465px;}
.w690{width:690px;}
.w714{width:714px;}
.w820{width:820px;}

/*---------------------*/

.tp0{ top:0px;}
.tp30{ top:30px;}

.min-h200{ min-height:327px;}
.h400 {
	height: 400px;
}

.home_text{ height:643px;}
/*----Layout-----------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #111111;
}
#wrapper {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 932px;
	float: left;
	clear: both;
	background-position: left top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.header {
	float: left;
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat left top;
	clear: both;
	font-size: 12px;
}
.header .logo {
	float: left;
	margin-top: 9px;
	width: 100%;
	text-align: center;
}
.header .logo2 {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.header .navigation {
	float: left;
	width: 100%;
	clear: both;
	font-size: 12px;
	color: #666;
	height: 31px;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.header .navigation a {
	float: left;
	color: #CCCCCC;
	text-decoration: none;
	height: 24px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
}
.header .navigation a:hover {
	color: #FF3333;
}


#wrapper .container .header .top_text {
	float: right;
	text-align: right;
	line-height: 17px;
}
.content {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 7px;
}
.content .main_img {
	float: left;
	padding: 10px;
	background-color: #1F1F1F;
}
.content .home_text {
	width: 440px;
	float: right;
	padding: 10px;
	background-color: #1F1F1F;
}
.content .home_text p, .main_text p{
	font-size:12px;
	line-height:17px;
}

.heading {
	margin-bottom: 7px;
	padding-bottom: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.btn_read {
	margin-top: 5px;
	display: block;
	clear: both;
	width: 81px;
}
.main_text {
	padding: 10px;
	float: left;
	width: 912px;
	background-color: #1F1F1F;
}
.form {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.navigation .music {
	float: right;
	padding-right: 12px;
}




.footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}
.pad_img {
	padding-top: 150px;
	padding-right: 50px;
}
.auction {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.auction img {
	padding-left: 10px;
}
