/*
* Default Colours
* LIGHT BG GOLD: #9E7B2E
* DARK BG GOLD: #512C02
* 
* MENU BG BROWN: 331C00
* TEXT GOLD: #FCB117 
* 
*/

/* HTML TAGS
------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9E7B2E;
	background-image: url(/templates/rachelle/images/bgBody.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0 0 100px 0;
	color: #FFF;
}
b {
	font-size: 120%;
	font-weight:bold;
	color: #EC3A26;
}
h1 { background: url(/templates/rachelle/images/ident.png) no-repeat top left; text-align: -999px; }
h2 { font-size: 32px; color: #FCB117; font-weight: normal;}
h3 {
	color: #FCB117;
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
/* BLOCK STRUCTURE
------------------------------------------------------------*/
#container01 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container02 {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#container03 {
	/*
	background-image: url(/templates/rachelle/images/bgContainer03.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	*/
	background-image: url(/templates/rachelle/images/bgContainer03.png);
	background-repeat: repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 50px;
	min-height: 500px;
	}
#header01 {
	height: 130px;
	padding-top: 20px;
}
#header01 #testimonials {
	margin-top: 20px;
}
#testimonials {
	width: 360px;
	float: right;
}
#header02 {
	/*background-image: url(/templates/rachelle/images/header02/default.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 186px;
	width: 100%;
}
#content {
	margin: 0 70px;
	clear:left;
	padding: 1px;
}
#content h2 {
	margin-left: -45px;
}
#content p { line-height: 1.5em; }
#home {
	float:right;
	width: 26px;
	font-size: 10px;
	margin: 10px -40px 10px 10px;
}
#home img {
	border:none;
}

/* Main Menu 
* 
* Drop down menu system from 
* http://www.htmldog.com/articles/suckerfish/dropdowns/
*
------------------------------------------------------------*/
#mainMenu {
	margin-top: 5px;
	margin-bottom: 40px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}
#nav a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #FCB117;
	background-color: #331C00;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px solid #442701;
}
#nav a:hover {
	background-color:#A47616;
	color: #331C00;
}
#nav li {
	float: left;
	width: 122px;
	margin-right: 9px;
}
#nav li ul {
	position: absolute;
	width: 122px;
	left: -999em;
}
#nav li#menu-products ul, #nav li#menu-products ul li {
	width: 170px;
}
#nav li#menu-philanthropy ul, #nav li#menu-philanthropy ul li {
	width: 140px;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* LINKS
------------------------------------------------------------*/
a:link, a:visited {
	color:#FCB117;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footerLinks a:link {
	color: #331C00;
}
#footerLinks a:hover {
	text-decoration: underline;
	color: #FCB117;
}

/* GENERAL
------------------------------------------------------------*/
.paginationLink {
	text-align: right;
	clear:right;
}
#pagination {
	text-align:center;
	clear: both;
}
.floatRight {
	float:right;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear: both
}
.two-columns {
	width:49%;
	float: left;
}
.three-columns {
	width:32%;
	float: left;
}
.first-column {
	margin-right: 1%;
}
.last-column {
	margin-left: 1%
}
.yellow, cite {
	color: #FCB117;
}
cite {
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer
------------------------------------------------------------*/
#footer{
	padding: 2em 0 0 0;
	color: #331C00;
	text-align:right;
}
#partners {
}
#partners img {
	vertical-align: top;
	border: none;
}
#siteBy {
	margin: 10px 0 0 0;
	font-size: 90%;
}
#footerLinks {
	margin: 0;
	padding: 0;
}
#footerLinks li{
	display: inline;
	margin-right: 1em;
}

/* SIFR
------------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 42px;
	margin-bottom: 18px;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
