/*Möbius New Media Style Sheet*/
@charset "UTF-8";
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, ul, ol, li, hr, td, tr, img, a, form, fieldset, label, input, legend, table, thead, tbody, tfoot, span {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:focus {
	outline: none;
}
a:link, a:visited {
	color: #093;
	text-decoration: none;
}
a:hover, a:active, a.gray:hover, a.gray:active {
	color: #0c3;
}
/* LAYOUT */
body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background: #000;
	color: #fff;
	position: relative;
}
#container {
	margin-top: 50px;
	padding: 0;
	width: 1280px;
	height: 679px;
	position: absolute;
	left: 50%;
	margin-left: -640px;
}
#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 87px;
	position: absolute;
	top: 97px;
	left: 165px;
}
#header h1, #header h2, #mainContent h3 {
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
}
#header h1 {
	width: 355px;
	height: 87px;
	float: left;
	background: url(../images/whittens_fine_jewelry_logo.gif) no-repeat 0 0;
}

#mainContent {
	margin: 0;
	padding: 15px 15px 15px 39px;
	position: absolute;
	top: 206px;
	left: 165px;
	width: 301px;
	height: 315px;
}
#mainContent h3 {
	width: 301px;
	height: 19px;
	background: url(../images/whittens_fine_jewelry_your_style.png) no-repeat 0 0;
	margin-left: -2px;
	margin-bottom: 7px;
}
#enterSite {
	display: block;
	text-indent:-9999em;
	width: 495px;
	height: 43px;
	position: absolute;
	right: 0;
	top: 508px;
	background: url(../images/link_enterSite.png) no-repeat;
}
#footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 1280px;
	position: absolute;
	top: 600px;
}
#footer p {
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
}
/* FONTS */
p {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #ccc;
	margin-bottom: 10px;
	text-align: justify;
}
span.teal {
	color: #00746b;
}
span.aqua {
	color: #occ;
}
span.green {
	color: #093;
}
a.gray, span.gray, p.gray {
	color: #666;
}
h1 {
	font-size: 1.8em;
	color: #333;
}
h2 {
	font-size: 1.6em;
	color: #000;
}
h4 {
	font-size: 1.3em;
	color: #093;
	font-weight: normal;
	margin-bottom: 2px;
}
/* LINKS */

/* LISTS */

/* TABLES */

/* FORMS */

/* MISC. STYLING CLASSES */
.slideshow {
	width: 1280px;
	height: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: url(../images/slide_bg.jpg) no-repeat;
	position: absolute;
	z-index: 0;
	
}
.slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ULTILITIES */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.floatright {
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}