/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	a, a:visited { color: #090; }	<--- This makes links green
	a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* CSS Document */
body {
	height:100%;
	background:#405e52;
	color:#333
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, label, table, td, th, img, div, dl, dt, dd, pre, input, select, fieldset {
	margin:0;
	padding:0
}
body, select, input {
	font:normal 12px/120% Arial, Verdana, Helvetica, sans-serif
}
input, select, img {
	vertical-align:top;
}
img, a img {
	border:none
}
ul, ol {
	list-style:none
}
li {
	list-style-type:none
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.clear {
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
	height:0
}
.fl {
	float:left
}
.fr {
	float:right
}
#page-wrapper {
	width:830px;
	margin:0 auto;
	padding:10px;
	background:#dedcb5
}
h1.logo {
	height:83px;
	background:url(images/logo.jpg) no-repeat
}
h1.logo a {
	float:left;
	width:154px;
	height:75px;
	margin:5px 0 0 10px;
	text-indent:-9999px;
	overflow:hidden;
}
.nav-left, .nav-right, .navigation {
	background:url(images/box_bg1.png) no-repeat
}
.title-nav {
	height:19px;
	background: url(images/title_nav_bg.png) no-repeat;
	padding:0 9px;
}
.title-nav h2 {
	height:19px;
	line-height:17px;
	font-size:13px;
	color:#fffbe5
}
.menu a, .list-menu li, #our-products h2 {
	background: url(images/icon_bg.png) no-repeat
}
.logon-title, .login-box, .click-here,.signup {
	background:url(images/login_bg.png) no-repeat
}
.navigation {
	height:34px;
	background-position:0 -34px;
	background-repeat:repeat-x;
	margin:6px 0
}
.navigation .nav-left {
	height:24px;
	padding:10px 0 0 10px;
	background-position: 0 0;
	float:left;text-transform:uppercase;
}
.menu li {
	float:left;
	height:14px;
	padding-right:18px;
}
.menu a {
	display:block;
	float:left;
	height:14px;
	line-height:14px;
	background-position:0 2px;
	padding-left:12px;
	color:#415f53;
	font-weight:bold
}
.menu a:hover, .menu a.cur {
	background-position:0 -12px;
	color:#a51e26;
	text-decoration:none
}
.navigation .nav-right {
	height:30px;
	padding:4px 4px 0 0;
	background-position: right -68px;
	float:right
}
.logon-title {
	display:block;
	width:150px;
	height:26px;
	line-height:26px;
	color:#fffbe5;
	padding-left:55px;
	font-size:14px; font-weight:bold;
}
.banner {
	width:615px;
	height:151px;
	background:url(images/banner.jpg) no-repeat;
	position:relative;
	float:left
}
.banner .click-here {
	display:block;
	width:80px;
	height:19px;
	background-position:0 -177px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:15px;
	bottom:10px
}
.login-box {
	width:210px;
	height:151px;
	background-position:0 -26px;
	float:right;
	font-size:11px;
}
.login-box .info {
	padding:10px 0 7px 58px;
	line-height:normal
}
.login-box .info strong {
	font-size:12px;
	color:#b1212a
}
.login-box p {
	padding:2px 0 0 15px
}
.login-box .input {
	width:140px;
	height:16px;
	border:1px solid #a8a385;
	font-size:11px;
	color:#333
}
.login-box label {
	font-weight:bold
}
.login-box p.button {
	padding:3px 0 0 62px
}
.login-box .signup{
	width:53px;
	height:18px;
	background-position:-80px -177px;
	border:0;
	text-indent:-9999px;

}
.payfor-nav {
	height:34px;
	margin:6px 0;
	background-position:0 -136px;
	background-color:#415f53;
	clear:both
}
.payfor-nav .nav-right {
	height:28px;
	padding:6px 17px 0 10px;
	background-position:right -102px
}
.payfor-nav img {
	vertical-align:middle;
	margin-right:2px
}
.payfor-nav .view-cart {
	float:right;
	color:#fffbe5;
	font-weight:bold;
	margin-top:3px;
	font-size:14px
}
.box-header, .box-footer {
	height:5px;
	font-size:0;
	line-height:0;
	background:url(images/box_bg2.png) no-repeat
}
.box-body {
	border-left:1px solid #a8a385;
	border-right:1px solid #a8a385;
	padding:6px 9px;
	background:#e8e6d9;
	zoom:1
}
.page-left-side {
	width:210px;
	float:left
}
.page-right-side {
	width:610px;
	float:right
}
.box-w210 {
	width:210px;
	padding-bottom:6px
}
.box-w210 .box-footer {
	background-position:0 -5px;
}
#packaged {
	padding-bottom:15px
}
.list-menu {
	padding:3px 0 7px
}
.list-menu li {
	height:22px;
	line-height:22px;
	background-position:0 -44px;
	padding-left:11px;
	border-bottom:1px solid #d6d4c5
}
.list-menu li a {
	color:#415f53;
	font-weight:bold
}
#news li {
	padding:8px 0 9px;
	border-bottom:1px solid #d6d4c5
}
#news li strong a {
	color:#b1212a
}
#news li.end {
	border:0
}
#contact li {
	padding:8px 0
}
#contact li strong {
	color:#415f53;
	display:block
}
.box-w610 {
	width:610px;
	padding-bottom:6px
}
.box-w610 .box-header {
	background-position:0 -10px;
}
.box-w610 .box-footer {
	background-position:0 -15px;
}
.box-w610 .box-body {
	background:#fafafa;
}
#welcome h2 {
	color:#b1212a;
	font-size:22px;
	padding:4px 0 8px;
}
#welcome .pic {
	width:145px;
	height:90px;
	float:left
}
#welcome .pic img {
	border:1px solid #aea98e
}
#welcome .info {
	width:445px;
	float:right
}
#welcome a, #new-product strong, #testimonials strong {
	color:#b1212a
}
#our-products .title-nav {
	background-position:0 -19px
}
#our-products h2 {
	background-position:0 -23px;
	padding-left:10px
}
#our-products ul {
	width:584px;
	padding:10px 3px 0
}
#our-products li {
	width:116px;
	height:138px;
	padding:0 15px;
	float:left;
	text-align:center
}
#our-products li img {
	display:block;
	margin-bottom:3px
}
#our-products li a {
	color:#415f53;
	font-weight:bold
}
#new-product .title-nav {
	background-position:0 -38px;
	margin-bottom:6px
}
#new-product h2 {
	background:none;
	padding-left:0
}
#new-product .pic {
	width:125px;
	height:100px;
	float:left
}
#new-product .info {
	width:445px;
	float:right
}
#new-product a.read-more {
	width:97px;
	background-position:0 -57px;
	padding:0;
	text-align:center;
	display:block;
	margin-top:8px;
	line-height:19px;
	color:#fffbe5;
	font-weight:bold
}
#policy .title-nav {
	background-position:0 -76px
}
#policy .hr {
	height:20px;
	background:url(images/hr_bg.png) no-repeat center 0
}
.box-w590 {
	width:590px;
}
.box-w590 .box-header {
	background-position:0 -20px;
}
.box-w590 .box-footer {
	background-position:0 -25px;
}
.box-w590 .box-body {
	background:#fffbe5;
}
.box-w610-2 {
	width:610px;
}
.box-w610-2 .box-header {
	background-position:0 -30px;
}
.box-w610-2 .box-footer {
	background-position:0 -35px;
}
.box-w610-2 .box-body {
	background:#fffbe5;
}
#testimonials .title-nav {
	background-position:0 -19px
}
.custom #footer {
	height:82px;
	background-position:0 -170px;
	background-color:#486d5e;
	margin-top:20px;
	color:#fff;
}
.custom #footer .nav-right {
	height:62px;
	background-position:right -252px;
	padding:10px
}
.custom #footer a {
	color:#fff;
	text-decoration:underline
}
.custom #footer a:hover {
	text-decoration:none
}
.custom #footer p {
	font-size:10px;
	text-align:center;
	padding-top:14px
}
.custom .post_box{ padding:10px; background:#fafafa;border-left:1px solid #A8A385;border:1px solid #A8A385;-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.custom .format_text { font-size:14px;}
.custom .headline_area h1{ color:#B1212A;}
.custom dl#comment_list .bypostauthor,.custom dl#comment_list .bypostauthor { background:#e8e6d9;}
.custom .format_text p {margin-bottom:1.571em;}