/* Page background */
* 
{
	padding:0;
	margin:0; 
} 
html {
	height:100%;
	margin: 1px;
}

/* Body settings */
body {

background:
	#AFAC9B
	url(background.gif)
	repeat-x
	0px 0px;
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 160%;
}


/* All link settings */
	a:link {color: #666666; text-decoration: none; font-weight: bold; }
	a:active {color: #666666; text-decoration: none; font-weight: bold; }
	a:visited {color: #666666; text-decoration: none; font-weight: bold; }
	a:hover {color: #ffffff; text-decoration: none; font-weight: bold; }


/* All images */
img { 
	border: none; 
}


/* Main content area box */
#content {
	width: 800px;
	margin: 0 auto;
	background-color:#000000;

}


/* Main content text */
.commenttext {
	text-align: left;
	width: 640px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}


/* Main content area footer for rounded box */
#footer {
	background: url(roundedbarbottom.gif)
	no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0px;		
	height: 17px;
}


/* Main content area footer text, ie copyright info*/
.footertextleft {
	margin-left: 80px;
	text-align: left;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
	float: left;
}

/* Main content area footer text, ie copyright info*/
.footertextright {
	margin-right: 80px;
	text-align: right;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
	float: right;
}


/* Main content text */
.contenttext {
	text-align: left;
	width: 640px;
	margin: 0 auto;
	padding: 5px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}


/* Content text titles */
#titletext {
	text-align: center;
	width: 640px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}

#tweet {
	background-image: url('twitterbackground.gif');
	width: 640px;
	margin: 0 auto;
	margin-top: 20px;
}

#tweetbottom {
	height: 13px;
	margin-bottom: 20px;
	margin-top: -1px;
}

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

#tweet li { 
	margin: 0; 
	padding: 0;
}

#tweetline {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
}


#tweet span.avatar {
	vertical-align: middle;
}

#tweet span.name {
	color: #ffffff;
}

#tweet span.said {
	color: #666666;
	font-weight: bold;
}

#tweet span.message {
	color: #ffffff;
}

#tweet span.twittertime a {
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#tweetloader{
	text-align: center;
}


/* Main text links default */
.links a {
	color: #666666;
	font-weight: bold;
}


/* Main text links visited */
#links  a:visited {
	color: #666666;
	font-weight: bold;

}


/* Main text links hover */
#links  a:hover {
	font-weight: bold;
	color: #FFFFFF;    
}


/* Main text links active */
#links  a:active {
	font-weight: bold;
	color: #FFFFFF;    
}


 
/* Lists */
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	display: inline;
	margin-left:50px;
	width: 10em;	
} 


/* Top banner gap fix*/
.toplogo {
	margin-bottom:0px;
	line-height: 0;
}


/* Main navigation bar*/
#navbar {
	margin: 0 auto;
	width: 800px;   
	border-top: solid #000000 1px;
	border-bottom: solid #666666 1px;
	background: #171717;
	line-height: 18px;
}


/* Main navigation bar list*/
#navbar ul {
	text-align: center;
}


/* Main navigation bar list layout*/
#navbar li {
	display: inline;
}


/* Main navigation bar text default*/
#navbar li a {
	padding: 0px 24px 0px 24px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


/* Main navigation bar text active */
#navbar .on {
	background: url(tablong.gif) no-repeat left top;
	background-position: center top;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	position:relative;
	bottom:-1px;
}


/* Main navigation bar text active text colour */
#navbar .on a {
	color: #ffffff;
}


/* Main navigation bar text hover*/
#navbar li a:hover {
		color: #ffffff; 
}


/* Secondary navigation bar*/
#secondarynavbar {
	margin: 0 auto;
	width: 800px; 
	height: 17px;  
	background: #000000;
}


/* Secondary navigation bar list*/
#secondarynavbar ul {
	text-align: center;
	margin: 0px 20px 0px 0px;

}


/* Secondary navigation bar list layout*/
#secondarynavbar li {
	display: inline;
}


/* Secondary navigation bar text default*/
#secondarynavbar li a {
	padding: 0px 36px 0px 11px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/* Secondary navigation bar text active */
#secondarynavbar .onsecondary {
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
}


/* Secondary navigation bar text active text colour */
#secondarynavbar .onsecondary a {
	color: #ffffff;
}


/* Secondary navigation bar text hover*/
#secondarynavbar li a:hover {
		color: #ffffff; 
}


/* Input box width control */
.inputbox { 
	width: 276px;
	height: 20px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color : #ffffff;  
	background-color : #000000; 
	border: 1px solid #666666; 
}


