/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
 
body {
	margin: 0;
	background: #fde7b3 url('../images/main-bg.gif') no-repeat 50% 0;
	color: #656b4c;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
}
img {
	border: none;
}


.bullets li { 
padding-left: 10px;
padding-bottom: 0px;
text-indent: 0px;
background: url('../images/bullet.jpg') no-repeat;
}


a {
	color: #656b4c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
}
/*main container*/
#main {
	width: 966px;
	margin: 0 auto;
	position: relative;
}
/*header*/
#header {
	width: 966px;
	overflow: hidden;
	background: url('../images/header-bg.gif') no-repeat;
}
/*logo+top-links+search-form*/
.logo-links-adver {
	width: 966px;
	overflow: hidden;
	padding: 0 0 8px 0;
}
/*logo*/
#header h1 {
	float: left;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 23px 0 0 138px;
	display: inline;
}
#header h1 a {
	display: block; 
	width: 342px;
	height: 86px;
}
/*links+search-form*/
.links-form {
	width: 476px;
	float: right;
	margin: 18px 10px 0 0;
	display: inline;
	overflow: hidden;
}
.links-form ul {
	width: 478px;
	float: right;
	padding: 0;
	list-style: none;
	margin: 0 0 18px 0;
	text-align: right;
}
.links-form li {
	padding: 0 4px 0 8px;
	display: inline;
	background: url('../images/links-separator.gif') no-repeat 0 50%;
}
.links-form li.first {
	background: none;
}
/*search form*/
.search-form {
	width: 290px;
	float: right;
}
.search-input {
	float: left;
	width: 213px;
	margin: 0 8px 0 0;
	padding: 2px 0 2px 3px;
	display: inline;
	border: 1px solid #b6b6b6;
	background: #fff;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	color: #000; 
}
.btn-search {
	float: left;
}
/*main navigation*/
/*ul.nav {
	width: 930px;
	margin: 18px 0 13px 0;
	padding: 0;
	background: #e0dc95;
	list-style: none;
	overflow: hidden;
}
.nav li {
	float: left;
	padding: 0 2px 0 36px;
	background: url('../images/nav-separator.gif') no-repeat 0 50%;
	line-height: 30px;
}
.nav li.first {
	background: none;
	padding: 0 5px 0 18px;
}
.nav li a {
	font-size: 14px;
}*/
/*columns holder*/
.columns-bg {
	width: 966px;
	background: url('../images/columns-bg.gif') repeat-y;
}
.columns-top {
	background: url('../images/columns-top.gif') no-repeat;
}
.columns-holder {
	width: 930px;
	overflow: hidden;
	padding: 0 13px;
	min-height: 630px;
	background: url('../images/columns-btm.gif') no-repeat 0 100%;
}
/** html .columns-holder {
	height: 630px;
}*/
/*content*/
#content {
	width: 701px;
	float: left;
}
/*sidebar*/
.sidebar {
	width: 217px;
	float: left;
	margin: 0 0 0 12px;
	display: inline;
}
/*footer*/
#footer {
	width: 930px;
	margin: 17px 18px 40px 18px;
	overflow: hidden;
	font-family: Verdana, sans-serif;
}
.copyright {
	float: left;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style:none;
}
#footer li {
	padding: 0 4px 0 8px;
	display: inline;
	background: url('../images/links-separator.gif') no-repeat 0 3px;
}
#footer li.first {
	background: none;
}
#footer li a {
	font-family: Verdana, sans-serif;
}
