
/* Layout Stylesheet */ 

*
{
	margin: 0px;
	padding: 0px;
}

table
{
	background-color: #FFF;
}

body
{
	color: #333;
	background: #E84AD9;
	font-size: 62.75%;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#wrapper-wrapper
{
	width: 800px;
	float: left;
	display: block;
	background-image: url(img/faux_columns.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#home-wrapper
{
	width: 800px;
	float: left;
	display: block;
	background-image: url(img/home-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}


#wrapper
{
	width: 800px;
	float: left;
	display: block;
	background-image: url(img/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-col
{
	width: 230px;
	float: left;
}

#nav-col h1
{
	width: 230px;
	height: 155px;
	display: block;
	background-image: url(img/film_can.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -8000px;
	line-height: 1px;
}

div#nav-col ul
{
	width: 150px;
	display: block;
	margin: 0 0 0 45px;
}

div#nav-col li
{
	font-size: 1em;
	line-height: 2.6em;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url(img/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

div#nav-col li a:link
{
	color: #FFF;
	background: transparent;
	text-decoration: none;
}

div#nav-col li a:visited
{
	color: #FFF;
	text-decoration: none;
	background: transparent;
}

div#nav-col li a:hover
{
	color: #FFF;
	text-decoration: underline;
	background: transparent;
}

div#nav-col li a:active
{
	color: #FFF;
	text-decoration: underline;
	background: transparent;
}


div#nav-col h5 { padding: 60px 0 0 45px; }


div#nav-col  p
{
	color: #FFF;
	padding: 0 0 0 45px;
	background: transparent;
}


#content-col
{
	width: 544px;
	float: left;
	margin: 0 0 100px 0;
}

#content-col h2
{
	width: 544px;
	height: 121px;
	float: left;
	display: block;
	text-indent: -8000px;
	background-image: url(img/fof_home_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 20px 0;
}

#content-wrapper
{
	width: 490px;
	float: left;
	display: inline;
	clear: left;
	margin: 0 0 0 20px;
	padding: 0;
}







#home-content-wrapper
{
	width: 490px;
	float: left;
	display: inline;
	clear: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#home-content-wrapper h3
{
	display: block;
	text-align: center;
	margin: 30px 0 0 0;
}

#home-content-wrapper h4
{
	color: #E84AD9;
	display: block;
	text-align: center;
	}


#home-content-wrapper h5
{
	color: #E84AD9;
	display: block;
	text-align: center;
	}







/*   MENU SYSTEM   */



#sub-nav-col
{
	width: 24px;
	height: 540px;
	float: left;
	background: url(img/sub_nav_strip.jpg) -24px 0px no-repeat;
}       

#sub-nav-col ul
{
	width: 24px;
	height: 540px;
	background: url(img/sub_nav_strip.jpg) -24px 0 no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
}

#sub-nav-col ul li
{
	list-style: none;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

#sub-nav-col a
{
	width: 23px;
	height: 100%;
	display: block;
}

#sub-nav-col ul li a
{
	text-indent: -9999px;
	text-decoration: none;
}

#sub-nav-col ul li#services
{
	top: 0;
	left: 0;
	width: 24px;
	height: 166px;
}

#sub-nav-col ul li#weddings
{
	top: 166px;
	left: 0px;
	width: 24px;
	height: 92px;
}

#sub-nav-col ul li#shop
{
	top: 258px;
	left: 0px;
	width: 24px;
	height: 84px;
}

#sub-nav-col ul li#portfolio
{
	top: 342px;
	left: 0;
	width: 24px;
	height: 92px;
}

#sub-nav-col ul li#training
{
	top: 434px;
	left: 0px;
	width: 24px;
	height: 102px;
}












#sub-nav-col ul li#services a:hover
{
	top: 0;
	left: 0;
	width: 24px;
	height: 166px;
	background: url(img/sub_nav_strip.jpg) 0px 0px no-repeat;
}

#sub-nav-col ul li#weddings a:hover
{
	top: 166px;
	left: 0px;
	width: 24px;
	height: 92px;
	background: url(img/sub_nav_strip.jpg) 0px -166px no-repeat;
}

#sub-nav-col ul li#shop a:hover
{
	top: 258px;
	left: 0px;
	width: 24px;
	height: 84px;
	background: url(img/sub_nav_strip.jpg) 0px -258px no-repeat;
}

#sub-nav-col ul li#portfolio a:hover
{
	top: 342px;
	left: 0;
	width: 24px;
	height: 92px;
	background: url(img/sub_nav_strip.jpg) 0px -342px no-repeat;
}

#sub-nav-col ul li#training a:hover
{
	top: 434px;
	left: 0px;
	width: 24px;
	height: 102px;
	background: url(img/sub_nav_strip.jpg) 0px -434px no-repeat;
}












#footer
{
	width: 774px;
	height: 53px;
	float: left;
	display: block;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#home-footer
{
	width: 774px;
	height: 53px;
	float: left;
	display: block;
	background-image: url(img/home-footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

/* typo styles */

h3
{
	color: #939;
	font-family: "gill sans" ,gill ,futura, Helvetica, arial, sans-serif;
	font-size: 2.0em;
	line-height: 1em;
	padding: 0 0 20px 0;
	font-style: normal;
	background: transparent;
}

h4
{
	color: #E84AD9;
	font-family: "gill sans",gill ,futura, Helvetica, arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	background: transparent;
	display: block;
	clear: left;
}

h5
{
	color: #E84AD9;
	font-family: "gill sans",gill ,futura, Helvetica, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	background: transparent;
}

p
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	background: transparent;
	text-align: justify;
}

.centered-text
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	background: transparent;
	text-align: center;
}

.small-text
{
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	background: transparent;
	text-align: justify;
	font-style: italic;
}

ul { margin: 0 0 10px 10px; }

li
{
	color: #333;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	background: transparent;
}


a:link
{
	color: #F39;
	background: transparent;
}


a:visited
{
	color: #F39;
	background: transparent;
}


a:hover
{
	color: #F39;
	background: transparent;
}


a:active
{
	color: #F39;
	background: transparent;
}



.breadcrumbs
{
	clear: both;
	display: block;
}

/*  COLUMNS  */

#two-column-one
{
	width: 230px;
	float: left;
	display: block;
	margin: 0 15px 0 0;
}

#two-column-two
{
	width: 150px;
	float: left;
	display: block;
	margin: 0 0 0 0;
}


#three-column-one
{
	width: 150px;
	float: left;
	display: block;
	margin: 0 15px 0 0;
}

#three-column-two
{
	width: 150px;
	float: left;
	display: block;
	margin: 0 15px 0 0;
}

#three-column-three
{
	width: 150px;
	float: left;
	display: block;
}


/* CONTACT BOOKING FORMS STYLES */

form {
  font-size: 1.4em;
	width: 40em;
}


/* fieldset styling */
fieldset {
	width: 350px;
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
legend {
	color: #E84AD9;
	font-family: "gill sans",gill,futura,Helvetica,arial,sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	background: transparent;
	display: block;
	clear: left;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

#remember-me label {
  width: 4em;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}


textarea {
	width: 300px;
	height: 100px;
}





/* CONTACT ? BOOKING FORMS STYLES */


#formcolumn { width: 360px; }

#formfeilds
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

.formrow
{
	padding: 8px 0 6px 0;
	display: block;
	float: left;
}

.formrow-spacer { padding: 8px 0 1px 0; }

.formfield
{
	border: 1px solid #666;
	font: 12px/17px Verdana, Arial, sans-serif;
	color: #666;
	background-color: #FEF0F0;
	margin: 0;
	padding: 2px;
}

.formbutton
{
	font: 11px/17px Verdana, Arial, sans-serif;
	border: solid 1px black;
	color: black;
	padding: 3px 5px 3px 5px;
	margin: 2px 0 0 0;
	background-color: #eee;
}

.leftformcolumn
{
	width: 90px;
	float: left;
	margin: 0;
	padding: 0 0px 2px 0;
}

.leftformcolumn p
{
	margin: 0;
	padding: 3px 0 0 4px;
	font: 11px/17px Verdana, Arial, sans-serif;
	text-align: left;
}

.rightformcolumn
{
	width: 250px;
	float: right;
	margin: 0;
	padding: 0 0 2px 5px;
	font: 11px/17px Verdana, Arial, sans-serif;
}

.send-img
{
	padding: 5px 0 0 0;
	border-width: 0;
}



















.send-img
{
	padding: 5px 0 0 0;
	border-width: 0;
}


a.print-page
{
	padding: 0 0 0 20px;
	background-image: url(img/icon_printpage.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
a.email-to-friend
{
	padding: 0 0 0 20px;
	background-image: url(img/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

span.logo
{
	color: #f0f;
	font-style: italic;
	text-transform: lowercase;
}

.gallery-box
{
	float: left;
	display: block;
	margin: 0 2px 4px 0;
}

.gallery-box img { border: 0; }

/* ----- HACKS ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

