@charset "utf-8";
/* CSS Document */

a, img a, img, a img {border:0;	outline:0; text-decoration:none;}

img {
padding: 5px 5px 5px 5px;
}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fcf8ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
	
	background: url(../img/pnn.jpg) repeat left top;
	border-bottom: 14px solid #f0f1f3;
	background-size: 26%;
	/*padding: 32px 0;		*/
	
}

/*=======main-page=======*/

.outer
{
	background:url(../img/outer_bg.png) repeat-x left top;
}

.wrapper
{
	width:980px;
	margin:0 auto;
}

/*=======header=======*/

.header
{
}

.header_top
{
	padding:25px 20px 25px 25px;
}

.logo
{
	font-size:35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}

.logo a
{
	color:#333333;
}

.contact
{
	font-size:13px;
	color:#333333;
	margin-top:17px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

/*=======menu=======*/

.menu
{
	text-align:center;
	background-color: #fbf6e8;
	border-bottom: 2px solid #f6e9c5;
	border-top: 2px solid #fff;
}

.menu ul
{
	margin:0px;
	padding:5px 0 0 0;
	list-style:none;
}

.menu ul li
{
	display:inline;
	padding:0 42px;
	line-height:52px;
}

.menu ul li a
{
	font-size:15px;
	color:#333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu ul li a:hover
{
	text-decoration:underline;
}

/*=======content=======*/

.content
{
	padding:19px 20px 10px 20px;
	font-size:12px;
	color:#333333;
	background:#fff;
	position:relative;
	z-index:2;
}

.banner
{
}

.content_bottom
{
	padding:31px 8px 20px 8px;
}

.content_left
{
	width:940px;
}

.content h2
{
	color:#333333;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 20px 0;
}

.content p
{
	margin:0px;
	padding:0 0 20px 0;
	line-height:20px;
}

.pic_area
{
}

.pic_area_right
{
	width:230px;
	padding-top:3px;
}

.content_right
{
	width:404px;
}
.content_right a 
{
	color:#BDA273;
	text-decoration: underline;
}
.content_right a:hover 
{
	color:#333333;
	text-decoration: underline;
}

.content h3
{
	color:#333333;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:9px;
	margin:0 0 9px 0;
}

/*=======footer=======*/

.footer_wrap
{
	position:relative;
	z-index:1;
	background:#C0DEBD;
	margin-top:-28px;
	padding:48px 0 28px 0;
}

.footer_left
{
	width:600px;
	padding:0 20px;
	font-size:11px;
	color:#666666;
}

.footer_menu
{
}

.footer_menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer_menu ul li
{
	display:inline;
	padding:0 10px;
}

.footer_menu ul li.noback
{
	background:none;
}

.footer_menu ul li.nopad
{
	padding:0 10px 0 0;
}

.footer_menu ul li a
{
	font-size:12px;
	color:#333333;
}
.footer_menu ul li a:hover
{
	text-decoration: underline;
}

.footer_left p
{
	margin-top:21px;
}

.footer_left p a
{
	color:#666666;
	text-decoration:underline;
}

.footer_right
{
	padding:0 20px;
	width:240px;
	font-size:12px;
	color:#333333;
}

.footer_right span
{
	display:block;
	padding-right: 10px;
}

.footer_right a
{
	color:#333333;
	margin:0 0 0 15px;
}

.footer_right a img
{
	margin-right:5px;
	float:left;	
}
