body {
	font-size: 14px !important;
	min-width: 100%;
	background: none;
	color: #181818;
}

a, a:active, a:hover, a:visited {
	color: black;
	text-decoration: none;
}

div#mobileWrap {
	margin: 5px;
}

ul.menuMobile li a {
	background: url(/img/skins/orange/footer-menu-left.png) no-repeat 0 0;
	display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 0 0 10px;
    max-width: 480px;
}

ul.menuMobile li a span {
	background: url(/img/skins/orange/footer-menu-right.png) no-repeat right 0;
	color: #261400;
	text-shadow: 0 1px 0 #FFCB8F;
	display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 10px 0 0;
    font-size: 20px;
}

ul.menuMobile li a.active {
	font-weight: bold;
}

small {
	font-size: .8em;
}

div.spacer02 {
	height: .2em;
	display: block;
	clear: both;
}

span.spChars {
	font-size: 1.5em;
	color: black;
	line-height: .7em;
}

div.spacer04 {
	height: .4em;
	display: block;
	clear: both;
}

div.spacer08 {
	height: .8em;
	display: block;
	clear: both;
}

ul.servicesUL li {
	background: url("/img/backgrounds/rightArr.png") no-repeat 100% 100%;
	height: 2em;
}


ul.servicesUL li a {
	color: #FF9900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	width: 100%;
	display: block;
	padding: .5em 0 .5em 0;
}

ul.servicesUL li:last-child a {
	border-bottom: none;
}


/* FORM */
#contact-form input {
	width: 91%;
	font-size: 1.3em;
	line-height: 1.23em;
	color: #262626;
	padding: 6px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d9d9d9;
	background: #fcfcfc;
	outline: none
}
#contact-form textarea {
	overflow: auto;
	width: 91%;
	font-size: 1.3em;
	line-height: 1.23em;
	color: #404040;
	padding: 6px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d9d9d9;
	background: #fcfcfc;
	outline: none
}

.text-form {
	font-size: 1.4em;
}

.buttons {
	padding-right: .8em;
	padding-left: .5em;
}

.buttons a {
	margin-left: 0;
}

p {
	margin: 0 0 12px 0;
}

/* Overlay & Gallery */
div.ovrlBlack {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30000px;
	z-index: 5000;
	background-color: black;
	display: none;
}

img.galTh {
	width: 210px;
	height: 118px;
	margin: 2px 2px 2px 15px;
	border: black 1px solid;
	-moz-box-shadow: 5px 5px 7px #999;
	box-shadow: 5px 5px 7px #999;
	-webkit-box-shadow: 5px 5px 7px #999;
	cursor: pointer;
}
.galTh.first {
	margin-left: 18px;
}
img.galTh:hover {
	margin: 0 0 0 13px;
	border: red 3px dashed;
}
.galTh.first:hover {
	margin: 0 0 0 16px;
}
h3.galAlbumName {
	margin: 10px 0 10px 30px;
	font-size: 24px;
}
div#galWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5100;
	text-align: center;
	vertical-align: middle;
}
div.galBadge {
	position: absolute;
	color: white;
	padding: 10px 20px;
	background-color: black;
	opacity: .6;
}
img.galBtn {
	opacity: 0.5;
	background-color: black;
}
img.galBtn:hover {
	opacity: 0.9;
}

div.serviceDiv {
	margin-top: 13px;
}

div.serviceDiv h4 {
	margin-bottom: 0;
}

