/*
Theme Name: Four Loaf Clover
Theme URI: http://fourloafclover.com/
Description: Theme designed by Simple Design Works for FourLoafClover.com.
Version: 1.0
Author: Simple Design Works
Author URI: http://simpledesignworks.com/
Tags: one column, fixed width, centered

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg-main.jpg) repeat-x #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	height:100%;
}
.oneColFixCtr #container {
	width: 1024px;  
	margin: 0 auto; 
	text-align: center;
	background:url(images/bg-center.jpg) center top no-repeat; 
}
.oneColFixCtr #mainContent {
	background:url(images/bg-main-text.png) center top repeat-y;
	padding: 40px 75px 0 75px;
	margin-left:85px;
	width:703px;
	text-align:left;
	position:relative;
	top:-30px;
	z-index:100;
}

#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3 {
margin:0 65px 10px 0;
color:#ab660d;
}

#mainContent h1 {
font-size:155%;
}

#mainContent h2 {
font-size:100%;
}

#mainContent h3 {
font-size:122%;
}

#mainContent a {
color:#ab660d;
font-weight:bold;
}

#mainContent a:hover {
color:#008752;
border-bottom:1px solid #008752;
}

#mainContent a.noDecoration:hover {
border:none;
}

strong {
font-weight:bold;
}

#mainContent, #header {
font-size:77%;
}

a {
text-decoration:none;
}

#header {
padding:35px 0 0 0;
}

#navigation {
font-size:66%;
}

#navigation ul {
width:600px;
margin-left:428px;
height:30px;
position:relative;
top:-15px;
z-index:200;
}

#navigation ul li {
display:block;
float:left;
width:90px;
height:23px;
padding-top:7px;
background:#ab660d;
margin-right:5px;
}

#navigation ul li a { 
	color:#fff;
	margin-top:5px;
}

#navigation ul li a:hover {
color:#ecac00;
}

#headlineImg {
width:700px;
}

#headlineImg {
	margin:0 0 0px 184px;
}

#mainContent img.alignleft {
float:left;
}

#mainContent img.alignright {
float:right;
}

#footer {
background:url(images/shadow-bottom.png) no-repeat top center;
color:#ab660d;
font-size:66%;
text-align:center;
position:relative;
top:-30px;
}

#footer p {
padding:30px 0 0 0;
}

#footer a {
text-decoration:none;
color:#ab660d;
}

#footer a:hover {
color:#000;
text-decoration:underline;
}

/* Homepage */
#mainCallout {
background:url(images/home-main.jpg);
width:783px;
height:316px;
}

.oneColFixCtr #mainContent {
	background:url(images/bg-main-text.png) center top repeat-y;
	padding: 25px 35px 0 35px;
	margin-left:85px;
	width:783px;
	text-align:left;
	position:relative;
	top:-30px;
	z-index:100;
}

.oneColFixCtr #mainContent img {
margin:12px 6px 12px 6px;
}

.oneColFixCtr #mainContent img.first {
margin-left:0;
}

.oneColFixCtr #mainContent img.last {
margin-right:0;
}

/* Lower Levels */
.oneColFixCtr #mainContent td img {
margin:6px 0 0 0;
}

.oneColFixCtr #mainContent td img.rightImg {
padding-right:34px;
}

/* Our Products Template Styles */
#mainContent .productsTable {
position:relative;
top:-30px;
}

#mainContent .productsTable img {
padding-bottom:25px;
}

#mainContent .productsTable img.alignleft {
margin-right:33px;
}

#mainContent .productsTable img.alignright {
margin-left:33px;
}

#mainContent .productsTable h2 {
margin:30px 50px 0 0;
font-weight:bold;
}