*{
	margin: 0;
	padding: 0;
}

html{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}

body{
	
}

a {
	color: #3b80ce;
	text-decoration: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

img {
	border: none;
}

a:hover { text-decoration: underline; }

.both{
	clear: both;
}

#wrapper{
	background: #ffffff url("../img/background.gif") repeat-x;
}

/* Header */
#header{
	margin: 0px auto 0px;
	width: 900px;
	/*height: 356px;*/
	background: #ffffff;
}

#header .right{
	float: right;
	text-align: right;
	margin-top: 15px;	
	width: 440px;
}
#header .right2{
	float: right;
	text-align: right;
	margin-top: 10px;
	width: 728px;
}
#start1{
	float: left;
	width: 33px;
	height: 356px;
}
#end2{
	float: right;
	width: 654px;
	height: 356px;
}
#phone{
	float: right;
	margin: 12px 0 14px;
}

#menu_header{	
	height: 356px;
	width: 213px;	
	float: left;
}

#menu_header ul{
	list-style-type: none;
	height: 356px;	*/
}

#menu_header li{
	float: left;
	/*position:relative;	*/
	display: block;
}

#menu_header li img { float: left;}

#menu_header li a{
	display: block;
	color: #FFF;	
}

#menu_header li a:hover img{
	text-decoration: none;	
	opacity: 0.7; filter: alpha(opacity = 70);
}

#menu_header ul ul{
	width: 213px;
	position: absolute;
	height: auto;
	visibility:hidden;
	background: transparent;
	border: none;
	
}

#menu_header ul ul li{
	float: none;
}

#menu_header ul ul li a{
	background: #0055AA;	
}

#menu_header ul ul li.first a{
	border-top: none;
}

#menu_header ul ul li a:hover{
	background: #3483cd;
}

#logo{
	float: left;
	padding-left: 0px;	
	padding-top: 20px;	
}


/* Container */
#container{
	margin: 0 auto;
	width: 900px;
	padding: 0 0px 20px;
	background: #FFF;
	min-height: 720px;
}

/* Content */
#content{
	
}

#content li{
	list-style-type: none;
}

#main{
	width: 545px;
	float: left;
	margin: 0px 0 0 10px;
}

#main .text{
	margin: 25px 0 50px;
}
#main .box{
	margin: 0px 10px 0px 10px;
	width: 135px;
   height: 100px;
	float: left;
}

#main .books{
margin: 14px 0 20px 0;
}

#main .books li{
	width: 290px;
	margin: 0 40px 14px 0;
	float: left;
}

#main .books li img{
	float: left;
	margin-right: 11px;
}

#main .books li a{
	font-weight: bold;
	font-size: 11px;
}

#main .books li p{
	margin-bottom: 3px;
}

#main .books li i{
	font-size: 10px;
}

#main .books li .price{
	display: block;
	font-weight: bold;
	color: #990000;
	font-size: 16px;
	margin-top: 4px;
}

#main .books {
	
}

#content .right{
	float: right;
}

#content .right h3{
	margin: 10px 0 5px 0;
}

/*end content*/

.breadcrumbs{
	font-size: 10px;
	padding:6px 0 0 10px;
}

.breadcrumbs a{
	color: #3e6c9a;
}

/* Home */

#flash{

	padding: 1px 1px 0px 0px;
}

.home{
	background: none !important;
}

.home h3, .home h1{
	font-size: 24px;
	color: #4eb3dd;
	padding: 10px 0 5px 1px;
	margin: 0 0 11px 0 !important;
	font-weight: bold;
}

.home .left{
	float: left;
	width: 680px;
}

.home .right{
	width: 220px;
}

.home .categories{
	float: left;
	width: 128px;
	margin-right: 10px;
}
.home .categories li{
	margin-bottom: 1px;
}

.home .books li{
	width: 171px;
	float: left;
	margin: 0 17px 17px 0;
}
.home .books li img{
	float: left;
	margin-right: 12px;
}
.home .books li a{
	font-size: 11px;
}

.home .books li a.title{
	display: block;
	width: 100px;
	height: 28px;
	overflow: hidden;
}

.home .books li .price{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 7px;
}

.home .right ul{
	
}

.home .right ul li{
	clear: both;
	margin-bottom: 10px;
}

