/* WHOEVER CODED/DESIGN THIS TEMPLATE... I WANT TO HURT YOU */

body {
	background: url(../images/background.jpg) #000 top left repeat-x fixed;
	font: normal 12px Arial;
	color: #4e4e4e;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

/* ======================= Reset Styles! ======================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img
{
	float:left;
}
.clear
{
	clear:both;
}

.no_bg{
	background: none !important;
}

a:link, a:active, a:visited
{
color: #fff;
text-decoration: none;
font-weight:bold;
}
a:hover
{
color: #281101;
}

/* __________________________ Common __________________________ */
.left_float{
	float: left;
}
/*look at this.. h2,h3,h1 is all in float.. h2 has a fix width.. idiot!*/
h1{
	width: 633px;
	height: 28px;
	font: Normal 22px Trebuchet MS;
	color: #69077f;
	background: url(../images/h1_bullet.gif) no-repeat 4px bottom;
	float: left;
	padding: 19px 0 0 20px;
	clear: both;
}

h2{
	font: bold 16px Trebuchet MS;
	color: #95b10f;
	float: left;
	width: 612px;
	padding: 14px 0 0 0;
}

h3{
	font: bold 14px Trebuchet MS;
	color: #95b10f;
	float: left;
	width: 605px;
	padding: 14px 0 0 5px;
}

/* ============================================== Header ============================================== */
#header{
	width: 940px;
	height: 384px;
	margin: auto;
	background: #fff;
}

#top_section{
	width: 940px;
	height: 135px;
	background:#63017a url(../images/top-nav-bg.jpg) no-repeat left bottom;
	float: left;
}

.logo{
	padding: 11px 0 0 2px;
	float: left;
}

.top_phone{
	width: 680px;
	float: right;
	text-align: right;
	padding: 10px 15px 0 0;
	font: bold 14px Trebuchet MS;
	color: #fff;
}
.top_phone strong{
	font-size:20px;
	color:#c4e526;
}

/* -------------------------- Main Navigation ---------------------- */
#top_section ul{
	list-style-type: none;
	width: 650px;
	float: left;
	font: Bold 14px Arial;
	color: #fff;
	margin: 27px 0 0 36px;
}

#top_section li{
	background: url(../images/nav-separator.jpg) no-repeat left 3px;
	padding: 0 17px 0 17px;
	float: left;
}

#top_section li a:link, #top_section li a:visited, #top_section li a:active{
	color: #fff;
}

#top_section li a:hover{
	color: #333;
}

/* -------------------------- Side Navigation ---------------------- */
#side-nav{
	width: 241px;
	float: left;
	padding: 0px 0 0 20px;
	height: 249px;
	background: url(../images/side-nav-bgrep.jpg) repeat-y right top;
}

.nav_hed{
	width: 240px;
	height: 24px;
	float: left;
	font: Normal 17px Trebuchet MS;
	color: #91b24f;
	background: url(../images/side-nav-hedbg.jpg) no-repeat 12px top;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 1px 0 0 0;
}

#side-nav ul{
	list-style-type: none;
	float: left;
	width: 238px;
	font: Bold 14px Arial;
	color: #fff;
	margin: 0px 0 0 0; background:url(../images/bg_services.jpg) top left no-repeat; padding-top:20px;
}

#side-nav li{
	background: url(../images/side-nav-bullet.jpg) no-repeat 28px 12px;
	line-height: 26px;
	padding: 0 0 0 44px;
}

#side-nav li a:link, #side-nav li a:visited, #side-nav li a:active{
	color: #fff;
}

#side-nav li a:hover{
	color: #333;
}

.align_botom{
	margin: 45px 0 0 0;
	float: left;
}

.header_img{
	float: left;
	margin: 0 0 0 21px;
}

/* ============================================== Main Body ============================================== */
#main_body{
	width: 940px;
	margin: auto;
	background: #fff;
	padding: 0 0 15px 0;
}

/* -------------------------- Left Panel ---------------------- */
#left_panel{
	width: 261px;
	float: left;
}

#contact_form{
	width: 240px;
	float: right;
	margin: 12px 0 0 0;
	background: url(../images/contact-box-bgrep.jpg) repeat-y left top;
}

.contact_hed{
	font: Normal 20px Arial;
	color: #4f5f06;
	width: 240px;
	text-align: center;
	height: 34px;
	float: left;
	background: url(../images/contact-box-top.jpg) no-repeat;
	padding: 6px 0 0 0;
}

#contact_form ul{
	list-style-type: none;
	margin: 5px 0 0 0;
	float: left;
	width: 240px;
}

#contact_form li{
	padding: 4px 0 0 16px;
}

#contact_form input {
	width: 205px;
	height: 17px;
	border: #bec2aa solid 1px;
	font: Normal 12px Arial;
	color: #55574e;
	padding: 2px 0 0 3px;
}

.txt_area{
	height: 58px !important;
}

.form-buttons{
	padding: 0 0 4px 0;
	float: left;
}

.submit_btn{
	width:89px !important;
	height:27px !important;
	float:left !important;
	border:none !important;
	Margin: 8px 0 0 76px !important;
	cursor:pointer;
	background:url(../images/submit_btn.jpg) no-repeat top left;
	text-indent:-1000px;
}

