@charset "utf-8";
body {
	margin: 0px;
}
a:link {
	text-decoration: none;
		-webkit-transition: text-decoration2s ease-in-out;
		-moz-transition: text-decoration 1s ease-in-out;
		-o-transition: text-decoration 1s ease-in-out;
		-ms-transition: text-decoration 1s ease-in-out;	
		transition: text-decoration 1s ease-in-out;
}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
.nav {
	position: relative;
	height: 50px;
	width: 700px;
	float:right;
	top:45px;
	right:65px;
	}
.nav a:link, .nav a:visited {
	font-family: "Gill Sans MT", Arial, tahoma;
	font-size:36px;
	color: #999;
	display: block;
	float: right;
	margin: 0 20px;
	text-transform: uppercase;
		-webkit-transition: color 1s ease-in-out;
		-moz-transition: color 1s ease-in-out;
		-o-transition: color 1s ease-in-out;
		-ms-transition: color 1s ease-in-out;
		transition: color 1s ease-in-out;
	}
.nav a:hover {
	color: #e85215;
	}
.twit {
	position: relative;
	height: 500px;
	width: 350px;
	top: -500px;
	left: 435px;
	float:right;
	font-family: "Gill Sans MT", Arial, tahoma;
	font-size: 14px;
	}
.wrapper .cont div a {
	font-family: "Gill Sans MT", Arial, tahoma;
	color: #e85215;
	text-decoration: none;
	}
.wrapper {
	/* border: thin dotted #0F0; */
	width: 1020px;
	/* height: 2620px; */
	margin: 0 auto;
	font-size: 18px;
	font-family: "Gill Sans MT", Arial, tahoma;
	color: #999;
	margin-bottom:20px;
	}
#send {
	position: relative;
	top: -120px;
	left: -30px;
	}
.title {
	font-size: 45px;
	color: #fcaa26;
	font-family: "Gill Sans MT", Arial, tahoma;
	text-transform: uppercase;
	}
.header {
	width: 1020px;
	height:170px;
	margin: 30px;
	}
.header img {
	position: relative;
	float:left;
	}
#myreel { 
	/*sample CSS for demo*/
	border:10px solid #696969;
	}
.paginate{
	width: 1020px;
	top: -270px;
	left: 20px;
	position: relative;
	}
.ReelSS {
	position: relative;
	border: 10px solid #CCC;
	width: 890px;
	height: 475px;
	margin: 0 auto;
	}
.sShow  {
	width: 1020px;
	height: 525px;
	margin-top: 20px;
	position: relative;
	}
.gallery {
	width: 1020px;
	margin-top: 20px;
	margin-bottom: 60px;
	height: 770px;
	/* [disabled]background-color: #093; */
	}
.about{
	width:1020px;
	height:300px;
	position: relative;
	margin-top: 40px;
	}
.cont {
	width:1020px;
	height:570px;
	overflow:hidden;
	margin-top: 0px;
	}

.form_label {
	height: 30px;
	width: 250px;
	margin: 5px;
	/* background: whiteSmoke;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EEE));
	background: -webkit-linear-gradient(top, #FAFAFA, #EEE);
	background: -moz-linear-gradient(top, #FAFAFA, #EEE); */
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* border-image: initial; */
	/* border-color: #E5E5E5 #DBDBDB; */
	box-shadow: 1px 1px 3px #CCC;
	color: #fcaa26;
	font-size: 16px;
	padding-left: 12px;
	font-family: "Gill Sans MT", Arial, tahoma;
	}
.form_textarea {
	/*background: whiteSmoke;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EEE));
	background: -webkit-linear-gradient(top, #FAFAFA, #EEE);
	background: -moz-linear-gradient(top, #FAFAFA, #EEE);*/
	border: 1px solid #CCC;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	/*border-image: initial;*/
	/*border-color: #E5E5E5 #DBDBDB;*/
	box-shadow: 1px 1px 3px #CCC;
	color: #fcaa26;
	font-size: 16px;
	padding-left: 12px;
	padding-top: 6px;
	font-family: "Gill Sans MT", Arial, tahoma;
	position:relative;
	top:-128px;
	left:280px;
	width:320px;
	height:300px;
	}
.thmbs {
	height: 120px;
	width: 145px;
	background: whiteSmoke;
	border: 1px solid;
		background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EEE));
		background: -webkit-linear-gradient(top, #FAFAFA, #EEE);
		background: -moz-linear-gradient(top, #FAFAFA, #EEE);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border-image: initial;
		border-color: #E5E5E5 #DBDBDB;
		box-shadow: 1px 1px 10px #959595;
}
ul {
	float: left;
	/*	background-color:#069;*/
	width:1020px;
	padding-left:10px;
	}
li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 10px;
	list-style-position: inside;
	list-style-image: none;	
	/*	width: 60px; height: 60px; */
	}

#gal_thumb_container {
	width: 1020px;
	left: 50px;
}
li a:link  .thmbs {
	filter: alpha(opacity=30);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;	
	transition: opacity .5s ease-in-out;
}
li a:hover .thmbs {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
