/*--------------------------------
Round
Layout

version:	2.0
copyright:	SuperHomePro
----------------------------------*/

body {
	text-align: center;
	min-width: 900px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #999481 url(images/pattern.jpg) repeat;
}

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

h2 {
	font-size: 14px;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 5px;
}

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

a:link, a:visited {
	text-decoration: none;
	color: #0085CF; /* #43608F;*/
}

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

#doc {
	width:  750px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px; /*15px;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	line-height: 1.25; /* 1.231; */
	color: #333;
	font-size: 13px;
}

#header {
	width: 725px;
	margin-top: 0px; /*10px;*/
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px; /*7px;*/
	font-size: 13px;
	color: #fff;
}

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

#header .tagline {
	font-size: 16px;
}

#header .secondary {
	color: #fff;
}

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

#header .email {
	display: inline;
}

#header .cities {
	display: inline;
}

#header .cities li {
	display: inline;
}

#mainNav {
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 10px;

}

#mainNav a:link, #mainNav a:visited {
	color: #fff;
	font-weight: bold;
}

#mainNav a:hover, #mainNav a:active {
	color: #0085CF;
	font-weight: bold;
}

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

#mainImage {
	height: 330px;	/*330px;  30*/
}

.inner #mainImage {
	height: 0px;
}

#mainContent {
	width: 468px;	/* 498 */
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #fff;
}

.inner #mainContent {
	padding-bottom: 270px;
}

#mainContent p {
	margin-top: 5px;
}

#mainServices {
	width: 468px;	/* 498 */
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	background-color: #fff;

}

.serviceContent h2 {
	border-bottom: 1px solid #CCC; /* #DFCDAE;*/
	padding-bottom: 3px;
}

blockquote {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url('http://i197.photobucket.com/albums/aa309/technojuiceblog/quote.gif');
	
}

blockquote .source {
	margin-top: 3px;
	font-style: italic;
}

#group1 {
	float: left;
	width: 219px;
}

#group2 {
	float: right;
	width: 219px;	/* 239px */
}

#requestBox {
	width: 230px;
	float: right;
	padding: 10px;
	margin-left: 0px;
	border: 1px solid #CCC; /*#DFCDAE;*/
	background-color: #eee;	
}

#requestBox .title {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

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

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

#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;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	line-height: 180%;
	font-size: 12px;
	width:  750px;
	margin: 15px auto;
}

#footer li {
	white-space:nowrap;
}

#footer a:link, #footer a:visited {
	color: #333333; /* #43608F;*/
}

#footer a:hover, #footer a:active {
	color: #0085CF;
}

.piped li {
	display: inline;
}

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

.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;
}

.testimonial .comment, .faq .question {
	font-weight: bold;
}

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

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

.galleria_container {
	width: 390px;
}

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

