/* core layout styles */

body {
	background-color: #3e3a36;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 800px; 
}

#container {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 800px;
	height: 550px;
	background-image: url(../images/border-top.png);
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}

#extras {
	float: right;
	width: 225px;
	height: 550px;
}

#content {
	float: left;
	width: 495px;
	padding: 36px 40px 30px 30px;
	height: 484px;
}

#clear {
	clear: both;
	background-image: url(../images/border-bottom.png);
	height: 5px;
	width: 800px;
}

/* End of core layout styles */

/* core visual styles */

p {
	color: #1a1919;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 18px 0;
}

h2 {
	font-family: "Bell Gothic Std", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 70px 0 18px 0;
	line-height: 150%;
	color: #1a1919;

}

h3 {
	font-family: "Bell Gothic Std", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	padding: 0 0 12px 0;
	color: #b31b34;

}

a {
	color: #3e3a36;
	text-decoration: none;
}

a:hover {
	color: #b31b34;
	text-decoration: underline;
}

/* end core visual styles */

/* Logo related */

/*#watermark {
	position: absolute;
	width: 115px;
	height: 317px;
	left: -115px;
	top: 100px;
	background-image: url(../images/background-watermark.png);
	background-repeat: no-repeat;
}*/

#logo {
	width: 197px;
}

#logo a {
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 46px;
	width: 197px;
	text-indent: -9999px;
	margin: 22px 0 0 6px;
}

/* End of logo */


/* Navigation */

#navigation {
	list-style: none;
	height: 160px;
	margin: 90px 0 0 0;
}

ul#navigation a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-position: 0 0;
	width: 215px;
	height: 32px;
}

ul#navigation a:hover {
	background-position: 0 32px;
}


#nav-ab {
	background-image: url(../images/nav-about.png);
}

#nav-ba {
	background-image: url(../images/nav-bodyart.png);
}

#nav-cl {
	background-image: url(../images/nav-clients.png);
}

#nav-ed {
	background-image: url(../images/nav-editorial.png);
}

#nav-we {
	background-image: url(../images/nav-weddings.png);
}

#nav-tv {
	background-image: url(../images/nav-filmtv.png);
}

#nav-te {
	background-image: url(../images/nav-testimonials.png);
}


/* End navigation */

/* Contact Details */
#contact {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	margin: 150px 0 0 4px;
	color: #1a1919;
}

#contact li {
	margin: 4px 0 0 0;
	padding: 1px 0 0 28px;

}

#phone {
	background-image: url(../images/p.png);
	background-repeat: no-repeat;
}

#email {
	background-image: url(../images/e.png);
	background-repeat: no-repeat;

}
/* End contact */

/* Page specific styles */

#testimonials {
	overflow-y: auto;
	height: 360px;
	padding: 0;
}

#testimonials p {
	padding-right: 20px;
}

#testimonials p em {
	display: block;
	width: 100%;
	border-bottom: black solid 1px;
	padding-bottom: 4px;
}

#film-tv {
	overflow: auto;
	height: 360px;
	padding: 0;
}

#film-tv p {
	padding-right: 20px;
	padding-bottom: 36px;
}

#content ul {
	color: #1a1919;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 18px 0;
}

#column-1 {
	float: left;
	width: 31%;
}

#column-2 {
	float: left;
	width: 32%;
	padding: 0 0 0 15px;
}

#column-3 {
	float: left;
	width: 31%;
	padding: 0 0 0 15px;
}