#promo{
	width: 239px;
	height: 143px;
	float: right;
	background: url(../images/promobg.jpg) no-repeat left top;
	margin: 12px 0 0 0;
}

#promo h2{
	width: 237px;
	text-align: center;
	font: Normal 18px Trebuchet MS;
	color: #6ba22e;
	padding: 12px 0 0 0;
	float: left;
}


#promo p {
	width: 237px;
	text-align: center;
	font: bold 24px Arial;
	color: #fff;
	padding: 20px 0 0 0;
	float: left;
}


#free_consult{
	width: 239px;
	height: 143px;
	float: right;
	background: url(../images/free_consult_box.jpg) no-repeat left top;
	margin: 12px 0 0 0;
}

.text_1{
	width: 237px;
	text-align: center;
	font: Normal 18px Trebuchet MS;
	color: #8d32a2;
	padding: 20px 0 0 0;
	float: left;
}

.text_2{
	width: 237px;
	text-align: center;
	font: Normal 24px Trebuchet MS;
	color: #58086a;
	padding: 6px 0 0 0;
	float: left;
}

.text_3{
	width: 237px;
	text-align: center;
	font: bold 24px Arial;
	color: #fff;
	padding: 20px 0 0 0;
	float: left;
}

.play_video{
	padding: 10px 0 0 0;
	float: right;
}

/* -------------------------- Right Panel ---------------------- */
#right_panel{
	width: 648px;
	float: right;
}

#right_panel a:link, #right_panel a:visited, #right_panel a:active{
	color: #9ab711;
}

#right_panel a:hover{
	color: #8d3d9f;
}

.welcome_color{
	color: #9ab711;
}

#right_panel p{
	padding: 10px 40px 0 4px;
}
#right_panel h1{
margin-bottom:10px;
}
.perple_color{
	color: #8d3d9f !important;
}

#right_panel ul{
	list-style-type: none;
	width: 620px;
	/* float: left; */ 
	margin: 12px 0 10px 17px;
	font: Normal 12px Arial;
	color: #76168c;
}

#right_panel li{
	background: url(../images/normal_bullet.gif) no-repeat left 7px;
	padding: 0 0 0 13px;
	line-height: 18px;
}

/* .......................... Tab Box ....................... */
#tab_box{
	width: 634px;
	float: left;
	margin: 28px 0 0 0px;
	min-height: 218px;
	background: url(../images/tab_box_bgrep.jpg) repeat-y;
}

#tab_box ul{
	width: 634px;
	height: 36px;
	float: left;
	background: url(../images/tab1_on_new.jpg) no-repeat left top ;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tab2_bg{
	background: url(../images/tab2_on_new.jpg) no-repeat left top !important;
}

.tab3_bg{
	background: url(../images/tab3_on_new.jpg) no-repeat left top !important;
}
.tab4_bg{
	background: url(../images/tab4_on.jpg) no-repeat left top !important;
}

.tab5_bg{
	background: url(../images/tab5_on.jpg) no-repeat left top !important;
}


#tab_box li{
	background: none;
	float: left;
	font: Normal 18px Trebuchet MS;
	color: #fff;
	padding: 4px 2px 0 16px;
}

#tab_box li a:link, #tab_box li a:visited, #tab_box li a:active{
	color: #fff;
	font-weight:normal;
}

#tab_box li a:hover{
	color: #6e1c82;
}

#tab_inner{
	width: 610px;
	float: right;
	padding: 0 10px 15px 0;
}

#tab_inner h2{
	font: Normal 18px Trebuchet MS;
	color: #822598; width:auto;
	padding: 12px 0 0 0; float:none; margin:0;
}

#tab_inner img{
	margin: 12px 0 0 0;
	float: left;
}

#tab_inner p{
	padding: 8px 0px 0 5px;

}

.client_name{
	font: bold 12px Arial;
	color: #822598;
}

/* ============================================== Footer ============================================== */
#footer{
	width: 940px;
	height: 115px;
	margin: auto;
	background: url(../images/footer_bg-rep.jpg) repeat-x;
	padding: 0 0 20px 0;
}

#footer span{
	width: 930px;
	float: left;
	height: 115px;
}

#footer span img{
	margin: 17px 0 0 11px;
}

.company_name{
	font: bold 14px Arial;
	color: #697f04;
	padding: 32px 0 0 22px;
	float: left;
	width: 450px;
}

.company_location{
	font: Normal 14px Arial;
	color: #fff;
	float: left;
	width: 359px;
	padding: 2px 0 0 22px;
}

.yodle{
	font: normal 11px Arial;
	color: #5b6d04;
	float: right;
	padding: 3px 23px 0 0;
}

.yodle a:link, .yodle a:visited, .yodle a:active{
	color: #5b6d04;
	font-weight: bold;
}

.yodle a:hover{
	color: #fff;
}

.specials {
	background:url(../images/header.jpg) no-repeat top left;
	width:638px;
	height:249px;
}

.specials h2 {
	float:right;
	width:230px; 
	padding:34px 20px 0 0; 
	font-size:20px; 
	line-height:19px; color:#fff; text-transform:capitalize;
}
.specials h2  strong {
color:#a9c51b; text-transform:uppercase;
}
.float-right {
float:right;	
clear:none;
margin:10px;
}

