@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
	font-size:12px;
	background: #fff;
	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: #494949;
}
.oneColFixCtr #container {
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#vimeo {
	width:724px;
	height:544px;
	background:url(images/photo_pad.gif) no-repeat;
	margin: 0 auto;	
	border:solid 1px #e0e0e0;
}
	
#vimeo embed{
	margin: 2px;
}

#vimeo object{
	margin: 2px;
}

#vimeo-new {
	width:724px;
	height:409px;
	background:url(images/photo_pad.gif) no-repeat;
	margin: 0 auto;	
	border:solid 1px #e0e0e0;
}

#vimeo-new embed{
	margin: 2px;
}

#vimeo-new object{
	margin: 2px;
}


#slideshow {
	width: 902px;
	height:602px;
	padding-top:2px;
	padding-left:2px;
	padding-right:0px;
	margin: 0 auto;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	}

#about {
	width: 900px;
	padding-top:2px;
	margin: 0 auto;
	}

#about p {
	width: 700px;
	padding-top:15px;
	margin: 0 auto;
	text-align:left;
	}
#about hr {
	width: 700px;
	color:#eee;
	border:solid thin;
	}
	
#about ul {
	width: 640px;
	padding-top:15px;
	margin: 0 auto;
	text-align:left;
	}
	
#about h1 {
	width: 700px;
	padding-top:20px;
	margin: 0 auto;
	text-align:left;
	font-size:18px;
	color: #777;
	}

#about img {
	padding:2px;
	margin-left:-2px;
	border:solid 1px #e0e0e0;
	}

a img {
	border:0;
}

a {
	color:#e45a06;
	text-decoration:underline;
	outline: none;
	}
	
a:hover {
	color:#ff9859;
	text-decoration:none;
	}

#b_weds {
	display:inline-block;
	width: 225px;
	height: 23px;
	background: url("images/b_weds.gif") no-repeat 0 0;
	margin-bottom:1px;
	}
#b_weds:hover {
	background-position: 0 1px;
	}
	
#b_weds span {
	display:none;
	}

#b_street {
	display:inline-block;
	width: 227px;
	height: 23px;
	background: url("images/b_street.gif") no-repeat 0 0;
	margin-bottom:1px;
	}
#b_street:hover {
	background-position: 0 1px;
	}
	
#b_street span {
	display:none;
	}

#b_studio {
	display:inline-block;
	width: 227px;
	height: 23px;
	background: url("images/b_studio.gif") no-repeat 0 0;
	margin-bottom:1px;
	}
#b_studio:hover {
	background-position: 0 1px;
	}
	
#b_studio span {
	display:none;
	}

#b_family {
	display:inline-block;
	width: 227px;
	height: 23px;
	background: url("images/b_family.gif") no-repeat 0 0;
	margin-bottom:1px;
	}
#b_family:hover {
	background-position: 0 1px;
	}
	
#b_family span {
	display:none;
	}
	
#t_about {
	display:inline-block;
	width: 135px;
	height: 117px;
	background: url("images/t_about.gif") no-repeat 0 0;
	}
#t_about:hover {
	background-position: 0 -117px;
	}
	
#t_about span {
	display:none;
	}

#t_services {
	display:inline-block;
	width: 123px;
	height: 117px;
	background: url("images/t_services.gif") no-repeat 0 0;
	}
#t_services:hover {
	background-position: 0 -117px;
	}
	
#t_services span {
	display:none;
	}
#gallery{
	width:100%;
	height:600px;
	margin:0;
	padding:0;
	}
	
#gallery tr td {
	margin:0;
	padding:0;
	}
	
#gallery #gal_title {
	display:inline-block;
	height:318px;
	width:272px;
	text-align:left;
	padding-top:282px;
	}
#gal_title a {
	color:#fff;
	margin-left:50px;}