.home .right ul li a{
	font-weight: bold;	
}

.home .right ul li p{
	margin-top: 2px;	
}

.home .right ul li img{
	float: left;
	margin-right: 7px;
}

/* end Home */

#myPanel{
	padding: 4px 0;
}

#myPanel ul{
	
}

#myPanel li{
	float: left;
	margin-right: 3px;
}

#myPanel li img{
	border: 1px solid #94c0ed;
}

#designed{
	background: url("../images/designed.gif") no-repeat left center;
	padding: 5px 0 5px 38px;
	margin: 68px 0 0 9px;	
}
#designed span{ font-size: 11px; }

/* Footer */
#footer{
	background: url("../img/footer.gif") repeat-x;
	min-height: 49px;
}

#footer-1{
	margin: 0 auto;
	width: 824px;
	padding: 11px 0;
}

#footer-1 a{
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#footer ul{
	list-style-type: none;
}

#footer .block{
	padding: 0 10px 0 10px;
}

#footer .block p{
	margin-bottom: 8px;
}

#footer .block p a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#footer .block li{
	margin-bottom: 4px;
}

#footer .block a{
	font-size: 10px;
	color: #FFF;
}

.col-1{
	background: none !important;
}
.col-1 #main{
	float: none;
	width: auto;
	padding-right: 10px;
}



.site_map{
	margin: 20px 0 50px 50px;
}

.site_map li{
	margin-bottom: 5px;
}

.site_map ul{
	margin-left: 20px;
}

.title{
	font-size: 18px;
	color: #4eb3dd;
	padding: 10px 0 5px 1px;
	/*background: url("../images/title.gif") no-repeat right bottom;*/
}
.title2{
	font-size: 16px;
	color: #004270;
	padding: 11px 0 10px 1px;
	
}

/* Home Page */
.home li a:hover{
	text-decoration: none;
	color: #20558a;
}

.testimonials{
	float: left;
	width: 247px;
}

.testimonials li{
	background: url("../images/testimonials-li.gif") no-repeat 6px center;
	padding: 5px 3px 5px 40px;
	text-align: right;
}

.testimonials li p{
	font-size: 11px;
	margin-top: 3px;
	font-style: italic;
}

.testimonials li a{
	font-weight: bold;
}


.contentblock{ 
	float: left;
	width: 600px;
	padding:;
	padding-left: 10px;
	padding-top: 10px;	
}
.services{ 
	float: left;
	width: 300px;
	padding:;
	padding-left: 10px;
	padding-top: 10px;	
}
.services2{ 
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
}
.services3{ 
	float: right;
	width: 200px;
	padding-right: 10px;
	padding-top: 0px;	
}
.imgs{
	clear: both;
	border-top: 1px dotted #296eb3;
	padding: 10px 0;
}

.imgs a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.our_work{
	
}

.our_work div{
	margin-top:11px;
}

.our_work div{
	margin-top:11px;
}

.our_work a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* ----- contact ----- */

#contact-top{
	margin-bottom: 46px;
}

#contact-right{
	float: right;
	width: 273px;
}

#contact-right h3{
	font-size: 14px;
	margin-bottom: 3px;
}

#contact-left{
	width: 387px;
	padding-right: 50px;
	border-right: 1px dotted #296eb3;
}

#contact-left div{
	margin-bottom: 6px;
}

#contact-left input, #contact-left textarea, #contact-left select{
	background-color: #e6edff;
	border: 2px solid #20558a;
	padding: 4px;
	color: #20558a;
	font-weight: bold;
}

#contact-left input{
	width: 218px;
}

#contact-left select{
	width: 230px;
}

#contact-left textarea{
	width: 218px;
	height: 130px;
}

#contact-left label{
	width: 135px;
	float: left;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #20558a;
	margin-right: 22px;
	line-height: 13px;
	margin-top: 6px;
}

.required{
	color: #ff8711;
	margin-right: 4px;
}

.send{
	width: 114px !important;
	height: 33px !important;
	border: none !important;
	padding: 0 !important;;
	background: url("../images/send.png");
}

/* --------- Static Page ---------- */
#staticPage{

}

#staticPage p{
	margin-bottom: 20px;
}

#staticPage .bottom{
	padding-top: 10px;
}

#staticPage .bottom h3{
	color: #20558a;
	font-size: 14px;
}

