@charset "UTF-8";

/* Colour List

Red:			#a8334f
Light Cream: 	#f7f7ea (background)
Mid Cream: 		#f3f1dd (navigation)
Dark Cream:		#ece4ca (header)
Light Grey:		#666666 (text / top bar)
Mid Grey:		#4b4b4b (text highlights)
Dark Grey:		#333333 (strong text)

*/


body {
	background-color: #f7f7ea;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
}

#topbar {
	height: 20px;
	background-color: #666666;
}

#header {
	height: 125px;
	width: 780px;
	position: absolute;
	top: 20px;
	left: -390px;
	margin-left: 50%;
	background-image: url(../images/imagebanner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#header #logo {
	width: 290px;
	height: 25px;
	padding-top: 95px;
	top: 0px;
	left: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	float: left;
	text-align: center;
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0px;
}

#navigation {
	position: absolute;
	top: 145px;
	width: 100%;
	background-color: #f3f1dd;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 0.9em;
}

#navigation #paypal {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4b4b4b;
	border-right: solid 1px #fbfaf4;
	border-left: solid 1px #e3d9b0;
	margin: 0px;
	text-decoration: none;
}

#navigation #first {
	border-left: none;
}

.basket {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4b4b4b;
	margin: 0px;
	text-decoration: none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #e3d9b0;
	background-color: #f3f1dd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
	cursor: pointer;
}

#navigation a:hover {
	color: #000000;
	background-color: #f5f4e3;
}

#content {
	position: absolute;
	width: 780px;
	top: 190px;
	left: -390px;
	margin-left: 50%;
	padding: 0px;
	margin-top: 1.8em;
}

#content p {
	text-align: left;
	line-height: 1.8em;
	font-size: 0.75em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 1.8em;
}

.tabletext {
	text-align: left;
	font-size: 0.75em;
	color: #666666;
	line-height: 1.8em;
}

#content a {
	text-decoration: none;
	color: #a8334f;
}

#content a:hover {
	color: #333333;
}

#content p a:hover {
	border-bottom: solid 1px #a8334f;
}

#content h1 {
	text-align: left;
	line-height: 1.8em;
	font-size: 0.8em;
	margin-bottom: 0px;
}

#content h2 {
	text-align: left;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #a8334f;
	margin-bottom: 0.45em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content #title {
	margin-bottom: 10px;
}

#content strong {
	color: #333333;
}

#content #homepanel {
	float: right;
	width: 320px;
	margin-left: 34px;
	padding-left: 35px;
	border-left: dashed 1px #999999;
}

#content ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: inside;
}

#content li {
	float: left;
	width: 350px;
	line-height: 1.8em;
	font-size: 0.75em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 1.8em;
	list-style: none;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.8em;
	padding-top: 1.8em;
	padding-bottom: 0.9em;
}

#footer a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #4b4b4b;
}

#footer a:hover {
	color: #a8334f;
}

#thumb {
	background-color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
}

#thumbcontainer1, #thumbcontainer234 {
	width: 186px;
	float: left;
	text-align: center;
	height: 190px;
	color: #444444;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 20px;
}

#thumbcontainer234 {
	margin-left: 12px;
}

#content #print {
	background-color: #FFFFFF;
	padding: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.textfield {
	width: 350px;
	padding: 3px;
	margin: 2px;
	color: #666666;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
	height: auto;
}

.textarea {
	width: 606px;
	height: 125px;
	max-width: 606px;
	max-height: 250px;
	padding: 0px;
	margin: 2px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
}

.sendbutton {
	width: 100px;
	padding: 3px;
	margin: 2px;
	color: #a8334f;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
	cursor: pointer;
	margin-bottom: 1.8em;
}

.buyprint {
	color: #a8334f;
	font-size: 0.75em;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECE4CA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #ECE4CA;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	cursor: pointer;
	margin-bottom: 1.8em;
}

