/* Css Reset */
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{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none;
}
label{ 
	cursor:pointer; 
}
a,a:visited{ 
	 text-decoration:none; 
}
a:focus,a:hover{ 
	text-decoration:underline; 
}
body{
	color:#1E1E1E;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bgr_body.jpg) repeat-x;

}
*{
	padding:0;
	margin:0;
}
.hide{
     position: absolute;
     left: -9999px;
}
#topnavbar{
	width:100%;
	height:43px;
	background:url(images/bgr_topnavbar.jpg) repeat-x;
}
.logoholder{
	margin:0 auto;
	height:43px;
	width:824px;
	padding-left:176px;
	position:relative;
	z-index:1000;
}
.navcont{
	height:43px;
	width:824px;
	overflow:hidden;
	text-transform:uppercase;
}
.navcont ul li a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:30px;
}
.navlft{
	width:auto;
	float:left;
}
.navlft li{
	display:inline;
	padding-right:15px;
}
.navlft li strong{
	color:#666 !important;
}
.navlft li a:hover,.navlft .current_page_item a{
	text-decoration:none;
	color:#74c488;
}
.navlft li strong{
	color:#fff;
	font-size:10px;
	line-height:30px;
}
.navrgt{
	width:auto;
	float:right;
	overflow:hidden;
}
.navrgt li{
	float:left;
	height:43px;
}
.navrgt li a{
	padding:0 9px;
	display:block;
}
.navrgt li a:hover,.navrgt .current_page_item a{
	text-decoration:none;
	background:url(images/bgr_navrgta.jpg) repeat-x;
	border:1px solid #000;
	border:none;
}
.navrgt li a:hover span,.navrgt .current_page_item a span{
	background:url(images/ico_indicator.jpg) no-repeat bottom center;
	display:block;
	padding-bottom:6px;
}
/*--------------- wrap 
*/
#wrap{
	margin:0 auto;
	width:824px;
	padding-left:176px;
	text-align:left;
}
/*----------------header
*/
#header{
	width:824px;
	position:relative;
}
.logo{
	width:158px;
	height:170px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}
.logo a{
	width:158px;
	height:170px;
	display:block;
	background:url(images/logo_cphkids.png) no-repeat;
}
/*---------------------topmenu
*/
/*------------------------------------------------------------------------------*/
.topmenu{
	width:824px;
	height:37px;
	padding-bottom:11px;
	overflow:hidden;
	text-transform:uppercase;
}
.topmenu li{
	float:left;
	padding-right:6px;
}
.topmenu li a{
	color:#fff;
	font-size:26px;
	display:block;
	line-height:37px;
	background:#c7e7cf;
	text-transform:uppercase;
	padding:5px 12px 2px 12px;
}
.topmenu li a:hover, .topmenu .current_page_item a, .topmenu .current_page_ancestor a{
	text-decoration:none;
	background:#75c188;
}
/*-----------------midmenu
*/
.clear {
    clear: both;
}
.midmenu{
	width:824px;
	height:33px;
	overflow:hidden;
	text-transform:uppercase;
	padding-bottom:1px;
	
}
.midmenu li{
	float:left;
	background:url(images/bgr_midmenu.jpg) repeat-x;
}
.midmenu li a{
	color:#000;
	font-size:18px;
	display:block;
	padding:5px 13px;
}


