*{margin: 0; padding: 0;}
html{overflow-y:scroll;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	color: #666666;
}

h1{ font-size:18px; color: #666666; font-weight:600;}
h1 a{color: #666666;}
h2{ font-size: 18px; color: #fff; font-weight:500;}
.album-title{ font-size: 16px; color: #666666;}

h3{ font-size: 14px; color:#0355a8;}
.blue-tag{ font-size: 16px; color:#0355a8; margin: 10px 0 0 0; }
.gallery-event-title{ font-size: 14px; color:#333333; margin: 10px 0 -5px 0;}


h4{ font-size: 11px; color:#333333;}

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

a{ color: #0355a8; text-decoration:none;}
a:hover{ color: #0355a8; text-decoration:underline;}

.clear{ clear: both; float: none; text-indent: -9999px;}


/*	
main container
*/

#container{
	width: 100%;
	margin: auto;
}

/*	
head
*/

#head{
	width: 100%;
	height: 140px;
	margin: auto;
	background-image:url(../images/head-back.jpg);
}

#head-info{
	width: 960px;
	margin: auto;
}

#logo{
	float: left;
	width: 298px;
	height: 93px;
	margin: 0 0 0 10px;
}

#login-button{
	float: left;
	width: 100px;
	height: 25px;
	margin: 50px 0 0 545px;
	_margin: 20px 0 0 545px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:100px;
	height:25px;
	float:right;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#ffffff;
	border: 1px solid #00adef;
	width:157px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	clear: both;
	float:right;
	overflow:hidden;
	position:relative;
	*position:absolute;	
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:6px;
	font-size:0.9em;	
	position:relative;
}

.loginboxinput{
	width:140px;
}

#loggedinbox{
	float: right;
	width: 230px;
	margin: 10px 0 0 405px;
	_margin: 20px 0 0 430px;
	text-align:right
}

#loggedinbox p{
	margin-top:13px;	
}


#viewbasket{
	width:90px;
	float:right;
	margin: -10px 0 0 0;
}

#viewbasket p{margin:12px 0 0 0;}
#viewbasket a{text-decoration:none; border:none; margin:0px;}
#viewbasket a:hover{}
/*	
buttons
*/

#buttons{
	float: left;
	width: 950px;
	margin: 15px 0 0 10px;
	font-size: 14px;
}

.menu{
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.menu ul{
	list-style-type: none;
}

.menu li{
	margin: 0;
	padding: 0;
	display:inline;
}

.menu a{
	float:left;
	margin-right: 20px;
	padding:0 10px 0 0;
	color:#333333;
	text-align: center;
	text-decoration:none;
	border-right: 2px solid #333333;
}

.menu #current a{ 	
	color: #0355a8;
}

.menu a:hover { 
	color: #0355a8;
}

body#home a#homenav,
body#about a#aboutnav,
body#gallery1 a#gallerynav,
body#news a#newsnav,
body#contact a#contactnav,
body#cart a#cartnav
{
	color: #0355a8;
}
/*	
content
*/

#content{
	width: 100%;
	margin: auto;
}

#content-info{
	width: 960px;
	margin: auto;
	min-height: 500px;
}

#content-inner{
	width: 960px;
	margin: auto;
	padding: 10px 10px 10px 10px;
}

/*	
events section on news and events page
*/

.events{
	float: left;
	width: 940px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #dddddd;
}

.events-image{
	float: left;
	width: 173px;
	height: 123px;
	margin: 0 10px 10px 0;
	border: #c8c8c8 solid 1px;
	padding:1px;
}

.events-image img{
	width: 171px;
	height: 121px;	
	border: #c8c8c8 solid 1px;
}

.events-text{
	float: left;
	width: 750px;
	margin: 0 0 0 0;
}

.event-date{ color: #444343; font-style:italic;}

#about-image{
	float: right;
	width: 202px;
	height: 152px;
	margin: 10px;
	padding:1px;	
	border: #c8c8c8 solid 1px;	
}

#about-image img{
	width: 200px;
	height: 150px;
	border: #c8c8c8 solid 1px;
}

/*	
galleries main page - album covers
*/

.album-cover{
	float: left;
	width: 310px;
	margin: 10px 10px 10px 0;
}

