﻿* {	/* Universal selector for all objects - individual rules can override this */
	margin: 0;
	padding: 0;
}

body {	
	background-image:url('bodybg.png');
	background-repeat: repeat-y; /* repeat in vertical direction */
	background-position: 50% 0%; /* centre horizontally */
	background-color: #d8d9da; /* to blend with edge of BG image */
	margin-top: 0px;
}

img {
	border: 0px none;
} 

#wrapper {	
	margin: auto;	/* Without this the body: text-align: center; doesn't work */
	width: 985px;	/* Sets the visible width of the page the BG image centre white part is 985px wide */	
}

#contents {
	background-color: #fff;
	height: 100%;
	
}


#navbar {
	width: 100%;	
	height: 32px; /* DON'T change this value - affects space beneath the navbar */
	padding-top: 12px; /* positions the links centred vertically on the bar */ 
	padding-bottom: 0px;
	border-top: 2px solid #fff;
	background-image:url('../images/menubar2a.png'); 
	background-repeat: repeat-x;
	text-align: left;	
}

.menuitem {
	/* DON'T set a fixed width for each item - this will make spacing uneven */

	text-align: center;
	display: inline-block;
	padding: 0px 28px; /* best way to space the menu items */

}

#header {
	height: 200px;
	background-image:url('../images/Webpage header 3.gif');
}

#logo {
	height: 100%;
}

#captionbar {
	margin: 30px 0px 10px 0px;
	text-align: center;
}


#leftcol {
	float: left;	
	margin: 10px;
}


#righttop {	
	float: right;
	padding: 0px 25px 0px 5px;	
	margin: 10px;
	width: 250px;
}

.thumbs {
	float: left;
	padding: 10px 0px 20px 15px;
}



#leftcol2 {
	float: left;	
	margin: 10px;
	width: 45%;	
}

#lefttop {
	text-align: center;
	width: 620px;
	float: left;
	padding: 20px 0px 0px 40px;
}

.leftbottom2 {
	height: 320px;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 20px;

}

.leftblock {
	height: 400px;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 20px;
}

#rightcol2 {	
	float: right;
	text-align: center;
	padding: 20px 5px 0px 5px;	
	margin: 10px;
	width: 45%;
}

.rightblocksml {
	height: 320px;
	padding: 0px 0px 20px 0px;
}

.rightblock {
	height: 400px;
	padding: 10px 0px 20px 0px;
}

.spacer {
	clear: both;
}


#pricebox {
	padding: 18px 0px 20px 0px;
}

#paypal {
	padding: 50px 0px 0px 0px;
}

#centrecol {
	margin: 10px 213px 0px 170px;
	padding-top: 10px;
}


#leftbottom {
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 20px;
	borderx: 1px solid #ccc;
	
}

#centremiddle {
	margin: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	height: 300px;
}

#centrebottom {
	margin: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	height: 100px;
}



#wholecol {
		margin: 30px 20px 20px 20px;
	padding: 0px 0px 0px 20px;

}



#bottombar {
	clear: both; /* positions footer below the 3 columns */
	margin: 30px;
	padding: 0px 0px 0px 0px;
}

#contact {
	padding-left: 20px;
} 

#footer {
	margin: 10px;
	height: 150px;
	border: 1px solid #ccc;
}

/* Pseudo classes 
The four links states are:
    a:link - a normal, unvisited link
    a:visited - a link the user has visited
    a:hover - a link when the user mouses over it
    a:active - a link the moment it is clicked
*/

#targetdiv {
	padding: 10px 0px 0px 30px;
}

#loadarea {
	text-align: center;
}

#control {
	clear: both;
}

#thumbnailsouter{
	padding: 20px 0px;
}


#thumbnails{
	text-align: center;
}


.thumb{
	padding: 0px 0px 10px 0px;
	margin: 10px;
	text-align: center;
	display: inline-block;

	borderx: 1px solid #ccc;
}


.pagecontent li {  
	margin-left: 30px;
	line-height: 2;
}

#hiddentext {
	color: #fff;
	font-size: 2pt;
}
