/* Global Defaults*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0; padding:0;
}
table{border-collapse:collapse; border-spacing:0;}
ul {list-style:none;}
a,a:link,a:visited {color:#5b1212;text-decoration:none;}
img {border:0;}
:focus {outline:0;}
.clear {clear:both;}

/* PNG Fix*/
img, div#placelogo, a#logo span, div#wrapper, div a, div a span, div span { 
	behavior: url(js/iepngfix.htc); 
}

/* ---------- Hack ---------- */
.clearfix { 
	display:inline-block; }
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
}
/* Hide from IE Mac */
.clearfix {display:block;}

/* Floatation Devices */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.spacer {padding-bottom:20px;}

.h500{height:500px; min-height:500px;}

/* Global Elements*/
body {
	background:#fff url(../images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% arial, verdana, serif;
} 

#wrapper {
	background: url(../images/background2.png) repeat-x;
	width:980px;
	margin:0 auto;
}
#header {
	width:980px; height:136px; /*height:90px;*/
	position:relative;
/*	z-index: 999; */
}
#placelogo {
	width:145px; height:135px;
	/*position:absolute; top:0; left:35px; Logo left w/space*/
	position:absolute; top:0;/* Logo left*/
	/*float:right; Logo right */
}
#logo{
	/*width:181px; height:169px;*/
	width:145px; height:135px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
}
#logo span{
	background:url(../images/logo4.png) no-repeat;
	position:absolute;
	width:100%; height:100%;
	cursor:pointer;
}
.hover{
	position:relative;
	margin:0; padding:0;
	overflow:hidden;
}
.hover span{
	display:block;
	position:absolute;top:0;left:0;
	z-index:100;
}
#pplogo {
	width:175px;height:21px;
	float:right;
	display:inline;
	color:#818181;font-size:1.1em;
	margin:8px 0 0 216px;padding:5px 0 0 0;
}
#placemainmenu {
	width:800px; height:41px;
	float:right;
	/*margin:60px 0 0 0; Large Header*/
	margin-top:7px;
	color:#fff;
}

#order_photos {
	background: url('view_order_photos.png') no-repeat;
	text-align: center;
	float: right;
	width: 215px;
	height: 35px;
	margin-top: 5px;
}
#order_photos a { color: #ddd; line-height: 40px; font-size: 18px; font-weight: bold;}
#order_photos a:hover { color: #fff; }

#dropdown{	
	margin:0;padding:0;
	z-index:2000;
}	
	#dropdown li{	
		float:left;
		list-style:none;
		font-size:12px; /*font-size:14px;*/ color:#fff; font-weight:bold; text-transform:uppercase;
		display:inline;
	}
	#dropdown li:hover, #dropdown li.active{	
		background:url(../images/menu_hover.png) repeat-x;
	}
	#dropdown li a{	
		display:block;
		padding:12px 10px 0px 10px;
		text-decoration:none;
		color:#fff;
		white-space:nowrap;
		margin-right:2px;
	}
	#dropdown li a:hover, #dropdown li.active a:hover{	
		color:#F5D373; text-decoration:none;
	}
		#dropdown li ul{	
			margin:0;
			padding-top:5px;
			position:absolute;
			visibility:hidden;
			z-index:1000;
		}
		#dropdown li ul li{	
			float:none;
			display:inline;
		}
		#dropdown li ul li:hover{	
			background:url(../images/menu_hover.png) repeat-x;
		}
		#dropdown li ul li a{	
			width:auto;
			background:#3D0000;
			padding:6px 10px;
		}
		#dropdown li ul li a:hover{	
			/*background: #7F1616;*/
		}