/*------------------------------------btmmenu-----------------------------------*/
.sf-navbar {
    width: auto;
    height: 33px!important;
    position: relative;
    z-index: 200;
}
.sf-navbar .cufon {
    margin: 5px 0 0 0;
}
.sf-navbar a,
.sf-navbar a:hover,
.sf-navbar a:active {
    text-decoration: none;
}
.sf-navbar li a:hover,
.sf-navbar li ul li a:hover {
    background: #75c188;
    color: #000000;
}
.sf-navbar li {
    background: url(./images/bgr_midmenu.jpg) repeat-x!important;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0;
}
.sf-navbar li.current_page_item a {
    background: #75c188;
}
.sf-navbar li a {
    height: 33px;
    color:#000000;
    font-size:18px;
    padding: 0 15px 0 15px;
    margin: 0;
    text-transform: uppercase;
    float: left;
    display: block;
}
.sf-navbar li ul {
    width: 824px;
    height: 25px!important;
    position: absolute;
    top: 33px;
    padding: 2px 0 0 0;
    left: 0;
}
.sf-navbar li ul li {
    line-height: 25px;
    height: 25px;
    padding: 0;
}
.sf-navbar li ul li ul {
    width: 824px;
    top: 25px;
    padding: 5px 0 0 0;
}
.sf-navbar li.current_page_parent a,
.sf-navbar li.current_page_ancestor a
{
    background:#75c188!important;
}
.sf-navbar li.current_page_parent ul li.current_page_item a,
.sf-navbar li.current_page_ancestor ul li.current_page_item a,
.sf-navbar li.current_page_ancestor a{
    background:#75c188!important;    
}
.sf-navbar li.current_page_parent ul li a,
.sf-navbar li.page_item ul li a,
.sf-navbar li.current_page_ancestor ul li a {
    background: url(./images/bgr_midmenu.jpg) repeat-x!important;
    float: left;
    height: 25px;
    line-height: 25px;
    color: #000000;
    font-size:12px;
    padding: 0 15px 0 15px;
    margin: 0;
    text-transform: uppercase;
    display: block;
}
.sf-navbar li.current_page_ancestor ul li.current_page_parent a {
    background:#75c188!important;
}
.sf-navbar li.current_page_ancestor ul li.current_page_item ul li a {
    background: url(./images/bgr_midmenu.jpg) repeat-x!important;
}
.sf-navbar li ul li a:hover,
.sf-navbar li ul li a:hover {
    background:#75c188!important;
}
/*------------------------------------------------------------------------------*/

