/*- Reset Styles -----------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}
a {text-decoration:none;}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
 
/*- End Reset Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

body {
	font-family: arial;
	font-size: 14px;
}
.clear{
	clear: both;
}
/*- header Styles -----------------------------------------------------------*/

#header {
	background: url('../img/bg_header.jpg') repeat-x 0 0;
	height:184px;
}
#header_wrapper {
	width: 1000px;
	margin: 0 auto;
}
h1{
	text-indent:-99999px;
	
}
h1 a {
	background: url('../img/logo.png') no-repeat 0 0;
	display:block;
	height:90px;
	width:221px;
}

/*- menu Styles -----------------------------------------------------------*/

#menu {
	margin-top: 28px;
	overflow: hidden;
}
#menu ul li {
	float: left;
	
	
}
#menu ul li a {
	background: #FFF;
	color: #a3a3a3;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
	padding: 0 17px;
	line-height: 30px;
}
#menu ul li a.current_link {
	background: url('../img/bg_menu_active.jpg') repeat-x 0 0;
	display: inline-block;
}
/*- End menu Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- menu_down Styles -----------------------------------------------------------*/

#menu_down {
	float: left;
}
#menu_down ul {
	
}
#menu_down ul li {
	line-height: 36px;
	float: left;
	margin-right: 9px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	color: #a3a3a3;
}
#menu_down ul li a {
	color: #a3a3a3;
	font-size: 12px;
	font-weight: bold;
}
#menu_down ul li.no_bullet {
	list-style: none;
}

/*- End menu_down Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- search Styles -----------------------------------------------------------*/

#search {
	float: right;
	width:250px;
}
#search form {
	height:32px;
	overflow:hidden;
	padding-top:4px;
	width:255px;
}
#search form p {
	float: left;
}
#search form input {
	border: none;
	background: url('../img/bg_imput.png') no-repeat 0 0;
	padding: 6px;
	color: #a5a5a5;
	font-family: helvetica;
	font-size: 14px;
	height: 14px;
	width: 202px;	
	margin-right:5px;
}
#search form input.submit {
	background: url('../img/btn1.png') no-repeat 0 0;
	width: 36px;
	height: 27px;
	overflow: hidden;
	height:27px;
	margin-right:0 !important;
	padding:0 !important;
}
*+html #search form input.submit {
	background: url('../img/btn1.png') no-repeat 0 0;
	width: 36px;
	height: 27px;
	overflow: hidden;
	margin-top: 1px;
}

/*- End search Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


/*- End header Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- principal Styles -----------------------------------------------------------*/

#principal {
	background: #ececec;
}

/*- End principal Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


/*- wrapper Styles -----------------------------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}

/*- End wrapper Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- left Styles -----------------------------------------------------------*/

#left{
	float: left;
	width: 637px;
}

/*- content Styles -----------------------------------------------------------*/

.content {
	background: #FFF;
	border: 1px solid #d3d3d3;
	padding: 20px 40px 20px 20px;
	position: relative;
}
.first {
	width: 205px;
	margin-right: 15px;
	float: left;
}
.comments {
	background: url('../img/bg_comments.jpg') repeat-x 0 0;
	width: 190px;
	margin-top: 10px;
	color: #FFF;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	padding-left: 12px;
	overflow: hidden;
}
.comments p {
	width: 71px;
	float: left;
}
.comments p.number {
	float: right;
	padding-right: 10px;
	width: 15px;
}
#comments2 {
	background: url('../img/bg_comments2.jpg') repeat-x 0 0;
	width: 190px;
	margin-top: 10px;
	color: #FFF;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	padding-left: 12px;
	overflow: hidden;
}
#comments2 p {
	width: 71px;
	float: left;
}
#comments2 p.number {
	float: right;
	padding-right: 10px;
	width: 15px;
}
.preview {
	float: right;
	width: 350px;
}

/*- End content Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- preview Styles -----------------------------------------------------------*/

h2{
	font-family: helvetica;
	font-size: 42px;
	letter-spacing: -3px;
}
.preview p {
	color: #626262;
	font-family: helvetica;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	margin: 9px 0;
}

/*- End preview Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- date Styles -----------------------------------------------------------*/
.date {
	background: url('../img/bg_date.png') no-repeat 0 0;
	height:63px;
	left:-12px;
	position:absolute;
	top:5px;
	width:66px;
	z-index:10;
}
.date p {
color:#FFFFFF;
font-family:helvetica;
font-size:20px;
font-weight:bold;
left:10px;
position:absolute;
top:17px;
line-height:20px;
}
/*- End date Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- links Styles -----------------------------------------------------------*/

#links a.top {
	display: block;
	float: right;
}
#links a.top img {
	margin-right: 20px;
}
#links ul {
	float: left;
	width: 350px;
	margin-top: 5px;
}
#links ul li {
	float: left;
	padding: 0 2px;
}
#links ul li a {
	floar:none;
}
#links ul li a.current{
	background: url('../img/btn_number_1_current.jpg') no-repeat 0 0;
	display:block;
	height:25px;
	width:27px;
}
#links ul li a.btn2 {
	background: url('../img/btn_number_2.jpg') no-repeat 0 0;
	display:block;
	height:25px;
	width:27px;
}
#links ul li a.btn3 {
	background: url('../img/btn_number_3.jpg') no-repeat 0 0;
	display:block;
	height:25px;
	width:27px;
}
#links ul li a.btn4 {
	background: url('../img/btn_number_4.jpg') no-repeat 0 0;
	display:block;
	height:25px;
	width:27px;
}
#links ul li a.btn5 {
	background: url('../img/btn_number_5.jpg') no-repeat 0 0;
	display:block;
	height:25px;
	width:27px;
}

/*- End links Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- End left Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


/*- right Styles -----------------------------------------------------------*/

#right {
	float: right;
	width: 331px;
	overflow: hidden;
}

.nav {
	margin-bottom: 16px;
	overflow: hidden;
}
.nav_title {
	background: url('../img/bg_right.png') no-repeat 0 0;
	height:39px;
	overflow: hidden;
}
h3{
	color:#737373;
	font-size:22px;
	font-weight:normal;
	line-height:49px;
	padding-left:16px;
}
.nav_content {
	background: #FFF;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 0 16px 25px 16px;
}
.nav_content ul li {
	line-height: 30px;
}
.nav_content ul li a {
	border-bottom: #ededed 1px solid;
	display: block;
	padding-left: 5px;
	color: #626262;
	font-family: helvetica;
	font-size: 14px;
}
.nav_content ul li a span {
	color: #eb6903;
	font-weight: bold;
}

/*- social Styles -----------------------------------------------------------*/

#social {
	float: right;
	margin-bottom: 10px;
}
#social ul li {
	float: left;
	margin-right: 8px;
}
#social ul li.not_margin{
	margin: 0;
}
/*- End social Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*- End right Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
