@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
body {
	background-color: #151515;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{outline:none;}
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x:hidden; }
img {border: 0;}
.clear {
	clear: both;
	height: 0px;
	width: 100%;
}
#menu {
	background-color: #000;
	opacity: 0.9;
	z-index: 1000;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}


#sliderWrap {
margin: 0 auto;
width: 100%;
}
#slider {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 90px;
	margin-top:0px;
}
#sliderContent {
margin: 0 auto;
width: 1000px;
color:#333333;
font-weight:bold;

}
.logo {
	background-image: url(../images/logo.png);
	height: 79px;
	width: 257px;
	display: block;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
#nav {
	width: auto;
	display: block;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	float: right;
	height: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	float: left;
	display: block;
	width:130px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#nav li a:hover {
	color: #E4095B;	
}
.the_menu,.admin_menu {
	width: 130px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	display:none;
	background-color:#000;
	border-radius-bottom-left:5px;
	border-radius-bottom-right:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.the_menu li ,.admin_menu li{
	background-color:#000;
	display: block;
	width:130px;
	clear:both;
	float:none;
}
.the_menu li:last-child ,.admin_menu li:last-child{
	display: block;
	clear:both;
	padding-bottom:10px;
	border-radius-bottom-left:5px;
	border-radius-bottom-right:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.the_menu li a ,.admin_menu li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height: 20px;
	height: 20px;
	width:130px;
}

#nav li .the_menu li a:hover ,.admin_menu li a:hover {
	color: #E4095B;	
	background-color:#000;
}

#openCloseWrap {
	position:absolute;
	font-size:12px;
	font-weight:normal;
	width: 130px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	background-color: #000;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	border-radius-bottom-left:5px;
	border-radius-bottom-right:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align: center;
}



#slideshow {
	width:800px;
	height:800px;
	position:absolute;
	z-index: -1000;
	top:50%;
	left:50%;
	margin-top:-400px;
	margin-left:-400px;
	overflow:visible;
	visibility: visible;

}
#slideshow #slidesContainer {
	margin:0px auto;
	height:800px;
	overflow:auto; /* allow scrollbar */
	position:relative;

}
#slideshow #slidesContainer .slide {
	height:800px;
	text-align:center;
	margin: 0px auto;
	line-height:800px;
	vertical-align: middle;
	display: table-cell;
}
.control {
  display:block;
  width:50px;
  height:50px;
  position:absolute;
  line-height:50px;
  font-size:60px;
  font-family:"Times New Roman", Times, serif;
  text-align:center;
  z-index: 2000;
  cursor:pointer;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.3;
  background-color: #000;
  margin-top:-30px;
}
#leftControl {
  top:50%;
  left:10px;
}
#rightControl {
  top:50%;
  right:10px;
}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
  margin:15px;
}

.slide img {

}
.main {
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.main h1  {
	color: #e4095b;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}
.main h3 {
	color: #e4095b;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}
.main h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.main p  {
	line-height: 24px;
}
.main p img  {
	padding-right: 20px;
	padding-top: 0px;
}
#pricing {
	display: block;
	margin: 0px;
	list-style-type: none;
	color: #333;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
#pricing {
	display: block;
	margin: 0px;
	list-style-type: none;
	color: #333;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
#pricing .clear {
	height: 20px;
}
#pricing .item {
	display: block;
	float: left;
	width: 480px;
	margin-right: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
#pricing .second {
	display: block;
	float: left;
	width: 480px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	margin-right: 0px;
}
#pricing .item h2 {
	display: block;
	margin: 0px;
	line-height: 60px;
	height: 60px;
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	text-shadow: 1px 1px 2px #000;
}
#pricing .item .package {
	padding: 20px;
	font-size: 14px;
	background-color: #FFF;
}
#pricing .item .package p {
	margin-top: 0px;
}
#pricing .item .package ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#pricing .item .package ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#pricing .item .price {
	width: 480px;
	height: 50px;
	font-size: 30px;
	background-color: #4e4e4e;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 2px #000;
}
#pricing .item .price .from {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	float: right;
	padding-right: 5px;
	padding-top: 6px;
		line-height: 50px;
}
#pricing .item .price .amount {
	float: right;
	padding-right: 20px;
		line-height: 50px;
}
#pricing .item .price a {
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 125px;
	height: 34px;
	background-color: #739f14;
	float: right;
	line-height: 34px;
	text-align: center;
	margin-right: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}