/*------------------------------maincont
*/
#maincont{
	width:824px;
	overflow:hidden;
	/*padding-top:60px;*/
        margin-top: 60px;
	position:relative;
	z-index:100;
}
/*---------------------------content
*/
.content{
	width:582px;
	float:left;
	padding-bottom:80px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
	color:#000;
	font-weight:normal;
	padding:5px 0;
}
.content h1{
	font-size:26px;
}
.content h2{
	font-size:18px;
}
.content h3{
	font-size:16px;
}
.content h4, .content h5, .content h6{
	font-size:14px;
}
.content ul{
	padding:15px;
	list-style-type:disc;
	list-style-position:inside;
}
.content ul li{
	color:#666;
	font-size:12px;
	line-height:18px;
	list-style-type:disc;
	list-style-position:inside;
}
.content ol{
	padding:15px;
	list-style-type:decimal;
	list-style-position:inside;
}
.content ol li{
	color:#666;
	font-size:12px;
	line-height:18px;
	list-style-type:decimal;
	list-style-position:inside;
}
.content a{
	color:#333;
	font-size:12px;
}
.content blockquote{
	padding:15px;
	margin:15px 0;
	color:#666;
	font-size:12px;
	border:1px dotted #333;
	font-style:italic;
}
.post{
	width:582px;
	margin-bottom:25px;
}
.title{
	width:582px;
	overflow:hidden;
}
.date{
	width:30px;
	float:left;
	text-align:center;
	border-right:1px solid #000;
}
.date strong{
	font-size:10px;
	color:#7f7f7f;
}
.date strong small{
	font-size:15px;
	display:block;
}
.innertitle{
	width:541px;
	float:left;
	padding-left:10px;
}
.content .innertitle h2{
	color:#000;
	padding:0;
	font-size:24px;
	padding-bottom:3px;
	text-transform:uppercase;
	font-weight:normal;
}
.content .innertitle h2 a{color:#000;font-size:24px;}
.content .innertitle h2 a:hover{text-decoration:none}
.innertitle span{
	color:#666;
	font-size:12px;
}
.innertitle span a{
	color:#666;
}
.entry{
	width:582px;
}
.entry img{
	border:1px solid #d9d9d9;
	margin:7px 0 12px 0;
	padding:5px;
}
.entry p{
	font-size:13px!important;
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
	line-height:18px;
	padding-bottom:10px;
}
.metadata{
	width:582px;
	overflow:hidden;
	clear:both;
	padding:13px 0 5px 0;
	border-bottom:1px solid #d9d9d9;
}
.share{
	color:#666;
	display:block;
	float:left;
	background:url(images/ico_share.jpg) no-repeat;
	padding-left:19px;
	margin-right:10px;
	text-transform:uppercase;
}
.showcomment{
	color:#666;
	display:block;
	float:left;
	padding-left:5px;
	text-transform:uppercase;
}
.post p{
	font-size:13px!important;
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
	line-height:18px;
	padding-bottom:10px;
}
.content .post h2{
	color:#000;
	font-size:24px;
	padding-bottom:3px;
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
}

#pagenation{
	width:auto;
	overflow:hidden;
	list-style:none;
	clear:both;
	text-transform:uppercase;
}
#pagenation li{
	width:88px;
	list-style:none;
	height:77px;
	float:left;
	margin-right:12px;
}
#pagenation li a{
	color:#fff;
	font-size:16px;
	line-height:77px;
	text-align:center;
	font-weight:bold;
}
#pagenation li a:hover{
	text-decoration:none;
}
#pagenation li.next a{
	display:block;
	background:url(images/button_next.png) no-repeat;
}
#pagenation li.prev a{
	display:block;
	background:url(images/button_prev.png) no-repeat;
}
/*---------------------------sidebatrgt
*/
.sidebarrgt{
	width:202px;
	float:right;
}
.sidebarcont{
	width:202px;
}
.sidebarcont img{
	border:1px solid #e0dfdd;
	margin-bottom:10px;
}
.sidebarcont h2{
	color:#9f9f9f;
	font-size:14px;
	display:block;
	padding:8px 0 4px 0;
}
.consides{
	padding-top:0 !important;
}
.sidebarinnercont{
	width:202px;
	border-top:8px solid #e5e5e5;
}
.sidebarinnerconttop{
	border-top:none;
	border-bottom:8px solid #e5e5e5;
	margin-bottom:10px;
}
.rss{
	width:auto;
	display:block;
	background:url(images/ico_rss.jpg) no-repeat;
	line-height:20px;
	padding-left:30px;
	margin-bottom:15px;
	font-weight:bold;
	color:#666666;
}