.album-cover a img{ text-decoration: none; border: none;}


.album-image{
	float: left;
	width: 309px;
	height: 219px;
	margin: 10px 0 0 0;
	padding:2px;	
	border: #c8c8c8 solid 1px;	
	text-align:center;
}

.album-image img{
	max-width: 309px;
	height: 219px;
	border: #c8c8c8 solid 10px;	
}

	
#back-button{
	float: right;
	width: 200px;
	height: 20px;
	margin: 0 20px 0 0;
	text-align:right;
}

#gallery-view{
	float: left;
	width: 200px;
	margin: -25px 0 0 300px;
	color: #333;
}

#gallery-view-img{
	float: left;
	width: 150px;
	margin: -28px 0 0 40px;
	_margin: -28px 0 0 20px;
}


#gallery-view a img{ text-decoration: none; border: none;}


/*	
gallery-section
*/

.gallery-event{
	float: left;
	width: 177px; 
	height: 182px;
	margin: 10px 50px 10px 0;
	padding: 0 0 0 4px;
	background-color:#d8d8d8;
}

.gallery-event-text{
	float: left;
	width: 163px;
	margin: 0 0 0 5px;
}

.gallery-event-image{
	float:left;
	text-align: center;
	width: 173px;
}
.gallery-event-image img{
	max-width: 173px;
	height: 122px;
	margin: 0 0 0 0;	
}


.gallery-event-image a img{ text-decoration:none; border:none;}

/*	
gallery-slideshow divs
*/

#large-img{
	float: left;
	width: 796px;
	height: 495px;
	margin: 0 0 10px 0;
	text-align:center;
}

#large-img a img{
	height: 493px;
	text-decoration: none;	
	border: #c8c8c8 solid 1px;
	padding:2px;
}


#image-scroller{
	float: left;
	width: 150px;
	height: 493px;
	margin: 0 0 0 10px;
	border: 1px solid #999999;
	text-align:center;
}

#share-box{
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
}

#share-box2{
	float: right;
	margin: 15px 0 10px 0;
}

#price{
	float: left;
	width: 130px;
	margin: 0 0 0 0;
}


/*	
galler-grid view divs
*/

#gallery{
	float: left;
	width: 960px;
	margin: 0 0 0 0;
}

.gallery-grid{
	float: left;
	width: 175px; 
	height: 200px;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 2px;
	border: 1px solid #d8d8d8;
}

.gallery-grid-text{
	float: left;
	width: 163px;
	margin: 0 0 0 5px;
}

.gallery-grid-image{
	text-align:center;
}
.gallery-grid-image img{
	max-width: 173px;
	height: 122px;
	margin: 2px 0 0 0;
}

.gallery-grid-image a img{ text-decoration:none; border:none;}
.price{ color: #0355a8; text-align:center;gallery-event-title}
.gallery-grid-title{ font-size: 14px; color:#333333; margin: 10px 0 -5px 0; text-align:center;}


#page-counter{
	float: right;
	width: 200px;
	margin: 0 25px 0 0;
	text-align:right;
	font-size: 11px;
}

#page-counter a{ font-size: 11px; text-decoration:none; color: #0355a8;}
#page-counter .selected{ font-size: 13px; font-weight:bold; text-decoration:none; color: #0355a8;}


/*	
buying page for photographs
*/

#left-side{
	float: left;
	width: 610px;
	margin: 25px 10px 0 0;
	text-align:center;
}

#left-side img{
	height:406px;
	border: #c8c8c8 solid 1px;
	padding:2px;
	
}

#right-side{
	float: left;
	width: 320px;
	margin: 5px 0 10px 0;
}

#buy-box{
	float: left;
	width: 290px;
	height: 174px;
	background-image:url(../images/buy-back.jpg);
	padding: 10px 10px 0 20px;
	color:#333;
}
#buy-box h1{
	color:#0355a8;
}
#buy-box .boxlabel{
	margin-left:0px;
}

#buy-box .boxselect{
	padding:2px;
	margin: 0 0 10px 0;
}

#buy-box option{
	padding:0px 5px;
	
}

.add_button{
	width:108px;
	height:26px;
	margin:10px 0 0 0;
	float:left;
}

