* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 18px;
	color: #000;
	width: 100%;
	min-width: 320px;
	background: #7a021a;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #6e665e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #e32b26;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #3d8501;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #b35800;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 10px 0px 10px 25px;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}


/* forms styles
-----------------------------------------------------------------------------*/
.form,
form {
	width: 100%;
	display: table;
	margin: 0 auto;
}

fieldset {
	border: 0px solid transparent;
}
input, textarea, select {
	color: #000;
	box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

input.submit, input.button {
	color: #ffffff;
	background: #62031e;
	border: none;
	font-size: 19px;
	font-weight: 400;
	height: 41px;
	padding: 0px 10px 0px 10px;
	text-transform:uppercase;
	border: 1px solid #a39c96;
	border-radius: 9px;
}
fieldset.edit {
	width: 100%;
	border: 1px solid #a39d8a;
	padding: 10px 5px 10px 10px;
}
fieldset.edit legend {
	color: #673334;
	font-weight: bold;
}

label.edit {
	width: 50%;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0;
	color: #3c3c3c;
}
label.edit_full {
	width: 100%;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #3c3c3c;
}
label.edit_half {
	width: 25%;
	float: left;
	padding: 0px 5px 5px 0px;
	color: #3c3c3c;
}
input.edit {
	width: 100%;
	height: 28px;
	padding: 3px;
	background: #fff;
	border: 1px solid #a39c96;
	border-radius: 9px;
	box-shadow: 1px 1px 1px 1px #ccc;	
}
input.edit_file {
	width: 100%;
	padding: 3px;
	border: 1px solid #a39c96;
	border-radius: 9px;
}
select.edit {
	width: 100%;
	padding: 3px;
	background: #fff;
	border: 1px solid #a39c96;
	border-radius: 9px;
	box-shadow: 1px 1px 1px 1px #ccc;	
}
textarea.edit {
	width: 100%;
	height:120px;	
	padding: 3px;
	background: #fff;
	border: 1px solid #a39c96;
	border-radius: 9px;
	box-shadow: 1px 1px 1px 1px #ccc;	
}
#scode_block {
	width: 100%;
	line-height: normal;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 16px 0 0 0;
}
#scode_block table td {
	padding: 0px 2px 0px 3px;
}
#scode_block table td:nth-child(1) {
	padding: 0px 2px 0px 0;
}
#scode_block table td:nth-child(3) {
	padding: 0px 0px 0px 3px;
}
#scode_block td {
    vertical-align: top;
}

#scode_block input#scode {
	width: 80px !important;
	height: 41px !important;
	text-transform: uppercase;
	font-size:18px;
	font-weight:700;
	text-align: center;
}
#scode_block #submit {
	width: 90px;
	text-align: center;
	font-size:15px;
}

#scode_block img {
	border: 1px solid #a39c96;
	border-radius: 9px;
}

.required {
	color:#F00;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
	display: none;
}
.mobile_only {
}

.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right, .images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
table .img, table .img_left, table .img_right, table .images, table .images_left, table .images_right {
	width: 100%;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.images, .images_left, .images_right, .images_full {
	border:none;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.gif) bottom repeat-x;
	border: 0px;
}

a.a_button {
	display: inline-block;
	color: #8b0017;
	/*font-family: 'Oranienbaum', sans-serif;*/
	font-size: 13px;
	line-height: 13x;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: url(images/a_button_bg.png) no-repeat;
	width:116px;
	height:32px;
	padding: 13px 0 0 0;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}
a.a_button:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
}

/* portfolio styles
-----------------------------------------------------------------------------*/