.sidebarinnercont h2{
	color:#000;
	font-size:24px;
	text-transform:uppercase;
	padding:5px 0;
	font-weight:normal;
}
.sidebarinnercont ul{
	width:auto;
	padding-bottom:15px;
}
.sidebarinnercont ul li{
	display:block;
}
.sidebarinnercont ul li a{
	color:#666666;
	font-size:12px;
	line-height:18px;
}
.sidebarinnercont ul li small{
	color:#000;
	font-size:12px;
	line-height:18px;
}
.monthtitle{
	display:block;
	padding-bottom:5px;
}
.monthtitle a{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.postspermonth li{ font-size:10px; color:#565656; border-bottom:1px solid #e6e6e6; padding:4px 0 }
.postspermonth li a{
	color:#666666;
	font-size:12px;
	display:block;
	line-height:18px;
}

/*-----------------------------btmcont
*/
#btmcont{
	width:100%;
	background: url(images/bgr_btmconttop.png) repeat-x;
	padding-top:35px;
	text-align:left;
}
.homebtmcont{
	position:relative;
	top:-28px;
}
.innerbtmcont{
	width:100%;
	background:url(images/bgr_btmcontmain.jpg) repeat;
}
.innerbtmcont1{
	background:none;
}
.posionholder{
	margin:0 auto;
	width:1000px;
	position:relative;
	z-index:-100px;
}
.mainbtmcont{
	width:1000px;
	padding:35px 0 15px 0;
	overflow:hidden;
}
.mainbtmcont1{
	padding-top:5px;
}
.positionrgt{
	width:194px;
	height:278px;
	background: url(images/bgr_rgtposition.png) no-repeat;
	position:absolute;
	top:-134px;
	right:32px;
	z-index:100;
}
.positionlft{
	width:475px;
	height:242px;
	background:url(images/bgr_lftposition.png) no-repeat;
	position:absolute;
	top:-240px;
	left:-90px;
}
/*--------------------------contul
*/
.contul{
	width:560px;
	overflow:hidden;
	float:left;
}
.contul h2{
	width:270px;
	color:#000;
	font-size:21px;
	padding-bottom:8px;
	border-bottom:1px solid #d2d0cc;
}
.contul ul{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.contul ul li{
	padding:5px 0;
	width:270px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border-bottom:1px solid #d2d0cc;
}
.contul ul a{
	color:#000;
	font-size:13px;
	line-height:18px;
	background:#fff;
}
.contul ul a:hover{
	text-decoration:none;
}
.contulrgt, .widget_links{
	width:147px;
	margin-left:40px;
	display:inline;
}
.contulrgt ul, .widget_links ul{
	width:147px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*------------------footer
*/
#footercont{
	width:100%;
	height:100%;
	position:relative;
	background:url(images/bgr_footerbg.jpg) repeat ;
}
.bgpost{
	width:100%;
	height:28px;
	position:absolute;
	top:-28px;
	left:0;
	background:url(images/bgr_btmcontmain.jpg) repeat;
}
.footer{
	margin:0 auto;
	width:1000px;
	height:100%;
	padding-right:176px;
	text-align:right;
	position:relative;
}
.footer p{
	color:#606060;
	font-size:11px;
	line-height:29px;
	font-weight:bold;
	text-transform:uppercase;
}
.footer a{
	color:#606060;
	text-transform:lowercase;
	padding-left:22px;
}
.btmlogo{
	width:57px;
	height:66px;
	background:url(images/logo_btmcphk.jpg) no-repeat;
	position:absolute;
	top:-37px;
	right:114px;
}
/*#####################*/
.contactp{
	width:582px;
	overflow:hidden;
	padding-bottom:22px;
	min-height:500px;
}
.contactp h2{
	color:#000;
	font-size:18px;
	font-weight:normal;
	padding-bottom:8px;
	text-transform:uppercase;
}
.contactp p{
	font-size:13px;
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
	line-height:18px;
	padding-bottom:10px;
}
.contactp form{
	width:579px;
	background:#ebebeb;
}
#respond h3{
	width:566px;
	height:39px;
	line-height:39px;
	color:#fff;
	font-size:18px;
	background:#d3d3d3;
	padding-left:13px;
}
.inputheader{
	width:566px;
	height:39px;
	line-height:39px;
	color:#fff;
	font-size:18px;
	background:#d3d3d3;
	padding-left:13px;
}
.inputarea{
	width:auto;
	padding:13px 20px 10px 13px;
	
}
.inputarea dd{
	width:546px;
	overflow:hidden;
	display:block;
	margin-bottom:9px;
}
.inputarea label{
	width:150px;
	display:block;
	float:left;
}
.inputarea dd input{
	width:386px;
	height:32px;
	border:none;
	border:1px solid #e5e5e5;
	float:right;
	padding:5px 0 0 5px;
}
.inputarea dd textarea{
	width:381px;
	height:127px;
	border:none;
	border:1px solid #e5e5e5;
	float:right;
	overflow:hidden;
	padding:5px;
}
.inputarea dd .sbtn{
	width:78px;
	height:30px;
	float:right;
	border:none;
	cursor:pointer;
	background:url(images/button_sendmail.jpg) no-repeat;
	clear:both;
	padding:0;
}
.inputarea dd .postsbtn, .inputarea div .postsbtn {
background:url("images/button_postcomment.jpg") no-repeat scroll 0 0 transparent;
border:medium none;
clear:both;
cursor:pointer;
float:right;
height:30px;
padding:0;
width:102px;
}
/*-------------------------gallery
*/
.product{
	width:582px;
	overflow:hidden;
	padding-bottom:20px;
}
.productcont{
	width:279px;
	height:310px;
	overflow:hidden;
	float:left;
	margin-right:11px;
}
.productcont embed, .productcont object {
	width: 277px; 
	height: 166px;
	margin: 0px; 
	padding: 0px;
	}
.videotitle{
	color:#000;
	font-size:12px;
	display:block;
	padding:5px 0;
	text-transform:uppercase;
}
/*---------------------------bloginlay
*/
.commentpost{
	width:582px;
	overflow:hidden;
	padding-bottom:20px;
}
#comments{
	color:#b2b2b2;
	font-size:18px;
	padding-bottom:25px;
}
.commentdate{
	width:148px;
	float:left;
	padding:3px 0 0 0;
}
.commentdate a{
	color:#000;
	font-size:13px;
}
.commentdate span{
	display:block;
	font-size:11px;
	color:#888888;
	padding-top:3px;
}
.commententry{
	width:416px;
	float:right;
	padding:3px 0 0 10px;
	border-left:1px solid #7f7f7f;	
}
.commententry p{
	color:#444;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
}
/*-------------------------------------------home page------------------*/
.wraper{
	width:100%;
	padding-left:0;
	margin-top:-13px;
}
#content_home{
	width:100%;
	height:175px;/*471*/
	padding:164px 0 132px 0;
	background:url(images/test.png) no-repeat top center;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.bannergirl{
	width:100%;
	height:470px;
	text-align:center;
	position:relative;
}
.navholder{
	margin:0 auto;
	width:1000px;
}
#content_home ul li a small{
	font-size:16px;
	color:#ffffff;
	display:block;
	line-height:18px;
}

