/* CSS Document */

/********* Border Colours ***********/
/*
	light grey border colour: #c9c7c7
	dark grey border colour: #6f6868
	light blue border colour: #B1AFC7
	dark blue border colour: #365388
	black border
*/
/************************************/

/*------ Page Layout ------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:68.75%;
	background-color:#D3DCE4;
	margin:0;
}


p {
	margin:6px 0;	
}

body#newWin {
	background-color:white;
	margin:0;	
}

/* Page layout elements */
#container {
	width:902px;
	height:100%;
	margin: 0 auto;	
}

#top {		
	height:100%;
	overflow:auto;	
	border-bottom:4px solid #6f6868;
	padding:4px;
}

#topNav {	
	margin:0;
	padding:0;	
}

#topNav li {
	display:inline;
}

#banner {
	width:900px;
	height:100px;
	background-image:url('../images/banner.jpg');
	border:1px solid black;
}

/* Main is used for one column layouts, or three column layouts */

#main {
	height:100%;
	overflow:auto;	
	width:auto;
	margin-bottom:6px;	
	padding:8px;
	background-color:#E1E7EC;
}

/* Navigation */
#navContainer {
	width:902px;
	height:100%;
	background-color:#808080;
}

#nav, #nav ul {
	margin: 0 auto;
	padding:0;
	width:auto;
	height:100%;
	overflow:hidden;
	/*width:840px;*/
	width:695px;

}

#nav li {
	float:left;
	text-align:center;
	background-color:#808080;
	list-style-type:none;
}

#nav a {
	display:block;
	width:115px;
	height:54px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-position:0 1px;	
	background-repeat:no-repeat;
}

#nav a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#nav a.item1 {
	background-image:url(../images/navHomeOff.gif);
}

#nav a.item1:hover {
	background-image:url(../images/navHomeOn.gif);
}

#nav a.item2 {
	background-image:url(../images/navBasketOff.gif);
}

#nav a.item2:hover {
	background-image:url(../images/navBasketOn.gif);
}

#nav a.item3 {
	background-image:url(../images/navPricesOff.gif);
}

#nav a.item3:hover {
	background-image:url(../images/navPricesOn.gif);
}

#nav a.item4 {
	background-image:url(../images/navGalleryOff.gif);
}

#nav a.item4:hover {
	background-image:url(../images/navGalleryOn.gif);
}

#nav a.item5 {
	background-image:url(../images/navTestimonialsOff.gif);
}

#nav a.item5:hover {
	background-image:url(../images/navTestimonialsOn.gif);
}

#nav a.item6 {
	background-image:url(../images/navContactOff.gif);
}

#nav a.item6:hover {
	background-image:url(../images/navContactOn.gif);
}

#nav a.item7 {
	background-image:url(../images/navShopOff.gif);
}

#nav a.item7:hover {
	background-image:url(../images/navShopOn.gif);
}

#nav a.item8 {
	background-image:url(../images/navProofOff.gif);
}

#nav a.item8:hover {
	background-image:url(../images/navProofOn.gif);
}


/* The admin navigation */
#admin_nav {
	margin:0;
	padding:0;
	list-style-type:none;
	height:100%;
	overflow:auto;
	clear:both;
	margin-bottom:4px;
	font:110% Arial, Helvetica, sans-serif;
}

#admin_nav li {
	float:left;
	display:block;
	margin-right:5px;	
}

#admin_nav a {	
	display:block;
	border-bottom:1px dotted #6f6868;	
	text-decoration:none;
	margin:3px;	
}

#admin_nav a:hover {	
	display:block;	
	color:#000000;
	margin:3px;	
}
/* End admin navigation */


/* In a two column layout, is the first column */
#col1 {
	width:207px;
	height:100%;
	overflow:auto;
	border-left:1px solid #c9c7c7;
	border-top:1px solid #c9c7c7;
	border-right:1px solid #c9c7c7;
	border-bottom:1px dashed #c9c7c7;	
	float:left;	
	margin-right:4px;
	margin-bottom:3px;	
	background-color:#ffffff;
	padding:6px;
}

#col1 ul {
	margin-left:20px;
	padding:0;
}


#col1 li {
	margin-bottom:6px;
}

#col1 img {
	display:block;
	margin: 0 auto;
	border:1px solid #999;
}

#col2Container {
	float:left; 
	width:auto;	
	height:100%;
	overflow:auto;
	margin-bottom:3px;	
}

#col2 {
	width:659px;
	height:100%;
	float:left;
	background-color:#ffffff;
	border-left:1px solid #c9c7c7;
	border-top:1px solid #c9c7c7;
	border-right:1px solid #c9c7c7;
	border-bottom:1px dashed #c9c7c7;	
	margin-bottom:3px;
	padding:8px;	
}


#footer, #footer ul {		
	margin:0;
	padding:0;
	list-style-type:none;
	width:902px;
	height:50px;
	text-align:center;
	clear:both;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	border-top:1px dashed #c9c7c7;
	display:block;	
}

