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

body {
	font: 100% Tahoma, Helvetica, Verdana, Arial, sans-serif;
	background: #000;
	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: #999999;
}
h1 {
	font: 32px Georgia, "Times New Roman", Times, serif bold;
	color: #738fa0;
	margin: 40px auto;
	padding: 0 40px;
}
h2 {
	font: 24px Georgia, "Times New Roman", Times, serif bold;
	color: #9CF;
	padding: 0 60px;
}
h3 {
	color:white;
	font-size:14px;
}
a {
	color:#FFFFFF;
}
hr {
	color:#666666;
	margin:30px 40px;
}
#mainContent ul {
	padding: 0 60px;
}
#mainContent h3 {
	padding: 0 40px;
}
a:hover {
	text-decoration:none;
	color:#336699;
}
#header {
	padding:30px;
}
#links {
	background:url('images/photographer-links-back.gif') repeat-x;
	float:right;
	margin-right:30px;
	top:30px;
	height:44px;
	position:relative;
	padding:5px;
}
#links a {
	padding: 5px 8px;
	top:10px;
	background:#738fa0;
	color:#FFFFFF;
	font-family: "Futura", Helvetica, Verdana, Arial, sans-serif;
	position:relative;
	text-decoration:none;
	font-size:12px;
}
#links a:hover, #links a:active {
	background:#FFFFFF;
	color:#978e9b;
}
#container {
	width: 980px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 2px solid #738fa0;
}
#mainContent {
	padding: 30px;
	margin:0 30px;
	background: #333;
	line-height:1.9;
	font-size:14px;
}
#mainContent p {
	padding: 0 40px;
	text-align:left;
}
.main-img {
	float:left;
	margin: 0 80px;
	padding-bottom:30px;
}
.xtra-img {
	float:right;
	margin: 0 60px;
	padding-bottom:30px;
}
#test-nos {
	margin-top:40px;
	margin-left:40px;
	width:255px;
	position:absolute;
	color:#FFF;
}
#test-nos a{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#666;
	border:2px solid #000;
	margin:2px;
	color:#FFF;
	text-decoration:none;
	width:32px;
	display:inline-block;
	cursor:pointer;
}
#test-nos a:hover {
	border:2px solid #fff;
	text-decoration:underline;
}
#testimonials {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:right;
	margin-right:25px;
	width:420px;
	height:470px;
	margin-top:130px;
	color:#FFF;
	padding:0;
	overflow:auto;
}
#testimonials p{
	padding:0;
	padding-right:15px;
}
.box {
	float:right;
	margin:0 30px;
	background:#666;
	width:190px;
	padding:15px;
	color:#FFF;
}
#footer {
	padding:1px;
	margin-bottom:7px;
	margin-top:7px;
	clear:both;
}
#footer p {
	font-size:12px;
	text-align:center;
	color:#666;
}
#footer a {
	color:#999;
}
.hidden {
	height:0;
	display:none;
	visibility:hidden;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:501;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
.white_content {
			display: none;
			position: absolute;
			margin:auto;
			width: 80%;
			height: 80%;
			left:10%;
			top:5%;
			background-color: #666;
			z-index:502;
			overflow: hidden;
			text-align:center;
}
.white_content .close {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1004;
}
.white_content a {
	text-align:right;
	color:#CCC;
	padding:5px 9px;
	background:#333;
	text-decoration:none;
}
.white_content a:hover {
	background:#000;
	color:#369;
}
.white_content iframe {
	z-index:503;
}
#slideshow-box {
	width:350px;
	float:right;
	margin-left:20px;
	margin-right:20px;
	border:2px #000 solid;
}
#slideshow-box h2 {
	color:#CCC;
	margin:0px;
	margin-top:10px;
	font-size:20px;
	font-weight:normal;
}
#slideshow-box a {
	margin:8px;
	width:300px;
	height:30px;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px;
	vertical-align:middle;
	background: url('images/slideshow.gif') no-repeat top right #666;
}
img.banner {
	padding:0 30px 30px;
}
#slideshow-box a:hover {
	background: url('images/slideshow.gif') no-repeat top right #ccc;
	color:#333;
	text-decoration:underline;
}
#slideshow-box a#pre-wedding {
	background:url('images/pre-wedding-gallery.jpg');
}
#slideshow-box a#pre-wedding:hover {
	background:url('images/pre-wedding-gallery-over.jpg');
}
#slideshow-box a#wedding-gallery {
	background:url('images/weddings-gal.jpg');
}
#slideshow-box a#wedding-gallery:hover {
	background:url('images/weddings-gal-over.jpg');
}
#slideshow-box a#wedding1 {
	background:url('images/wedding1.jpg');
}
#slideshow-box a#wedding1:hover {
	background:url('images/wedding1-over.jpg');
}
#slideshow-box a#wedding2 {
	background:url('images/wedding2.jpg');
}
#slideshow-box a#wedding2:hover {
	background:url('images/wedding2-over.jpg');
}
#slideshow-box a#photos-albums-products {
	background:url('images/photo-albums-products.jpg');
}
#slideshow-box a#photos-albums-products:hover {
	background:url('images/photo-albums-products-over.jpg');
}
#slideshow-box a#portrait-photography {
	background:url('images/portrait-photography-gallery.jpg');
}
#slideshow-box a#portrait-photography:hover {
	background:url('images/portrait-photography-gallery-over.jpg');
}
#slideshow-box a#lifestyle-photography {
	background:url('images/lifestyle-photography-gallery.jpg');
}
#slideshow-box a#lifestyle-photography:hover {
	background:url('images/lifestyle-photography-gallery-over.jpg');
}
#slideshow-box a#pet-photography {
	background:url('images/pet-photography-gallery.jpg');
}
#slideshow-box a#pet-photography:hover {
	background:url('images/pet-photography-gallery-over.jpg');
}
#slideshow-box a#funoramics {
	background:url('images/funoramics-gallery.jpg');
}
#slideshow-box a#funoramics:hover {
	background:url('images/funoramics-gallery-over.jpg');
}
#slideshow-box a#model-portfolio-photography {
	background:url('images/your-portfolio-gallery.jpg');
}
#slideshow-box a#model-portfolio-photography:hover {
	background:url('images/your-portfolio-gallery-over.jpg');
}
#slideshow-box a#graduation-photography-gallery {
	background:url('images/graduation-photography.jpg');
}
#slideshow-box a#graduation-photography-gallery:hover {
	background:url('images/graduation-photography-over.jpg');
}
#slideshow-box a#events-commercial-photography {
	background:url('images/events-commercial-photography.jpg');
}
#slideshow-box a#events-commercial-photography:hover {
	background:url('images/events-commercial-photography-over.jpg');
}
#slideshow-box a#landscape-photography {
	background:url('images/landscape-photography.jpg');
}
#slideshow-box a#landscape-photography:hover {
	background:url('images/landscape-photography-over.jpg');
}
#slideshow-box a#maternity-baby-photography {
	background:url('images/maternity-baby-photography.jpg');
}
#slideshow-box a#maternity-baby-photography:hover {
	background:url('images/maternity-baby-photography-over.jpg');
}
