﻿* {
	margin: 0px;
	padding:0px;
}

body {
	background-color: #a5b0c0;
	font-family: cambria, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;

}

div#wrapper {
	text-align: center;
}

div#header{
margin: 0 auto;
width: 818px;
height: 282px;
background: #a5b0c0 url('images/header.jpg') no-repeat;

}

div#content{
margin: 0 auto;
width: 818px;
height: auto;
background: #a5b0c0 url('images/bg.jpg') repeat-y;

}

div#content p, h1, h2, h3, h4, h5, ul{
	padding: 10px 50px 10px 50px;
}

ul li{
	list-style: none inside url('images/list.png');
	text-align: left;
	padding : 10px 10px 10px 20px;
	font-size: 18px;
	font-family: cambria;
	color: #666666;

}

ul.menuparent{
	padding-top : 250px;
}

ul li.menu{
	list-style: none;
	display: inline;
	font-size: 14px;
	font-family: cambria;
	color: #000;
	margin-top: 100px;
}

ul li a:hover{
	color : #ff0000;
}


p {
	text-align:justify;
	font-size: 18px;
	color: #666;
	font-family: cambria;
margin: 10px 30px 10px 30px;

}

.hilite{
	color: #FF0000;
}

.center{
text-align: center;
}

h1 {
	font-size: 36px;
	font-family: cambria;
	color: #FF0000;
}

h2 {
	font-size: 26px;
	font-family: cambria;
	color: #000000;
}

h3 {
	font-size: 20px;
	font-family: cambria;
	color: #FF0000;
}

h4 {
	font-size: 18px;
	font-family: cambria;
	color: #000000;
	padding: 30px 50px 10px 50px;
}

h5{
	font-size: 18px;
	color: #000;
	font-family: cambria;
	border-top: medium #666666 solid; 
	border-bottom: medium #666666 solid; 
	background-color: #80d4eb;
	margin: 0 50px 0 50px;
}

div.testi{
	margin : 20px auto 10px auto;
}

div.testi .testi_top{
margin: 0 auto;
width: 555px;
height: 91px;
background: #a5b0c0 url('images/testi_top.jpg') no-repeat;
	
}

div.testi .testi_top2{
margin: 0 auto;
width: 555px;
height: 36px;
background: #a5b0c0 url('images/testi_top2.jpg') no-repeat;
	
}


div.testi .testi_content{
	margin: 0 auto;
width: 555px;
background: #a5b0c0 url('images/testi_bg.jpg') repeat-y;
}

p.testimoni{
	margin: 0px;
	padding: 0px;
}

div.testi .testi_bottom{
	margin: 0 auto;
width: 555px;
height: 36px;
background: #a5b0c0 url('images/testi_bottom.jpg') no-repeat;

}

.kanan {
	text-align: right;
}



div#footer{
margin: 0 auto;
width: 818px;
height: 114px;
background: #a5b0c0 url('images/footer.jpg') no-repeat;
}


/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

input, textarea, select{
	width : 350px;
	margin: 5px 0px 5px 10px;
	padding: 3px;
	font-size: 16px;
}
textarea{
	margin-left: 60px;
	height: 300px;
}

