@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Ubuntu', sans-serif;
}
.max998{
	max-width:998px;
	margin:0px auto;
}
.clear{
	clear:both;
}
.px10{
	height:10px;
	clear:both;
}
.menu{
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,.5); -webkit-box-shadow:0px 1px 0px rgba(255,255,255,.5); box-shadow:0px 1px 0px rgba(255,255,255,.5);
	background-color:#333;
	
	font-size:15px;
	color:#FFF;
	font-weight:500;
	text-align:right;
	text-transform:uppercase;
}
.menu ul{
	margin:0px;
	padding:0px;
}
.menu li{
	margin:0px;
	padding:10px;
	float:left;
	position:relative;
}
.menu a{
	color:#FFF;
	text-decoration:none;
}
.menu a:hover{
	color:#ff9900;
}
.logo{
	background-color:#FFF;
	border-radius:0px 0px 5px 5px; -webkit-border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px;
	float:left;
	margin-left:10px;
	padding:20px;
}
.orange-box{
	background-color:#ff9900;
	border-radius:20px 20px 0px 0px; -webkit-border-radius:20px 20px 0px 0px; -moz-border-radius:20px 20px 0px 0px;
	position:relative;
	
	text-transform:uppercase;
	font-weight:500;
	color:#000;
}
.white-box{
	background-color:#FFF;
	border-radius:20px 20px 0px 0px; -webkit-border-radius:20px 20px 0px 0px; -moz-border-radius:20px 20px 0px 0px;
	margin-top:-20px;
	padding:15px 20px;
	z-index:200;
	position:relative;
}
.main-title{
	font-size:24px;
	margin-bottom:5px;
	font-weight:500;
}
.text{
	font-size:13px;
}
.text a{
	color:#333;
	text-decoration:underline;
}
.text a:hover{
	text-decoration:none;
}
.text ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-image:url(../images/bullet.gif);
}
.text li{
	margin:0px 0px 10px 15px;
	padding:0px;
}
.footer{
	background-color:#000;
	color:#CCC;
	padding:10px 0px;
	font-size:12px;
	line-height:20px;
}
.footer a{
	color:#FFF;
	text-decoration:none;
}
.footer a:hover{
	color:#CCC;
	text-decoration:none;
}
.inner-banner{
	background-color:#eee;
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}
.inner-banner img{
	max-width:100%;
	height:auto;
}
.title{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
.home-gallery{
	margin-top:5px;
}
.more{
	text-align:right;
	text-transform:uppercase;
}
.more a{
	text-decoration:none;
	color:#333;
}
.more a:hover{
	text-decoration:underline;
	color:#333;
}

.gallery{
}
.thumnail{
	float:left;
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin:0px 15px 15px 0px;
	border:3px solid #FFF;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	overflow:hidden;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.7); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,.7); box-shadow:0px 0px 5px rgba(0,0,0,.7);
}
.sub-title{
	font-size:16px;
}
.textfield, .textarea{
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	border:1px solid #CCC;
	padding:3px;
	width:180px;
}
.textarea{
	height:50px;
}
.textfield:focus, .textarea:focus{
	outline:none;
	border:1px solid #ff9900;
}
.button{
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	border:1px solid #CCC;
	padding:3px 0px;
	background-color:#FFF;
	width:70px;
	
	font-family: 'Ubuntu', sans-serif;
	text-align:center;
}
.button:hover{
	background-color:#ff9900;
	border:1px solid #ff9900;
	color:#FFF;
}

.download a{
	background-color:#F2F2F2;
	border:1px solid #999;
	padding:5px 15px;
	text-align:center;
	border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px;
	
	text-decoration:none;
	color:#333;
	font-weight:500;
}
.download a:hover{
	background-color:#ff9900;
	border:1px solid #ff9900;
	color:#FFF;
}