/* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {overflow:auto;}
div.yodlecms_column {float:left;}

/* ---------------------------- */
/* HTML TAG RESET               */
/* ---------------------------- */

html, body, form, fieldset, h1, 
h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address		{margin:0; padding:0; font-size:100%; font-weight:normal;}
ul, li 								{list-style-type:none;}
ol li 								{list-style: decimal;}

/* CLASSES
-------------------------------*/
.left { float: left;}
.right {float: right;}
.clear { clear: both; }

/* LAYOUT & GLOBAL
-------------------------------*/
body { background: #141414 url(../images/body-bg.jpg) repeat-y center top; color: #555555;
			box-shadow: inset 0 0 110px #000; -moz-box-shadow: inset 0 0 110px #000; -webkit-box-shadow: inset 0 0 110px #000;}
#wrapper { font: normal 14px Helvetica, Arial, sans-serif; width: 100%; overflow: hidden; background: url(../images/head-bg.gif) no-repeat center 135px; }

.

/* links */
a:active { position:relative; outline: 0; top: 1px; }
a { text-decoration: underline; color: #363636; }
	a:hover { color: #006eeb; }

h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	
.inner-wrapper { margin: 0 auto; width: 900px; clear: both; }

.rounded { border-radius: 5px 5px; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; }
.roundtop { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.roundbottom { border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }

.shadow { box-shadow: 0px 5px 5px #12171A; -moz-box-shadow: 0px 5px 5px #12171A; -webkit-box-shadow: 0px 5px 5px #12171A;}

/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}

/* form validation error */
.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {border:1px solid red!important;}

/* business hours */
.hours {padding: 5px;}
.hours table {font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto;}
.hours table td {padding: 3px 10px;}
#content .yodlecms_widget, #content .yodlecms_widget_layout {
	overflow:hidden
}

/* HEADER
-------------------------------*/
#header { margin: 0 auto; width: 900px; overflow: hidden;  min-height: 408px; _height: 408px; }
	
	/* header top */
	.header-top { height: 58px; overflow: hidden; padding: 20px 0 0 0; }
		/* title block */
		.title { width: 50%; }
			.title h1 { color: #a00000; font-size: 26px; }
				.title h1 a { color: #FFF; text-decoration: none; font-weight: normal; }
					.title h1 a:hover { color: #00aeef; }
			.title p { color: #438cff; font-size: 14px; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #FFF; font-weight: bold; }
				.call h2 strong { color: #ffb303; }
			.call p { font-size: 16px; color: #a3a3a3; }

			
/* NAVIGATION
-----------------------------------*/
	/* top nav */
	.topnav { height: 30px; width: 628px; overflow: hidden; display: block; float: right; background: #DDAF37 url(../images/topnav-bg.gif) repeat-x; border: 1px solid #339;  
				-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
		.topnav ul  { display: block;  padding: 0 0 0 5px; }
			.topnav li { display: inline; line-height: 30px; }
			.topnav a { color: #fff; text-decoration: none; font-size: 12px; line-height: 30px; display: block; float: left; padding: 0 20px; text-shadow: 0px 1px 1px #aaf; }

				.topnav a:hover, .topnav li.on a { color: #fff; background: #74828b url(../images/topnav-hover.gif) repeat-x center top; text-shadow: 0px 1px 1px #aaf; }
				.topnav a:active { position:relative; outline: 0; top: 0px; }

				
/* TOP COL
-----------------------------------*/
	/* top col */
	.top-col { width: 100%; clear: both; overflow: hidden; background: #fff; margin: 0 0 10px; background: #0E0E0E;
				border-radius: 5px 0 5px 5px; -moz-border-radius: 5px 0 5px 5px; -webkit-border-radius: 5px 0 5px 5px;
				box-shadow: 0px 5px 5px #12171A; -moz-box-shadow: 0px 5px 5px #12171A; -webkit-box-shadow: 0px 5px 5px #12171A;}

				
	/* contact form */
	.contact-col {  background: #0E0E0E url(../images/contact-bg.jpg); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		.contact-top { position: relative; width: 100%; }
			
			.mail-ico { position: absolute; top: 10px; right: 37px; }
			.contact-top p { padding: 0 21px; font-size: 12px; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { padding: 10px 0 10px 30px; color: #fff; font-size: 18px; font-weight: bold; }
		
		.contact-form {  padding: 0 30px; }
			.contact-form label { display: block; margin: 0 0 1px 0; font: normal 14px Arial, Helvetica, sans-serif; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c8c8c8; color: #969696; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 7px 0; padding: 3px 0; width: 99%;  }
			.contact-form textarea { width: 97%; height: 50px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #a00000; }
			.contact-form input.submit-button { width: 150px; height: 28px; background: transparent; border: none; margin: 0 0 0 60px; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
				
	
	
				
		/* headimg */ 
		.headimg  { font-size: 0; }
			.headimg .txtarea { height: 301px; /*background: url(../images/head-img.jpg);*/
						border-radius: 0px 0 5px 0px; -moz-border-radius: 0px 0 5px 0px; -webkit-border-radius: 0px 0 5px 0px; }

/* CONTENT
-------------------------------*/
#content { overflow: hidden; width:100%; }

	/* services -col */
	.sidebar { margin: 0 10px 0 0; }
	
	.services-col a { color: #cacaca; }
	.services-col a:hover { color: #00aeef; }
	.services-col { color: #cacaca; font-size: 12px; }
	.services-col .txtarea  {  background: #202020 url(../images/services-bg.gif) repeat-y right top; /*margin: 0 10px 0 0;*/ padding: 0 0 14px 0; }
		.services-col .txtarea p { padding: 0 20px 0 30px; }
		.services-col .txtarea h2 { font-size: 18px; color: #000; font-weight: bold; line-height: 45px; padding: 0 0 0 30px; background: url(../images/sidebar-header-bg.gif) repeat-x; margin: 0 0 8px;
					box-shadow: 0px 5px 5px #000; -moz-box-shadow: 0px 5px 5px #000; -webkit-box-shadow: 0px 5px 5px #000; 
					text-shadow: 0 1px 1px #AAAAFF;}
			.services-col .txtarea ul { margin: 0 0 0 30px; }
			.services-col .txtarea ul li { background: url(../images/bullet-gray.gif) no-repeat left 0.3em; padding: 0 0 .7em 20px; }
				.services-col .txtarea ul li a { text-decoration: none; }
				
		
	/* Main column */	
	.main-col { margin: 0px 0px 10px; 
					background: #FFF; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
					box-shadow: 0px 5px 5px #12171A; -moz-box-shadow: 0px 5px 5px #12171A; -webkit-box-shadow: 0px 5px 5px #12171A;}
		.main-col .txtarea { padding: 0 30px; }
		/* headers */
		.txtarea h2 { color: #000; font-size: 18px; font-weight: normal; margin: 0 0 1.5em 0; border-bottom: 1px solid #5181E0; padding: 24px 0 10px 0; }
			.txtarea h2 strong { color: #000; }
		.txtarea h3 { color: #438CFF; font-size: 16px; font-weight: bold; margin: 0 0 1.5em 0; } 
		.txtarea h4 { color: #006eeb; font-size: 14px; font-weight: normal; margin: 0 0 1.5em 0; } 
		
		/* paragraph */
		.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; position: relative; }
		.txtarea img { margin: 0 10px 5px 0; }
		/* list */
		.txtarea ul,
		.txtarea ol { display: block; margin: 0 0 1.5em 1em; }
			.txtarea ul li	{ font-size: 12px; background: url(../images/bullet-white.gif) no-repeat left 0.3em; padding: 0 0 .6em 20px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			
		/* link */
		.txtarea a {}
			.txtarea  a:hover {}	
		
		.txtarea  blockquote p { border: 1px dashed #d7d7d7; margin: 1.5em 0; color: #006eeb; line-height: 1em; background: #f0f0f0; padding: 10px; font-style: italic;
								border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.txtarea  blockquote p cite { display: block; text-align: right; margin: 1.5em 0 0 0; color: #000; font-style: normal; }
		
		
		.morebtn { width: 125px; height: 28px; background: url(../images/more-btn.jpg) no-repeat center top; text-indent: -9999px; display: block; }
			.morebtn:hover { background-position: center bottom; }

		.more {background:url("../images/bullet.gif") no-repeat scroll right center transparent; color:#006eeb; font-weight:bold; padding:7px 14px 7px 0; text-decoration:none; text-transform:uppercase; }

		
		/* bottom col */
		.bottom-col { background: #EEEEEE; overflow: hidden; width: 100%; }
		
		
		
		/* promo col */
		.promo-col { width: 324px; line-height: 1em;  position: relative; }
			.promo-col .txtarea { padding: 0px; margin: 16px 16px; background: url(../images/promo.jpg); width: 324px; height: 195px; text-align: right;  
						box-shadow: 0px 2px 5px #acacac; -moz-box-shadow: 0px 2px 5px #acacac; -webkit-box-shadow: 0px 2px 5px #acacac;}
			.promo-col .txtarea h2 { font-size: 24px; font-weight: bold; border: none; color: #2066D9; margin: 0 0 10px; text-align: right; padding: 11px 24px 0; }
			.promo-col .txtarea h3 { font-size: 36px; font-weight: bold; border: none; color: #000; margin: 0 0 7px; text-align: right; padding: 0px 24px 0; }
			.promo-col .txtarea p { font-size: 12px; color: #2F2F2F; margin: 0; line-height: 1em; padding: 0px 24px; }
			.promo-col .txtarea a { position: absolute; bottom: 15px; right: 38px; }
			

				
				
		/* cta col */
		.cta-col .txtarea { color: #000; margin: 18px 16px 30px 10px; padding: 0; background: url(../images/phone.jpg) no-repeat scroll top left; line-height: 1.5em; }
			.cta-col .txtarea h2 { color: #2066D9; font-size: 28px; font-weight: bold; padding: 12px 0 0 52px; border: none; margin: 0; }
			.cta-col .txtarea p { color: #000; font-size: 18px; padding: 5px 40px 0 52px; margin: 0; line-height: 1.25em; }
			.cta-col .txtarea strong { color: #ff7900; font-size: 31px; line-height: 1em; }


		/* low bottom col */		
		.low-bottom-col { padding-bottom: 30px; color: #fff; background: #a8a8a8;  box-shadow: inset 0 0 40px #555; -moz-box-shadow: inset 0 0 40px #555; -webkit-box-shadow: inset 0 0 40px #555; } 
			.low-bottom-col h2 {   border: none; margin: 0 0 7px; } 
			
		
	/* testimonial-col */
	.testimonial-col h2 { font-size: 18px; color: #00aeef; font-weight: bold; background: url(../images/popups-ico.jpg) no-repeat left top; padding: 5px 0 5px 100px; min-height: 80px; _height: 80px; margin: 0 0 .5em 0; }
		.testimonial-col blockquote p { background: none; color: #555; border: none; }
			.testimonial-col blockquote p cite { text-align: left; color: #000; }
			.testimonial-col a { font-style: normal; }
			
/* FOOTER
-------------------------------*/
#footer { width: 100%; clear: both; color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 5px 0; text-align: center; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #cacaca; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #fff; }
	.copyinfo { color: #cacaca; }
		.copyinfo strong { color: #FFB303; }
		
/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}

/* form validation error */
.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {border:1px solid red!important;}

/* business hours */
td:first-of-type { font-weight: bold;  }
tr:first-of-type { color: #000; font-weight: bold; background: #ccc; }
.hours {padding: 5px; color: #555; }
.hours table { border: 1px solid #777; margin:0 auto; background: #FFF; border-collapse:collapse; width: 220px;
	box-shadow: 0px 5px 5px #12171A; -moz-box-shadow: 0px 5px 5px #12171A; -webkit-box-shadow: 0px 5px 5px #12171A;}
.hours table td {padding: 3px 13px; line-height: 20px }

/* payment options */
#footer .payments { text-align: center; margin: 0 0 5px; color: #fff;  }
#footer .payments ul {  margin: 3px 0 0; }
#footer .payments ul li { border: none; margin: 0 2px; display:inline; }
#footer .payments img { float: none; }

/*whyus*/
.whyus { margin-right: 10px; }
.whyus h2 { font-size: 18px; font-weight: normal; }
.whyus span  { font-size: 18px; color: #000; font-weight: bold; line-height: 45px; padding: 0 0 0 30px; background: url(../images/sidebar-header-bg.gif) repeat-x; margin: 0 0 8px; display: block; width: 230px; 
					box-shadow: 0px 5px 5px #000; -moz-box-shadow: 0px 5px 5px #000; -webkit-box-shadow: 0px 5px 5px #000; 
					text-shadow: 0 1px 1px #AAAAFF;}
.whyus ul { margin: 10px 0 0; }
.whyus li { margin: 5px 0; }


