/* 
/   Version 1.1
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/

html, body{ height: 100%; }

body {
	line-height: 1;
	color: #7a7e83;
	background: #6e737a ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
	font-size: 14px;
	line-height: 1.5em;
}

.wrapper{
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.wrapper p{
	margin-bottom: 20px;
}

#main{
	width: 100%;
	padding-top: 20px;
	background: #fbfaf7;
}


#logo{
	position: absolute;
	top: 15px;
	left: 0px;
}


/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.3em;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #b0c4e1;
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

h1.p-title,
h2.p-title,
h3.p-title,
h4.p-title,
h5.p-title,
h6.p-title{
	margin-bottom: 10px;
}

h1.s-title,
h2.s-title,
h3.s-title,
h4.s-title,
h5.s-title,
h6.s-title{
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

h1.s-title span,
h2.s-title span,
h3.s-title span,
h4.s-title span,
h5.s-title span,
h6.s-title span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;	
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{ 
	color: #282d34;
}

/* LAYOUT----------------------------------------------------------*/

.content-col{ 
	float: left; 
	width: 620px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.content-col.fullwidth{ 
	width: 940px;
}

.sidebar{  
	float: left;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 20px;
	font-size: 12px;
}

.sidebar .side-title{
	background: url(../img/bg/patterns/obl-1x1.png);
	margin-bottom: 20px;
	overflow: hidden;	
}

.sidebar .side-title span{
	background: #FBFAF7;
	display: table;
	padding: 0px 10px;
	margin-left: 20px;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:20px;
	position:relative;
}

.one-half{ width: 460px; }

.one-third{ width: 300px; }

.one-fourth{ width: 220px; }

.last {
	clear:right;
	margin-right:0 !important;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* HEADER ------------------------------------------------------------*/

#header{
	position: relative;
	height:154px;
	z-index:100;
}

#header #top-torn{
	position: absolute;
	height: 23px;
	width: 100%;;
	bottom: 0px;
	left: 0px;
	background: url(../img/torn.png) repeat-x bottom left;	
}

/* HEADLINE ------------------------------------------------------------*/

#header #headline{
	position: absolute;
	overflow: hidden;
	top: 80px;
	right: 0px;
	width: 700px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 24px;
	line-height: 1.3em;
	color: #d9e2ef;
	font-weight: lighter;
	z-index: 5;
}


#header #headline a{
	color: #fff;
}

#header #headline.slides_container {
	width:700px;
}
  
#header #headline .slides_container div {
	width:700px;
	display:block;
}

#header #headline .prev{
	display: block;
	float: left;
	background:  url(../img/slides-prev.png) no-repeat;
	width: 20px;
	height: 12px;
	margin-right: 5px;
	margin-top: 5px;
	text-indent: -9000px;
}

#header #headline .next{
	display: block;
	float: left;
	background:  url(../img/slides-next.png) no-repeat;
	width: 20px;
	height: 12px;
	margin-top: 5px;
	text-indent: -9000px;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 76px;
	left: 170px;
	height: 79px;
	width: 780px;
}

#nav>li{
	display: block;
	float: left;
	height: 100%;
	margin-right: 0px;
	position:relative;
}

#nav>li#search{
	float: right;
	width:190px;
	margin-right:0;
	height:60px;
	margin-top:10px;
}

#nav>li>a{
	display: block;
	font-size: 16px;
	color: #d9e2ef;
	text-decoration: none;
	font-family:  arial, serif;
	font-size: 16px;
	line-height: 62px;
	height:62px;
	padding: 0px 13px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	position:relative;
}


#nav>li#search{
	padding: 0px 20px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background: #c2ee77 ;
	}


#nav>li#search a{
	color: #253806;
	background: #c2ee77  repeat-x;
	font-weight:bold;
}


#nav>li:hover>a{
	color: #d9e2ef;
	background: #1f2328  repeat-x;
}

#nav>li.current-menu-item>a,
#nav>li.current-menu-item:hover>a{
	color: #433712;
	background: #ffe222 ;
	font-weight:bold;
}


#nav>li#search:hover>a{
	color: #3c590b;
	background: #c2fd5a  repeat-x;
}




/* TAGS --------------------------------------------------------*/

.tags{
	display: block;
	overflow: hidden;
	padding-bottom: 35px;
	padding-left: 10px;
	font-size: 12px;
	width: 620px;
}

.tags li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}

.tags li span{
	display: block;	
	line-height: 14px;
	padding: 3px 0px;
	font-size:16px;
	color:#111;
}