#other-prints{
	float: left;
	width: 300px;
	height: 100px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 5px;
}

#favourites{
	float: left;
	width: 310px;
	margin: 0 0 0 0;
}

#favourites a img{ 
	border: none; 
	text-decoration: none; 
	width:97px; 
	height:83px; 
	border: 1px solid #d8d8d8;
	padding:1px;
}


/*	
large image and 2 section boxes on front page
*/

#top-section-left{
	float: left;
	width: 725px;
	margin: 10px 0 10px 0;
	_width: 715px;	
	_margin: 10px 0 0 0;


}

#top-section-right{
	float: left;
	width: 230px;
	margin: 10px 0 10px 0;
}

#large-image{
	float: left;
	width: 711px;
	height: 378px;
	margin: 0 0 0 8px;
	_margin: 0 0 0 0;
	text-align:center;
}
#large-image img{
	border: 1px solid #7093af;
	height: 378px;
	width: 708px;	

	
}

#book-photographer{
	float: left;
	width: 226px;
	height: 198px;
	margin: 0 0 5px 0;
	background-image:url(../images/photographer-back.jpg);
	_margin: 0 0 4px 2px;
}

.right-title{
	float: left;
	width: 226px;
	margin: 5px 0 0 0;
	text-align: center;
}

#blue-button{
	float: left;
	width: 100px;
	height: 25px;
	margin: 140px 0 0 115px;
	text-align: center;
	_margin: 140px 0 0 115px;
}

#blue-button a img{ text-decoration: none; border: none;}


#search-photos{
	float: left;
	width: 226px;
	height: 178px;
	margin: 0 0 0 0;
	background-image: url(../images/search-back.jpg);
	color: #2c2c2c;
	_margin: 0 0 0 2px;
	_background-repeat: no-repeat;
}

.search{ padding: 10px 10px 10px 10px; margin: 20px 0 0 0; *margin: 25px 0 0 0; _margin: 0 0 0 0; _padding: 0 2px 0 7px;}
#keyword{
	width:200px;
}

/*	
3 sections on front page
*/

.section{
	float: left;
	width: 300px;
	min-height: 200px;
	margin: 0 10px 0 10px;
	line-height: 18px;
	_margin: 0 10px 0 5px;
}

#image-tabs{
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
}

#image-tabs a img{
	border: none;
	width:72px;
	height:72px;
	margin:1px;
}

#news-head{
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #b2b2b2;
}

.date-title{ margin: 0 0 0 145px;}

#news-title{
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	line-height:12px;
}

.date{ float: right; text-align:right; margin: 0 20px 0 0; _margin: -12px 10px 0 0;}

