﻿.keyword {
	color:#0f000f;
	font-size:0pt;
}
.bold {
	/*custom class tag for easy bolding of titles*/
	font-weight: bold;
}
.italic {
	/*custom class for easy italic-ing of details without use of span styles*/
	font-style: italic;
}
.textbox {
	/*custom class for styling of text box areas etc.. in form elements*/
	border:1px black solid;
	background-color:white !important; /*!important is for fecking google toolbar fecking with
										my background declarations, LEAVE IT ALONE GOOGLE!!*/
}
body {
	/*keeps the pages centered in the browser window*/
	text-align: center;
	background-color: #000000;
}
a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
a:visited {
	color: white;
	font-weight: bold;
	text-decoration:none;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
a:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
#header {
	margin: 0 auto;
	height: 171px;
	width: 950px;
}
#logo {
	margin: 0 auto;
	width: 570px;
	height: 171px;
	float: left;
	text-align: left;
}
#search_box {
	height: 15px;
	width: 81px;
	background-image: url('jpg/searchboxback.jpg');
	background-repeat: no-repeat;
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 3;
	color: #FFFFFF;
	font-size: 10px;
}
#searchtop {
	background-image: url('jpg/searchgrad.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 380px;
	height: 30px;
	padding-top: 141px;
	float: right;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 100%;
}
#top {
	background-image: url('jpg/content_top3.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 9px;
	margin: 0 auto;
	margin-top: 5px;
}
#bottom {
	background-image: url('jpg/content_bottom1.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 9px;
	margin: 0 auto;
	z-index: 0;
}
#center {
	background-color: #0F000F;
	text-align: left;
	float: left;
	width: 569px;
	height: 340px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 5px 0 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
#dateinfo {
	background-color: #0F000F;
	float: left;
	text-align: left;
	width: 174px;
	height: 340px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
}
#leftnav {
	background-color: #0F000F;
	width: 120px;
	height: 340px;
	float: left;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
}
#leftnavhome {
	background-image: url('jpg/home1.jpg');
	height: 12px;
	width: 52px;
	margin-bottom: 3px;
}
#leftnavgift {
	background-image: url('jpg/gifts1.jpg');
	height: 16px;
	width: 46px;
	margin-bottom: 3px;
}
#leftnavsubscribe {
	background-image: url('jpg/subscribe1.jpg');
	height: 12px;
	width: 79px;
	margin-bottom: 3px;
}
#leftnavear {
	background-image: url('jpg/earrings1.jpg');
	height: 16px;
	width: 68px;
	margin-bottom: 3px;
}
#leftnavbrac {
	background-image: url('jpg/bracelets1.jpg');
	height: 12px;
	width: 78px;
	margin-bottom: 3px;
}
#leftnavneck {
	background-image: url('jpg/necklaces1.jpg');
	width: 80px;
	height: 12px;
	margin-bottom: 3px;
}
#leftnavevent {
	background-image: url('jpg/events1.jpg');
	height: 12px;
	width: 62px;
	margin-bottom: 3px;
}
#leftnavabout {
	background-image: url('jpg/about1.jpg');
	height: 12px;
	width: 72px;
	margin-bottom: 3px;
}
#leftnavcontact {
	background-image: url('jpg/contact1.jpg');
	height: 12px;
	width: 86px;
	margin-bottom: 3px;
}
#leftnavparty {
	background-image: url('jpg/parties1.jpg');
	height: 16px;
	width: 105px;
	margin-bottom: 3px;
}
#leftnavparty:hover {
	background-image: url('jpg/parties2.jpg');
	height: 16px;
	width: 105px;
	margin-bottom: 3px;
}

#leftnavhome:hover {
	background-image: url('jpg/home2.jpg');
	height: 12px;
	width: 52px;
	margin-bottom: 3px;
}
#leftnavgift:hover {
	background-image: url('jpg/gifts2.jpg');
	height: 16px;
	width: 46px;
	margin-bottom: 3px;
}
#leftnavsubscribe:hover {
	background-image: url('jpg/subscribe2.jpg');
	height: 12px;
	width: 79px;
	margin-bottom: 3px;
}
#leftnavear:hover {
	background-image: url('jpg/earrings2.jpg');
	height: 16px;
	width: 68px;
	margin-bottom: 3px;
}
#leftnavbrac:hover {
	background-image: url('jpg/bracelets2.jpg');
	height: 12px;
	width: 78px;
	margin-bottom: 3px;
}
#leftnavneck:hover {
	background-image: url('jpg/necklaces2.jpg');
	width: 80px;
	height: 12px;
	margin-bottom: 3px;
}
#leftnavevent:hover {
	background-image: url('jpg/events2.jpg');
	height: 12px;
	width: 62px;
	margin-bottom: 3px;
}
#leftnavabout:hover {
	background-image: url('jpg/about2.jpg');
	height: 12px;
	width: 72px;
	margin-bottom: 3px;
}
#leftnavcontact:hover {
	background-image: url('jpg/contact2.jpg');
	height: 12px;
	width: 86px;
	margin-bottom: 3px;
}
/*#righttab {
	background-color: #0F000F;
	float: right;
	width: 43px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	height:345px;
}*/
#divcont {
	width: 24px;
	float: left;
	height: 186px;
}
#vertdividetop {
	width: 24px;
	height: 77px;
	float: left;
	background-image: url('jpg/divide_top.jpg');
	background-repeat: no-repeat;
}
#vertdividebot {
	width: 24px;
	height: 77px;
	float: left;
	background-image: url('jpg/divide_bottom.jpg');
	background-repeat: no-repeat;
}
#vertdividemid {
	width: 24px;
	height: 100%;
	float: left;
	background-image: url('jpg/divide_mid_sec.jpg');
	background-repeat: repeat-y;
}
#leftmenu {
	padding: 0;
	margin: 0;
	width: 0;
	background-color: #0F000F;
}
#leftmenu li {
	list-style-type: none;
	margin: 2px 0 2px 0;
	background-color: #0F000F;
}
#leftmenu a, #leftmenu a:visited {
	display: block;
	width: 100px; /*border-bottom: 1px dashed #ffbefe;*/;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: #eee;
	padding: 5px;
	outline: none;
	background-color: #0F000F;
}
#leftmenu a:hover {
	/*border-left: 10px #ffbefe solid;*/
	background-image: url('jpg/menuback2.jpg');
	background-repeat: repeat-y;
	background-color: #0F000F;
}
