@charset "utf-8";
table, img {
	border:0;
}
h1 {
	margin:0;
	padding:10px 0;
}
body {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	background:#664330 url(../images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:15px;
}
#header {
	background:url(../images/site-header.png) no-repeat;
	height:132px;
	width:944px;
}
#header2 {
	height:295px;
	width:944px;
	position:relative;
}

#logo {
	padding-left:47px;
	z-index:2;
	float:left;
	/*	left:0;
	position:absolute;
	top:0;
*/

}
#logo p {
	margin:0;
}
#top-links {
	color:#fff;
	font-size:11px;
	padding:5px 44px 0 0;
/*
	position:absolute;
	right:0;
	top:0;
*/
	text-align:right;
	z-index:2;
	float:right;
}
#top-links p {
	margin:0;
}
#top-links a {
	color:#fff;
	text-decoration:none;
}
#top-links a.visited {
	color:#fff;
	text-decoration:none;
}
#flash {

	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	margin:0 auto;
}
/*
#flash p {
	margin:0;
}
*/
.MainContent {
	background: url(../images/content-background.png) repeat-y center center;
	padding:0 43px;
}

#nav {
	float:left;
}
#nav p {
	margin:0;
}
.nav_menu {
	width:210px;
	background:url(../images/navigation2.png) no-repeat;
	padding-left:20px;
	font-size:140%;
	line-height:1.4em;
	color:#664330;
}
.nav_menu a, .nav_menu a:visited {
	color:#664330;
	text-decoration:none;
}
.nav_menu a:hover {
	color:#c50f86;
}
.nav_menu ul {
	margin:10px;
	padding:0;
}
.nav_store li {
		line-height:1.1em;

	list-style:none;
	font-size:small;
}

.nav_contact {
	font-size:90%;
	padding-top:20px;
}
#content {
	margin-left:225px;
	padding: 10px;
}
.clearfloat {
	clear:both;
}
#footer {
	background:url(../images/footer-background.png) no-repeat center center;
	height:34px;
	margin:0 23px;
}
#footer-text {
	color:#fff;
	text-align:center;
	font-size:90%;
}
#footer-text a, #footer-text a.visited {
	color:#fff;
}
.home-tab {
	background:url(../images/home-tabs.gif);
	color:#fff;
	padding:8px 10px;
	font-size:11px;
}
.home-tab ul {
	margin:0;
	padding:2px 0 2px 20px;
	margin-top:25px;
}
.home-tab img {
	text-align:center;
}
.home-tab .link {
	color:#fff;
	padding-left:20px;
}
.center {
	text-align:center;
}
.catalog {
	margin-top:20px;
	text-align:center;
}
.fltright_img {
	float:right;
	border:none;
	padding:0 10px;
}
.fltright {
	float:right;
	padding-left:10px;
}
.fltleft {
	float:left;
	padding-right:10px;
}
.anchors ul {
	margin:0;
	padding:0;
}
.anchors li {
	margin:0;
	padding:0;
}
.small_font {
	font-size:90%;
	color:#555;
}

/* footer */



#aweber_form {
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
    width: 600px;
}
#aweber_form div {
    display: inline;
}
#aweber_form .af-header {
    display: none;
}

#headline {
    color: #FFFFFF;
    display: block !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
    text-shadow: 2px 2px 4px #122C38;
}

.af-element input.submit {
    background: #26BAAA;
    border: medium none;
    cursor: pointer;
    height: 26px;
    width: 120px;
	color:#fff;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
}

.af-element input.submit:hover{
 background-color: #51E3D4;
 color:#fff;
}

.previewLabel {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}

.close_button {
    color: #FDF600;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-shadow: 1px 2px 4px #144665;
    top: 5px;
    z-index: 100;
}
.close_button a {
    color: #26BAAA;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}

.close_button a:hover{
    color: #51E3D4;
   
}


#stickey_footer { /* This will make your footer stay where it is */
	background: #664330 ;
	border: 1px solid rgba(0, 0, 0, 0.3);
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 65px;
	left: 50%;
	margin: 0 auto 0 -490px;
	padding: 0 10px;
	position: fixed;
	text-shadow: 1px 1px 1px #000000;
	width: 960px;
}
/* border curves */
#stickey_footer {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
/* hover effect */
#stickey_footer:hover {
	background: none repeat scroll 0 0 #664330 ;
}
/* shadow for the footer*/
#stickey_footer {
	-moz-box-shadow:0px 0px 11px #191919;
	-webkit-box-shadow:0px 0px 11px #191919;
	box-shadow:0px 0px 11px #191919;
}
#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}
#footer_menu li {
	list-style: none;
	float: left;
	font-size:12px;
	padding: 12px 14px 14px 14px;
	border-right:1px solid rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.1);
}
#footer_menu .imgmenu {
	padding:5px 8px 3px 14px;
	float:left;
	background:url("images/home.png") 13px 5px no-repeat;
	width:36px;
	height:30px;
	border:none;
	border-right:1px solid rgba(0, 0, 0, 0.4);
	cursor:pointer;
}
#footer_menu li:hover {
	background:#202020; /* Fallback color for old browsers */
	background: rgba(0, 0, 0, 0.3);
}
#footer_menu .imgmenu:hover {
	background:url("images/home_hover.png") 13px 5px no-repeat;
}
#footer_menu li a {
	display: block;
	color: #cccccc;
	text-decoration: none;
}
#footer_menu li a:hover {
	color: #ffffff;
}
#footer_menu li span {
	display:none;
}
#stickey_footer #social_icons {
	float:right; /* social icons positions */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}
#stickey_footer #social_icons li {
	margin-right:12px; /* 12px is the space between each one of them */
	float:left;
	width:24px;
	padding:0px;
	height:32px;
	list-style:none;
	_margin-right:0px; /* this is for IE6 only */
}

