@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	font-size: 100.1%;
	background-image: url(../images/global/page_bgcolor.jpg);
	background-repeat: repeat;
}

/*HIGHSLIDE*/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	display:none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
	display:none;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
.controlbar {
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
	_margin-top: -5px;

}
.hidden {
	visibility: hidden;
}

.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



#pagewrapper {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footerwrapper {
	background-image: url(../images/global/page_bg.jpg);
	background-repeat: repeat-y;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#footer-bg {
	background-image: url(../images/global/footer_cap.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 816px;
	height: 10px;
}
#page-bg {
	background-image: url(../images/global/page_bg.jpg);
	background-repeat: repeat-y;
	width: 816px;
}
#home-bg {
	background-image: url(../images/home/home_header.jpg);
	width: 816px;
	background-repeat: no-repeat;
}
#about-bg {
	background-image: url(../images/about/about_header.jpg);
	width: 816px;
	background-repeat: no-repeat;
}
#inside-bg {
	background-image: url(../images/global/inside_header.jpg);
	width: 816px;
	background-repeat: no-repeat;
}
#inside-content-wrapper {
	float: right;
	width: 606px;
}

#leftcol {
	float: left;
	width: 194px;
	margin-top: 110px;
}
#navwrapper {
	width: 194px;
	margin-bottom: 20px;
}
#navwrapper ul {
	margin-left: 25px;
}
#navwrapper li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #944C2E;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	list-style-type: none;
}
#navwrapper li a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#navwrapper li a:hover {
	color: #EAB937;

}
.navon {
	background-image: url(../images/global/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
#leftcol-other-content {
	width: 169px;
	margin-left: 25px;
}

#home-content {
	background-color: #FFFFFF;
	width: 573px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#inside-content {
	background-color: #FFFFFF;
	width: 558px;
	margin-top: 20px;
	margin-right: 18px;
	padding: 15px;
}
#home-bottom-content {
	float: right;
	width: 606px;
}

#home-bottom-left {
	float:left;
	width: 280px;
	height: 139px;
	background-color: #1A0903;
	border: 1px solid #4F1A00;
}
#home-bottom-right {
	float:left;
	width: 280px;
	height: 139px;
	background-color: #1A0903;
	border: 1px solid #4F1A00;
}
.clearfix {
	clear: both;
}
#copyright {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	color: #300F02;
	margin-bottom: 20px;
}
#footer-nav {
	background-color:#4F1A00;
	padding: 7px;
	width: 582px;
	text-align: center;
	font-size: .9em;
	color: #FFFFFF;
	margin-left: 210px;
	margin-bottom: 0px;
}
#footer-nav a {
	color: #FFFFFF;
	font-size: .9em;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #EAB937;
}
#special-offer {
	width: 169px;
	margin-bottom: 20px;
	background-image: url(../images/global/limited_time_offer_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
}
#special-offer h2 {
	font-size: 1em;
	color: #FFF687;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	float: none;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	font-weight: bold;
}
#special-offer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-right: 70px;
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 1.2em;
}
#special-offer a {
	color: #BE8060;
}
#testimonials-sidebar {
	width: 169px;
	margin-bottom: 10px;
}
#testimonials-sidebar h2 {
	font-size: 1em;
	color: #DDAF2E;
	margin-bottom: 5px;
	padding-top: 5px;
	float: none;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#testimonials-sidebar p {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1em;
}

.testimonials-sidebar-owner {
	margin-bottom: 20px;
	font-style: italic;
}
.testimonials-sidebar-quote {
	margin-bottom: 5px;
}
#testimonials-sidebar a {
	color: #BE8060;
}
#home-content h1 {
	color: #772304;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 15px;
}
#home-content h2 {
	font-size: 1.1em;
	color: #792100;
	margin-bottom: 5px;
}
#home-content p {
	font-size: 1em;
	color: #000000;
	margin-bottom: 15px;
	margin-left: 15px;

}
#home-content a {
	color: #772304;

}
#home-content ul {
	font-size: 1em;
	width: auto;
	padding: 10px;
	margin-left: 0px;
}
#home-content li {
	font-size: 0.8em;
	background-image: url(../images/global/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.home-content-floatright {
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
#store-button {
	background-image: url(../images/home/store_button_bg.jpg);
	height: 44px;
	width: 329px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 10px;
	margin-bottom: 10px;
}
#store-button h2 {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: normal;
	float: none;
	padding-top: 14px;
}
#store-button h2 a {
	color: #FFFFFF;
	text-decoration:none;
}
#home-bottom-left img {
	margin: 9px;
	float: left;
	border: 1px solid #4D1900;
}
#home-bottom-right img {
	margin: 9px;
	float: left;
	border: 1px solid #4D1900;
}
#home-bottom-left h2 {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	margin-right: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-style: normal;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: normal;
}
#home-bottom-left p {
	font-size: .9em;
	text-align: center;
	margin-right: 9px;
}
#home-bottom-left a {
	color: #BE8060;
}
#home-bottom-right h2 {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	margin-right: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-style: normal;
	float: none;
	line-height: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#home-bottom-right p {
	font-size: .9em;
	text-align: center;
	margin-right: 9px;
}
#home-bottom-right a {
	color: #BE8060;
}

#inside-content h1 {
	color: #772304;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	font-size: 1.3em;
	font-weight: bold;
}
#inside-content h2 {
	color: #772304;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	font-size: 1.1em;
	font-weight: bold;

	margin-bottom: 2px;

}
#inside-content p {
	font-size: 1em;
	color: #000000;
	margin-bottom: 10px;

}
#inside-content a {
	color: #772304;

}
.inside-content-floatright {
	float: right;
	margin-left: 15px;
	text-align: center;
}
#page-headline h1 {
	float:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.05em;
	color: #FFFFFF;
	margin-left: 30px;
	line-height: 1em;
	padding: 0px;
	margin-bottom: 0px;
}
#page-headline h2 {
	float:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -.05em;
	color: #D9AF31;
	margin-left: 30px;
	line-height: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#copyright a {
	color: #300E00;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#page-headline {
	float: left;
	margin-top: 115px;
}
#home-bottom-content-spacer {
	float: left;
	width: 26px;
}
form td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.smallitalictext {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
.testimonials-quote {
	background-color: #e7e7e7;
	padding: 10px;
}
#inside-content .testimonials-owner {
	color: #5C2300;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
	margin-bottom: 20px;
}
.row-rightcol {
	background-image: url(../images/global/home_ul_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 265px;
	border: 1px solid #ECC18C;
}
.row-leftcol {
	background-image: url(../images/global/home_ul_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 265px;
	border: 1px solid #ECC18C;
}
.row {
	margin-left: 15px;
	margin-bottom: 15px;
}
.inside-content-floatright img {
	border: 1px solid #774830;
}
.row-leftcol-wrapper {
	float: left;
	width: 265px;
}
.row-rightcol-wrapper {
	float: right;
	width: 265px;
}
