@charset "utf-8";
/* CSS Document */

body {
	text-align: center; 
	margin: 20px 0px; 
	padding: 0px; 
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;*/
	/*background: url(../images/paperBG.jpg);*/
	background-color: #fff;
}

a { 
  outline:none;
  color: #333;
  } /* Gets rid of Firefox's dotted borders */

a img { 
  border:none;
  } /* Gets rid of IE's blue borders */

#splashPageGraphic {
	margin: 15% auto;
}

/* home page --------------------------------------------------------------------------------*/

#pageContainerOuter {
	width: 830px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	/*border: 1px #000 solid;*/
}

#pageContainer {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 15px 15px 15px 80px;
	background-color: #ddd;
	/*border: 1px #000 solid;*/
}

#tinderLogo { 
	margin: 0 0 0 0;
	width: 250px; 
	height: 103px; 
}

#homePageImage {
	padding: 10px 200px 0 200px;
}

#homePageImage img {
	border: 1px solid #000;
}

#homePageText{
	padding: 10px 100px 0 100px;
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-size: 16px;
	line-height: 27px;	
}

.italics {
	font-style:italic;
}

.italicsColour {
	font-style:italic;
	color: #55A51C;
}

.smallText {
	font-size: 0.8em;
}

/* main navigation --------------------------------------------------------------------------------*/

#mainNavigation {
	margin: 40px 0 20px 100px;
}

#mainNavigation img {
	margin: 0px 30px 0px 20px;
}

/* footer text --------------------------------------------------------------------------------*/

#footerText {
	margin: 20px 0 0px 100px;
}

#footerText2 {
	margin: 0px 0 10px 305px;
}

/* shop page --------------------------------------------------------------------------------*/

.shopshut {
	font-size:14px;
	letter-spacing:0.3em;
	color: #800000;
}

.asfinal {
	font-size:14px;
	letter-spacing:0.3em;
}

.sale {
	margin: 0 0 0 30px;
	font-variant:small-caps;
	font-size: 1.5em;
	letter-spacing: 0.75em;
	color: #800000;
}

.highlight {
	color: #800000;
}

#alert {
	text-align: center;
	color: #000;
	margin: 0 0 0 -50px;
}

#alert p.blackText {
	color: #000;
}

#shopInfoText {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-size: 0.9em;
	padding: 20px 0px 0px 0px;
}

#productsList {
	position: relative;
	line-height: 20px;
	text-align: left;
	width: 650px;
	height: 517px;
	float: left;
	overflow: auto;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-left: 65px;
	/*border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;*/
}

.prodName {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-weight: bold;
	font-variant:small-caps;
	font-size:0.9em;
	height: 3em;
	padding: 0 0 0 0;
	}

.prodPrice {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-size:0.8em;
	color: #000;
}

#payPalBtn {
	padding: 0 0 0 0;
}

.smallCaps {
	font-size: 1.2em;
	font-variant:small-caps;
	letter-spacing: 0.2em;
	/*padding: 0 3px 0 3px;*/
}

#lastOne {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.9em;
	margin: -39px 0 0 60px;
}

/* svpply button --------------------------------------------------------------------------------*/

#svpply{
	padding: 2px 85px 0px 0px;
	float: right;
}

/* contact page --------------------------------------------------------------------------------*/

#contactPageText{
	padding: 10px 0px 0px 0px;
	text-align:center;
	line-height: 0.4em;
	font-family: "Courier New", Courier, "Times New Roman", monospace;
}

.itsInBold {
	font-weight:bold;
}

#contact-area {
	width: 600px;
	margin-top: 35px;
	position: relative;
	left: 80px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 290px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 61px;
	position: relative;
	left: 463px;
	border: 0px solid #CCC;
}

label {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}

/* shop policy --------------------------------------------------------------------------------*/

#shopPolicy {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	padding: 0px 200px 0 200px;
	font-variant:small-caps;
	font-size: 2em;
	font-weight:bold;
	letter-spacing: 0.5em;
}

#shopPolicyListOuter {
	padding: 0 0 0 0;
}

#shopPolicyList {
	position: relative;
	line-height: 20px;
	text-align: left;
	width: 700px;
	height: 493px;
	float: left;
	overflow: auto;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 40px;
	margin-left: 10px;
	/*border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;*/
}

#address p {
  font-style: italic;
  padding: 0 0 0 50px;
}

#shopPolicyText{
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	padding: 0px 80px 0 80px;
}

#shopPolicyText h2 {
	font-family: "Courier New", Courier, "Times New Roman", monospace;
	text-align: center;
	margin: 0 0 0 0;
	font-size: 1.2em;
	letter-spacing: 4px;
	font-variant:small-caps;
}

#shippingCharges {
	padding: 0 0 0 75px;
}

#shippingCharges ul li {
	list-style: none;
	padding: 0 0 3px 0;
}

/*CSS pop-ups*/

.thumbnail2 {
	position: relative;
}

.thumbnail2:hover{
	background-color: transparent;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;  
	padding: 5px;
	left: -1000px;
	border: 1px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 1px;
	background-color: #000;
	padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	z-index: 1000;
	visibility: visible;
	top: -210px;
	left: -397px; /*position where enlarged image should offset horizontally */
}