.tags li a{	
	display: block;
	color: #282d34;
	text-decoration: none;
	line-height: 14px;
	padding: 3px 10px;
	background: url(../img/bg/patterns/obl-1x1-light.png);	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tags li a:hover,
.tags li.active a{
	color: #fff;
	background: #23282e;	
}

.tags li:first-child a,
.tags li:first-child:hover a{
	background: none;
	line-height: 14px;
}

.sidebar .tags{
	display: block;
	overflow: hidden;
	font-size: 12px;
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

/* Content ------------------------------------------------------------*/

.content{
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	margin-bottom: 30px;
}

.content img{
	line-height: 10em;
}

.content .padding{
	padding: 10px;
}


.content .meta{
	font-size: 10px;
	color: #c1c1c0;
}

.sidebar a,
.content a{
	text-decoration: none;
	color: #282d34;
}

.sidebar a:hover,
.content a:hover{
	color: #fff;
	background: #282d34;
}

.content .feature-holder{
	display: block;
	padding-bottom:10px;
	background: url(../img/bg/patterns/obl-1x1.png);
}

/* BUTTONS HOLDER ------------------------------------------------------------*/

.buttons-holder{
	overflow: hidden;
	padding: 10px 2px;
}

.buttons-holder a{
	float: left;
	margin-right: 20px;
}

/* DOWNLOAD BUTTON ------------------------------------------------------------*/

.content .button-download{
	display: table;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 18px;
	color: #3c590b;
	background: #c2ee77 url(../img/button-download.png) no-repeat center left;
	padding: 10px 23px 10px 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}

.content .button-download:hover{
	color: #3c590b;
	background: #c2fd5a url(../img/button-download.png) no-repeat center left;
}

.content .button-download span{
	display: block;
	font-family:  arial, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1em;
}

/* LOVE BUTTON ------------------------------------------------------------*/

.content .button-love{
	display: table;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 18px;
	color: #bc5788;
	background: #ffd8eb url(../img/button-love.png) no-repeat center left;
	padding: 10px 23px 10px 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}

.content .button-love:hover{
	color: #bc5788;
	background: #fec6e2 url(../img/button-love.png) no-repeat center left;
}

.content .button-love span{
	display: block;
	font-family:  arial, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1em;
}



/* Project gallery ------------------------------------------------------------*/

.project-gallery{
	display: block;
	overflow: hidden;
	width: 640px;
	margin-left: -10px;
	margin-bottom: 20px;
}

.project-gallery li{
	float: left;
	display: block;
	margin: 0px 10px 10px 10px;
	background: url(../img/plus-sign.png) no-repeat center center;
}

/* sidebar ad ------------------------------------------------------------*/


.sidebar  .ad-holder{
	background: url(../img/bg/patterns/obl-1x1-light.png);	
	border: medium none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	height: auto !important;
	overflow: visible !important;
	padding: 20px 0px;
	width: 300px !important;
	text-align: center !important;
}

.sidebar .carbonad {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: auto !important;
    overflow: visible !important;
    text-align: center !important;
   	width: 280px !important;
}

.sidebar  .carbonad-text {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 20px;
    width: 185px !important;
}

.sidebar  .carbonad-image img {
    float: none !important;
    margin: 0 auto 10px !important;
}

.sidebar  .carbonad-tag {
    float: none !important;
    font-style: italic !important;
    margin: 0 auto !important;
}

.sidebar  .carbonad-tag a {
    font-weight: normal !important;
}

/* TABLE ------------------------------------------------------------*/

.sidebar table {
	border-collapse:separate;
	border-spacing:0;
	background: #fff;
	
	margin-bottom:28px;
	width:100%;
	text-align: left;
	
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar table, td, th {
	vertical-align: top;
}

.sidebar th{
	border-top: 5px solid #555555;
	color: #ffffff;
	padding:10px;
	text-transform:uppercase;
	background-color: #49494b;
}

.sidebar td{
	padding: 10px 20px;
}

.sidebar .first-item td{
	padding-top: 30px;
}

.sidebar .last-item td{
	padding-bottom: 30px;
}

.sidebar td.attr-name,
.sidebar th.attr-name{
	border-right: 1px solid #ccc;
}

/* TAGS LISTING --------------------------------------------------------*/

.tags.listing{
	border-top: 1px dashed gray;
	padding-top: 35px;	
	width: 960px;
}

/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;
	top: 10px;
	right: 15px;
}

#searchform #s{
	color: #948d7a;
	font-size: 12px;
	width: 150px;
	height: 28px;
	padding: 0px 40px 0px 10px;
	border: 0;
	background: #f0ede5;
	border-left: none;
	border-right: none;
	border-top: 1px  solid #d7d7d6;
	border-bottom: 1px  solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border: 0px;
	background: url(../img/search.png) no-repeat;
}

/* SOCIAL --------------------------------------------------------*/

.social{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	overflow: hidden;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}



/* HOME TABS THUMBS ---------------------------------------------------------*/

.blocks-thumbs{
	overflow: hidden;
}

.blocks-thumbs li{
	display: block;
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0px 10px 20px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	
	line-height: 1em;
}

.blocks-thumbs li:hover{
	background: #fff url(../img/more.png) no-repeat bottom right;
}

.blocks-thumbs li .thumb{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 0em;
	background: url(../img/bg/patterns/obl-1x1.png);
}

.blocks-thumbs li .excerpt{
	line-height: 1.5em;
	margin: 10px 10px 10px 10px;
}


.blocks-thumbs li .header{
	display: block;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 20px;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	color: #282d34;
}

.blocks-thumbs li .text{
	text-decoration: none;
	color: #7a7e83;
	display: block;
	margin-bottom: 5px;
}

.blocks-thumbs li .meta{
	font-size: 10px;
	color: #c1c1c0;
}

/* SKILLS --------------------------------------------------------*/

.skills li{
	height: 42px;
	line-height: 42px;
	background: url(../img/divider.png) repeat-x top left;
}

.skills li:first-child{ background: none; }

.skills li span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/stars.png) no-repeat top right;
}

