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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:62.5%; /*font-size:62.5%; by Richard Rutter*/
	background-color:#222222
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-transform:uppercase;
	text-align:left;
	padding:100px 0 0 20px;
	font-size:24px;
	color:#777777;
	font-weight:lighter;
	letter-spacing:3px;
	
	}
h2 {
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-transform:uppercase;
	text-align:left;
	padding:50px 0 10px 20px;
	font-size:20px;
	color:#777777;
	font-weight:lighter;
	letter-spacing:3px;
	
	}

#header {
	background-image:url(_new/images/head.jpg);
	background-repeat:repeat-x;
	height:146px;
	overflow:hidden
	}

#container {
	margin:0 auto;
	width:1020px;
	padding-bottom:99px;
	overflow:hidden;
	background-color:#333333;
	border-bottom:1px #666666 solid
	}
/*ABOUT PAGE*/
#about {
	margin:0 auto;
	width:680px;
	
	overflow:hidden;
	float:left
	}
#about p {
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align:left;
	padding:5px 20px 20px 20px;
	font-size:14px;
	color:#f1f1f1;
	font-weight:lighter;
	}
#about_right {
	margin:0 auto;
	width:340px;
	padding:20px 0 0 0;
	overflow:hidden;
	}
#about_right img {
	border:#f1f1f1 1px solid;
	padding:1px
}

/*PRICING PAGE*/
#pricing {
	margin:0 auto;
	padding-top:100px;
	width:680px;
	overflow:hidden;
	float:left
	}
#pricing p {
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align:left;
	padding: 0 0 1em;
	font-size:14px;
	color:#f1f1f1;
	font-weight:lighter
	}
#pricing_right {
	margin:0 auto;
	width:340px;
	padding:20px 0 0 0;
	overflow:hidden
	}
#pricing_right img {
	border:#f1f1f1 1px solid;
	padding:1px
}
.msg_list {
margin: 0px;
padding: 0px;
width: 340px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;

margin:1px;
}
.msg_body {
padding: 5px 10px 15px;

}
a {	color: #7bc441; }


/*CONTACT FORM*/
.contact_text {
	color:#f1f1f1;
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align:left;
	font-size:11px;
	padding-left:20px;
	width:200px;
	line-height:13px;
	letter-spacing:2px
	}
.contact_text a {color:#7bc441;text-decoration:none}


.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 15px;
}

#contact_form label {
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #666666;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 140px;
	float: left;
}
	
#contact_form input {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 304px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 362px;
	background: #333333;
	color: #f1f1f1;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}
/* END CONTACT FORM*/

#content {

	}

.gallery {
	margin:0 auto;
	padding-top:75px;
	width:480px
	}

.album {
	float: left;
	color:#f1f1f1;
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-transform:lowercase;
	text-align:center;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:2px;
	
}

.album img {
	margin: 0;
	border:#f1f1f1 1px solid;
	padding:1px
	
}
.hidden {
	display: none;
}

.album {
	margin: 3px;
}

.album a,
.album a:visited,
.album a:hover {
	border: none;
}


/*LIGHTBOX CSS*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(_new/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(_new/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*END LIGHTBOX CSS*/

.clear {clear:both}	

#nav {
	margin:0 auto;
	width:1000px
	}
	
ul#topnav {
	list-style: none;	
	font-size: 13px;
	letter-spacing:2px
}
ul#topnav li{
	float: left; 
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	clear: both;
	height: 20px;
	line-height: 20px;
	color:#f1f1f1;
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-transform:lowercase;

}
ul#topnav a {	color: #f1f1f1; }
ul#topnav a:hover {	color: #7bc441; }
ul#topnav span {
	display: none;
}
ul#topnav a.active {
	font-size:14px;
	color: #7bc441;
	font-weight:bold
	}

.foot {
	color:#f1f1f1;
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align:center;
	font-size:11px;
	font-variant:small-caps;
	line-height:13px;
	letter-spacing:2px
	}
.foot a {color:#7bc441;text-decoration:none}
