/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
} 

/* FireFox outline click */
a {
	outline: none;
}
 
#wrapper{ 
    width:980px; 
    margin: 0 auto;
	text-align: left;
  
} 
 
#header{
	position:relative;
	height:145px;
	width:980px;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
 width:; 
	width: 980px;
 }
 
#footer{
	height:40px;
	background-color:#FFFFFF;
	clear:both;


	width: 980px;


	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 

} 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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





/* ADDED */

/* NAVIGATION USING EE CATEGORIES ADDS ul class="nav_categories" */

ul#nav_categories {
	padding: 0px;
	margin: 0px;
}



/* ADDED */

/* NEW HOME PAGE GALLERY BUTTONS TO ENABLE LIVE HEADINGS, etc */


.home-gallery-btn {
	display: block;
	
	height: 140px;
	width: 140px;

}

.home-gallery-btn h3  {
	font-size: 18px;
	text-decoration: none;
	font-family: Georgia;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	
	/*
	background: #000;
	opacity: 0.1;
	filter:alpha(opacity=10)
	*/
	
	padding: 4px 0 -20px 8px;
}

td ul#nav_categories.nav_categories li  {
    list-style: none;
	margin: 0px;
	padding: 0px;
}



a.arts {
	background-image: url(../images/homepage_buttons/arts_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
}

a.wed {
	background-image: url(../images/homepage_buttons/wed_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
}

a.advert {
	background-image: url(../images/homepage_buttons/advert_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
}

a.install {
	background-image: url(../images/homepage_buttons/install_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
}

a.portrait {
	background-image: url(../images/homepage_buttons/portrait_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
}

a:hover.portrait, a:hover.install, a:hover.advert, a:hover.wed, a:hover.arts, a:hover.archive, a:hover.archiveNEW {
	background-position-y: bottom;
}

a:visited.portrait, a:visited.install, a:visited.advert, a:visited.wed, a:visited.arts, a:visited.archive, a:visited.archiveNEW {
	text-decoration: none;
}

/* ARCHIVE HOMEPAGE BUTTON */

a.archive {
	background-image: url(../images/homepage_buttons/archive_btn.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
	
	width: 455px;
}

a.archiveNEW {
	background-image: url(../images/homepage_buttons/archive_btn-NEW.jpg);
	background-repeat: none;
	background-position-x: center;
	background-position-y: top;
	
	width: 455px;
}


.home-gallery-btn h3.archive {
background: red;
}

.home-gallery-btn p {
	font-size: 13px;
	text-decoration: none;
	font-family: Georgia;
	color: #FFF;
	line-height: 15px;	
	
	padding-left: 8px;
	width: 285px;

}

/* ARCHIVE ADMIN */

p.adminInfo {
	margin: 0px;
	padding: 0px;
	
	font-size: 10px;	
}

/* PAGINATION */
#pagination {
	float: left;
	clear: both;
	
	width: 100%;
	
	margin: 0 0 16px 0;
	
	font-size: 10px;
}

#pagination a {
	font-size: 10px;
	text-decoration: none;
}

/* ADDED 23-09-09 */
/* WEDDING ORDER FORM */

#orderForm {
	margin-bottom: 72px;
	padding-bottom: 24px;
	border-bottom: 1px solid #CCC;
	display: none;
}

#form-left {float: left; width: 50%;}

#form-right{float: left; width: 45%; margin-left: 20px;}

#orderFormToggle {

	width: 100%;
	margin-bottom: 24px;
}