.skills li.stars-0 span{ background-position: right 12px; }

.skills li.stars-1 span{ background-position: right -18px; }

.skills li.stars-2 span{ background-position: right -48px; }

.skills li.stars-3 span{ background-position: right -78px; }

.skills li.stars-4 span{ background-position: right -108px; }

.skills li.stars-5 span{ background-position: right -138px; }

/* FORMS ------------------------------------------------------------*/

#commentform,
#contactForm{
	margin-bottom:0px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 2px 10px;
	background: #353b44;
	color: #6c798d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: none;
	border-right: none;
	border-top: 1px  solid #22252b;
	border-bottom: 1px  solid #353b43;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	float:left;
	margin-right:20px;

}

#contactForm input,
#commentform input{
	width: 250px;
	margin-bottom: 10px;
}

#contactForm textarea,
#commentform textarea{
	width: 410px;
	height: 70px;
}

#contactForm #submit,
#commentform #submit{
	width: 76px;
	margin: 0px;
	margin-top:6px;
	padding: 5px 0px;
	background: url(../img/button-bg.png) repeat-x;
	float: left;
	color: #fff;
	margin-bottom:0;
}

#contactForm #submit:hover,
#commentform input#submit:hover{
	opacity: 0.8;
}

#commentform label{
	font-size: 14px;
}

#commentform #submit{ float: left; }

#respond{ 
	margin: 25px 0 50px 0px;
	overflow: hidden;
}

#respond .cancel-comment-reply a{
	color: #282d34;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

/* COMMENTS ------------------------------------------------------------*/

#comments-wrap a{
	text-decoration: none;
}

.comment {
  border-bottom: 1px #ccc dotted;
  margin: 0 0 18px;
  padding: 0 0 18px;
}


.respond-title-wrap,
.comment-title-wrap {
	border-bottom: 1px solid #ecedf3;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}

#respond-title,
#comments,
.add-comment-link {
	font-size: 15px;
	color: #2c2d31;
	font-weight: bold;
}

.respond-caption { font-size: 11px; }

.add-comment-link a {
	text-decoration: none;
	font-size: 12px;
	padding: 0 15px 0 0;
	 
}

.commentlist {
	margin: 0 0 30px 0;
	list-style-type: none;
	font-size: 13px;
}

.commentlist ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

.commentlist ul li { padding: 0 0 25px 0; }

.commentlist ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

.commentlist ul li:first-child .comment-border {
	 border-bottom: 1px #ccc dotted;
	margin: 18px 0 0 0;
 	height: 18px;
	width: 430px;
}

.comment {
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
}

.children .comment {  
	border-bottom: none;
	margin-top: 20px;
	border-top: 1px #ccc dotted;
	
}

.children { list-style-type: none; }

.comment .avatar {
	float: left;
	margin: 2px 15px 0 0;
}

.comment .children .avatar {
	width: 30px;
	height: 30px;
	margin: 4px 10px 0 0;
}

.comment p:last-child { margin: 0; }

.comment-meta { 
	margin: 0 0 12px 50px; 
	color: #a4a5aa;
	font-size: 11px;
	position: relative;
}

.children .comment-meta { margin-left: 40px; }

.comment-meta a {
	font-weight: normal;
	color: #ccc;
	padding: 0 15px 0 0;
	background: url(../img/right-arrow.png) no-repeat right center;
}

.comment-reply-link-wrap {
	position: absolute;
	right: 0;
	top: -18px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	color: #2C2D31;
	margin: 0;
	padding: 0;
}

.comment-author cite a {
	padding: 0 15px 0 0;
}

.comment .children .comment-body { margin: 20px 0 0 20px; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }


/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 10px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #282d34;
	width: 20px;
	height: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url(../img/bg/patterns/obl-1x1-light.png);
}

