* {
	margin: 0;
}

p
{
	padding: 5px 0 5px 0;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 14px;
	color: #224C7A;
	padding: 10px 0 5px 0;
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-weight: bold;
}

h2
{
	font-size: 14px;
	color: #224C7A;
	padding: 10px 0 5px 0;
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-weight: normal;
}

.wrapper {
height:805px;
left:50%;
margin-left:-488px;
position:absolute;
}
.welcome-header
{
	width: 975px;
	height: 582px;
	background-image: url(welcome.jpg);
}

.blog-header
{
	width: 975px;
	height: 582px;
	background-image: url(blog.jpg);
}

.contact-header
{
	width: 975px;
	height: 582px;
	background-image: url(contact.jpg);
}

.gallery-header
{
	width: 975px;
	height: 582px;
	background-image: url(gallery.jpg);
}

.testimonials-header
{
	width: 975px;
	height: 582px;
	background-image: url(testimonials.jpg);
}

.order-online-header
{
	width: 975px;
	height: 582px;
	background-image: url(order-online.jpg);
}

.pricing-header
{
	width: 975px;
	height: 582px;
	background-image: url(pricing.jpg);
}

.behind-the-lens-header
{
	width: 975px;
	height: 582px;
	background-image: url(behind-the-lens.jpg);
}
.footer
{
	width: 975px;
	height: 130px;
}

.base-footer
{
	width: 950px;
	height: 25px;
	padding-left: 20px;
}
textarea {
	background-color: #E6F0FA;
	margin: 0px;
	padding: 0px;
	border: thin solid #E6F0FA;
}

.navigation
{
	width: 975px;
	height: 13px;
	text-align: center;
	vertical-align: middle;
	padding-top: 14px;
	padding-bottom: 13px;
}

.logo
{
	margin: 0px;
	height: 89px;
	width: 370px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 25px;
	float: left;
}

.statement
{
	height: 59px;
	width: 475px;
	float: right;
	padding-top: 47px;
	padding-right: 25px;
}

.navigation a:link
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: middle;
	text-transform: capitalize;
}


.navigation a:visited
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-transform: capitalize;
}

.navigation a:hover
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}

a:link
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 14px;
	color: #224C7A;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}


a:visited
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 14px;
	color: #224C7A;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

a:hover
{
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-size: 14px;
	color: #008BCF;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}


body {
	background-color: #FFF;
	background-image: url(bg01.png);
	background-repeat: repeat-x;
}


.message
{
	height: 410px;
	width: 360px;
	float: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 145px;
	margin-right: 52px;
}

.message-full
{
	height: 453px;
	width: 873px;
	float: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	margin-right: 60px;
}

.message-top
{
	height: 40px;
	width: 530px;
	float: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 50px;
	margin-right: 30px;
}

.message-open
{
	height: 410px;
	width: 360px;
	float: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 145px;
	margin-right: 52px;
	overflow: scroll;
}

.style1 {
	font-family: Helvetica, Arial, Georgia, "Sans Serif";
	font-weight: bold;
	color: #224C7A;
	font-size: 15px;
}
input {
	background-color: #E6F0FA;
	border: thin solid #E6F0FA;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 1px;
	padding: 1px;
	margin: 0;
	width: 291px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

