@charset "UTF-8";

html {
	background:#224444;
}

body {
	/*background: #224444;*/
	
background: #10676b; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #10676b 0%, #224444 71%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#10676b), color-stop(71%,#224444)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #10676b 0%,#224444 71%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #10676b 0%,#224444 71%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #10676b 0%,#224444 71%); /* IE10+ */

background: radial-gradient(center, ellipse cover,  #10676b 0%,#224444 71%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10676b', endColorstr='#224444',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat:no-repeat;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
}
.size_Medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A0A0A4;
	margin: 2px 0 0 0;
	font-style: italic;
}
.natureThumb {
	width: 40px;
}

.zoom_btn {
	margin:-15px 0 5px 0;
}

.send_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4A777A;
	color: white;
	font-weight: bold;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 80px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CDCDCD;
	margin: 5px 0;
	text-align: center;
}
.contact_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0 15px 15px 0;
	text-align: right;
	width: 200px;
	float: left;
}
.mainImage {
	border:0px;
	box-shadow: 2px 2px 8px #060A0A;
	margin: auto 0;
}
.zoomContainer {
	margin-top:25px;
}
.contact_field {
	width: 300px;
	float: left;
	text-align: left;
	margin: 0 0 0 7px;
}
.leftColText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	margin:0 15px 10px 0;
	width: 500px;
	text-align: left;
	line-height: 1.5em;
}
.oneColFixCtr #container {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainNav {
	width: 761px;
	height: 50px;
}
.mainNavBTN {
	float: left;
}

#mainImageFades {
	border: solid 2px #A0A0A4;
	width: 761px;
	height: 400px;
	margin: 15px 0;
}
#mainGallerySlide {
	width: 761px;
	height: 400px;
	margin: 15px 0;
}
#footers {
	width: 100%;
	clear: both;
}

#title {
	border: 0px;
	width: 761px;
	height: 100px;
	text-align:center;
	vertical-align: middle;
	display: inline-table;
}


#myreel{ /*sample CSS for demo*/
	width:761px;
	height:500px;
}

.paginate{
	width: 761px;
	margin:10px 0;
	font:bold 14px Arial;
	text-align:center;
}

.firstreel img{
border:solid #FFF 5px;
margin:0;
}
.image-nav-wrapper {
	float: right;
	width: 450px;
	height: 500px;
}
.thumb {
	margin: 10px;
	float: left;
	border: 0;
	max-height: 100px;
	height: 100px;
}

			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:721px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
	width:761px;
	display:inline-block;
	margin: 0 auto;
		}
		
.retouch_image_compare_L {
	float:left;  
	margin-left:30px;
}

.retouch_image_compare_R {
	float:left;
	margin-left:15px;
}

/*
			Optional:
			Reset list default style
		*/
		.pagination {
	list-style:none;
		}
		
		.pagination a {
	list-style:none;
	padding:0;
	color:#FFF;
		}
.pagination li {
	display: inline;
}
		
.pagination img {
	max-width: 45px;
	margin: 0px 7px 10px 7px;
	border: #A0A0A4 2px solid;
	float: left;
}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color: #FF0;
		}
.prev {
	float: left;
	margin: 225px 0 0 -40px;
	position:relative;
}
.next {
	float: right;
	margin: -290px -40px 0 0;
	position: relative;
}
.basic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	margin: 10px 15px 0 15px;
	text-align: center;
}
.leftColTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	margin:0 15px 0px 0;
	width: 500px;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
}
.leftColText_interview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	margin:5px 15px 15px 0;
	text-align: left;
}
.leftColText_interview a {
	color: #FF9F55;
}
.leftColText_interview a:visited {
	color: #AA9FAA;
}