#pricing .item .price a:hover {
	background-color: #959F13;
}
#contact {
	padding-top: 40px;
}
#contact .details {
	float: right;
	width: 450px;
}
#contact #enquiries {
	width: 500px;
	padding-top: 20px;
	clear: both;
	float: left;
}
#enquiries .field1 {
	width: 500px;
	height: 35px;
	float: left;
	clear: both;
	padding-bottom: 25px;
}
#enquiries .field2 {
	width: 500px;
	float: left;
	clear: both;
	padding-bottom: 25px;
}
#enquiries .field1 span {
	width: 125px;
	display: block;
	float: left;
	height: 35px;
	line-height: 34px;
}
#enquiries .big  {
	width: 500px;
	display: block;
	height: 35px;
	line-height: 34px;
	float: left;
	clear: left;
}
#enquiries .pink {
	color: #E4095B;
}
#enquiries .field1 input {
	display: block;
	height: 35px;
	width: 360px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	float: right;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#enquiries .field2 select {
	width: 160px;
	float: right;
	display: block;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}
#enquiries .field2 .cat {
	float: left;
	width: 165px;
	height: 35px;
	padding-top: 12px;
	color: #818181;
}
#enquiries .field2 .cat input {
	margin-right: 15px;
}
#enquiries .field2 .padder {
	line-height: 35px;
	height: 35px;
	width: 500px;
}
#enquiries .field2 textarea {
	display: block;
	height: 300px;
	width: 490px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#enquiries .field2 .field {
	display: block;
	height: 35px;
	width: 150px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	float: right;
	padding-left: 10px;
	text-align: center;
}
#enquiries .submit {
	width: 500px;
	height: 35px;
	float: left;
	clear: both;
	padding-bottom: 25px;
}
#enquiries .submit input {
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 160px;
	height: 40px;
	background-color: #739f14;
	float: right;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}

#footer {
	background-color: #000;
	width: 100%;
	height: 90px;
	opacity: 0.9;
	clear: both;
}
.gal-attached{
	position: absolute;
	margin-bottom: 0px;
	bottom: 0px;
	}
.attached {
	background-color: #000;
	width: 100%;
	height: 90px;
	opacity: 0.9;
	clear: both;
	position: static;
}
#footer p {
	margin: 0px;
	font-size: 12px;
	color: #2D2D2D;
	height: 90px;
	line-height: 90px;
}
#footer a{
	color: #2D2D2D;
}

