
body {
	margin: 0 0;
	background-color: #E1C296;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #BA2C1E;
}
a:hover {
	color: #7F2117;
}





form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	background: url(../images/bg-white-opaque-1.png);
	border: solid #C43323 1px;
	color: #C43323;
	font-size: 11px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 2px 4px;
}



/*********** START BUTTON STYLES ***************/
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;

/*	font-size: 11px/100%;*/
/*	padding: .3em 1em .35em;*/
	font-size: 12px;
	padding: .10em 5px .30em 5px;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);

	color: #FFFFFF;
	border: solid 1px #8F3A2C;
	background: #D3513B;
	background: -webkit-gradient(linear, left top, left bottom, from(#D3513B), to(#8F3A2C));
	background: -moz-linear-gradient(top,  #D3513B,  #8F3A2C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3513B', endColorstr='#8F3A2C');

}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	text-decoration: none;

	color: #ffffff;
	background: #EF614A;
	background: -webkit-gradient(linear, left top, left bottom, from(#EF614A), to(#AF4736));
	background: -moz-linear-gradient(top,  #EF614A,  #AF4736);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF614A', endColorstr='#AF4736');
}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
	position: relative;
	top: 1px;

	color: #ffffff;
	background: #AF4736;
	background: -webkit-gradient(linear, left top, left bottom, from(#AF4736), to(#EF614A));
	background: -moz-linear-gradient(top,  #AF4736,  #EF614A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF4736', endColorstr='#EF614A');

}

input.button-dark, a.button-dark, button.button-dark {
	background: #2F130F;
	background: -webkit-gradient(linear, left top, left bottom, from(#AF4736), to(#2F130F));
	background: -moz-linear-gradient(top,  #AF4736,  #2F130F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF4736', endColorstr='#2F130F');
}


button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], a.button[disabled] {
	color: #9F9F9F;
	background: #CFCFCF;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF', endColorstr='#CFCFCF');
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

input.button-small, a.button-small, button.button-small {
	font-size:11px;
	padding: .1em 5px .20em 5px;
}

/*** this removes the annyong inner dotted border on focus state in firefox ***/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }


/*********** END BUTTON STYLES ***************/

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 0px;
	color: #A1A1A0;
}

div#breadcrumbs a {
	color: #A1A1A0;
	text-decoration: none;
}
div#breadcrumbs a:hover {
	color: #7F2117;
}

h1, h2, h3, h4, h5, h6 { }
h1, h4 { font-size: 18px; margin: .67em 0; }
h2, h5 { font-size: 16px; margin: .75em 0; }
h3, h6 { font-size: 14px; margin: .83em 0; }

h1, h2, h3 { color: #000000; }
h4, h5, h6 { color: #555555; }


hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}

fieldset {
	background: #e1e1e1;
	padding:10px 8px;
	margin-top:1em;
}

fieldset legend {

}

/*******************************************************/



div#main {
	background: #ffffff;
	margin: 0 auto;
	min-height: 380px;
}

div.main-width {
	width: 900px;
	margin: 0 auto;
}


.text {
	line-height: 20px;
}



#innermenu {
	font-weight: bold;

}

#innermenu a { color: #444343; text-decoration: none; }
#innermenu a:hover { color: #000; }


div#innermenu > div {
	cursor: pointer;
	background: #F7D86B;
	border-top: solid #CDC26E 1px;
	border-bottom: solid #FFF 1px;
	padding: 7px 0px 7px 15px;
}


div#innermenu > div.nest-0 {
	text-transform: uppercase;
}

div#innermenu > div.nest-1 {
	padding-left: 30px;
}


div#innermenu > div.hover, div#innermenu > div.on {
	background: #E3C47C;
}




div#pageheader {
	height: 125px;
	background: url(../images/header-bg.png) #D16915;
	font-size: 11px;
	color: #fff;

}
div#pageheader a {
	text-decoration: none;
}

div#pagefooter {
	margin-top: 6px;
	text-align: center;
}
div#pagefooter, div#pagefooter table {
	font-size: 11px;
	color: #575654;
}

div#pagefooter a {
	color: #575654;
}
div#pagefooter a:hover {
	color: #000;
}




input.form-error {
	border: dashed red 1px;
}

div.form-error-message {
	color: red;
	font-size: 11px;
	font-style: italic;
}


/***************** mainmenu styles *********************/

#mainmenu {
	height: 29px;
	line-height: 29px;
	width:100%;
	border: none;
}

.mainmenu-en {
	background: url(../images/mainmenu-bg-en.png) repeat-x #BA2C1E;
}

.mainmenu-es {
	background: url(../images/mainmenu-bg-es.png) repeat-x #AC2A14;
}

#mainmenu table {
	width: 100%;
}
#mainmenu table td.mainmenu-sep {
	width: 2px;
	background: url(../images/mainmenu-sep.png) no-repeat;
}


#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

#mainmenu a {
	text-decoration: none;
	color: #ffffff;
}


#mainmenu td.hover {
	background: #D16915;
	color: #ffffff;
}

div.submenu {
	width:150px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #F7D86B;
	border: solid #BA2C1E 1px;
	z-index: 98;

	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td {
	color: #444343;
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

}

div.submenu td a {
	color: #444343;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #E3C47C;
	color: #444343;
}

div.submenu td.hover a {
	color: #444343;
	text-decoration: none;
}


/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
/*	text-shadow: #CFCFCF 3px 4px 2px;*/
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7F7F7F 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #7F7F7F;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}

.white-opaque-1 {
	background: url(../images/bg-white-opaque-1.png);
}
.highlight {
	background: url(../images/highlight-bg.png);
}
.alt1 {
	background: url(../images/alt1-bg.png) #E0E3EF;
}

.alt2 {
	background: url(../images/alt2-bg.png) #E0E3EF;
}
.altdark {
	background: url(../images/bg-dark-1.png) #E0E3EF;
}


table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark {
	background: url(../images/bg-dark-1.png);
}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}



div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #A89D62 1px;
	top: 0px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #83923F;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #ECE8CF;
	color: #000000;
}


.divPopForm {
	text-align:left;
	position:absolute;
	background: #ffffff;
	border:solid black 1px;
 	color: #000000;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	z-index: 99;
}
/*#divPopForm a, #db_form_response_container_friend a {*/
/*	color: #BA2C1E;*/
/**/
/*}*/


#shopCartDiv {
	background: #ffffff;
	border: solid black 1px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

#shopCartDiv .shopCartContents {
	width: 265px;
	padding: 10px;
}


div.pagecaption {
	background: url(../images/pagecaption-bg.jpg) center center no-repeat #BA311F;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
}

div.pagecaption h1 {
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}


.LightBox {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	border: solid #B7291C 1px;
	z-index: 99;
	padding: 20px 10px 10px 10px;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}






