body {
	font-family: Verdana;
	font-size: 13px;
	color: #f1ece4;
	background: #141412;
	line-height: 14px;
}

a {
	color: #efb86a;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 14px;
}

p + p {
	margin-top: 14px;
}

span.highlight {
	background-color: #e18927;
}

/* ------------------------------------*/
/* ---------->>> CLEARING <<<----------*/
/* ------------------------------------*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -----------------------------------*/
/* ---------->>> HEADERS <<<----------*/
/* -----------------------------------*/

/*2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #ffecc8;
	margin-top: 30px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffb339;
}

h6 {
	font-size: 30px;
	font-weight: normal;
}*/

/* ----------------------------------*/
/* ---------->>> INPUTS <<<----------*/
/* ----------------------------------*/

input.text {
	height: 13px;
	background: url('../img_new/input_bg.png') no-repeat;
	border: 0;
	font: 11px Tahoma;
	color: #b0b0b0;
	padding: 5px 9px;
}

input.radio {
	margin: 0;
}

select {
	
	background: #0d0d0c;
	color: #f1ece4;
	font: 11px Tahoma;
	border: 1px solid #785f3a;
}

input.search {
	width: 53px;
	height: 23px;
	background: url('../img_new/search_button.png') no-repeat;
	border: 0;
	cursor: pointer;
}