/* Style.css */
* {
	margin: 0px;
	padding: 0px;
}

html, body, head {
	background: #E3E3E3;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: none;
	padding: 0;
	border-spacing: 0;
}
a:link {
	color: #333399;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
}
a:visited {
	color: #333399;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
}
a:active {
	color: #333399;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
}
.indent {
	text-indent: 20px;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.pad {
	padding-left: 20px;
}

/* Logos */
#logo{
	width: 950px;
	height: 198px;
	margin: 5px auto 0;
	background: url(../images/top.jpg) no-repeat;
}
#subImage{
	width: 950px;
	height: 262px;
	margin: 0 auto;
	background: url(../images/subTop.jpg) no-repeat;
	text-align: right;
}

/* Navication */
#navigation{
	width: 950px;
	height: 32px;
	margin: 0 auto;
}
#navication #navTable{
	width: 950px;
}
#navigation #navTable .navC118{
	width: 118px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
}
#navigation #navTable .navC119{
	width: 119px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
}
#navigation .img118{
	width: 118px;
	height: 32px;
	border: none;
}
#navigation .img119{
	width: 119px;
	height: 32px;
	border: none;
}

/* Main Stuff */
#mainWrapper{
	width: 950px;
	clear: both;
	margin: 0 auto;
}

/* Left */
#left{
	width: 248px;
	float: left;
	margin: 0 auto;
	background: #888888;
}

/* #left > #leftTitle */
#leftTitle{
	width: 248px;
	height: 24px;
	background: #888888;
}
#leftTitle h4{
	padding: 3px 20px 0;
}

/* #left > #leftBody */
#leftBody{
	width: 248px;
	background: #AAAAAA;
	float: right;
	padding: 2px 0 10px 0;
}
#leftBody p, h2{
	margin: 0 7px 0px;
}
#leftBody ul {
	margin: 2px 25px;
}
#leftBody ol {
	margin: 2px 0;
}
#leftSide {
	margin: 0 10px;
	padding: 0 10px;
}
#leftSide .leftTab {
	margin: 0 10px;
	padding: 0 10px;
}

/* Right */
#right{
	width: 700px;
	clear: right;
	float: right;
	margin: 0 auto;
	background: #888888;
}

/* #right > #rightTitle */
#rightTitle{
	width: 700px;
	height: 24px;
	background: #888888;
}
#rightTitle h4{
	padding: 3px 20px 0;
}
#rightTitle a{
	line-height: 1;
}
#rightTitle a:hover{
	text-decoration: underline;
}
#rightTitle .breadcrumb {
	border: none;
	color: #000000;
	font-family: 'Trebuchet MS', 'Times New Roman', Arial;
	text-decoration: none;
}
#rightTitle .breadcrumb a:hover{
	text-decoration: underline;
}

/* #right > #rightBody */
#rightBody{
	width: 700px;
	background: #AAAAAA;
	padding: 15px 0 10px 0;
}
#rightBody p, h2{
	margin: 10px 10px 10px;
}
#rightBody ul, ol {
	margin: 10px 20px 10px;
}

/* Single */
#single{
	width: 950px;
	margin: 0 auto;
	background: #888888;
}

/* #single > #singleTitle */
#singleTitle{
	width: 950px;
	height: 24px;
	background: #888888;
}
#singleTitle h4{
	padding: 3px 20px 0;
}
#singleTitle a{
	line-height: 1;
}
#singleTitle a:hover{
	text-decoration: underline;
}
#singleTitle .breadcrumb {
	border: none;
	color: #000000;
	font-family: 'Trebuchet MS', 'Times New Roman', Arial;
	text-decoration: none;
}
#singleTitle .breadcrumb a:hover{
	text-decoration: underline;
}

/* #single > #singleBody */
#singleBody {
	width: 950px;
	background: #AAAAAA;
	padding: 15px 0 10px 0;
}
#singleBody p, h2 {
	margin: 10px 10px 10px;
}
#singleBody ul, ol {
	margin: 10px 20px 10px;
}

/* Footer */
#footer{
	width: 950px;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

/* Misc. */
.inline {
	display: inline;
}
.defaultTab {
	padding: 0;
	margin: 0;
	border: 0;
}
.centerText {
	text-align: center;
}
.vTopText {
	vertical-align: top;
}
.imgNoBorder {
	border: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/* Fade Stuff */
/*.transparentDiv {
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	background-color:#000000;
	position:absolute;
	z-index:100000;
}
.iframeDiv {
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	display:none;
	position:absolute;
	z-index:100001;
}
.contentDiv {
	border:3px solid #000000;
	padding: 0;
	z-index:100002;
	position:absolute;
	background: url(../images/cDivBack.jpg) repeat-x;
	overflow: hidden;
	text-align: right;
}
#closeDiv {
	width: 100%;
	text-align: right;
}
#dialogclose .img {
	border: none;
	padding: 2px;
}
#imageHolder {
	overflow: scroll;
}
*/

/* Jewelry */
#categoryTab {
	border: 0;
	padding: 5px;
	margin: 0 auto;
}
#categoryTab td {
	padding: 5px;
	margin: 5px;
}
#otherViews {
	border: 0;
}
#otherViews td{
	padding: 5px 10px;
}

/* Etsy font stuff */
#EtsyLinks a {
	color: #D35701;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#EtsyLinks .link1 {
	font-size: 14px;
	font-weight:bold;
}
#EtsyLinks .link2 {
	font-size: 12px;
}

/*** Mailing List ***/
#MailingList {
}
#MailingList td {
	padding: 7px;
	margin: 3px;
	vertical-align: top;
}
#MailingList fieldset {
	border: none;
}
#MailingList .formText {
	text-align: right;
}