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

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.container {
	width: 980px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.page {
	width: 980px;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.content {
	margin: 0px;
	padding: 0px;
}
.header {
	padding-top: 8px;
	padding-right: 256px;
	padding-bottom: 0px;
	padding-left: 256px;
	font-size: 12px;
}
.pearls {
	position: absolute;
	top: -300px;
}
.mainimage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.menu {
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 52px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.btn {
	float: right;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 5px;
}
.btnon {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffe118;
	height: 12px;
	width: 12px;
	margin-top: 8px;
	margin-right: 7px;
	float: left;
}
.btnof {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 10px;
	width: 10px;
	margin-top: 8px;
	margin-right: 7px;
	float: left;
	border: 1px solid #ffe118;
}
.main {
	padding-right: 35px;
	padding-bottom: 38px;
	padding-left: 204px;
	position: relative;
	top: -8px;
}
.footer {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.homeimage {
	float: left;
	margin-top: 20px;
	margin-right: 33px;
	margin-bottom: 0px;
	margin-left: 33px;
}
.imageleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 1px;
	position: relative;
	top: -2px;
}
.imageright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
.copyright {
	font-size: 11px;
	float: right;
	position: relative;
	top: -60px;
	right: 14px;
}
.sidebar {
	width: 163px;
	float: left;
	position: relative;
	top: -14px;
	z-index: 2000;
	margin-left: 30px;
	margin-right: 8px;
}
.bartop {
	background-image: url(../images/bartop.png);
	height: 16px;
	width: 163px;
}
.barmiddle {
	padding-top: 8px;
	background-image: url(../images/barbg.png);
	width: 163px;
}
.barbottom {
	background-image: url(../images/barbottom.png);
	height: 19px;
	width: 163px;
}
.minicartcnt {
	background-image: url(../images/barbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
.barbtn {
	background-image: url(../images/barbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding-top: 6px;
	font-size: 15px;
}