/* Content */
#maincontent {
	margin:0 auto; padding:0px 0px 10px;
	width:980px;
	float:left;display:inline;
	position:relative;top:-44px; /* To lift this up higher on the page */
}
#maincontent h1 {
	font-size:20px; font-weight:bold; font-family:timesnewroman; /*font-weight:lighter;*/ 
	color:#5b1212; line-height: 1.0em;
}
#maincontent p {
	font-size:1.4em; color:#2c2c2c; line-height:1.6em;
	padding:0;
}
#maincontent div.camera {
	background:url(../images/camera.gif) no-repeat 0 50%;
	padding:3px 0 5px 85px;
}
#maincontent h2 {
	/*font-size:20px; font-weight:lighter;*/ color:#5b1212;
	font-size:18px; font-family:timesnewroman;
	/*padding: 0 0 10px 0;*/
} #maincontent h2 a:hover { color:#000; }
#maincontent ul.services {
	width:230px;
	float:left;
	display:inline;
	/*padding:10px 0;*/ padding:10px 0;
}
#maincontent ul.services li {
	width:195px;
	/*margin-top:5px;*/ margin-top:1px; padding-left:35px;
	color:#2c2c2c; font-size:1.4em;
	background:url(../images/bullet.png) no-repeat 15px 7px;
}
#maincontent ul.services li a, #maincontent ul.services li a:link, #maincontent ul.services li a:visited {
	color:#2c2c2c;text-decoration:none;cursor: pointer;
}
#maincontent ul.services li a:hover, #maincontent ul.services li a.active {
	color:#000;text-decoration:none;cursor: pointer;
}

#maincontent ul {
	padding:10px 0;
}

/* Footer */
#footer {
	width:100%;
	background:url(../images/back_footer2.png);
	padding:21px 0 10px;
}
#footer a, #footer a:link, #footer a:visited { 
	color:#F5D373; text-decoration:none; 
}
#footer a:hover {
	color:#fff; text-decoration: none;
}
#placefooter {
	width:980px;
	margin:0 auto;
}
#footer1, #footer2 {
	width:285px;
	float:left;
	display:inline;
	margin-left:25px;
}

#footer2 {
	float:right;
	margin:0;
}
#copy {
	float:right;
	padding-top:75px;
	text-align:right;
}
#placeoffice {
	width:300px;
	float:left;
}
#placeoffice h4 {
	width:355px; height:22px;
	border-bottom:1px solid #848484;
	font-size:1.4em;
	color:#fff;
}
#placeoffice img {
	float:right;
	margin:6px 0 0 10px;
}
#footer p {
	font-size:1.2em;
	color:#808080;
	padding:10px 0 5px;
}
#placeoffice p span {
	color:#b5b5b5;
}
#placefooter h5 {
	font-size: 1.0em;
	color:#646464;
	padding:5px 0;
}
#placefooter span {
	font-size: 1.2em;
	color:#646464;
	padding:3px 0 0;
}

/* ---------- Typography ---------- */
h1 {
	font-size: 30px;
	color: #5b1212;
	font-weight: bold;
	padding: 0 0 15px;
}
h3 {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
h4 {
	font-size: 10px;
}
h5 {
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
}
h6 {
	color: #0d888d;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

p { font-size: 13px; }
p.tip {} /* Tooltip with icon */

.content_wrap a, .content_wrap p { color: #393939; }

/* ---------- Layout ---------- */
#maincontent .content_wrap {
	margin: 0 auto;
	overflow: hidden;
	line-height: 16px;
	position: relative;
}
#maincontent .content_left {
	float: left;
	padding: 50px 10px 0;
	overflow: hidden;
	line-height: 23px;
	position: relative;
	display: inline;
}
#maincontent .content {
	/*float: left;  Causes problems */
	padding: 30px 35px 0;
	overflow: hidden;
	line-height: 23px;
	position: relative;
	/* display: inline;  IE 6 needs this */
}

#maincontent .homefloat {
	float: left;
	padding: 30px 35px O;
}

#maincontent .ptop {
	padding-top: 50px;
}

/* ---------- Page Items ---------- */

.home {
	width: 500px;
}
.home_top {
	/*float: left;*/
	width: 500px;
	padding: 0;
	margin: 0 auto;
}
#maincontent .home_left {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0 auto;
}
.home_bottom {
	width: 500px;
	margin: 0 auto;
	padding: 30px 0 0; 
}
.home_buttons a:hover{
	color:#F5D373;
}
.home_buttons {
	/*float: left;*/
	width: 500px; height: 35px;
	overflow: hidden;
	margin: 0 auto;	
}
.above { padding-bottom:20px; }
.below { padding-top:20px; }
.home_buttons .button_wrapper {
	position: relative;
	width:500px; height:43px;
	margin:0 auto; padding:0;
}
.button_wrapper div {
	float:left;
	width:142px; height:43px;
	margin:0 12px;
	/*margin:0px 54px; /*three*/
	display:inline;
}
.home_buttons a {
	background:url(../images/button1_blank.png) no-repeat;
	color: #fff;
	font-size:14px; font-weight:bold; 
	text-align:center; text-decoration:none; line-height:18px; letter-spacing:.5pt;
	padding:4px;
	display:block;
	height:43px;
} a.fb {
	background:url(../images/button1_fb.png) no-repeat;
	padding-left:20px;
}
.home_right {
	float:right;
	/*position: absolute; right:0; top:40px;*/
	width:120px;
	height:360px;
	padding:80px 0 0 10px;
}
/* .home_right div.video { padding-top: 40px; } */
.home_right div.video {padding-top:20px; padding-bottom:20px;} 
.home_right div.video div {background:url(../images/icon_video.jpg) no-repeat; width:120px; height:103px;} 
.home_right div.video:hover div { /*Change image on hover images/icon_video2.jpg*/
	background:url(../images/icon_video2.jpg) no-repeat; width:120px; height:103px;}

