body{
	margin:0;
	background:#f2f2f2  url(/images/bg-body.gif) repeat-x;
	font:14px/20px Helvetica, Arial, sans-serif;
	color:black;
	min-width:1000px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#b6df23;
}
a:hover{
	text-decoration:underline;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
h1{
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	color:#b6df23;
}
h2{
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:black;
}
h3{
	font-size:18px;
	line-height:20px;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
}
h4{
	font-size:14px;
	line-height:18px;
	color:black;
	font-weight:bold;
}
.bg-header{
	position:absolute;
	top:0;
	left:0;
	height:140px;
	width:50%;
}
/* all page */
.main-holder{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-header.gif) no-repeat 50% 0;
	position:relative;
	padding:140px 0 0;
}
/* header */
.header-holder{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	height:140px;
}
#header{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	padding:0 0 32px 0;
}
#main{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding:20px;
}
.logo{
	float:left;
	margin:37px 0 0 19px;
	overflow:hidden;
}
.logo a{
	display:block;
	width:180px;
	height:41px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/logo.png) no-repeat;
}
/* box login */
.box-login{
	float:right;
	overflow:hidden;
	padding:0 21px 0 0;
}
.box-login .login{
	float:right;
}
.box-login .login a{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
}
.box-login .login a span{
	float:left;
	height:20px;
	background:url(/images/bg-login-left.gif) no-repeat;
	padding:0 2px 0 6px;
}
.box-login .login a:hover{
	position:relative;
}
.box-login .login a:hover span{
	text-decoration:underline;
	cursor:pointer;
}
.box-login .login a em{
	float:left;
	width:3px;
	height:20px;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	background:url(/images/bg-login-right.gif) no-repeat;
}
/* box search */
.box-search{
	clear:both;
	padding:33px 0 0;
	overflow:hidden;
}
.box-search label{
	float:left;
	display:none;
	width:0;
	height:0;
}
.box-search span{
	float:left;
	width:204px;
	height:25px;
	overflow:hidden;
	background:url(/images/bg-box-search.gif) no-repeat;
}
.search-inner{
	float:right;
}
#search{
	float:left;
	width:194px;
	height:17px;
	overflow:hidden;
	background:none;
	border:none;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	color:#999;
	text-transform:uppercase;
	padding:4px 5px 4px 5px;
}
.button-search{
	float:left;
}
/* menu */
.navigation-holder{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-navigation-holder.png);
}
.nav-inner{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.nav-inner ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.nav-inner ul li{
	float:left;
	line-height:30px;
	font-size:14px;
	padding:0 20px 0 11px;
	text-transform:uppercase;
	font-weight:bold;
}
.nav-inner ul li a{
	color:#b6df23;
}
.nav-inner ul li a:hover,
.nav-inner ul li.active a{
	color:#fff;
	text-decoration:none;
}
/* top banner */
.banner-container{
	width:958px;
	overflow:hidden;
	border:1px solid #ccc;
}
.banner-container .image{
	float:right;
}
.banner-container .image img{
	display:block;
}
.banner-container .left{
	float:left;
	width:620px;
	min-height:132px;
	background:url(/images/bg-banner-left.gif) no-repeat;
	padding:6px 20px 0 9px;
}
* html .banner-container .left{height:132px;}
.banner-container h1{
	margin:0;
}
.banner-container ul{
	float:right;
	margin:0;
	padding:33px 0 0;
	list-style:none;
}
.banner-container ul li{
	float:left;
	padding:0 0 0 10px;
}
.banner-container ul li a{
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
.banner-container ul li a span{
	float:left;
	height:20px;
	background:url(/images/bg-link-left.png) no-repeat;
	padding:0 3px 0 6px;
}
.banner-container ul li a:hover span{
	text-decoration:underline;
}
.banner-container ul li a em{
	float:left;
	height:20px;
	width:3px;
	text-indent:-9999px;
	background:url(/images/bg-link-right.png) no-repeat;
}
/* content */
.content{
	width:100%;
	overflow:hidden;
}
/* left column */
.left-column{
	float:left;
	width:630px;
	margin:-1px 0 0;
	padding:0 0 1px 0;
}
/* container */
.container{
	width:100%;
	margin:21px 0 -1px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
}
/* title */
.title{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:0 10px 0 10px;
	position:relative;
	height:1%;
}
.content h2,
.title h2{
	float:left;
	margin:0;
}
.left-column .title a{
	float:right;
	font-size:14px;
	line-height:30px;
	color:#b6df23;
	font-weight:bold;
	text-transform:uppercase;
}
.link-rss{
	padding:0 21px 0;
	background:url(/images/bg-link-rss.gif) no-repeat 100% 50%;
}
/* blog */
.box-blog{
	width:610px;
	overflow:hidden;
	padding:11px 10px 11px 10px;
	margin:-1px 0 0;
	background:url(/images/bg-blog-line.gif) repeat-x;
}
/* blog title */
.blog-title{
	width:100%;
	overflow:hidden;
	padding:0 0 5px 0;
}
.blog-title .title-inner{
	float:right;
	width:549px;
}
.blog-title h3{
	margin:2px 0 0;
	line-height:24px;
}
.blog-title .title-inner strong{
	display:block;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#999;
}
.blog-title .title-inner a{
	float:left;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b6df23;
	padding:0 22px 0 0;
	background:url(/images/bg-link-comment.gif) no-repeat 100% 4px;
}
.tweets{
	float:left;
	width:60px;
}
.tweets strong{
	display:block;
	width:48px;
	height:37px;
	overflow:hidden;
	background:url(/images/twets-box.gif) no-repeat;
	text-align:center;
	font-size:16px;
	line-height:18px;
	color:#565656;
	padding:5px 2px 0 0;
	font-weight:normal;
}
.tweets strong span{
	display:block;
	font-size:10px;
	line-height:12px;
	color:#565656;
	margin:-3px 0 0;
	float:none;
}
.box-blog .tweets a{
	display:block;
	width:50px;
	height:16px;
	overflow:hidden;
	background:url(/images/bg-link-retweet.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:14px;
	margin:3px 0 0;
}
.box-blog .image,
.recent-list .image{
	border:1px solid #ccc;
	padding:2px;
	overflow:hidden;
	position:relative;
	width:auto;
	height:1%;
}
.box-blog .image img,
.recent-list .image img{
	display:block;
}
.box-blog .image .text,
.recent-list .image .text{
	position:absolute;
	left:2px;
	bottom:2px;
}
.box-blog .image .text a,
.recent-list .image .text a{
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b6df23;
	float:left;
}
.box-blog .image .text strong,
.recent-list .image .text strong{
	float:left;
	height:30px;
	background:url(/images/bg-image-link-left.png);
	padding:0 9px 0 11px;
}
.box-blog .image .text em,
.recent-list .image .text em{
	float:left;
	height:30px;
	width:2px;
	text-indent:-9999px;
	background:url(/images/bg-image-link-right.png) no-repeat;
}
.box-blog p{
	margin:5px 0 0;
}
.blog-link{
	float:right;
	margin:5px 0 0 0;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b6df23;
}
.blog-link span{
	float:left;
	height:20px;
	background:url(/images/bg-link-left.png) no-repeat;
	padding:0 3px 0 6px;
	cursor:pointer;
}
a.blog-link:hover span{
	text-decoration:underline;
}
.blog-link em{
	float:left;
	height:20px;
	width:3px;
	text-indent:-9999px;
	background:url(/images/bg-link-right.png) no-repeat;
}
/* blog bottom */
.blog-bottom{
	width:609px;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:0 12px 0 9px;
	margin:-1px 0 0;
}
.blog-bottom a{
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b6df23;
}
.blog-bottom .prev{
	float:left;
	padding:0 0 0 20px;
	background:url(/images/bg-link-prev.gif) no-repeat 0 50%;
}
.blog-bottom .next{
	float:right;
	padding:0 20px 0 0;
	background:url(/images/bg-link-next.gif) no-repeat 100% 50%;
}
.box-blog p a{
	font-weight:bold;
	text-decoration:underline;
}
.box-blog p a:hover{
	text-decoration:none;
}
/* blog text */
.blog-text{
	width:610px;
	overflow:hidden;
	padding:1px 0 0;
	margin:0 0 -14px;
}
.content h4{
	margin:20px 0 0;
}
.box-blog .blog-text p{
	padding:0 0 17px 0;
	margin:0;
	font-size:12px;
	line-height:18px;
}
.unordered-list{
	margin:0;
	padding:1px 0 0;
	list-style:none;
}
.unordered-list li{
	font-size:12px;
	line-height:18px;
	color:#333;
	padding:0 0 0 8px;
	background:url(/images/bg-unorder-list.gif) no-repeat 0 50%;
}
.ordered-list{
	margin:0;
	padding:1px 0 12px 0;
	list-style:none;
}
.ordered-list li{
	font-size:12px;
	line-height:18px;
	color:#333;
}
.ordered-list li span{
	color:#999;
	margin:0 2px 0 0;
}
.blog-text .image{
	float:right;
	margin:5px 0 5px 13px;
	display:inline;
}
* html .blog-text .image{margin:5px 0 5px 12px;}
.blog-text .image-inner{
	float:right;
	margin:5px 0 5px 0;
}
* html .blog-text .image-inner{margin:5px 0 5px 0;}
/* comment box */
.comment-box{
	width:610px;
	overflow:hidden;
	padding:7px 10px 9px 10px;
	background:url(/images/bg-blog-line.gif) repeat-x 0 100%;
}
.comment-box .image{
	float:left;
	border:1px solid #ccc;
	padding:2px;
	margin:3px 0 0;
}
.comment-box .image img{
	display:block;
}
.comment-box .text{
	float:right;
	width:546px;
}
.comment-box .text h3{
	margin:0;
}
.comment-box .text strong{
	display:block;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#999;
	padding:2px 0 0;
}
.comment-box .text p{
	margin:0;
	font-size:12px;
	line-height:18px;
}
/* box post */
.post-holder{
	width:610px;
	overflow:hidden;
	padding:10px;
}
.box-post{
	float:left;
	width:560px;
	overflow:hidden;
	background:#eef6ff;
	padding:4px 40px 0 10px;
}
.box-post h3{
	margin:0;
}
.post-form{
	width:380px;
	overflow:hidden;
	padding:7px 0 0;
}
.post-inner{
	width:380px;
	overflow:hidden;
	padding:0 0 10px 0;
}
.post-label{
	float:left;
	width:141px;
	padding:0 0 0 0;
	text-align:right;
}
.post-label label{
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	color:#999;
}
.post-input{
	float:right;
	width:230px;
}
.post-input span{
	float:left;
	width:230px;
	height:25px;
	overflow:hidden;
	background:url(/images/bg-post-input.gif) no-repeat;
}
.input-post{
	float:left;
	width:220px;
	height:20px;
	background:none;
	border:none;
	overflow:hidden;
	padding:5px 5px 0 5px;
}
.text-comment{
	width:230px;
	height:115px;
	overflow:hidden;
	background:url(/images/bg-text-comment.gif) no-repeat;
}
.comment-textarea{
	float:left;
	width:220px;
	height:105px;
	overflow:auto;
	border:none;
	background:none;
	padding:5px;
}
.button-submit{
	float:left;
}
.post-holder .oops{
	display:none;
	width:590px;
	overflow:hidden;
	background:#fce7e7;
	margin:0 0 10px 0;
	padding:6px 10px 7px 11px;
}
/* post error */
.error .oops{
	display:block;
}
.error .oops strong{
	display:block;
	font-size:18px;
	line-height:20px;
	color:#ff6666;
	padding:0 0 3px 0;
}
.error .oops p{
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#ff6666;
	font-weight:bold;
}
.post-holder .post-error{
	display:none;
}
.error .post-error{
	display:block;
	float:right;
	width:171px;
	padding:10px 0 0;
}
.error .post-error strong{
	display:block;
	font-size:12px;
	line-height:18px;
	color:#ff6666;
	padding:0 0 17px 21px;
	background:url(/images/bg-input-error.gif) no-repeat 0 2px;
}
/* box services */
.services-holder{
	width:610px;
	padding:15px 10px 0;
}
.services-holder p{
	margin:0;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.services-holder p a{
	text-decoration:underline;
}
.services-holder p a:hover{
	text-decoration:none;
}
.services-inner{
	width:620px;
	margin:0 0 0 -10px;
	overflow:hidden;
	padding:7px 0 10px 0;
}
.services-inner .box{
	float:left;
	display:inline;
	width:280px;
	margin:10px 0 0 10px;
	background:#eef6ff;
	padding:10px;
}
.services-inner .image{
	width:auto;
	height:1%;
	overflow:hidden;
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}
.services-inner .image img{
	display:block;
}
.services-inner h3{
	margin:6px 0 0;
}
.services-inner p{
	margin:0 0 2px 0;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
/* box register */
.box-register{
	clear:both;
	width:958px;
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
	margin:20px 0 0;
}
.box-register a{
	float:right;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}
.box-register .next, .right-column .next{
	float:right;
	padding:0 20px 0 3px;
	background:url(/images/bg-link-next.gif) no-repeat 100% 50%;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:black;
}
.register-inner{
	width:940px;
	overflow:hidden;
	padding:10px 9px 0 9px;
}
.register-inner p{
	margin:5px 0 8px 0;
	font-weight:bold;
}
.register-box{
	width:100%;
	overflow:hidden;
}
.register-form:after{
	content:"";
	clear:both;
	display:block;
}
.register-form{
	width:100%;
	margin:0 0 10px 0;
}
.register-form .left{
	float:left;
	width:710px;
	padding:6px 0 0 10px;
	background:#eef6ff;
}
.register-form h3{
	margin:0 0 7px 0;
}
.register-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
}
.button-create{
	float:left;
	margin:0 0 0 161px;
}
.register-form .right{
	float:right;
	width:210px;
	margin:-4px 0 0;
}
.register-form .right p{
	margin:0;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	font-weight:normal;
}
/* register error */
.register-inner .oops{
	display:none;
	width:699px;
	overflow:hidden;
	background:#fce7e7;
	padding:6px 10px 7px 11px;
}
.error .oops{
	display:block;
	margin:-1px 0 10px 0;
}
.register-form .post-error{
	display:none;
	width:310px;
	padding:3px 10px 0 0;
}
.error .post-error{
	display:block;
	float:right;
}
.register-form .post-error strong{
	display:block;
	font-size:12px;
	line-height:18px;
	color:#ff6666;
	padding:0 0 0 21px;
	background:url(/images/bg-input-error.gif) no-repeat 0 2px;
}
/* right column */
.right-column{
	float:right;
	width:310px;
	margin:-1px 0 0;
	padding:0 0 1px 0;
}
/* recent list */
.recent-list{
	margin:0;
	padding:10px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.recent-list li{
	float:left;
	padding:0 0 10px 10px;
}
.recent-list li .image{
	float:left;
}
.box-banner:after{
	content:"";
	clear:both;
	display:block;
}
/* column banner */
.box-banner{
	width:289px;
	margin:21px 0 -1px 0;
	padding:5px 10px 0 9px;
	border:1px solid #ccc;
	background:url(/images/bg-box-banner.gif);
	background-repeat:repeat-y;
	
	min-height:145px;
}
* html .box-banner{height:113px;}
.box-banner h3{
	margin:0 0 2px 0;
	color:#b6df23;
	font-size:14px;
}
.box-banner p{
	margin:0 0 0 0;
	color:#fff;
	font-size:12px;
}
.box-banner .blog-link{
	margin:21px 0 0;
}
/* column list */
.column-list{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.column-list li{
	width:290px;
	overflow:hidden;
	float:left;
	background:url(/images/bg-column-list.gif) repeat-x;
	padding:4px 10px 7px 10px;
}
.column-list li:first-child{
	background:none;
}
.column-list li p{
	margin:1px 0 1px 0;
	font-size:12px;
	line-height:20px;
}
.column-list li p a{
	
	font-weight:bold;
}
.column-list li p a:hover{
	text-decoration:underline;
}
.column-list li strong{
	float:left;
	font-size:14px;
	color:black;
	line-height:16px;
	padding:3px 0 0;
}
.column-list li strong a{
}
.column-list li span{
	float:right;
	font-size:12px;
	line-height:20px;
}
/* footer */
.footer-holder{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	background:#ddd;
}
#footer{
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:5px 10px 67px 10px;
}
#footer .text{
	width:100%;
	overflow:hidden;
	padding:0 0 1px 0;
}
#footer .text h3{
	margin:0;
}
#footer .text .left{
	float:left;
}
#footer .text .right{
	float:right;
}
#footer .text .right a{
	float:right;
	margin:5px 0 0;
}
#footer .text .right a img{
	display:block;
}
#footer .text .left p{
	margin:0;
}
#footer .text .left p a{
	
}
#footer .text .left p a:hover{
	text-decoration:underline;
}
#footer .text .right p{
	margin:2px 0 0;
	font-size:12px;
}