.sectionname {
	color: #b35800; 
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}
.sectionnameselected {
	color: #000; 
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

.imagesmallname {
	color: #b35800;
	line-height: 13px;
	font-weight: normal;
}
.imagemediumname {
	color: #b35800; 
	line-height: 13px;
	font-weight: bold;
}

.imagepages {
	color: #b35800; 
	line-height: 13px;
	font-weight: normal;
}
.imagepageselected {
	color: #000; 
	line-height: 13px;
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

a.portfolio_button_sectionname {
	display: block;
	color: #fff;
	background: #b79873;
	font-size: 1em;
	padding: 0.5em;
	margin: 0px 5px 5px 0px;
	font-weight: bold;
	float: left;
}
a.portfolio_button_sectionname:hover {
	text-decoration: none;
}

a.portfolio_button_sectionnameselected {
	display: block;
	color: #FFDDE3;
	background: #b79873;
	font-size: 1em;
	padding: 0.5em;
	margin: 0px 5px 5px 0px;
	font-weight: bold;
	float: left;
}
a.portfolio_button_sectionnameselected:hover {
	text-decoration: none;
}

.portfolio_button {
	display: block;
	color: #fff;
	background: #b79873;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 5px;
	font-weight: bold;
}
a.portfolio_button:hover {
	text-decoration: none;
}
#portfolio_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #3f3325;
	border-left: 1px solid #3f3325;
}
.table .center {
	text-align: center;
}
.table thead td, .table tfoot td {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	background: #85120d;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
.table tr {
	vertical-align: top;
}
.table tr {
	vertical-align: top;
	border-bottom: 1px solid #3f3325; 
}

.table td {
	padding: 5px;
	border-bottom: 1px solid #3f3325; 
	border-right: 1px solid #3f3325; 
}

.table tr:nth-child(odd) {
	color: #000;
	background: #ede4db;
}
.table tr:nth-child(even) {
	color: #000;
	background: #d6cabf;
}

.table td:nth-child(even) {
	color: #000;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 104px;
	padding-top: 5px;
	text-align: center;
	background:#efdfbc url(images/mobile_header_bg.jpg) center top repeat-x;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu {
	width: 100%;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu ul li {
	width: 100%;
	position: relative;
	background: #6e665e url(images/mobile_menu_li_bg.png) top repeat-x;
}
.menu a {
	display: block;
	background: url(images/mobile_menu_a_bg.png) 26px 9px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
    font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	padding: 8px 0px 7px 45px;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: none;
}

.menu li.selected > a {
	color: #ffa200;
}

.menu li.closed > ul {
	display: none;
}
.menu li.closed > a {
	/* closed arrow on dropdown menu */
	background: url(images/mobile_menu_a_bg.png) 26px 9px no-repeat, url(images/mobile_arrow_close.png) 99% no-repeat;
}

.menu li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #fcf903;
	border-bottom: 1px solid #fcf903;
}
.menu li.open > a {
	/* open arrow on dropdown menu */
	background: url(images/mobile_menu_a_bg.png) 26px 9px no-repeat, url(images/mobile_arrow_open.png) 99% no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	font-size: 19px;
	line-height: 20px;
	color: #850d24;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 0;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.content_title h1 {
	font-size: 19px;
	line-height: 20px;
	color: #850d24;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

#content {
	background:#fff;
	padding: 18px 20px 24px 20px;
	min-height: 200px;
    height: auto !important;
    height: 200px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #c0b9ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 36px 0px 25px 0px;
	background:#7a021a url(images/mobile_footer_bg.gif) center top repeat-x;
}
#footer a {
	color: #c0b9ae;
}

/* styles
-----------------------------------------------------------------------------*/
.img_left1_ds {
	width:auto;
	padding-bottom:15px;
	margin: auto;
	text-align: center;
}
.align_right_ds {
	text-align: center;
	margin: auto;
}

.niceul1 {
	margin-left:0;
	padding-left:0;
	list-style:none;
	list-style-image: none;
	line-height:15px;
} 

ul.niceul1 li {
	background:url(images/disclaimer.png) left center no-repeat;
	padding-left:50px;
}

.faq span {
	color:#cf3d03;
	font-weight:700;
}

.reviews { 
background: url(images/5stars.png) top left no-repeat; 
padding-top:20px;
}