.home_right div.fb {padding-top:0;} 
.home_right div.fb div {background:url(../images/button4_fb.png) no-repeat; width:120px; height:40px; background-position:0px 0px;} 
.home_right div.fb:hover div {background-position:0px -40px; width:120px; height:40px;}

.home_right div.book {padding-top:20px;} 
.home_right div.book div {background:url(../images/button4_booknow.png) no-repeat; width:120px; height:40px; background-position:0px 0px;} 
.home_right div.book:hover div {background-position:0px -40px; width:120px; height:40px;}

/* Home Slider */
.sliderwrapper{
	position:relative;
	overflow:hidden;
	width:500px; /*width of slider*/
	height:400px;
	margin:0 auto;
}
.sliderwrapper .contentdiv{
	visibility:hidden;
	position:absolute; left:0; top:0;
	padding:0;
	background:#fff;
	width:500px; /*width of content DIVs within slider. Total width should equal slider's inner width*/
	height:100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.pagination{
	width:500px; /*Width of pagination DIV. Total width should equal slider's outer width*/
	text-align:right;
}
.videowrapper{
	position:relative; /*leave as is*/
	overflow:hidden; /*leave as is*/
	width:480px; /*width of featured content slider*/
	height:385px;
	margin:0 auto;
}

/* Image Frames */
.frame1, .frame2, .frame2sm, .frame3, .frame5 {
	position:relative;
	z-index:25;
}
.frame1 span {
	width:500px; height:400px;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/frames/frame1.png) no-repeat;
}
	.frame1 img {
		width:442px; height:353px;
		margin:25px 23px 0 25px;
	}
.frame2 span {
	width:150px; height:200px;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/frames/frame4.png) no-repeat;
}
	.frame2 img {
		float:left;
		width:134px; height:182px;
		margin: 11px 9px 15px;
	}
.horiz .frame2 span {
	width:200px; height:150px;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/frames/frame4h.png) no-repeat;
}
	.horiz .frame2 img {
		float:left;
		width:182px; height:134px;
		margin:9px 11px 9px 15px;
	}
.frame2lg span {
	width:300px;height:400px;
	display:block;
	position:absolute;top:0;left:0;
	background:url(../images/frames/frame4lg.png) no-repeat;
}
	.frame2lg img {
		float:left;
		width:268px;height:364px;
		margin:22px 18px 15px;
	}
.frame2sm span { /* Smaller images (4 per row) */
	width:113px; height:150px;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/frames/frame4sm.png) no-repeat;
}
	.frame2sm img {
		float:left;
		width:101px; height:137px;
		margin:11px 6px;
	}
.frame3 span {
	width:200px; height:266px;
	display:block;
	position:absolute; top:0;
	background:url(../images/frames/frame4b.png) no-repeat;
	z-index:100;
}   
	.frame3 .left span {left:0px;}
	.frame3 .right span {right:0px;}
	.frame3 img {
		width:179px; height:242px;
		margin:11px 9px 15px;
	}
	.frame3 img.full {
		width:145px; height:207px;
		margin:30px 27px 31px;
	}
.horiz .frame3 span { /*Horizontal Images*/
	width:266px; height:200px;
	display:block;
	position:absolute; top:0;
	background: url(../images/frames/frame4bh.png) no-repeat;
	z-index:100;
}   
	.horiz .frame3 .left span { left:0px; }
	.horiz .frame3 .right span { right:0px; }
	.horiz .frame3 img {
		width: 242px; height: 179px;
		margin: 9px 11px 9px 15px;
	}
	.horiz .frame3 img.full {
		width: 207px; height: 145px;
		margin: 27px 30px 27px 31px;
	}
