/*--------------------------------
Charcoal Style
Layout

version:	2.0
copyright:	SuperHomePro
----------------------------------*/
html, body {
/*    background-image: url(images/gradient-background.gif);
    background-repeat: repeat-y;
    background-position: center;*/
    background-color: #484848;
}

html, body {

    background-image: url(images/background.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/

}

body {
	text-align: center;
	min-width: 950px; /*1000px;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h1, #mainContent div {
	color: #FFF;
}

h2 {
	font-size: 14px;
	font-weight: bold;	
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	margin-top: 10px;
}

.inner h2 {
	border-bottom: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover, a:active {
	text-decoration: underline;
}

#mainNav a:link, #mainNav a:visited, #footer a:link, #footer a:visited {
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}


#doc {
	width:  900px; /*975px;*/
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 20px;
	line-height: 1.25; /* 1.231; */
	font-size: 13px;	
	background-color: #505050;
	color: #ddd;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	border-bottom-width: 0px;
	border-left-style: solid;
	border-left-color: #414141;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #414141;
	border-right-width: 1px;
	
}

#header {
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #333;
	background-color: #fff;
/*	background: #FFF url(images/header-gradient.jpg) repeat-x 0 bottom;	*/
}

#header .businessname {
	display: block;
	font-size:24px;
	font-weight:bold;	
}

#header .tagline {
	display: block;
}

#header .secondary {
	color: #666;
}

#header .phone {
	margin-right: 10px;
	display: inline;
}

#header .email {
	display: inline;
}

#header .cities {
	display: inline;
}

#header .cities li {
	display: inline;
}

#mainNav {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
	/*height: 10px;*/
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;	
	background-color: #414141;
}

#mainNav li {
	display: inline;
	margin-right: 0.9em;
	line-height: 140%;
}

#mainImage {

}

#mainContent {
	width: 390px;
	padding-right: 15px;
	padding-left: 495px; /* 530px; */
	padding-top: 40px;
	float: right;
	
}

.home #mainContent {
	height: 357px;
}


#mainServices {
	margin-left: 10px;
	width: 575px; /*650px;*/
	float: left;
	background-color: #585757;
	border: 1px solid #414141;
	margin-top: 10px;
	min-height: 430px;
	padding: 15px;
	padding-top: 5px;
}

.inner #mainContent {
	width: 575px;
	float: left;
	background-image: none;
	background-color: #585757;
	margin-left: 10px;
	border: 1px solid #414141;	
	padding: 15px;
	padding-top: 5px;	
	margin-top: 10px;
	min-height: 430px;
}

#group1 {
	float: left;
	width: 275px;
	margin-right: 15px;
}

#group2 {
	float: right;
	width: 275px;
}

#requestBox {
	clear: both;
	width: 230px;
	float: right;
	padding: 10px;
	padding-top: 15px;
	margin-left: 8px;
	margin-right: 10px;
	border: 1px solid #414141;
	background-color: #585757;	
	margin-top: 10px;
	height: 425px;
}

#requestBox .formlabel {
	margin-top: 7px;
}

#requestBox .textinput, #requestBox textarea {
	width: 222px;
	padding: 2px;
	overflow: hidden;	/* hide the scrollbar */
	font-size: 14px;
	font-family:arial,helvetica,clean,sans-serif;	
	border: 1px solid #BEB9B7;
}

#requestBox .submit {
	margin-top: 10px;
}

#requestBox .title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

#requestBox div {
	font-size: 12px;
	line-height: 120%;
	color: #fff;
}

#requestBox p {
	font-size: 13px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	line-height: 180%;
	font-size: 12px;
	width:  900px;
	margin: 0px auto;	
	background-color: #505050;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer li {
	white-space:nowrap;
}

.piped li {
	display: inline;
}

.piped a {
	margin-left: 0.5em;
	padding: 0 0 0 0.5em;
	border-left: 1px solid #666;
}

.piped a.first {
	border-left: 0 none !important;
	margin-left: 0px;
	padding: 0px;
}

.testimonial {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.testimonial .comment {
	font-weight: normal;
}

.testimonial .source {
	font-style: italic;
	display: block;
}

.galleria_container img {
  max-width:490px;
  width: expression(this.width > 490 ? 490: true);
}  

.faq .answer {
	display: block;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

.caption {
	color: #fff;
}