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

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

ul {
	list-style-type: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}

h4 { 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #0099cc;
	text-align: left;
	padding-top:10px;}

h5 { 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;}


p {
	line-height: 120%;
	padding-right: 25px;
	padding-top: 15px;
}

a {
	color: #999999;
	text-decoration: none;
}

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

.stuff a {
	color: #0099cc;
	text-decoration: none;
}

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

#customwork {
	padding-left: 50px;
	padding-right: 50px;
}

/* Banner/Drawer */
#drawer {
	text-align: center;
	padding-right: 10px;
}
/* End */


/* Navbar & Bullets */
#border {
	padding-top: 15px;
} 

#navtable1 {
	float: left;
	width: 160px;
	padding-left: 25px;	
}

#navtable1 ul {
	padding-left: 25px;
}

#navtable1 li {
	list-style-image: url(images/bullet1.jpg);
	text-align: left;
}

#navtable li {
	list-style-image: url(images/bullet3.jpg);
}

#navtable3 ul {
	padding-left: 25px;
	
}

#navtable3 li {
	text-align: left;
	list-style-image: url(images/bullet2.jpg);
}

#navdiv {
	font-weight: bold;
}

#navdiv a {
	margin-left: 4px;
}
/* End */


/* Tables for the actual buying of items */
#itemtables {
	width: 75%;
	text-align: center;
	float: right;
	padding-right: 15px;
}

#itemtables td {
	text-align: center;
}
/* End */

/* Background and alignment for itemtables */
#centeredtables {
	float: left;
	font-size: 15px;
	border: 2px solid;
	border-color: #000000;
	border-collapse: collapse;
}

#centeredtables td th tr {
	border: 2px solid;
}
/* End */


/* Where items are listed as catagories on the Jewelry page etc */
#itemcatagories {
	width: 65%;
}

#itemcatagories td {
	text-align: center;
}
/* End */

/* Welcome Picture and paragraph */
#welcome {
	margin: 25px;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
/* End */

/* Table on events page */
#eventstable {
	text-align: center;
	margin-top: 15px;
	margin-right: 10%;
	margin-left: 10%;
}

#eventstable table {
	
	border: 1px solid #ffffff;
}

#eventstable td {
	border: 1px solid #FF0000;
}

#eventstable th {
	border: 1px solid #990000;
}
/* End */

/* Copyright */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px;
	text-align: center; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 5px; /* .push must be the same height as .footer */
	text-align: center;
}
/* End */

/* Contact */
#contact {
	text-align: left;
}

#contact img {
	text-align: left;
	padding-left: 25px;
}
/*End */



