@charset "UTF-8";
/*CLEAR DEFAULTS*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, p {
	margin:0;
	padding:0;
}
img {border:none;
}
/*LAYOUT ELEMENTS*/
body {
	font-family:Helvetica;
	font-size:100.01%;
	color:#000000;
	text-align:center;
	background-color:#FFFFFF;
	img-border:none;
}
#wrapper {
	width:1003PX;
	height:578px;
	text-align:left;
/*	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;*/
	margin:0 50px 0 50px;
	background-color:#FFFFFF;
	position:relative;/*allows items to positioned absolutely WITHIN THE WRAPPER*/
}
#header {
	width:903PX;
	height:94px;
}
#logo {
	width:193px;
	height:94px;
	float:left;
	background-image:url(_images/logo_large.jpg);
}
#login{
	width:151px;
	height:91px;
	float:right;
	margin-bottom:3px;
}
#loginTop {
	width:151px;
	height:15px;
	float:left;
	margin-top:47px;
}
#loginText {
	width:124px;
	height:10px;
	float:left;
	margin-top:2px;
	background-image:url(_images/login_text.jpg);
}
#loginButton {
	width:15px;
	height:15px;
	float:right;
	background-image:url(_images/login_button.jpg);
}
#loginInput {
	width:151px;
	height:26px;
	float:left;
	margin-top:3px;
}
#navigation a {
	display: block;
	float:left;
	height:19px;
	margin-top:37px;
}
#navigation span {
	display:none;
}
a:hover {
	text-decoration:blink;
	background-color:#888;
}
#navigation a:hover {
	background-position:0 -19px;
}
#navigation span {
	display:none;
}
#navigation .current {
	background-position:0 -19px;
}
ul {
	list-style:none;
}
li {
	float:left;
}
#navigation #home {
	width:60px;
	background-image:url(_images/home_button.jpg);
}
#weddings {
	width:105px;
	height:19px;
	background-image:url(_images/wedding_button.jpg);
}
#proms {
	width:75px;
	height:19px;
	background-image:url(_images/proms_button.jpg);
}
#portraits {
	width:90px;
	height:19px;
	background-image:url(_images/portraits_button.jpg);
}
#biography {
	width:110px;
	height:19px;
	background-image:url(_images/biography_button.jpg);
}
#contact {
	width:111px;
	height:19px;
	background-image:url(_images/contact_button.jpg);
}
#centreBlock {
	height:358px;
	width:903px;
	float:left;
	margin-top:20px;
}
#slideShows {
	height:358px;
	width:702px;
	float:left;
}
#contactInfo {
	height:358px;
	width:702px;
	float:left;
	background-image:url(_images/contact_text.jpg);
}
/*FOLLOWING SECTION FOR 3 COLUMN DEMO*/
#slideLeft {
	width:229px;
	height:358px;
	float:left;
	margin-right:8px;
	background-color:#CD167F;
}
#slideRight {
	width:229px;
	height:358px;
	float:right;
	background-color:#CD167F;
}
#slideCentre {
	height:358px;
	margin:0 237px;
	background-color:#CD167F;
}
/*END OF 3 COLUMN DEMO*/
#infoBlock {
	height:358px;
	width:193px;
	float:right;
	margin-left:8px;
	background-color:#5F5C5C;
}
#footer {
	width:904px;
	height:100px;
	float:left;
	margin-top:20px;
}
#email {
	width:184px;
	height:16px;
	float:right;
	display: block;
}
#emailContact {
	width:128px;
	height:18px;
	float:left;
	display: block;
	margin:71px 0 0 166px;
}
#sevenfive {
	width:91px;
	height:13px;
	float:left;
	margin-left:229px;
	margin-top:16px;
	display: block;
}
#line {
	width:904px;
	height:1px;
	float:left;
	background-color:#5F5C5C;
}
#address {
	width:702px;
	height:29px;
	float:left;
	margin-top:20px;
	background-image:url(_images/address_etc.jpg);
}
#one a {
	display: block;
	float:left;
	height:62px;
}
#one span {
	display:none;
}
#one a:hover {
	
}
#one span {
	display:none;
}
#one .current {

}
#images {
	height:358px;
	width:702px;
	float:left;
}
#mainImage {
	width:492px;
	height:358px;
	float:left;
	margin-right:8px
}
#gallery {
	height:358px;
	width:202px;
	float:right;
}
#one {
	width:202px; 
	height:62px;
	margin-top:8px;
	float:left;
}
#two {
	width:202px; 
	height:62px;
	margin-top:8px;
	float:left;
}
#three {
	width:202px; 
	height:62px;
	margin-top:8px;
	float:left;
}
#four {
	width:202px; 
	height:62px;
	margin-top:8px;
	float:left;
}
#five {
	width:202px; 
	height:62px;
	margin-top:8px;
	float:left;
}
#one #thumb1 {
	width:62px;
	background-repeat:no-repeat;
}
#thumb2 {
	width:62px;
	margin-left:8px;
}
#thumb3 {
	width:62px;
	margin-left:8px;
}


/*STYLE ELEMENTS*/
h1 {
	display:none;
}
h2 {
	color:#11175E;
	font-size:2.5em;
	margin:12px 12px 0 12px;
}
h3 {
	color:#11175E;
	font-size:1.9em;
	margin:0 12px 0 12px;
}
p {
	color:#11175E;
	font-size:0.9em;
	margin:4px 12px 12px 12px;

}