#footer li {
	display:inline;
	padding:4px;
}

#footer a {
	color:#170747;
}

#footer a:hover {
	text-decoration:none;
}
/*------ End Page Layout ------*/

/*------ Links ------*/
a {
	color:#1C325B;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#1C325B;
	text-decoration:underline;
}
/*------ End Links ------*/

/*------ Headings ------*/
h1 {
	background-color:#C2C0DA;
	font-size:150%;	
	border:1px solid #A9A6CA;			
	margin-top:2px;
	margin-bottom:3px;
	padding:4px;		
}

h2 {
	font-size:130%;
	padding:6px 6px 6px 0;
	border-bottom:1px dotted #333399;
	color:black;
	margin:0 0 5px 0;
}

h2 span {
	font-size:85%;
}


h2.alt {
	font-size:130%;
	background-color:#DF8282;
	color:#3333CC;
	border:0;
	border-top:1px solid white;
	padding:6px;
	margin:10px;	
}

h3 {
	font-size:120%;
	margin:0;
	padding:6px 0 4px 0;
}

h4 {
	font-size:110%;
}

/*------ End Headers ------*/

/*------ Page Specific Containers ------*/
/* The home page */
.homeImgContainer {
	float:left; 
	text-align:center; 
	width:211px; 
	height:100%; 
	padding:4px;	
}

.homeImgContainer h3 {
	margin:0;
	padding:0;	
}

#homeImgesContainer {
	width:657px;
	height:100%;
	overflow:auto;	
	clear:both;	
}

#homeImgesContainer p {
	margin:2px;
	padding:0;
}

#homeImgesContainer img, #homeCol1 img, #galleryImgesContainer img {
	width:200px;
	height:150px;
	border:1px solid black;
}

/* The Gallery */
#galleryImgesContainer {
	width:642px;
	height:100%;
	overflow:auto;
	margin:0 auto;
	clear:both;	
}

#galleryImgesContainer p {
	width:100%;
	margin:2px;
	padding:0;
	text-align:center;
}

.galleryImgContainer {
	float:left; 
	text-align:center; 
	width:200px; 
	height:auto; 
	padding:6px;	
}

.galleryImgContainer img {
	border:2px solid #1C325B;	
}

.galleryImgContainer label {
	clear:both;
}

.galleryRow {
	height:100%; 
	overflow:auto; 
	border-bottom:1px solid #c9c7c7;  
	margin-bottom:5px;
}

/* The Testimonials Page */
.testimonialContainer {
	margin:0 auto;
	padding:6px;
	background-color:#ECEFF2;
	border:1px solid #B1AFC7;
	line-height:20px;
	width:auto;
	height:auto;
}

/* The Contact Page */
#contactImgsHolder {
	width:256px; 
	float:left; 	
	height:600px;
}

#contactDetails {
	margin:0;
	padding:0;
}

#contactDetails  li {
	list-style-type:none;
}

#contactImgsHolder img {
	margin:3px;
	border:1px solid #6f6868;
}

/* The fonts sample new window */
.fontContainer {
	width:199px; 
	height:100%;
	overflow:auto;
	margin:8px;
	float:left;
}

.fontContainer p {
	margin-top:2px;
	text-align:center;
	color:#993333;
}

.fontContainer img {
	width:199px; 
	height:46px;
}
/*------ End Page Specific Containers ------*/

/*------ General Formatting ------*/

.imgFloatContainer {
	width:260px;
	height:auto;
	overflow:auto;		
}

.imgFloat {
	float:left;	
	width:110px;
	height:auto;
	margin-bottom:3px;	
	text-align:center;	
}

.imgFloat img {
	clear:both;
	display:block;
	margin:0 auto;
	border:1px solid #365388;
	width:100px;
	height:80px;	
}

.imgFloat span {
	text-align:center;
	width:100px;
	color:#993333;
	display:block;
	margin:0 auto;	
}

.imgOn {
	border:1px solid red; 
}

.imgOff {
	border:1px solid #6f6868; 
}

.emphasis {
	color:#993333;
}

#newWin .sliderImage {
	border:1px solid black;
}

#imageSlider .sliderImage {
	border-left:1px solid black;
	border-right:1px solid black;
}

#newWin p {
	text-align:center;
	margin-top:10px;
}

.clearBothBorder {
	border-top: 1px solid #c9c7c7;
	margin:8px 0;
}