.frame5 span {
	width: 200px; height: 266px;
	display: block;
	position: absolute; top: 0px;
	background: url(../images/frames/frame5b.png) no-repeat;
	z-index: 100;
}   
	.frame5 .left span {left:0px;}   
	.frame5 span.left {left:0px;} /* Remove*/
	.frame5 .right span {right:0px;}
	.frame5 span.right {right:0px;} /* Remove*/
	.frame5 img {
		width:179px; height:242px;
		margin:11px 9px 15px;
	}

.categories, .subcategories, .subcategories_h, .photographers, .five {
	margin:0 auto; padding:25px 0 0; float:left;
	position:relative;
}
.cat_item_row {
	margin:0 auto; padding:0;
	position:relative;
	/*width:600px; height:290px; No Right Sidebar*/
	width:500px; height:290px; /*Right Sidebar*/
}
.sm .cat_item_row {
	height:250px;
}
.subcategories .cat_item_row, .subcategories_h .cat_item_row, .five .cat_item_row {
	width:747px;
}
.sm .short_row {
	height:auto;
}
.cat_item_wrap, .pg_wrap {
	float:left;
	overflow:hidden;
	width:33.33%;
	/*padding:15px 0px 0px 48px;*/
	text-align:center;
}
.wider .cat_item_wrap, .sm .cat_item_wrap, .subcategories .cat_item_wrap {
	width: 25%;
	/*padding: 15px 0px 0px 24px;*/
}
.five .cat_item_wrap {
	width: 20%;
}
#slider {
	width:500px;
}
#slider .cat_item_wrap {
	width:auto;
}
#slider .cat_item_row {
	width: 300px; height:430px;
	margin: 0px auto;
}
#slider .cat_item {
	width: 300px;
}
#slider li {
	list-style:none;
}
.cat_item {
	margin: 0px auto;
	text-align:center;
	overflow:hidden;
	width: 150px;
}
.cat_item h2 {
	padding:0;
}
.cat_item ul {
	padding:0;
}
.cat_item li {
	font-size: 14px;
}
.sm .cat_item { /* Smaller images (4 per row) */
	width: 113px;
}
.subcategories_h .cat_item { /* Horizaontal (3 per row) */
	width: 200px;
	margin: 0px auto 15px;
}
.cat_title {
	/*width: 100%;*/
	width: 747px;
	padding: 0;
	text-align:center;
}
.item, .item_first, .item_last {
	overflow: hidden;
	border-bottom: #c2c2c2 solid 1px;
	padding: 15px 0px;
	width:749px;
}
.item_first {
	padding-top: 25px; 
}
.item_last {
	border-bottom: none;
	padding-bottom: 25px;
}
.item_img {
	/*float: left; Removed to solve IE 6 problem*/
	width: 200px;
}
.item_img2 {
	/*float: right; Removed to solve IE 6 problem*/
	width: 200px;
}
.package_info {
	float: left;
	/*width: 660px; No Right Sidebar*/
	width: 500px; /*Right Sidebar*/
	margin-left: 30px;
}
.package_info2 {
	float:left;
	/*width:660px; No Right Sidebar*/
	width:500px; /*Right Sidebar*/
	margin-right:30px;
}
.horiz .package_info, .horiz .package_info2 { /*Horizontal Images*/
	width:450px;
}
.shorten {
	width:360px;
}
.package_gallery {
	float:left;
	width:330px;
}
.package_gallery_image {
	position:relative;
	margin-left:100px;
	width:150px; height:200px;
}
.page_title {
	width:100%;
	padding-bottom:20px;
	text-align:center;
}
.page_info {
	/*width: 600px; No Right Sidebar*/
	width:500px; /*Right Sidebar*/
	margin:0px auto;
	padding-right:0px;
}
.page_info_wide { /*Right Sidebar Only*/
	width:745px;
	margin:0px auto;
	padding-right:0px;
}
.page_info2 { /*Invitations*/
	width:600px;
	margin:0px auto;
	padding-right:0px;
}
.page_info p, .page_info2 p, .page_info_wide p {
	font-size:18px;
}
.page_info p.small, .page_info2 p.small, .page_info_wide p.small {
	font-size:12px;
	line-height:14px;
}

