@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#efefef url(images/bg.jpg) repeat-x left center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
}
a {
	outline:none;
	color:#fff;
}
#outer, .outer {
	border-collapse:collapse;
	width:100%;
	height:100%;
}
#outer {
	background:transparent url(images/shadow.png) no-repeat center center;
}
#nav {
	position:relative;
	width:1050px;
	height:86px;
	background:transparent url(images/arielle_lace_logo.png) no-repeat top left;
	margin:auto;
}
.homelink {
	position:absolute;
	width:240px;
	height:50px;
	top:0;
	left:0;
	border:none;
}
#nav ul {
	position:absolute;
	width:950px;
	bottom:0;
	left:105px;
	list-style-type:none;
	font-size:.9em;
}
#nav ul li {
	list-style:none; 
	display:inline;
}
#nav ul li a {
	color:#000;
	display:block;
	float:left;
	text-decoration:none;
	font-family:"Century Gothic";
	margin:0 15px;
	padding-bottom:7px;
}
#nav ul li a:hover, #nav ul li a.active {
	background:transparent url(images/nav_bullet.png) no-repeat bottom center;
}
#shell {
	position:relative;
	width:1050px;
	height:550px;
	background:#8e0211 url(images/main_bg.jpg) no-repeat top right;
	margin:0 auto 50px auto;
}
#splash, #main {
	position:relative;
	float:left;
	height:550px;
}
#splash {
	width:350px;
}
#main {
	width:700px;
}
#content {
	position: relative;	
	height:438px;
	width:80%;
	margin:60px 0 0 60px;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content h2 {
	font-family: 'Century Gothic', Futura, 'URW Gothic L', sans-serif;
	font-size:1.2em;
	font-weight:bold;
}
.clr {
	clear:both;
}
#footer {
	position:relative;
	width:1050px;
	margin:auto;
	font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#222;
}

/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(images/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #000;
	filter:alpha(opacity=59);
	-moz-opacity:.59;
	opacity:.59;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(images/scroll_begin-trans.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(images/scroll_end-trans.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

