@CHARSET "ISO-8859-1";
/* CSS Document for Angels Intuition
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #1c1d18;
	background: #f9f3de;
}

h1 {
	font-size: 30px;
	color: #8e5f6d;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #51566e;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #66;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 250px;
	padding: 3px;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #1c1d18;
	background: #f9f3de;
	border: 1px solid #51566e;
}
.product-container {
	border-bottom: 2px dashed #ccc;
	padding: 20px 0;
}
.product-image {
	width: 150px;
	float: left;
}
.product-info {
	width: 400px;
	float: left;
}

/* Header =============================== */
#header-wrap {
	background: url('../images/header-bg.gif') 0 0 repeat-x;
	height: 166px;
}
#header {
	width: 800px;
	margin: 0 auto;
}

/* Container ============================ */
#container {
	background: url('../images/bg.gif') 0 0 repeat-x;
	min-height: 734px;
	padding-top: 0.1px;
}

#content {
	width: 800px;
	margin: 0 auto;
	background: url('../images/content-bg.gif') 0 0 repeat-y;
	padding-top: 0.1px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

#main-content {
	width: 555px;
	float: left;
	padding: 10px 20px;
}

#sidebar {
	width: 205px;
	float: left;
	margin-top: 10px;
}

#feature {
	margin-top: 40px;
	text-align: center;
}
#feature p {
	padding: 0 20px;
}

#signup {
	margin-top: 40px;
	padding: 0 10px;
	font-size: 12px;
}
.styled_input_side {
	width: 150px;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

ul#sitemap {
	padding: 0;
	margin: 20px 0;
}
ul#sitemap li {
	margin-bottom: 20px;
}
ul#sitemap li a {
	font-size: 14px;
	text-decoration: none;
	color: #1d1c1a;
	font-weight: bold;
}
ul#sitemap li a:hover {
	text-decoration: underline;
	color: #51566e;
}

ul#sitemap li ul {

}
ul#sitemap li ul li {
	margin-bottom: 5px;
}
ul#sitemap li ul li a {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
ul#sitemap li ul li a:hover {
	color: #51566e
}

#widgets {
	width: 760px;
	text-align: right;
	padding-right: 40px;
}
.widget-container {
	width: 150px;
	float: right;
	margin: 0 10px;
}

/* Navigation =========================== */
#nav {
	
}
/* Main Navigation */
	#nav ul#main {
		margin: 0;
		padding: 0;
	}
	#nav ul#main li {
		padding: 10px 0px 10px 0px;
	}
	#nav ul#main li a {
		display: block;
		font-size: 18px;
		text-decoration: none;
		color: #1d1c1a;
		padding: 0 10px 0 15px;
	}
	#nav ul#main li a:hover {
		color: #51566e;
	}
	#nav ul#main li a#current {
		color: #51566e;
		border-bottom: 4px solid #51566e;
	}
	
/* Sub Navigation */
	#nav ul#main li ul {
		margin: 0 0 0 15px;
		padding: 0;
	}
	#nav ul#main li ul li {
		margin: 0 0 0 15px;
		padding: 5px 0 0 0;
	}
	#nav ul#main li ul li a {
		font-size: 12px;
		padding: 0 0 0 18px;
		color: #1d1c1a;
		background: url('../images/arrows.gif') 0 center no-repeat;
	}
	#nav ul#main li ul li a:hover {
		color: #51566e;
		font-weight: bold;
	}
	#nav ul#main li ul li a#sub-current {
		color: #666;
		font-weight: bold;
	}

/* Footer =============================== */
#footer {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	color: #999;
}
	#footer a {
		color: #666;
	}
	#footer ul {
		margin: 20px 0;
		padding: 0;
	}
	#footer ul li {
		border-right: 1px solid #666;
		display: inline;
		font-size: 6px;
		margin-right: 5px;
		padding-right: 5px;
	}
	#footer ul li a {
		color: #666;
		font-size: 11px;
		text-transform: lowercase;
		text-decoration: none;
	}