/*
	Cart
*/
table fieldset{ border: none;}
table.striped img{border:none;}
table.striped{ border-collapse: collapse; clear: both; margin: 10px 10px 20px 10px; width: 720px;}
table.striped th{ color: #333; font-size: 14px; font-weight: bold; padding: 5px 10px 10px 10px; text-align: left; }
table.striped thead td{ font-size: 12px; font-weight: bold; padding: 5px 10px; }
table.striped td{ font-size: 12px; padding: 5px 10px; }
table.striped td ul{ margin: 0; padding: 5px 10px;}
table.striped td ul li{ list-style-type: none;}
table.striped td a{ color: #666; font-size: 12px; text-decoration: none;}
table.striped td a:hover{ color: #000; }
table.striped tr{ width: 900px;}
table.striped tr.a{ background: #eee; }
table.striped th.center { text-align: center; }
table.striped td.action{ text-align: center; padding: 0; width: 30px; cursor:pointer; }
table.striped td.product{ width: 100px; }
table.striped tr.sub_total{ border-top: 2px solid #0355a8; font-weight:bold; }

.emptybasket{
	float:left;
	margin: 10px 0 0 0;
}

/*
	Checkout stage 1
*/
#cart_stage ul{ 
	margin: 30px 0 30px 15px; 
	padding: 0;
}

#cart_stage ul li{
	background: #e8e8e8; 
	display: inline; 
	padding: 10px 15px;
}

#cart_stage ul li.selected{
	background: #00adef;
	color: #fff;
}

#small_left_col form, #small_right_col form{ margin: 0;}
#small_left_col{ float: left; margin: 0 40px 20px 15px; width:360px; padding: 0 0 0 0;}
#small_left_col img.express{ margin: 0 0 0 30px; }
#small_left_col hr{ border: none; border-bottom: 1px solid #eee; margin: 0 0 20px 0; width: 350px;}
#small_right_col{ float: left; margin: 0 0 20px 0; width:360px}
#small_right_col p.details, #small_left_col p.details, #small_right_col p, #small_left_col p{ padding: 0; }
#small_left_col img{ margin: 20px 0 0 0;}
#small_right_col h3, #small_left_col h3{ padding: 0;}
#small_right_col table.striped{ margin: 0; width: 330px;}

form.checkout{ margin: 0 0 0 10px;}
form.checkout fieldset{border: 1px solid #ccc; padding:15px 40px;}
form.checkout input{padding: 7px; margin: 0 0 10px 0; width: 260px; font-weight:bold;}
form.checkout select{background: #fff; border: 1px solid #7f9db9; padding: 7px; margin: 0 0 10px 0; width: 280px; font-weight:bold;}
form.checkout option{margin: 5px; }
form.checkout input#submit, form.checkout input#submit1{ background: #eee; border: 1px solid #666; color: #333; display: block; margin: 10px 0 0 0; padding: 8px 0; text-transform: capitalize; width: 280px; }

#errormessage{
	background-color: #eee; 
	border: 1px solid #00adef; 
	padding: 20px; 
	color:#000;	
	width:400px;
}

#errormessage2{
	background-color: #eee; 
	border: 1px solid #00adef; 
	padding: 20px; 
	color:#000;	
	width:322px;
}

/*
	orders
*/
table.orders_tbl{width:900px; margin-top:10px;}
table.orders_tbl td{padding:5px 5px;}
table.orders_tbl tr.head{ background: #9CF; }
table.orders_tbl th{font-weight:bold; text-align:left; font-size:14px; padding:5px 5px;}
table.orders_tbl tr.a{ background: #eee; }


/*
	Contact Us
*/
#contactusform{
	font-weight: bold;
	text-align:right;
	margin: 0;
	line-height: normal;
	display:inline;
}

#contactusform fieldset{
	border:none;
}
#contactusform .contactlabel{
	float: left;
	width: 80px;
	font-weight: bold;
	text-align:right;
	padding: 5px 10px 4px 0;
}

#contactusform .contactinput{
	margin-bottom: 10px;
	width:260px;
	height:25px;
	float:left;
	font-size:16px;
	font-weight:bold;
}

#contactusform .button{
	margin:10px 0 0 0;
	width:265px;
	height:35px;
	font-weight:bold;
	float:left;
	background: #eee; 
	border: 1px solid #666; 
	color: #333; 
	padding: 8px 0;
}

#contactusform p{
	margin: 5px 0 5px 0;
	float:left;
	text-align:left;
}

#contactusform textarea{
	width: 260px;
	height: 100px;
	float:left;
	font-weight:bold;	
}

#contactusform .boxes{
	width: 1em;
}

#contactusform #message2{
	display:none;
}

#contactusform br{
	clear: left;
}

/*	
footer
*/


#footer{
	background-image:url(../images/footer.jpg);
	width: 100%;
	height: 67px;
	margin: 10px 0 0 0;
}

#footcontent{
	width: 960px;
	margin: auto;
	padding: 5px 0 5px 0;
}

#foot-left{
	float: left;
	width: 810px;
	margin: 0 0 0 10px;
	_width: 800px;
}

#web-product {
	float: left;
}

#footright{
	float: left;
	text-align: right;
	width: 135px;
	padding: 10px 0 10px 0;
}


/*
Social network links
*/

.botlist{
	margin:0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.botlist li{
	display: inline;
	text-decoration: none;
}

.botlist li a {
	float: left;
	text-decoration:none;
	padding: 0 10px 0 0;
}

.botlist li a img{ color: #333; border: none; padding: 3px; }


/*
contact page divs
*/

#contact-left{
	float: left;
	width: 610px;
	margin: 10px 10px 0 0;
}

#contact-right{
	float: left;
	width: 300px;
	margin: 10px 0 10px 20px;
}