.header {
	font-weight:bold;
	height:100%;
	overflow:auto;
	background-color:#8F8F8F;
	border-bottom:1px solid #6f6868;
	color:#eeeeee;
	padding:0.25em;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

.clearBoth {
	clear:both;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color:#FFFFCC;
	visibility: hidden;
	z-index: 100;
	color:black;
}

#dhtmltooltip ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
/*------ End General Formatting ------*/

/*------ Forms ------*/
.defaultButton {
	background-image:url(../images/defaultButtonBg.gif);	
	font-weight:bold;
	font-size:1em;
	border:1px solid #CFCFCF;
	color:#333333;
}

.createProofButton, .modifyProofButton {
	background-color:red;
	display:block;	
	padding:8px;
	border:1px solid #CC0000;
	color:white;
	font-weight:bold;
	margin:5px;
}

.addProof {
	background-color:#0033CC;
	display:block;	
	padding:8px;
	border:1px solid #006699;
	color:white;
	font-weight:bold;
	margin:5px;
}

a.defaultButton {
	padding:4px;
	display:block;
	width:100px;	
	overflow:auto;			
	margin:0 auto;
}

a.defaultButton:hover {
	padding:4px;	
	text-decoration:none;		
}


#contactForm {
	overflow:auto;
	width:417px;		
	margin:20px 20px 20px 10px;
	background:#EEEEEE;
	border:1px dotted #999;
	padding:15px 0 0 0;
	float:left;		
}

#contactPic {
	float:left; 
	width:202px; 
	height:100%; 
	overflow:auto;
	margin-top:20px;
}

#contactPic img {	
	border:1px solid #999;
}

#contactForm label {
	clear:both;	
	float:none;
}

#contactForm fieldset {
	border:0;
}

#contactForm  .textBox, .textBoxFocus {
	width:355px;
}

#loginForm, #register {
	margin-left:30px;	
}

#addCat label, #loginForm label {
	width:10em;
}

label {
	width:25em;
	display:block;
	float:left;
	color:#993333;
}

.row {
	margin:4px;
	margin-bottom:13px;
	height:100%;
	overflow:auto;
}

.textBox {	
	color:#666666;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CFCFCF;
	background-color:#fff;
}

.disabled {	
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

textarea.textBox {
	height:150px;
}

#pricesForm {
	width:auto;
	margin:0 auto;	
}

.pricesContainer {
	width:274px;
	float:left;
	height:52em;	
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #c9c7c7;
	margin:3px;
	padding:6px;
}

/* Make width em in case font size increases */
#add fieldset {
	border:1px dotted #6f6868;
	margin:3px;
	padding:4px;
	width:45em;
}

#edit img {
	border:1px solid black;
}

#useredit fieldset {
	border:1px dotted #6f6868;
	margin:3px;
	padding:4px;
	width:auto;
}

#create fieldset {
	border:1px dotted #6f6868;
	margin:3px;
	padding:4px;
	width:30em;
}

#useredit label, #useredit .col1, #useredit .col2, #create label, #register label {
	width:15em;
}

#useredit .col1, #useredit .col2 {
	float:left;
}

#useredit .col2 {
	font-weight:bold;
}

/* Make width em in case font size increases */
#edit fieldset {
	border:1px dotted #6f6868;
	margin:3px;
	padding:4px;
	width:30em;
}

#edit fieldset #caption {
	width:200px;
}

.paypal_form {
	margin:0; 
	padding:0
}

.paypal_form fieldset {
	margin:0;
	padding:0;
	border:0;
}
/*------ End Forms ------*/

/*------ The Admin Centre page ------*/
#updateUserLevel {
	width:440px; 
	height:40px;
	margin-bottom:20px;
}

#updateUserLevel .column1 {
	width:150px;
	display:block;	
	float:left;
}

#updateUserLevel .column2 {
	width:200px;
	display:block;
	float:left;
}

#delInactive {
	width:250px;
	height:100%;
	overflow:auto;
	margin-bottom:10px;	
}

#delInactive .column1 {
	width:50px;
	height:20px;
	float:left;
}

#delInactive .column2 {
	width:200px;
	height:20px;
	float:left;
}

#bannedUsr {
	width:43em;
	height:100%;
	overflow:auto;
	margin-bottom:10px;	
}

#bannedUsr .row {
	border-bottom:1px solid #c9c7c7;
}	

#bannedUsr .column1 {
	width:20em;	
	float:left;
	margin-bottom:3px;
}

#bannedUsr .column2 {
	width:20em;	
	float:left;
	margin-bottom:3px;
}

#users {
	height:100%;
	overflow:auto;
	padding:3px;
	margin-bottom:10px;
}

#delUser, #banUser, #delBannedUser {
	height:100%;
	margin-bottom:10px;
	overflow:auto;
}

#delUser label, #banUser label, #delBannedUser label {
	width:10em;
}
/*------ End Admin Centre ------*/


/*#text2, #text3, #text4 {
	visibility:hidden;
}*/

#messageContainer {
	 width:270px; 
	 margin:0 auto;
}

#messageContainer .row {
	height:auto;
}

#messageContainer label {	
	width:50px;
}

#messageContainer .textBox {	
	width:180px;

}

#buyLink {
	color:#000099;
	font-size:150%;
	font-weight:bold;	
	font-size:150%;
	text-align:left;
	padding-left:45px;
	padding-top:10px;
	background:url(../images/shopping_basket_icon.jpg) no-repeat;
	display:block;
	height:30px;
	border:0;
}

#mycarousel img {
	border:0;		
}

#mycarousel a {
	text-decoration:none;	
}