* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 19px;
	color: #ddbc93;
	width: 100%;
	min-width: 320px;
	background: #2f2825 url(images/mobile_body_bg.jpg);
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #e2aa36;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #cf4935;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ff0808;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

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 {
	width: 280px;
	display: table;
	margin: 0 auto;
}

fieldset {
	border: 0px solid transparent;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
input {
	vertical-align: middle;
}

input.submit, input.button {
	color: #fff;
	background: #8e1914;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	padding: 0px 10px 0px 10px;
}

fieldset.edit {
	border: 1px solid #656565;
	padding: 10px 5px 10px 10px;
}
fieldset.edit legend {
	color: #193688;
	font-weight: bold;
}

label.edit {
	width: 130px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 5px 5px 0px;
	color: #fff;
}
input.edit {
	width: 130px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
	float: left;
}
input.edit_file {
	width: 130px;
	height: 24px;
	padding: 3px;
}
select.edit {
	width: 130px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}
textarea.edit {
	width: 130px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}


label.edit_full {
	width: 270px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #fff;
}
input.edit_full {
	width: 270px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
	float: left;
}
select.edit_full {
	width: 270px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}
input.edit_full_file {
	width: 20px;
	height: 25px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
	float: left;
}
textarea.edit_full {
	width: 270px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}


label.edit_half {
	width: 65px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #fff;
}
input.edit_half {
	width: 60px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
	float: left;
}
select.edit_half {
	width: 60px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}
textarea.edit_half {
	width: 60px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #666666;
}


#scode_block {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 5px 2px 5px 2px;
}
#scode_block table td {
	padding: 0px 1px 0px 1px;
}
#scode_block td {
    vertical-align: top;
}

#scode_block input#scode {
	width: 82px !important;
	height: 15px;
	text-transform: uppercase;
	text-align: center;
}
#scode_block #submit {
	width: 100px;
	font-size: 12px;
	text-align: center;
}

.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 {
}

.img_full, .img_full_mo {
	width: 100%;
	height: auto;
}
.img_left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.img_left_ds, .img_right_ds {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}

.images {
	border: 3px solid #ab9273;
}
.images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	border: 3px solid #ab9273;
}
.images_full, .images_full_mo {
	width: 100%;
	height: auto;
	border: 3px solid #ab9273;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #403425;
	border: 0px;
}

a.a_button {
	display: inline-block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: #8e1914;
	border: 1px solid #e5ad61;
	padding: 9px 18px 9px 18px;
	text-transform: uppercase;
}
a.a_button:hover {
	color: #e5ad61;
	text-decoration: none;
}


/* portfolio styles
-----------------------------------------------------------------------------*/

.sectionname {
	color: #ddbc93; 
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}
.sectionnameselected {
	color: #ff2d24; 
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}

.imagesmallname {
	color: #ddbc93;
	line-height: 13px;
	font-weight: normal;
}
.imagemediumname {
	color: #ddbc93; 
	line-height: 13px;
	font-weight: bold;
}

.imagepages {
	color: #ddbc93; 
	line-height: 13px;
	font-weight: normal;
}
.imagepageselected {
	color: #ff2d24; 
	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: #b82b1d;
	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: #fbe6c6;
	background: #691816;
	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: #b82b1d;
	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: #ddbc93;
	background: #2e231a;
}
.table tr:nth-child(even) {
	color: #ddbc93;
	background: #3f3325;
}

.table td:nth-child(even) {
	color: #fff;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 147px;
	padding-top: 10px;
	text-align: center;
	background: url(images/mobile_header_bg.jpg) top repeat-x;
	border-bottom: 1px solid #e5ad61;
}

/* 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: #8e1914 url(images/mobile_menu_li_bg.png) top repeat-x;
}
.menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: none;
}

.menu li.selected > a {
	color: #e4bf69;
}

.menu li.closed > ul {
	display: none;
}
.menu li.closed > a {
	/* closed arrow on dropdown menu */
	background: url(images/mobile_arrow_close.png) 99% no-repeat;
}

.menu li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #e5ad61;
	border-bottom: 1px solid #e5ad61;
}
.menu li.open > a {
	/* open arrow on dropdown menu */
	background: url(images/mobile_arrow_open.png) 99% no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #403425;
}
.content_title h1 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

#content {
	background: #1e1410 url(images/mobile_content_bg.jpg);
	border-top: 1px solid #e5ad61;
	padding: 15px 20px 20px 20px;
	min-height: 200px;
    height: auto !important;
    height: 200px;
}


/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	
	-moz-column-count: 2;
    -webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #ddbc93;
	text-decoration: none;
	cursor: text;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #8a806b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 30px 0px 30px 0px;
	background: url(images/mobile_footer_bg.jpg) top repeat-x;
	border-top: 1px solid #e5ad61;
}
#footer a {
	color: #8a806b;
}
#footer span {
	color: #fff;
	font-weight: bold;
}


/* styles
-----------------------------------------------------------------------------*/
#price_list_home table {
	width: auto;
	float: left;
	margin: 0px 5px 5px 0px;
}