.pager li:hover a,
.pager li.active a{
	color: #fff;
	background: #282d34 url(../img/bg/patterns/obl-1x1-light.png);	
}


/* FOOTER --------------------------------------------------------*/

#footer{
	color: #d9e2ef;
	padding-top: 25px;
	background: url(../img/torn-bottom.png) repeat-x top left;
}

#footer a{
	color: #b0c4e1;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	background: #b0c4e1;
}

#footer .wrapper{
	background: url(../img/divider-ver.png) repeat-y center 0px;
}

.footer-left {
	float:left;
	width: 440px;
	margin-right:60px;
	margin-left: 10px;
}
.footer-left .p-img{
	width:160px;
	height:auto;
	display:inline-block;
	float:left;
	padding:1px;
	border:1px solid #4a525d;
	margin:5px;
	}


.footer-right {
	float:left;
	width: 440px;
	margin-right:0px;
	margin-top:-50px;
    
}
.footer-right .p-line{
	width:100%;
	height:1px;
	border-bottom:1px dashed #666;
	margin:10px auto;
}
.footer-right .index-contact{
	width:90%;
	padding:0 5%;
	margin:10px auto;
	text-align:left;
}
.footer-right .index-contact h3{
	text-align:center;
	
}
.footer-right .index-contact p{
	margin:0;
	padding:0;
	margin-top:5px;
}

#footer .title{
	position: relative;
	overflow: hidden ;
	color: #b0c4e1;
	margin-bottom: 20px;
	margin-left: 10px;
}


#footer .title span.big{
	display: block;
	float: left;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 48px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
	line-height: 50px;
}

#footer .title span.small{
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
	margin-top: 27px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

/* BOTTOM --------------------------------------------------------*/

#bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 60px;
	color: #7a7e83;
	background:  url(../img/bottom-bg.png);
	margin-top: 30px;
}

#bottom #bottom-text{
	width: 600px;
	overflow: hidden;
	margin-left: 12px;	
}

#bottom a{
	color: #b0c4e1;
	text-decoration: none;
}

/* TOP TOP --------------------------------------------------------*/

.to-top{
	position: absolute;
	right: 10px;
	top: 15px;
	padding-right: 33px;
	font-size: 11px;
	line-height: 26px;
	font-style: italic;
	color: #797e86;
	background: url(../img/to-top.png) no-repeat top right;
	cursor: pointer;
}

#banner{
	width:940px;
	height:320px;
	background:#fff;
	margin:0 auto;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	position:relative;
	z-index:10;
}
#slides{
	 display:none;
	  
}
#slides .slidesjs-pagination {
	display:none;
}

#slides .slidesjs-previous{
	width:24px;
	height:43px; 
	display:block;
	position:absolute; 
	top:130px; 
	left:-25px;
	z-index:100;
	font-size:0px;
	background:url(../images/arrow-prev.png);
}
#slides .slidesjs-next{
	width:24px;
	height:43px; 
	display:block;
	position:absolute; 
	top:130px; 
	right:-25px;
	z-index:100;
	font-size:0px;
	background:url(../images/arrow-next.png);
}
.line-d{ 
    border-bottom: 1px dashed #666; 
	padding-bottom:5px; 
	margin-bottom:10px;
}

