@import url('/ie.css');
body {
	margin: 0px;
	padding: 0px 2%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #393839;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #D6414A;
}
a:hover {
	border-bottom: 1px solid;
	}
a.more {
	padding-right: 7px;
	background: url(/img/icon-more.gif) no-repeat 100% 5px;
	}

/* page structure
---------------------------------------------------------- */

#wrap {
	position: relative;
	max-width: 900px;
	min-width: 680px;
	margin: 0px auto;
	font-size: 95%;
	text-align: left;
	border-top: 3px solid #F7CFBD;
	background: #F7E3CE;
	}
#main-body {
	padding: 20px 10px 0 10px;
	background: url(/img/grad.gif) repeat-x top left;
	}
#content {
	float: left;
	width: 70%;
	}
#content-inner {
	margin: 0 50px 0 0;
	}
#sidebar {
	float: right;
	width: 30%;
	color: #777;
}
#footer {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 35px 5px;
	background: #F7CFBD;
}

/* header
---------------------------------------------------------- */

#header { background: #CE8684; }
#logo {
	padding: 30px 30px 42px 30px;
	border-top: 1px solid #CEA294;
	}
#logo a  {
	border-style: none;
	display: block;
}
#logo span {
	float: left;
	display: block;
}

/* navigation
---------------------------------------------------------- */

#nav {
	padding: 12px 30px 12px 30px;
	background: #CEA294;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	padding-bottom: 2px;
	}
#nav li a:hover, #nav li a:focus {
	color: #fff;
	background: #CE8684;
	border-bottom: 2px solid white;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #CE8684;
	border-bottom: 2px solid white;
	}

/* title
---------------------------------------------------------- */
#title {
	padding: 10px;
	color: #59634C;
	border-top: 1px solid #fff;
	background: #F7CFBD;
	}
#title-text {
	float: left;
	width: 60%;
	}
#title-item {
	float: right;
	width: 40%;
	}
#title strong { color: #474F3B; }
#title h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #D6414A;
	}
#title h1 span {
	color: #59634C;
	}
#title-text h1 {
	margin-bottom: 10px;
	}
#title h2 {
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: normal;
	}
#title h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #D6414A;
}

/* content styles
---------------------------------------------------------- */


#content h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
	color: #2D405B;
	}
#content h2.sub {
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #929C87;
	border-bottom: 1px solid #D9E7BD;
	}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: bold;
	color: #BA3B3E;
	border-bottom: 1px solid #CEA294;
	}
#content h3#recent {
	margin-bottom: 1.5em;
	border: none;
	font-size: 90%;
	font-weight: bold;
	}
#content h3#recent img {
	vertical-align: middle;
	padding-bottom: 2px;
	}
#content h4 {
	margin: 0 0 10px 0;
	padding: 0px;
}
#content p {
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
	}

/* basic phrase element styles */

blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(/img/icon-quotes.gif) no-repeat 0 3px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
	}
code {
	color: #679B34;
	font-family: Monaco, monospace;
	font-size: 120%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #537531;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #777;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* entries home page */

#content div.entry {
	margin: 0 0 30px 0;
	}
#content div.entry h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 130%;
	line-height: 1em;
	font-weight: normal;
	}
#content div.entry h3.date {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #929C87;
	border: none;
	}
#content div.entry p.comments {
	margin: 0 0 25px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #CEA294;
	}

/* links */
#content dl.links {
	margin: 0;
	padding: 0;
	}
#content dl.links dt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	}
#content dl.links dt a {
	text-decoration: none;
	border-bottom: none;
	color: #40659B;
	margin: 0 20px 2px 20px;
	text-indent: 15px;
	font-size: 100%;
	line-height: 1.5em;
	}
#content dl.links dt a:hover {
	color: #036;
	}
#content dl.links dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	margin: 0 20px 25px 20px;
	padding-bottom: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #777;
	}
#content dl.links dd .more {
	font-size: 90%;
	}
#content dl.links dd.posted {
	margin: 1em 0 25px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #ccc;
	border-bottom: 1px solid #D9E7BD;
	}
