@charset "utf-8";

/* Common Elements */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
    height: 95%;
}

A:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFCC;
}

A:hover {
	text-decoration: underline;
	color:#FFFFCC;
}

h1 {
	color:#680000;
	font-size: 20px;
	padding: 10px;
}


h2 {
	color:#000000;
	font-size: 30pt;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

h2.white {
	color:#ffffff;
}

h3 {
	color:#FFFFCC;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

h4 {
	color:#FFFFCC;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

#pagewrap {
	margin: 0px auto;
	width: 760px;
}

body {
	font-family:tahoma;
	background-color: black;
	background: url(../images/bg.jpg) repeat-y;
	background-position:center;
	}
#header {
	height:280px;
	width: 760px;
	clear: both;
	position: relative;
	background: url(../images/top-banner.jpg) no-repeat;
	background-position: top left;
}

#thicktabs{
	margin: 0;
	padding: 199px 0px 0px 185px;

}

#thicktabs li{
	display: inline;
	text-align: center;


}

#thicktabs li a{
	width: 115px;
	float: left;
	color: #000000;
	padding: 7px 0 0 0px;
	text-decoration: none;
	background: transparent url(../images/btn.gif) top left no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 22px;
	text-align: center;

}

#thicktabs li a#selected{
	color: #FFFFFF;
	background-image: url(../images/btn-sel.gif);
}

#thicktabs li a:visited{
	color: #000000;
}

#thicktabs li a:hover{
	color: #FFFFFF;
	background-image: url(../images/btn-sel.gif); /*background image swap on hover*/
}

#thicktabs li img {
	padding: 0px 10px 0px 4px;
	vertical-align: middle;
}


#mainContent {
	width: 760px;
	font-size: 10pt;
	height: 400px;
	background: url(../images/bg-gradient.gif) repeat-x;
	margin-top: 10px;
}

#footer {
	font-size: 9px;
	color: #000000;
	clear: both;
	width: 750px;
	text-align:right;
	padding:5px;
	margin: 0px auto;
	height: 90px;
	background: url(../images/bg-footer.jpg) no-repeat;
	background-position: 185px 20px;
	}


#copyright {
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 10px;
	float: right;
	color: #FFFFCC;
	margin: 20px;
}


.floatLeft {float:left;}
.floatRight {float:right;}
.aligncenter {text-align:center;}

p {
	margin-top:10px;
}

p.grey {
	color:#999999;
}

img {
border:none;
}


/* index.html */

#intro-text {
	width:400px;
	margin-left: 40px;
}

#categories {
	width:200px;
	padding-left: 30px;
	border-left: solid 1px #999999;
	margin-right: 10px;
}

#categories ul {
	list-style-type:square;
	color: #FFFFCC;
	list-style-position: inside;
}

#feature-box{
	width:360px;
	height:200px;
	background: url(../images/bg-feature-box.jpg) no-repeat;
	float: right;
	margin-top: 40px;
	padding: 5px 5px 5px 200px;
	background-position: 1px 1px;
	margin-right: 10px;
}

#feature-box p {
	color:#000000;
}

#schedule-box {
	width: 250px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border: 1px dotted #ffff00;
	margin: 10px;
	border-color: #FFFF00;
}

#links {
	width:135px;
	height:200px;
	margin-top: 40px;
	margin-left: 15px;
}

/* pages based off jewelry.dwt, new.dwt*/

#mainContent2 {
	width: 760px;
	font-size: 10pt;
	background:#000000;
	margin-top: 10px;
	min-height:400px;
}

#intro-text2 {
	width:740px;
	padding: 0 10px 0 10px;
}

#intro-text2 p {
	color:#FFFFCC;
}

#items {
width:740px;
padding: 10px 10px 0 10px;
color:#FFFFCC;
}

#items td {
border-top: solid 1px #333333;
padding:10px;
}

#items table {
border-collapse:collapse;
}

.bigtext {
	font-size:12pt;
	font-weight:bold;
}

/* contact-us.html */

#contact-us-form {
width:500px;
color:#FFFFCC;
}

.address{
	list-style:none;
	color:#FFFFCC;
	padding: 10px 0 0 10px;
	font-weight: bold;
}

div.row {
	clear: both;
	padding-top: 1px;
}
div.row span.label {
	float: left;
	width: 35%;
	text-align: right;
	padding-right:5%;

}
div.row span.formw {float: right; width: 60%; text-align: left;}

/* schedule.html */

#schedule td {
text-align:center;
}

/* pages based of jewelery.dwt (large image view)*/
#bigpicture{
margin-top:10px;
width:720px;
height:400px;
border: solid 1px #333333 ;
padding: 10px;
text-align:center;
}