.loginbox{color:#333;}
.loginbox label{display:block;clear:both;padding-bottom:10px;padding-top:10px;}
.loginbox label .clear{clear:both;height:0px;width:100%;}
.loginbox label span{display:block;float:left;height:30px;line-height:30px;width:100px;}
.loginbox label input{display:block;float:left;height:30px;line-height:30px;width:230px;font-size:14px;border:none;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;padding-left:10px;}
.loginbox label textarea{
	display:block;
	float:left;
	height:80px;
	width:220px;
	font-size:14px;
	border:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	padding:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.loginbox label input:focus,.loginbox label textarea:focus{-webkit-border-radius: 5px;box-shadow: 0 0 10px #F36;
	-moz-box-shadow: 0 0 10px #F36;
	-webkit-box-shadow: 0 0 10px #F36;}
.loginbox input.button{
	clear:both;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin:0px auto 0px auto;
	height: 40px;
	background-color: #739f14;
	padding:0px 20px 0px 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}
h2.note {display:block;clear:both;margin-bottom:20px;border:solid 1px #060;font-size:16px;font-weight:normal;color:#060;padding:10px;}
.create{clear:both;padding:20px 0px 20px 0px;}
.create input.button{margin:0px 0px 0px 100px;}.create span{color:#FFF;}
.gal_list{color:#FFF;} b{color:#F36;}.gal_list a{color:#FFF;font-size:14px;}.gal_list a:hover{color:#F36;}

#image_gallery{margin:0px;padding:0px;list-style:none;}
#image_gallery li{display:block; height:200px;width:auto;float:left;background-color:#FFF;margin: 5px;position:relative;padding:10px 10px 50px 10px;}
#image_gallery li img{display:block;height: 100%;background-color:#FFF;}
#image_gallery li a{line-height:30px;text-decoration: none;font-size: 14px;display:block; height:30px;width:80px;margin-left:-40px;position:absolute;bottom:10px;left:50%;color: #FFF;
	background-color: #739f14;text-align: center;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;}

#image_gallery li a:hover {
	background-color: #959F13;
}
.upload-area{padding-top:10px;}
.preview{width:auto;height:300px;clear:both;display:block;}
.preview img{display:block;height:100%;width:auto;margin:0 auto;}
.upload-area .button{float:left;display:inline-block;clear:none;}
.upload-area .button2{float:right;display:inline-block;clear:none;font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin:0px auto 0px auto;
	height: 40px;
	background-color: #739f14;
	padding:0px 20px 0px 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;}
	
.pagelist{clear:both;padding-top:20px;}
.pagelist h2{color:#FFF;text-decoration:none;width:auto;padding:0px 20px 0px 20px;height:50px;display:block;float:left;clear:both;text-align:center;line-height:50px;font-size:30px;background-color: #739f14;	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;margin:10px;border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
.pagelist .loginbox.boxedin
{
	background-color:#FFF; padding:10px;margin-bottom:10px;
	border-radius: 10px;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;
}
#adminmenu{list-style:none;padding:0px 0px 0px 0px;margin:0px 0px 20px 0px;clear:both;height:50px;}
#adminmenu li{width:auto;float:left;margin:0px;padding:0px;display:block;height:25px;}
#adminmenu li a{color:#FFF;text-decoration:none;width:auto;padding:10px 20px 10px 20px;height:25px;display:block;float:left;clear:both;text-align:center;line-height:25px;font-size:16px;background-color: #739f14;	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;margin:10px;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
#adminmenu li a:hover{
	background-color: #7E880F;
}

.packagecontainer{clear:both;}
.packagecontainer .packig{
	float:left;
	width:45%;
	margin:5px;
	padding:10px;
	height: 540px;
	}
.packagecontainer .packig .ptitle span,.packagecontainer .packig .pprice span, .packagecontainer .packig .phcol span{color:#333;float:left;display:block;width:100px;padding-left:20px;}
.packagecontainer .packig .ptitle input,.packagecontainer .packig .pprice input{
	margin-top:10px;
	float:left;
	display:block;
	width:300px;
	padding-left:10px;
	height:30px;
	font-size:16px;
	border:none;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.packagecontainer .packig .phcol input{
	margin-top:10px;
	margin-right:10px;
	float:left;
	display:block;
	width:200px;
	padding-left:10px;
	height:30px;
	font-size:16px;
	border:none;border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}	
.packagecontainer .packig .ptitle{
	width:100%;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color:#FC0;
	height:50px;
	line-height:50px;
}
.packagecontainer .packig .phcol{
	width:100%;
	height:50px;
	line-height:50px;
	clear:both;
	background-color:#FFF;
}
.packagecontainer .packig .pcontent{min-height:100px;background-color:#FFF;}
.packagecontainer .packig .pprice{height:50px;background-color:#999;border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;line-height:50px;margin-bottom:10px;}
.packagecontainer .packig .button{
	clear:both;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin:0px auto 0px auto;
	height: 40px;
	background-color: #739f14;
	padding:0px 20px 0px 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	border-style: none;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}
