/*
Name		: PajajaranCamp
Description	: Homes Themes PajajaranCamp Website
Author		: Sambang
Author URI	: http://srdesain.info
*/

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #8ac63c;
}

img {
	border: none;
}

h2 {
	font-size: 22px;
	color: #9acc55;
	margin-bottom: 4px;
}

body {
	width: 950px;
	background: #000000;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
}

/* --- Start CSS Home --- */
#wrapperhome {
	width: 950px;
	height: 700px;
	background: #ffffff url(images/background.jpg) center repeat-x;
	padding: 0;
	margin: 0 auto;
	position: fixed;
}
#wrapperhome-inner {
	float: left;
	width: 850px;
	height: 600px;
	top: 40px;
	left: 50px;
	right: 50px;
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px 5px #000;
	box-shadow: 0 0 5px 5px #000;
}
#building {
	margin-top: 350px;
	width: 950px;
	height: 259px;
	background: url(images/building.png) center no-repeat;
	clear: both;
}
img.homenav1 {
	margin-right: 3px;
}
img.homenav2 {
	margin-left: 3px;
}
img.homenav3:hover {
	opacity: 0.7;
}
/* --- End CSS Home --- */

#wrapper {
	width: 950px;
	height: 700px;
	background: #ffffff url(images/background.jpg) center repeat-x;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
}

#inner-wrapper {
	width: 850px;
	height: 600px;
	margin: 50px auto;
	border-radius: 10px 80px 10px 80px;
	-moz-border-radius: 10px 80px 10px 80px;
	-moz-box-shadow: 0 0 5px 5px #ccccc;
	-webkit-box-shadow: 0 0 5px 5px #cccccc;
	box-shadow: 0 0 5px 5px #cccccc;
}
#inner-wrapper #left{
	width: 530px;
	height: 570px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border-right: 2px #cccccc solid;
	padding: 0px 10px 10px 10px;
}
#inner-wrapper #right{
	width: 240px;
	height: 570px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border-left: 2px #cccccc solid;
	padding: 0px 10px 10px 10px;
}
#inner-wrapper #right p{
	font-size: 12px;
}

.SliderName {
	float: right;
	width: 240px;
	height: 300px;
	overflow: hidden;
	border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
}

.cl {
clear:both;
}


/*----- Start Of Menu -----*/
#menu {
	margin-top: 0px;
	margin-left: 48px;
	float: left;
	font-family: arial;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	height: 20px;
	margin-left: 2px;
	padding: 6px 6px 6px 6px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;	
	outline: none;
	background: #006633;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
}
#menu ul li a:hover {
	background: #000000;
}
#menu ul li a:active {
	background: #000000;
}
/*----- End Of Menu -----*/

/*----- Start Of Nav FB n Twitter -----*/
#nav {
	float: right;
	position: fixed;
	width: 62px;
	height: 156px;
	background: #ffffff;
	top: 200px;
	right: 0;
	clear: right;
}
/*----- End Of Nav FB n Twitter -----*/

/*----- Start Footer -----*/
#footer {
	height: 34px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background: #006633;
	color: #ffffff;
	clear: both;
	padding-top: 4px;
	margin-top: 5px;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #9acc55;
}
/*----- End Footer -----*/

/*----- Start CONTACT Form -----*/
#contactform {
	width: 520px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#contactform form {
	font: normal 11px Verdana,Tahoma;
	margin: 0 0;
	padding: 0;
	margin-top: 10px;
	width: 100%;
}
#contactform fieldset {
	padding: 5px 0;
	margin: 0 0 5px 0;
	background: none;
	border: 2px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactform fieldset legend {
	font: normal bold 18px "Trebuchet MS",Verdana,Tahoma;
	padding: 3px 25px;
	margin-left: 30px;
	text-transform: uppercase;
	border: 0px solid #ddd;
}
#contactform fieldset legend span {
	font: normal 10px Trebuchet MS,Verdana,Tahoma;
	text-transform: uppercase;
	display: block;
}
#contactform form label {
	display: block;
	float: left;
	width: 160px;
	padding: 10px 5px 0 0;
	margin: 0px;
	text-align: right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width: 300px;
	font: normal 11px Verdana,Tahoma;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

form br {
	clear: left;
}

#contactform input.required {
	background: #f5f5f5 url('images/required.gif') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice --- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 11px tahoma;
	width: auto;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

input.sidebar   {
	border: 1pt solid #cccccc;
	font: bold 12px tahoma;
	width: 100px;
	height: 20px;
	color: #000000;
	margin: 2px 1px 5px 1px;
	background: #9acc55;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor: pointer;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 11px tahoma;
	width: 302px;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 11px tahoma;
	width: auto;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
/*----- End CONTACT Form -----*/