/* GENERAL */
body {
	background-color: #8f1c03;
	background-image: url(images/8.jpg);
	background-position: top center;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 21px; 
	padding: 10px 0px;
}
h3 {
	padding: 15px 0 10px 0;
}
p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.menu a {
	background-image: url(images/menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
li.menu a:hover {
	background-image: url(images/menu_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
li {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}
a.roll img {
	background-image: url(images/menu.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

a.roll img:hover {
	background-image: url(images/menu_over.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

* html a.roll {
	background-image: url(images/menu.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

* html a.roll img {
	background-image: url(images/menu.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

* html a.roll:hover {
	background-image: url(images/menu_over.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

/* CONTACT INFO */
#contactInfo {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	padding: 7px 5px;
}
.contactAddress {
	float: left;
}
.contactPhone {
	text-align: right;
}

/* NAVIGATION */
.navBg {
	background-image: url(images/bg_menu.gif); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 237px;
}
.navPartition {
	background-image: url(images/menu_partition.gif); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	padding: 0 0 1px 0;
}

/* MAIN CONTAINER */
.mainContainer {
	background-color: #000000; 
	padding: 6px; 
	width: 968px;
}
.mainInnerContainer {
	background-color: #d09060;
}
.mainBottomBg {
	background-image: url(images/bg_main.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}
#decoElementLeft {
	position: absolute; 
	left: -68px; 
	bottom: 17px;
}
#decoElementRight {
	position: absolute; 
	left: 980px; 
	bottom: 0px;
}
.threeLeavesBg {
	background-image: url(images/bg_3leaves.gif); 
	background-position: 30px 50px; 
	background-repeat: no-repeat; 
	padding: 20px 0 20px 70px;
}
.infoBoxes {
	width: 224px; 
	float: right; 
	margin: 25px 20px 20px 20px;
}
#experienceContainer {
	background-image: url(images/experience_pt.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 63px; 
	font-size: 13px; 
	padding: 80px 0 0 0;
}
.experienceLink {
	background-image: url(images/arrow_wh.gif); 
	background-position: 10% 50%; 
	background-repeat: no-repeat; 
	padding: 3px 0 3px 40px;
}
.experienceLink a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.experienceLink a:hover {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}
#hoursContainer {
	background-image: url(images/bg_hours.gif); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 224px;
}
#hoursBg {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-image: url(images/hours_bg.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 20px;
}
.menuBottom {
	background-image: url(images/bg_menu.gif); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 237px;
}
.mainContent {
	padding: 10px 10px 10px 0;
	background-image: url(images/bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

/* MENU */
.menuCategoryContainer {
	width: 230px; 
	margin: 0 0 20px 5px;
	float: left; 
}
.menuCCBg {
	background-image: url(images/leaves.gif); 
	background-position: bottom right; 
	background-repeat: no-repeat;
}
.menuCCImage {
	width: 210px; 
	border: 1px solid #a12100;
}
.menuCCLink {
	font-size: 12px;
	text-align: center;
	padding: 3px; 
}
.menuCCLink a {
	color: #000000;
	text-decoration: underline;
}
.menuCCLink a:hover {
	color: #641919;
	text-decoration: underline;
}
.pdfContainer {
	background-image: url(images/pdf_btn.gif); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 225px; 
	float: left; 
	margin: 0 0 20px 5px; 
	padding: 3px; 
}
.pdfLink {
	font-size: 12px;
	text-align: center;
	height: 20px;
}
.pdfLink a {
	color: #000000;
	text-decoration: underline;
}
.pdfLink a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.menuSubC {
	padding: 15px 0 0 0;
}
.menuSubCDesc {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: italic; 
	color: #601414; 
	padding: 0 0 25px 0;
}
.menuItemContainer {
	width: 500px; 
	margin: 0 0 10px 0;
}
.menuPicture {
	float: left; 
	padding: 2px 5px 10px 0; 
	width: 93px; 
	height: 70px;
}
.menuItemTitleContainer {
	background-image: url(images/1px3dot.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x; 
	float: right; 
	width: 425px;
}
.menuItemTitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px; 
	float: left; 
}
.menuPrice {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: bold; 
	text-align: right;
}
.menuItemDesc {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	color: #333333;
	float: right; 
	width: 425px; 
}
.backHistoryContainer {
	font-size: 10px;
	text-align: right; 
	border-top: 1px solid #bb5e35; 
	border-bottom: 1px solid #bb5e35; 
	padding: 3px 0; 
}
.backHistoryContainer a {
	color: #333333;
	text-decoration: underline;
	padding: 0 0 0 5px;
}
.backHistoryContainer a:hover {
	color: #a12100;
	text-decoration: underline;	
	padding: 0 0 0 5px;
}

/* ADOBE READER */
.adobeContainer {
	font-size: 12px; 
	color: #601414; 
	padding: 5px 10px; 
	border-top: 1px solid #bb5e35; 
	border-bottom: 1px solid #bb5e35;
}
.adobeLink {
	float: left; 
	padding: 0 10px 0 0;
}
.toolTip {
	padding: 5px;
	background-color: #FF0000;
}

/* PHOTO GALLERY */
.imageAndCaptionContainer {
	width: 145px;
	margin: 10px 5px;
	float: left;
	border: 1px solid #bb5e35;
	padding: 10px;
}
.imageContainer {
	width: 150px;
	height: 150px;
	position: relative;
}
.imageContainer div {
	position: absolute; 
	bottom: 0;
}
.imageContainer div div {
	width: 150px;
	text-align: center;
	position: relative;
}
.captionContainer {
	font-size: 11px;
	padding: 3px 0 0 0;
	width: 145px;
}
.clear {
	clear: both;
}
.itemCountContainer {
	border-top: 1px solid #bb5e35; 
	border-bottom: 1px solid #bb5e35; 
	font-size: 10px; 
	color: #333333; 
	padding: 3px 0; 
}
.itemCountContainer a {
	color: #333333;
	text-decoration: underline;
	padding: 0 0 0 5px;
}
.itemCountContainer a:hover {
	color: #a12100;
	text-decoration: underline;	
	padding: 0 0 0 5px;
}
.itemPageCount {
	float: left;
}
.itemPageView {
	text-align: right;
}

/* CONTACT FORM */
/* {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
}
input.validation-passed, textarea.validation-passed {
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.formRow {
	background-color: #ebceb8;
}
.formLabel, label {
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
label {

}	
.requiredField {
	color: #cc0000;
	font-weight: bold;
}
.stepContainer {
	padding: 5px 0 0 0;
	clear: both;
}
.stepLabel {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 75px;
	padding-right: 5px;
}
.stepDescription {
	float: left;
	width: 500px;
}
.codeBlock {
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 10px;
	font-family: courier new;
	font-weight: bold;
}
.codeHighlight {
	color: #ff0000;
}
.className {
	font-weight: bold;
}
.requiredField {
	color: #990000;
	font-weight: bold;
}
.contactContainerLeft {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	top: 0px;
	width: 350px;
}
.contactContainerRight {
	float: right;
	width: 330px;
	margin-top: 20px;
}
.contactStatement {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px;
}
.contactCopy {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0;
}
.copyPadding {
	padding: 5px;
}

/* FORMS */
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #8f2021;
color : #ffffff;
font-weight: bold;
} 
input.required, textarea.required {
border: 1px solid #CC0000;
}
.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

/* FOOTER */
#footerContainer {
	font-size: 12px; 
	color: #d09060; 
	padding: 3px 6px;
}
.footerLeft {
	float: left;
}
.footerLeft a {
	color: #d09060;
	text-decoration: underline;
}

.footerMiddle {
	float: center;
}

.footerLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerRight {
	text-align: right;
}

.footerRight a {
	color: #d09060;
	text-decoration: underline;
}
.footerRight a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.directionsText {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.goog-te-gadget { text-align: center; }

