/*@font-face {
    font-family: 'MyriadProRegular';
    src: url('../font/myriadpro-regular.eot');
    src: url('../font/myriadpro-regular.eot') format('embedded-opentype'),
         url('../font/myriadpro-regular.woff') format('woff'),
         url('../font/myriadpro-regular.ttf') format('truetype'),
         url('../font/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('champagne__limousines-webfont.eot');
}*/

html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:'MyriadProRegular', sans-serif;
	color:#000;
	font-size:14px;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

.in {
	height:auto;
	width:1000px;
	margin:0px auto;

/* Height of the footer element */
}

.inall {
	width:100%;
	height:auto;
	text-align:justify;
	line-height:28px;
}

.clear {
	clear:both;
}

#wrapper {
	min-height:100%;
	position:relative;
}

/*===================================================HEAD===================================================*/
#header {
	margin:15px 0px;
	width:100%;
	position:relative;
}

#soc {
	position:absolute;
	bottom:0;
	right:0;
}

#fb {
	background-image:url(../images/fbicon1.jpg);
	background-repeat:no-repeat;
	width:39px;
	height:39px;
	float:left;
}

#fb:hover {
	background-image:url(../images/fbicon2.jpg);
	background-repeat:no-repeat;
}

#tw {
	background-image:url(../images/twicon1.jpg);
	background-repeat:no-repeat;
	width:39px;
	height:39px;
	float:left;
	margin-left:10px;
}

#tw:hover {
	background-image:url(../images/twicon2.jpg);
	background-repeat:no-repeat;
}

#slide {
	width:100%;
	margin:0px;
	margin-top:20px;
	position:relative;
}

#caption {
	background-image:url(../images/bgcaption.png);
	background-repeat:repeat;
	position:absolute;
	z-index:9999;
	width:284px;
	height:92px;
	right:30px;
	bottom:30px;
	color:#fff;
	font-size:22px;
	text-align:right;
	padding:15px;
	line-height:30px;
}
/*===================================================HEAD===================================================*/

/*===================================================NAVIGATION===================================================*/
#nv {
	background-image:url(../images/bgmenu.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	font-family: 'champagne__limousinesregular';
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	
}

#nav {  
/*	width: 100%; 
	background-color: #dbdbe0; */
	float: left;
	margin:0 0 0 -40px;
}
#nav li { 
	list-style: none; 
	float: left; 
	text-align: center;
} 

#nav li a { 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	line-height:normal;
	padding: 15px 25px;
	margin:0 2px 0 0;
	font-size:14px;
	font-weight:bolder;
/*	border:#000 1px solid;*/
} 

#nav li a:hover { 
	background-color: #addd28;
	color:#000;
}

#nav li a.active {
	background-color: #addd28;
	color:#000;
	/*text-decoration:underline;*/
}

#nav li.active {
	background-color: #addd28;
	color:#000;
	/*text-decoration:underline;*/
}
 
	
#nav li a.active ul { 
	position: absolute;  
	display: none;
	z-index:10;
	
} 
#nav li a.active:hover ul { 
	display: block; 
} 
#nav li a.active ul li { 
	float: none; 
	display: inline; 
	background-color:#addd28;
}
#nav li a.active ul li a { 
	
	width: 118px; 
	position: relative; 
	border-top: 1px solid #c2c2c4; 
	background: #addd28; 
	text-decoration:none;
	color: #000; 
}
#nav li a.active ul li a:hover { 
	background: #addd28; 
	color: #000; 
}

#nav li ul { 
	position: absolute;  
	display: none;
	z-index:10;
	
} 
#nav li:hover ul { 
	display: block; 
} 
#nav li ul li { 
	float: none; 
	display: inline; 
	background-color:#dbdbe0;
}
#nav li ul li a { 
	font-weight:bolder;
	width: 118px; 
	position: relative; 
	border-top: 1px solid #c2c2c4; 
	background: #dbdbe0; 
	text-decoration:none;
	color: #494949; 
}
#nav li ul li a:hover { 
	background: #7b4fb1; 
	color: #fff; 
}
/*===================================================NAVIGATION===================================================*/

/*===================================================CONTENT===================================================*/
#call {
	background-image:url(../images/bgcall.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:53px;
	margin:20px 0px;
	padding-top:8px;
}

#cleft {
	float:left;
	margin-left:20px;
	color:#fff;
	font-size:36px;
}

#cleft img {
	position:relative;
	margin-bottom:-3px;
	margin-right:10px;
}