.about_nav{
	margin:0;
	padding:0;
	width:90px%;
	padding:0 5%;
	margin-bottom:40px;
}
.about_nav li{
	margin:0;
	padding:0;
	width:100%;
	height:32px;
	line-height:32px;
	border-bottom:1px dashed #000;
	margin-bottom:5px;
}
.about_nav li a{
	width:100%;
	height:100%;
	display:block;
	font-size:14px;
	text-align:left;
	text-indent:1em;
}
.about_nav li a.on{
	font-size:15px;
	background:url(../img/bg/patterns/obl-1x1.png);
}

.about_nav li a.on:hover{
	color:#000;
}

.product-l{
	width:250px;
	margin-right:20px;
}
.product-r{
	width:645px;
}
.left_nav{
	margin:0;
	padding:0;
	width:94%;
	margin:0 auto;
	
	margin-bottom:30px;
}
.left_nav li{ 
    margin:0; 
	padding:0;
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #111;
	text-align:left;
	text-indent:1em;
}

.left_nav li.yess{ 
    margin:0; 
	padding:0;
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #111;
	text-align:left;
	text-indent:1em;
	background:url(../img/bullets/star.png) no-repeat;
	background-position:right center;
}

.left_nav li a.t1{
		font-size:16px;
		color:#111;
	}
.left_nav li a.t1:hover{
	background:none;
}
	
.left_nav ul{
	margin:0;
	padding:0;
	width:90%;
	padding:0 5%;
}
.left_nav ul li{
	border:none;
	background:url(../img/bullets/arrow.png) no-repeat;
	background-position:right center;
	border-bottom:1px dotted  #111;
	text-indent:1.5em;
}
.left_nav ul li.on{
	border:none;
	background:url(../img/bullets/star.png) no-repeat;
	background-position:right center;
	border-bottom:1px dotted  #111;
	text-indent:1.5em;
}
.right_product { width:100%; height:auto; display:table; }
.right_product ul { float:left; width:165px; text-align:center; margin:0 17px;}
.right_product img { border:#eeeeee 1px solid; padding:2px; width:165px; height:auto;}
.right_product ul a:hover{ background:none; }
.right_product ul a:hover img { border:#111 1px solid; padding:2px; }
.right_product_l2 { background:#f2f2f2; width:171px; height:24px; margin-top:5px; margin-bottom:20px;}
.right_product_l2:hover { background:#222; width:171px; height:24px; margin-top:5px; margin-bottom:20px;}
.right_product_l2:hover a { color:#fff;}
.right_product_tp { text-align:center;}
.right_product_tp img { border:#f2f2f2 1px solid; padding:5px; max-width:550px; height:auto;}
.right_product_con1 { width:100%; line-height:30px; color:#333; font-size:14px; font-weight:bold; border-bottom:#e2e2e2 1px solid; margin:15px 0;}

.product_su{ width:98%; height:auto; padding:1%; background:url(../img/bg/patterns/obl-1x1.png); margin-bottom:10px;  }
.product_su  div{ width:94%; height:auto; display:table; background:#fff; padding:0 3%;  }
.product_su p{ margin:0; padding:0; float:left; margin-right:30px; color:#111;  line-height:26px; }
.right_product_tp a:hover{ background:none;}

/* sub navigation */

#nav>li ul{
	margin-top:0px;
	margin-left:-50px;
	position:absolute;
	width:800px;
	 
}
#nav>li ul li{
	width:800px;
	height:600px;
	padding-top:33px;
}

.submenu{
	margin:0;
	padding:0; 
	background: #282d34;
	border-radius:10px;
	-moz-border-radius:  10px;
	-webkit-border-radius:   10px;
	-webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.2); 
	-moz-box-shadow: 3px 3px 1px rgba(0,0,0,0.2);  
	box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
	position:relative;
	padding-right:200px;
	display:table;
	float:left;
	}
.submenu a{ margin:0; padding:0; color: #d9e2ef; text-decoration:none;  }
.submenu a:visited{ margin:0; padding:0; color: #d9e2ef; text-decoration:none; }
.submenu a:hover{ color: #fff; text-decoration:underline; }
.submenu div.navp{ margin:0; padding:0; float:left;  padding-top:20px; padding-left:20px; margin-right:20px; margin-bottom:20px;}
.submenu div.navp a{ padding-left:15px;}
.submenu div.navp a.ctype{ padding-left:0; font-weight:bold;}
.submenu div.nav_clear{ width:20px; height:10px; float:left; }

.foot-product{ display:table; width:45%; float:left; margin-right:8%; height:auto;  }
.ll{ margin-right:0;}
.foot-product a{ width:100%; word-break:break-all; display:inline-block;}