/* Input box width control */
.inputboxsmall { 
	width: 50px;
	height: 20px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color : #ffffff;  
	background-color : #000000; 
	border: 1px solid #666666;
	vertical-align: bottom;
}


/* Input box multi line */
.textarea { 
	width: 640px;
	height: 120px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color : #ffffff;  
	background-color : #000000; 
	border: 1px solid #666666; 
} 


/* Input button */
.select { 
	float: right;
	width: 70px;
	margin-left: 5px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color : #ffffff; 
	background-color : #000000; 
	border: 1px solid #666666;
}


/* Index page old news*/
.oldnews {
	text-align: right;
	margin-bottom:0px;
}


/* Image layout left */
#imgleft {
	float:left;
	margin:20px;
	margin-left:0px
}

/* Image layout right */
#imgright {
	float:right;
	margin:20px;
	margin-right:0px
}


/* Gallery browse*/
#gallerybrowse {
	text-align: left;
	width: 650px;
	margin: 0 auto;
}


/* Gallery browse*/
#gallerybrowsepaging {
	text-align: right;
	font-style:italic;
	font-size : 11px; 
}


/* Gallery main image*/
.galleryimage img {
	border : 1px solid #ffffff;
}


/* Gallery image container*/
.galleryimagecontainer {
	z-index: 1;
}


#gallerymainimage {
	position: relative;
	z-index: 2;
}



#gallerypreviousbutton {
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 2;
	display: none;
	text-align: right;
	background: url(http://www.afowler.co.uk/gallery/templates/afowler/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0.3;
}


#gallerypreviousbutton:hover {
	opacity: 1.0;
}


#gallerynextbutton {
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 2;
	display: none;
	text-align: left;
	background: url(http://www.afowler.co.uk/gallery/templates/afowler/previous.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0.40;
}


#gallerynextbutton:hover {
	opacity: 1.0;
}

#purchasebar {
	display:block;
}

#purchasing { 
	float: left;
	margin-left: 5px;

}

#checkoutbutton { 
	float: right; 
}


/* All thumbnails */
.thumbs img {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	border : 1px solid #666666;
}


/* All thumbnails */
.thumbs img:hover {
	border : 1px solid #ffffff;
}


/* Current thumbnail */
.current-thumbnail {
	border : 2px solid #ffffff;
}


/* Sales page image container */
.imageContainer {
	width: 640px;
	height: 150px;
	margin-top:15px;
}


/* Sales page image layout */
.imgsales 
	{
	float:left;
	margin-right:15px;
}


/* Links page link container */
.linkContainer {
	width: 676px;
	margin: 0 auto;
	height: 200px;
}


/* Links page link */
.LinkItem {
	float: left;
	padding: 0px;
	margin: 10px;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
}


/* Contact page message box header text */
.contact {
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
}


#slidingpanebuttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	display: none;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	background: url(http://www.afowler.co.uk/gallery/templates/afowler/slidingpanebuttonsbackground.png)no-repeat;
	background-position: bottom right;
}


#slidingpanebuttons a:link {
	opacity:0.3;
}

#slidingpanebuttons a:hover {
	opacity:1.0;
}

.showimageinfo {
	margin-top: 0px;
}

.showimagecomments {
	margin-top: 0px;
}

.showimagesales{
	margin-top: 0px;
}

#imagepurchase {
}


#imageexif {
	position: relative;
	display: block;
	height: 180px;
	width: 635px;
	text-align: left;
	border : 1px solid #666666;
	clear: both;
}


#imageexiftext {
	display: inline;
	float: right;
	width: 230px;
	text-align: right;	
	padding-right: 5px;
}


#histogram {
	position: absolute;
	bottom: -6px;
	display: inline;
	float: left;
}


#imagecomments {
	text-align: left;	
}


#imagesales {
	text-align: left;
}

#comments ul li { 
margin-bottom : 15px; 
}












#mainContainer {
	width:640px;
	margin:0 auto;
	text-align:left;
	background-color:#000000;
}
#leftColumn {
	width:400px;
	height:380px;
	float:left;
	border : 1px solid #666666;
}

#rightColumn {	
	width:230px;
	height:380px;
	float:right;
	background-color:#000000;
	border: 1px solid #666666;
}
#shopping_cart {
	margin:3px;
	padding:3px;
}
.clear{	
	clear:both;
}

.product_container{
	width:190px;
	margin-right:2px;
	float:left;
	margin-top:2px;
	padding:2px;
	font-weight:bold;
}

.sliding_product img{
	float:left;
	margin:2px;
}


