#cright {
	float:right;
	margin-right:20px;
	color:#0b92d1;
	font-size:36px;
}

#cright img {
	position:relative;
	margin-bottom:-2px;
	margin-right:10px;
}

#content {
	width:100%;
	min-height:100px;
	height:auto;
	background-color:#eeeeee;
	padding:20px 0px;
}

#oclient {
	width:100%;
	min-height:20px;
	height:auto;
	background-color:#fff;
	padding:20px 0px;
	margin-top:20px;
}

#left {
	float:left;
	width:650px;
	height:auto;
	text-align:justify;
	line-height:28px;
}

h1 {
	color:#0b92d1;
	font-size:30px;
	margin-top:0px;
	padding-top:0px;
}

h3 {
	color:#0b92d1;
	font-size:18px;
	margin:0px;
	margin-bottom:-30px;
	padding:0px;
}

#right {
	float:right;
	width:304px;
	height:auto;
}

.box {
	background-color:#addd28;
	text-align:center;
	margin:30px auto;
	color:#000;
}

.box:hover {
	color:#fff;
}

.greenbx {
	background-color:#addd28;
	width:100%;
	height:37px;
	
	font-size:18px;
	padding-top:13px;
}

#judul {
	font-size:30px;
	color:#0b92d1;
	border-bottom:#0b92d1 1px solid;
	padding-bottom:5px;
	width:100%;
	font-weight:bolder;
}

/*===================================================CONTENT===================================================*/


/*===================================================FOOTER===================================================*/
#footer {
	background-color:#555555;
	color:#FFF;
	text-align:center;
	width:100%;
	height:80px;
	line-height:24px;
	padding-top:30px;
}

#footer a {
	color:#FFF;
}

#linefoot {
	width:100%;
	background-color:#000;
	height:6px;
}
/*===================================================FOOTER===================================================*/


/*===================================================FORM===================================================*/
.txbox {
	width:264px;
	height:35px;
	background-color:#fff;
	border:#c4c8cd 1px solid;
	font-size:16px;
	padding:0 15px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin-top:5px;
}

.txbox:hover, .txbox:focus {
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #addd28;
	-webkit-box-shadow: 0 0 5px #addd28;
	box-shadow: 0 0 5px #addd28;
}

.txbox2 {
	width:264px;
	height:100px;
	background-color:#fff;
	border:#c4c8cd 1px solid;
	font-size:16px;
	padding:10px 15px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin-top:5px;
	font-family:'MyriadProRegular', sans-serif;
}

.txbox2:hover, .txbox2:focus {
	background-color:#FFF;
	border:#addd28 1px solid;
	-moz-box-shadow: 0 0 5px #addd28;
	-webkit-box-shadow: 0 0 5px #addd28;
	box-shadow: 0 0 5px #addd28;
}

.btn {
	background:none;
	border:none;
	background-color:#addd28;
	width:80px;
	height:35px;
	text-align:center;
	color:#FFF;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-weight:bolder;
	font-size:11px;
}

.btn:hover {
	background-color:#addd28;
	cursor:pointer;
}
/*===================================================FORM===================================================*/


.thanks {
	width:100%;
	background-color:#d3ffab;
	text-align:center;
	border-top:#88cd4b 1px solid;
	border-bottom:#88cd4b 1px solid;
	padding:8px 0px;
	margin:20px auto;
}

.eror {
	width:100%;
	background-color:#ffaaaa;
	text-align:center;
	border-top:#ff0000 1px solid;
	border-bottom:#ff0000 1px solid;
	padding:8px 0px;
	margin:20px auto;
}

.eror2 {
	width:100%;
	color:#ff0000;
	text-align:center;
	margin:20px auto;
}

.warn {
	width:100%;
	background-color:#fcffaa;
	text-align:center;
	border-top:#ffde00 1px solid;
	border-bottom:#ffde00 1px solid;
	padding:8px 0px;
	margin:20px auto;
}

.imgbox {
	background-color:#fff;
	border:#c4c8cd 1px solid;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding:10px;
}

.imgbox:hover {
	background-color:#FFF;
	border:#addd28 1px solid;
	-moz-box-shadow: 0 0 5px #addd28;
	-webkit-box-shadow: 0 0 5px #addd28;
	box-shadow: 0 0 5px #addd28;
}


#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 0px;
	right:50px;
}

#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/top.jpg) no-repeat center center;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.5;
}
#back-top a:hover span {
	opacity:1;
}