@charset "utf-8";
/* CSS Document */

/*============== css reset ===========*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: 	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";;
	font-style: inherit;
	font-size: 100%;
	color: #FFF;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* ========= Color Pallet ==========

Text Red: #C40B0B
Text Green: #59AA0A
Lines Grey: #666

========== BEGIN project CSS ===========*/
html {
	background: #000 url(../images/bggradientr.jpg) no-repeat center top;	/*	background: #333 url(../images/htmlBG.png) repeat-x 0px 0px;*/
}

body {

/*	background: #000;*/
}

#outerWrapper {
	margin: 0px auto;
	width: 1024px;
}

/*==================== global classes =====================*/

h2 {
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";
}

h3 {
	color: #59AA0A;
}

p {
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";
	font-size: 14px;
}

a {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

.h1Green {
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #59AA0A;
}

.h1Red {
		font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #C40B0B;
}

.h1White {
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

/*================== begin header ==================*/

#header {
	width: 100%;
	height: 150px;
	background: url(../images/containerBG.png) repeat;
	/*	background: url(../images/headerBG.png);*/
	padding: 0px 10px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #222;
}
/*.headerLogo {
	width: 176px;
	float: left;
	display: block;
}*/

.logoText {
	margin-left: 20px;
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	font-size: 65px;
	color: #B90909;
	font-weight: bold;
	letter-spacing: .1em;	
}

.subHeaderText {
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";
	margin-left: 25px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 80%;
}

.subHeaderTextGreen {
		font-family:  "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	line-height: 80%;
	color: #59AA0A;
	margin-right: -25px;
}

.textPop {
	font-size: 125%;
	color: #59AA0A;
	font-weight: bold;
}

#outerWrapper #header h2 .greenText {
	font-size: 1.25em;
}
/*================== begin main content ==================*/
#contentWrapper {
	width: 100%;
	overflow: auto;
	float: left;
	padding: 0px 10px 10px;
	background: url(../images/containerBG.png) repeat;
	border: 1px solid #222;
}

/*================== begin sidebar 1 ==================*/
#sidebar1 {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 20px;
}

/*================== begin navigation ==================*/

#navigation {
	width: 150px;
	margin-right: 10px;

}

#navigation ul li {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	background:url(../images/buttonBG.png);
	list-style: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro Cond";
}



#navigation ul li a{
	text-decoration: none;
}

#navigation ul li:hover{
	background: url(../images/buttonBGHover.png);
}

.navigationText {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

/*======== begin sidebar 1 bottom ==================*/

#sidebar1bottom {
	
}

/*================== begin sidebar 2 ==================*/

#sidebar2 {
	float: right;
	width: 180px;
	margin-top: 20px;
	padding-left: 10px;
}

/*================== begin main content ==============*/

#mainContentHeader {
	border-bottom: 4px solid #666;
	margin-bottom: 25px;
	padding-bottom: 5px;
	
}
#mainContent {
	/*	clear: left;*/
	float: left;
	width: 650px;
	padding: 10px;	
}

#introParagraph {
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

#h1headerWhite {
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	color: #59AA0A;
	font-size: 24px;
	font-weight: bold;	
	border-bottom: 2px solid #666;
	margin-bottom: 25px;
}

#gallery {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	
}

#gallery img{
	padding-right: 10px;
}

/*================== begin carousel ==================*/

#carousel {
	margin: 0px auto;
/*	height: 247px;*/
	height: 329px;
	width: 100%;
	border-bottom: #666 1px solid;
	padding-bottom: 10px;
	font-size: 60px;
	text-align: center;	
}

.homeText {
	padding: 10px;
	text-align: left;
	line-height: 1.25em;
}



/*================= begin table data =================*/


#priceList {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 25px;
	padding-bottom: 5px;
	width: 100%;
	padding: 0;
	margin: 0;
}

td {
	font-size: 14px;
	padding: 2px;
}	

/*================== begin footer ==================*/

#footer {

	margin: 0px auto;
	padding-top: 10px;
	border-top: #666 1px solid;
	clear: both;
}

.footerLeft {
	float: left;
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	color: #59AA0A;
}

.footerRight {
	font-family: "Monotype Corsiva", CENA, "Comic Sans MS", "Bradley Hand ITC", cursive;
	color: #59AA0A;
	float: right;
}
/*============= begin more global classes ==============*/

.greenText {
	color: #59AA0A;
	font-size: 18px;
}

.redText {
	color: #C40B0B;
	font-size: 18px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearFloat {
	clear: both;	
}

.current {
	background: #666;
}
.holder {
	
}

.disclaimers {
	font-size: .8em;
	font-style: italic;
	color: #666;	
}

#clear {
	clear: both;	
}
#sidebar1bottom p {
	font-family: "Century Gothic", "Franklin Gothic Book", Arial;
}

.twitter-timeline {
	width: 150px;
	background-color: #000;
	}