#staticPage .bottom ul{
	padding-top: 10px;
}

#staticPage .bottom li{
	margin-bottom: 5px;
	float: left;
	width: 48%;
}

#staticPage .bottom li a{
	font-size: 12px;
	color: #20558a;
}

/* ---------- Services ----------- */
.s_box{
	width: 310px;
	margin-bottom: 70px;
}

.s_box div{
	margin-left: 75px;	
}

.s_box img{
	float: left;
}

.s_box p{
	margin-bottom: 8px !important;	
}

.s_box span, .s_box a{
	font-size: 11px;
	color: #20558a;
	font-weight: bold;	
}
.s_box h2{
	font-size: 14px;
	margin-bottom: 12px;
	color: #20558a;
}

/* ----------- Portofolio ------------- */
.portofolio{
	
}

.portofolio h2{
	font-size: 14px;
	color: #20558a;
	margin: 20px 0 8px;
}

.portofolio li{
	float: left;
	width: 234px;
	margin-right: 18px;
}

.portofolio p{
	margin: 0 !important;
}

.portofolio img{
	margin-bottom: 2px;
}

.portofolio a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* -------------- Product Detail ---------------- */
.gallery{
	width: 264px;
	float: left;
}

.gallery ul{
	margin-top: 2px;
}

.gallery ul li{
	float: left;
	margin-right: 2px;
}

.product_detail_right{
	float: right;
	width: 470px;
	margin-right: 17px;
}

.product_detail_right h2{
	font-size: 14px;
	color: #20558a;
	margin-bottom: 5px;
}

.product_detail_right p{
	margin-bottom: 25px;
}

.product_detail_right .satisfaction{
	margin: 30px 0 0 44px;
	float: left;
	width: 85px;
}

.product_detail_right .starts{
	float: left;
}

.product_detail_right .actions{
	width: 161px;
	float: right;
	margin-top: 34px;
}

.product_detail_right .actions img{
	margin-bottom: 4px;
}

.product_detail_right .actions a:hover img{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.cms_features{
	float: right;
	width: 197px;
	min-height: 276px;
	background: #5490d5 url("../images/cms_features.png") repeat-x;
	color: #FFF;
	padding: 10px 13px;
	font-family: Arial;
}

.cms_features h2{
	font-size: 23px;
	margin-bottom: 15px;
}

.cms_features ul{
	list-style-type: circle;
}

.cms_features li{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 13px;
	list-style-type: disc !important;
}

#product_detail h3{
	font-size: 14px;
	color: #2f6092;
	margin: 23px 0 3px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #296eb3;
}

#product_detail .desc{
	float: left;
	width: 536px;
}

#product_detail .bottom{
	background-color: #e0efff;
	margin-top: 20px;
	padding-bottom: 5px; 
}

#product_detail .bottom div{
	float: left;
	width: 380px;
}

#product_detail .bottom div.border{
	border-right: 1px solid #FFF;
	width: 379px;
}

#product_detail .bottom h4{
	color: #2f6092;
	background-color: #c1deff;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 6px;
}

#product_detail .bottom i{
	display:block;
	padding: 4px 10px;
}

#product_detail .bottom img{
	float: left;
	margin: 0 8px 5px 10px;
}

#product_detail .bottom a{
	font-weight: bold;
	color: #20558a;
}

.global{
	border: none !important;
}

/* -------- Ajax Forms ----------- */
.ajax-form{
	border: none !important;
	padding: 0 !important;
}

.call_form{
	
}

.call_form .desc{
	font-family: Arial;
	font-size: 14px;
	color: #000;
	padding: 8px 10px 17px;
}

.call_form label{
	float: left;
	width: 66px;
	text-align: right;
	margin-right: 16px;
}

.call_form form input, .call_form form select{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	border: 3px solid #004270;
	padding: 9px 13px;
}

.call_form form select{
	padding: 9px 3px 9px 13px;
}

.call_form form div{
	margin-bottom: 12px;
}

.call_form .submit{
	border: none !important;
	padding: 0 !important;
	background: url("../img/submit_icon.gif");
	width: 85px !important;
	height: 28px !important;
}

.b_error{
	border: 3px solid #fc021a !important;
}

.msg{
	padding:  0 0 10px 82px;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}