/* /////////////////////////////////
	Mark Hamilton Photo CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

html {
	height: 100%;
}

body {
	font: normal 12px "trebuchet MS", trebuchet, tahoma, arial, verdana, sans-serif;
	color: #333;
	background: #000;
	line-height: 18px;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

#center {
	width: 960px;
	height: 100%;
	margin: 20px auto 0;
	position: relative;
}

#content {
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

.height100 {
	height: 100%;
}


/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	
}

h2 {
	float: left;
	font-size: 19px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: 0;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 79px;
	margin: 0;
	background: #fff url('../i/bg-line.gif') repeat-x left bottom;
}

#logo {
	display: block;
	float: left;
	width: 391px;
	height: 48px;
	overflow: hidden;
	background: transparent url('../i/logo.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 18px 0 0 30px;
	display: inline;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav {
	margin: 0;
	list-style-type: none;
	float: right;
	height: 79px;
	padding-right: 29px;
}

#nav li {
	display: block;
	float: left;
	height: 79px;
	padding: 0 11px;
}

#nav li a:link,
#nav li a:visited {
	display: block;
	float: left;
	overflow: hidden;
	line-height: 84px;
	height: 75px;
	font-size: 19px;
	text-transform: uppercase;
}

#nav li.current a:link,
#nav li.current a:visited {
	border-bottom: solid 4px #d20909;
	color: #000;
	
}

#galleryNav {
	margin: 0;
	list-style-type: none;
	float: right;
	height: 70px;
	padding-right: 29px;
}

#galleryNav li {
	display: block;
	float: left;
	height: 70px;
	padding: 0 11px;
}

#galleryNav li a:link,
#galleryNav li a:visited {
	display: block;
	float: left;
	overflow: hidden;
	line-height: 68px;
	height: 66px;
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 4px;
}

#galleryNav li a.current:link,
#galleryNav li a.current:visited {
	margin-top: 0;
	border-top: solid 4px #d20909;
	color: #000;
	
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

.black {
	background: transparent url('../i/black50.png') repeat left top;
	color: #fff;
}

p.one,
p.two,
p.three {
	width: 275px;
	padding: 0 0 0 30px;
	float: left;
	margin: 28px 0;
}

p.three {
	width: 290px;
}

body#bg-noise {
	background: #e9e9e9 url('../i/bg-noise.gif') repeat left top;
}

#slideshow {
	height: 640px;
	background: #000;
}

object, embed {
	display: block;
}

#gallery {
	height: 70px;
	margin: 0;
	background: #fff url('../i/bg-line.gif') repeat-x left top;
	margin-bottom: 4px;
	padding: 0 0 0 30px;
}

#gallery h2 {
	margin: 4px 0 0 0;
	line-height: 68px;
	background: transparent url('../i/galleries.gif') no-repeat left 29px;
	padding-left: 33px;
}


/* /////////////////////////////////
	FORMS 
///////////////////////////////// */

.formRow {
	margin: 0;
}

.formRow li {
	width: 960px;
	float: left;
	background: transparent url('../i/black50.png') repeat left top;
	color: #fff;
	margin-top: 1px;
}

.formRow li.first {
	padding: 40px 30px 30px;
	width: 900px;
	margin: 0;
}

fieldset {
	border: 0;
}

input.input {
	font: normal 14px arial, verdana, sans-serif;
	background: transparent;
	border: 0;
	color: #fff;
	padding: 10px 30px;
	margin: 0;
	width: 900px;
}

textarea.input {
	font: normal 14px arial, verdana, sans-serif;
	background: transparent;
	border: 0;
	color: #fff;
	padding: 10px 30px;
	margin: 0;
	width: 900px;
	height: 200px;
}

.input:focus {
	outline: none;
	background-color: #000;
}

#contactForm {

}

#contactForm h2 {
	color: #fff;
	padding: 5px 0;
}

#contactForm h2#phone {
	margin-left: 15px;
	padding-left: 37px;
	background: transparent url('../i/phone.png') no-repeat left center;
}

#btn-send:link,
#btn-send:visited {
	display: block;
	width: 151px;
	height: 35px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/btn-send.gif') no-repeat left top;
	margin-bottom: 30px;
}

#btn-send:hover {
	background-position: left -35px;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	height: 53px;
	padding: 1px 30px 0 30px;
	width: 900px;
	background: #fff;
}

.normal {
	margin-bottom: 20px;
}

.sticky {
	position: absolute;
	bottom: 40px;
	z-index: 3;
}

#footer p {
	margin: 0;
	height: 53px;
	line-height: 53px;
	color: #333;
}

#footer a:link,
#footer a:visited {
	margin-left: 20px;
	text-transform: uppercase;
}

#footer p.left a:link,
#footer p.left a:visited {
	display: block;
	float: left;
}

#aipa:link,
#aipa:visited {
	width: 52px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(../i/aipa.gif) no-repeat left top;
	margin-top: 13px;
	opacity: .4;
	filter: alpha(opacity=30);
}

#aipa:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