.iam_top{
	padding-left:507px;
	overflow:hidden;
}
.iam_top li{
	float:left;
}
.iam_top li a{
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.iam_top .iamlft a span{
	font-size:32px;
	color:#ffffff;
	display:block;
}
.iamlft{
	margin-right:98px;
}
.iamlft a{
	width:208px;
}
.iamrgt{
	padding-top:25px;
}
.iamrgt a{
	width:154px;
}
.iam_top .iamrgt a span{
	font-size:29px;
	color:#ffffff;
	display:block;
}
.iam_visitor{
	padding-left:320px;
	overflow:hidden;
}
.iam_visitor li{
	float:left;
}
.iam_visitor li a{
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.visitorlft{
	padding:35px 107px 0 0;
}
.visitorlft a{
	width:244px;
}
.iam_visitor .visitorlft a span{
	font-size:48px;
	color:#ffffff;
	display:block;
}
.visitorrgt{
	padding-top:32px;
}
.visitorrgt a{
	width:181px;
}
.iam_visitor .visitorrgt a span{
	font-size:37px;
	color:#ffffff;
	display:block;
}
.iam_visitor li a:hover,.iam_top li a:hover{
	text-decoration:none;
}


/*======================= my style =======================*/

/* begin image */


.contactp img, .entry img{
	padding: 0;
	border:1px solid #d9d9d9;
	padding:5px;
	max-width: 100%;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:12px;
	}
img.alignnone{
	margin:0;
	padding:0;
}

img.alignright {
	margin: 4px 0 12px 10px;
	display: inline;
	}

img.alignleft {
	margin: 4px 10px 12px 0;
	display: inline;
	}
img.alignleft2 {
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
.center{ text-align:center }
.left{ text-align:left }
.clearfix{ clear:both }
.navigation{ overflow:hidden; padding:10px;}

.wp-caption {text-align:center; padding:5px; margin:10px;}
.wp-caption img {margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text {font-size:11px; line-height:17px; padding:0; text-align:center; margin:0;}

#commentlist{ list-style: none }
#commentlist li{ list-style: none }

/*=== slides ===*/
#slideshow img {
    position:absolute;
    top:0;
    left:130px;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/*=== end slides ===*/
#turnkey-credit { display: none; }


