/*
	Styles for Auralee
	Design by Solid Cactus
*/

/* Default Styles */
body { background:#95A2AA url(bg.jpg) repeat-x 0 0; color: #4A5861; font: normal 70%/15px Arial!important; margin: 0; padding: 0; text-align:center;}
a { color: #4A5861; text-decoration: none; }
a img { border: 0; }
a:hover { text-decoration: none; }
form, input, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
ul, ul li { list-style: none; margin: 0; padding: 0; }
fieldset {border:none; padding: 0; margin: 0;}
.clear {clear:both;}
.clear2 {clear:both; padding:15px 0}

/* Container Styles */
#container {
	width:970px;
	margin:0 auto;
	text-align:left;
}
#bodyshell {
	background: url(shell.jpg) repeat-y;
}
/* Header */
#header {
	background: url(header.jpg) no-repeat;
	height:204px;
}
.logo {
	display:inline;
	float:left;
	margin:30px 0 0 15px;
}
.topNav {
	display:inline;
	float:right;
	margin:25px 12px 0 0;
	text-align:right;
	width:765px;
}
.topNav a {
	color:#4A5863;
	font-size:1em;
	padding:0 8px;
	text-transform:uppercase;	
}
.floatCart {
	display:inline;
	float:right;
	margin:45px 30px 0 0;
}
.floatCart span.orange {
	color:#D28618;
	font-weight:bold;
	padding-right:5px;	
}
.floatCart img {
	vertical-align:middle;
}
.mainNav {
	clear:both;
}
.nav {
	display:inline;
	float:left;
	height:30px;
	margin:19px 0 0 35px;
	overflow:hidden;
	width:650px;
}
.nav a {
	float:left;
	font-size:1.3em;
	margin-right:10px;
	padding:7px 10px;	
}
.nav a:hover {
	background-color:#FFF;
	color:#CD8612;
}
.search {
	display:inline;
	float:right;
	margin:18px 31px 0 0;
}
.search .searchInput {
	border:1px solid #C5CED3;
	border-right:none;
	background:transparent url(searchBg.gif) repeat-x;
	font-size:0.9em;
	margin-right:-3px;
	padding:6px 10px;
	vertical-align:middle;
	width:165px;
	height:27px;
}
.search .searchImage {
	vertical-align:middle;
}



/* Body Content */
#content {
	background:transparent url(innershell.jpg) no-repeat scroll 0 0;
	min-height:300px;
	padding:0 20px 20px;
}
* html #content {height:300px;}


/* Home Page */

.welcome {
	clear:both;
	padding-bottom:10px;
}
.wLeft {
	float:left;
}
.wRight {
	float:right;
}
.wRight img {
	display:block;
}
.wRight img.top {margin-bottom:14px;}
.contents-table {
	text-align:center;
	margin:0;
	width:100%;
}
.featProd .contents-table td {
	padding:8px;
}
.featProd .contents-table .name {
	font-weight:normal;
}
.contents-table .name {
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	font-size:1em;
	color:#4A5960;
	display:block;
}
.contents-table .final {
	color:#D08716;
	font-size:1.2em;
}


/* Footer */
#footer {
	background:#95A2AA url(footer.jpg) no-repeat center top !important;
	padding-bottom:25px;	
}
.newsletter {
	display:inline;
	float:right;
	margin:23px 28px 0 0;	
}
.newsInput {
	border:1px solid #C5CED3;
	border-right:none;
	background:transparent url(searchBg.gif) repeat-x;
	font-size:0.9em;
	margin-right:-3px;
	padding:6px 10px;
	vertical-align:middle;
	width:165px;
	height:27px;
}
.newsImage {
	vertical-align:middle;
}
.footLinks {
	clear:both;
	padding:27px 0 35px;
	text-align:center;
	width:970px;	
}
.footLinks a {
	color:#4A5863;
	font-size:1em;
	padding:0 12px;
	text-transform:uppercase;
}
.copyright {
	color:#FFFFFF;
	display:inline;
	float:left;
	margin-left:15px;
	clear:both;
	background-color:#95A2AA;
}
.copyright a {
	color:#FFF;
}
.badges {
	display:inline;
	float:right;
	margin:0 15px 0 0;
	background-color:#95A2AA;	
}
