.package_type {
	width:200px;
	text-align:center;
}
.package_info a, .package_info2 a, .cat_item a, .service_info a  {
	text-decoration:none;
	color:#5b1212;
}
.package_info a:hover, .package_info2 a:hover, .cat_item a:hover, .service_info a:hover {
	color:#000;
}
.service_info {
	width: 745px;
}
.content ul {
	top:0;
	list-style:circle inside;	
	padding-top:15px;	
	margin:0;
}
.content li {
	color:#393939;
	font-size: 14px;
}
.content li.pdf {
}
.content li  a{
	color:#5b1212;
}
.content li  a:hover {
	color: #000;
	text-decoration: none;
}
.page_form {
	width:500px; /*Right Sidebar*/
}
.page_form2 {
	width:600px;
}

.invitations_title {
	padding: 0;
	text-align:center;
}
.invitations_right {
	float: left;
	/*position: absolute; right:0; top:40px;*/
	width: 300px;
	padding: 80px 0 0 10px;
}
.invitations_right img {
	margin-top: 5px;
}
.invitations_right span {
	font-size: 1.3em;
}

.pg_row {
	margin: 0px auto; padding: 0px;
	position: relative;
	/*width: 600px; height: 270px; No Right Sidebar*/
	width: 500px; height: 270px; /*Right Sidebar*/
}
.pg_item {
	margin: 0px auto;
	text-align:center;
	overflow:hidden;
	width: 160px;
}
.pg_item span {padding: 0px; font-size:12px;}
.pg_item img {
	float: left;
	width: 150px; height: 150px;
	margin: 0 0 15px 0;
	padding: 4px;
	border: 1px solid #CDCDCD;
}
.pg_bio img {
	padding: 0 5px 5px 0;
}

/* FAQ */
div.faq {
	font-size:1.4em; color:#2c2c2c; line-height:1.6em;
	padding-bottom: 15px;
}

/* Book Now */
.book_types {
	height:400px;
	margin:auto;
}
.book_type_wrap {
	position:relative;
	top:25%;
	float: left;
	overflow: hidden;
	width: 50%;
}
.book_type p {
	padding: 10px;
	text-align:center;
}
.book_type a:hover {
	color:#000;
}
.book_type {
	margin: auto;
	text-align:center;
	width: 300px;
}
.divider {
	border-right: #c2c2c2 solid 1px;
}

/* Icons */
.icon_click{
	padding-left: 25px;
	background: url(../images/icon_cursor.png) no-repeat 5px 50%;
}

/* Contact Form */
body#form{
	background:none;
} 
div.form {
	width: 550px;
	padding: 0px;
	margin: 0 0 0 50px;
}
span.red{color:#d50202;}
form label{font-size:12px;}
form label {display:inline-block;}
form label:after {content:".";display:block;height:0;clear:both;visibility:hidden; }
form label {display:block;}
form label input{margin-bottom:10px;}
form label div{width:125px;float:left;padding:0 5px 8px 0;line-height:normal;}
form table{font-size:12px;}
form label table {border:1px solid #000;}
form label table td{padding:5px;border:1px solid #000;line-height:normal;}
form label table {border:0;}
form label table.quantities td{padding:5px;border:0;line-height:normal;vertical-align: middle;}
form label table.quantities td input[type=radio] { vertical-align: middle; margin: 0; *margin-top: -2px;} 
div.formheader {
	margin-top:20px;
	padding-bottom:5px;
	border-top:#c2c2c2 solid 1px;
}

/*Validation Styles*/
.LV_validation_message{ font-size:14px; font-weight:bold; padding:5px 0 5px; }
.LV_valid { color:#00CC00; }	
.LV_invalid { color:#CC0000; }	
.LV_valid_field,input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid #00CC00; background: rgb(201, 255, 208);
}	
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000; background: rgb(255, 201, 201);
}


#maincontent ul.topnav {
	margin-left: 150px;
	list-style: none;
	padding: 0 20px;
	float: left;
	width: 100%;
	background: #444;
	font-size: 1.2em;
}
#maincontent ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
#maincontent ul.topnav li a{
	padding: 10px 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
#maincontent ul.topnav li a:hover{
	color: #bbb;
	background: url('back.png');
}

#maincontent ul.topnav li a.selected {
	color: #fff;
	background: url('back.png');	
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