#content dl.links dd p {
	margin: 0 0 1em 0;
	}

a.comments {
	margin: 0 0 0 2px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color: #929C87;
	text-decoration: none;
	border-bottom: none;
	background: url(/img/icon-com.gif) no-repeat 0 50%;
	}


/* lists */

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 20px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(/img/li-arrow.gif) no-repeat 0 5px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}


/* confirm box */

#content .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 3px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}

/* comments */

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
#comments h3 {
	font-size: 110%;
	}
#comments h3#chead {
	margin-top: 30px;
	}
#comments input {
	vertical-align: middle;
	}
#comments input#author,
#comments input#email,
#comments input#url, input.input {
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	padding: 3px;
	}
.submit {
	font-size: 130%;
	background: #EBF4D9;
	color: #344;
	border: 1px solid #ccc;
	padding: 2px;
}
#comments textarea {
	width: 400px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments .note {
	font-size: 100%;
	}


#comments input {
	vertical-align: middle;
	}
#comments input#author,
#comments input#email,
#comments input#url {
	width: 250px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments textarea {
	width: 400px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}

/* sidebar styles
---------------------------------------------------------- */

#sidebar h3 {
	margin: 15px 0px 5px 0px;
	/* padding: 15px 0 0 20px; */
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2D405B;
	border-top: 1px solid #D9E7BD;
	}
#sidebar h3.first {
	margin-top: 0;
	padding-top: 0;
	border: none;
	background-position: 0 2px;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	}
#sidebar code {
	color: #777;
	}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 8px;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	background: url(/img/li-arrow.gif) no-repeat 0 5px;
	}
#sidebar ul.articles li {
	padding-left: 16px;
	background-position: 0 2px;
	}


/* sub navigation */

#sidebar ul.sub li {
	margin: 0 0 0 4px;
	padding-left: 12px;

	background: none;
	}
#sidebar ul.sub li a {
	display: block;
	padding: 4px;
	}
#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	color: #BA3B3E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar ul.sub li a:hover {
	text-decoration: none;
	background: #F7CFBD;
	border: none;
	}
#sidebar ul.sub li.active {
	background: url(/img/icon-subon.gif) no-repeat 4px 8px;
	}

/* footer styles
---------------------------------------------------------- */

#footer { font-size: 90%; }
#footer p { margin: 0px; padding: 0px; }

/* shared styles
---------------------------------------------------------- */

/* img/desc teasers */

dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	}
dl.teaser dt {
	margin: 0;
	padding: 0;
}
dl.teaser dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 4px;
	border-bottom: 1px solid #B1C19E;
	border-right: 1px solid #B1C19E;
	background: #fff;
	}
#content dl.teaser dt a {
	border-color: #D1DCB9;
	}
dl.teaser dt a img {
	float: left;
	}

dl.teaser dt a:hover {
	border-color: #CCDDB8;
	background: #B1C19E;
	}
dl.teaser dd {
	margin: 0px 0px 2px 0px !important;
	padding: 0px;
	line-height: 1.4em;
	}
dl.teaser dd a {
	font-weight: bold;
	}
dl.teaser dd em {
	font-style: normal;
	color: #888;
	}

/* products */
.product {
	margin: 5px 0px 10px 0px;
	clear: both;
	min-height: 150px;
}
.product h3 {
	margin-top: 0px;
}
.product-img {
	float: left;
}

.product-img img, .product img {
	padding: 6px;
	border-bottom: 1px solid #D1DCB9;
	border-right: 1px solid #D1DCB9;
	background: #fff;
}
.product-img a:hover {
	border: none;
}
.product-desc {
	line-height: 1.5em;
	margin: 25px 0px 0px 170px;
}

/* contact form */
#contactform {
	margin: 0 0 25px 0;
	padding: 0;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#contactform dt {
	color: #333;
	font-weight: normal !important;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */

#logo:after, 
#nav:after, 
#title:after, 
#main-body:after, 
#extra:after, 
#port:after, 
.prododuct:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
