/*

Empire West Colors
Border green: #5f9c3f

*/


body, img {
	margin:0;
	padding:0;
} 
/** {
	outline-style:none;
	outline-width:medium;
}*/
body {
	margin:0;
	padding:0;
	background-color:#EDEAE6;
	font-size:13px;
	/*font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family:Arial Unicode MS,Arial,Helvetica,sans-serif;
	background-image: url(img/bg.png);

}

#wrap {
}

#container {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	display: inherit;

}
img {
	border:none;
}


a:link {
	color: #f4940c;
	text-decoration: none;
}
a:visited {
	color: #f4940c;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006be9;
}
a:active {
	text-decoration: none;
}

/* ******************************First Row STYLES******************************************* */

#onerow {
	padding:0;
	display:block;
}

/* *****************************TOP NAVAGATION**********************************   */


#navbar { 
  margin-top: 0; 
	margin-bottom: 0; 
}


#navbar {
	margin-top:0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
  height:38px;
  top:0px;
  padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:15px;
  position:relative;
  width:905px;
  z-index:50;
  background-image: url(img/bg_onerow.png);
}

.menu {
	padding: 0;
	margin:0;
	list-style: none;
}


.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}

.menu .left_padding {
	margin-left:10px;
}

.menu a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding:9px 10px;
	color:#fff;
	font-size:14px;
}



.menu a:hover, .menu a:active{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top:9px;	
	padding-bottom:10px;	
	padding-right:10px;
	padding-left:10px;
	color:#fff;
	background-image:url(img/nav-hover.png);
	background-repeat:repeat-x;	
	/*background-color:#006be9;*/
	background-position:center -0px;
	-moz-border-radius: 5px;
}

.menu a:visited{
	color:#fff
}
/*
#5686cd - blue background
#d80100 - red background
*/
.menu li em {
	background:url(img/bg_nav_em.png) no-repeat;
	width: 184px;
	height: 40px;
	position: absolute;
	top: -120px;
	left: 80px;
	text-align: center;
	padding: 7px 8px;
	font-style: normal;
	font-weight:bold;
	z-index: 202;
	display: none;
	color:#fff;
	/*border:1px solid;
	border-color:#fff;*/
}

/*  *****************************Second Row **********************************      */

#tworow {
	width:920px;
	height:165px;
	padding:0;
	margin-top:0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	background-image:url(img/bg_tworow_services.png);
	/*background-color:#000;*/
	background-repeat:no-repeat;
	clear:both;
	display: inherit;
	postition:relative;
	text-aligh:left;
}

.logo {
	padding-top:33px;
	padding-left:20px;
	float:left;
}

.top_links {
	padding:0; 
	padding-top:7px; 
	padding-right:10px; 
	margin:0; 
	line-height:2px; 
	font-size:90%;
	color:#fff;
	font-weight:bold;
}

.top_links a, .top_links a:visited, .top_links a:hover {
	color:#fff;
	font-weight:bold;
}

.phone {
	color:#FFFFFF;
  font-size:30px;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:10px;
  padding-right:71px;
  text-align:right;
}

.highlight {
	text-align:left;
	position:relative;
	left:197px;
	top:2px;
	width:240px;
	height:250px;
	z-index:52;
	overflow:hidden;
	padding:4px;
	border:1px solid #f4940c;
	background-image: url(img/highligh.png);
	background-repeat:no-repeat;
	background-color:#fff;
}



#tworow h2 {
	padding:0;
	margin:0;
	position:relative;
	font-size:30px;
	color:#fff;

}
/* ***************************************THIRD ROW SERVICES PAGE ONLY************************************** */

#thrrow {
	width:920px;
	padding:0; 
	background-image:url(img/bg_thrrow.png);
	background-repeat:repeat-y;
	clear:both;
	margin-top:0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	
	
}

.thrrow_lines {
	background-image:url(img/bg_thrrow_lines.png);
	background-repeat:repeat-x;
	background-position:0 2px;	
	background-color:#fff;
	padding:0;
	margin:0;
	margin-left:12px;
	margin-right:12px;
	min-height:200px;
	height:auto;
	width:896px;	
}

#content_structure {
	width:100%;	
	font-size:13px;
}

#content_structure td {
	vertical-align:top;
}


#thrrow_left {
	width:570px;
	padding:0;
	margin: 20px 20px 0 20px;
	float:left;
	clear:left;	
	min-height:100px;
	height:100%;
	overflow:hidden;
}

.content_block {
	background-color:#fff;
	border:1px solid #f4940c;
	padding:4px;
	margin-bottom:20px;
}

.content_block h2 {
	margin-top:0;
	margin-bottom:25px;
	color:#f4940c;
}

/******************************    F A Q s  **********************************************/

#hide_show li {
	color:#f4940c;
}

#hide_show li a {
	cursor:help;
	font-size:14px;	
	color:#333;
	font-weight:bold;
}

#hide_show li a:hover {
	text-decoration:underline
}

#hide_show li em a {
	cursor:pointer;
}

#hide_show li em {
	display:none;
  font-style:normal;
  text-align:left;
	font-size:13px;
	color:#333;
}

.q_and_a {
	color:#f4940c;
	font-weight:bold;
	font-size:15px;
}

/**************FAQ END*********************************/

#thrrow_left h1 {
	margin-top:0px;
	color:#f4940c;
	font-size:24px;
}

.coupon {
	margin:0 10px 10px;
	border:2px dashed #f4940c;
	padding:10px;
}

.special {
	background:transparent url(img/starburst.png) no-repeat scroll -15px 0;
  font-size:24px;
  font-weight:bold;
  padding:0 0 14px 120px;	
}

.special a {
	padding:0;
}

/****************************REASONS TO BUY***************************************************/

.reasons li {
	color:#f4940c;
	font-size:20px;
}

.reasons li p {
	font-size:14px;
	color:#555;
	text-decoration:none;
}

/************************************PHOTO GALERY********************************************************/

.photo_gallery img {
	padding:2px;
	border:1px solid #f4940c;
}

/**********************************************************TWO COLUMN BOXES *****************************/

#two_col {
	padding:0;
	margin:0;
	position:relative;
	display:block;
}

#two_col table tr {
	vertical-align:top;
}

#two_col h1{
 padding-top:0;
}

#two_col_left {
	float:left;
	padding:10px;
	margin:0;
	margin-right:20px;
	margin-bottom:20px;
	min-height:100px;
	width:253px;
	border:1px solid #f4940c;
	background-color:#fff;
	overflow:hidden;
	height:510px;
}

#two_col_right {
	float:left;
	padding:10px;
	margin:0;
	min-height:100px;
	width:253px;
	border:1px solid #f4940c;
	background-color:#fff;	
	overflow:hidden;
	height:510px;
}

.border_bottom {
	border-bottom: 1px solid #e6e5e6;
}

#side_links {
border:1px dashed #E6E5E6;
margin:8px 0 0;
min-height:100px;
padding:5px;
width:236px;
}

#side_links_border {
border:1px solid #E6E5E6;
padding:15px;
}

#side_links_border h4 {
	margin-top:0;
	margin-bottom:0;
}

#side_links_border ul {
	margin-top:5px;
}

#side_links_border ul li {
	color:#F4940C;
	margin-left:-15px;	
}
/***********************************************FORM STYLES ***********************************************/


.content_block input, .content_block textarea  {
	font-size:20px;
	background: #f4940c url(img/bg_form.png) repeat-x;
	border-collapse:collapse;
	border:1px solid #f4940c;
	width:250px;
}

.content_block #contact_submit {
	background:  url(img/bg_contact_submit.png) no-repeat;
	width:150px;
	height:40px;
	border:0px;
	background-color:#FFF;
	cursor: pointer;
}

.content_block #contact_submit:hover {
	background-position: 0 -40px;
}

.content_block form  {
	font-size:14px;
}


/**********************************************************THREE COLUMN BOXES *****************************/

#thr_col {
	padding:0;
	margin:0;
	padding-bottom:20px;
	position:relative;
	display:block;
	min-height:100px;
}

.thr_col_box {
	float:left;
	margin-bottom:20px;
	min-height:270px;
	background-color:#fff;
	width: 177px;
	margin-right:10px;
	border:1px solid #006be9;
	padding:2px;
	
}

.thr_col_box p {
	text-align:center;
}

.thr_col_box h2 {
	text-align:center;
	margin-top:0;
	color:#006be9;
}

.thr_col_box a:hover {
	color:#f4940c;
}

/**********************************************************CONTENT RIGHT COL *****************************/

#thrrow_right {
	width:250px;
	padding:0;
	margin:0;
	margin-top:126px;
	clear:right;
	min-height:100px;
	/*background:#aaa;*/
}

.highlight_ie {
	display:none;	
	text-align:left;
	width:250px;
	height:260px;
	z-index:100;
	overflow:hidden;
	padding:4px;
	margin-bottom:10px;
	border:1px solid #f4940c;
	/*background-image: url(img/highligh.png);*/
	background-repeat:no-repeat;
	background-color:#fff;
}

#btn_right {	
	background-image: url(img/btn_right.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	height:50px;
	width:250px;
	margin-bottom:10px;
	cursor:pointer;

}

#btn_right:hover {
	background-position: 0px -50px;
}

#btn_right_buy {
	background-image: url(img/btn_right_buy.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	height:50px;
	width:250px;
	margin-bottom:10px;
	cursor:pointer;

}

#btn_right_buy:hover {
	background-position: 0px -50px;
}



/*#thrrow_right a  {
	color:#fff
}*/

#thrrow_right a:hover  {
	text-decoration:none;
}

.btn_text {
	padding-top:15px;
	padding-left:60px;
	padding-bottom:0;
	padding-right:0;
	font-size:21px;
	line-height:15px;
	margin:0;
	color:#fff;
}


/* ***************************************FOURTH ROW************************************** */

#frrow {
	padding:10px 0px;
	height:190px;
}
* html #frrow {
	padding-bottom:0px;
	padding:10px 0px 0px 0px;
}
#frrow a#fr_one {
	background-image:url(img/bg_fr_left.png);
	height:190px;
	width:300px;
}
#frrow .fr_one {
	background-image:url(img/bg_fr_left.png);
	margin-top:0px;
}
#frrow a#fr_one:hover {
	background-position:100% -190px;
	margin-top:0px;	
	z-index:50;
}
#frrow a#fr_two {
	background-image:url(img/bg_fr_center.png);
	height:190px;
	width:300px;
}
#frrow .fr_two {
	background-image:url(img/bg_fr_center.png);
	margin-top:0px;
}
#frrow a#fr_two:hover {
	background-position:100% -190px;
	margin-top:0px;
	z-index:50;
}
#frrow a#fr_fr {
	background-image:url(img/bg_fr_right.png);
	height:190px;
	width:300px;
}
#frrow .fr_fr {
	background-image:url(img/bg_fr_right.png);
	margin-top:0px;
}
#frrow a#fr_fr:hover {
	background-position:100% -190px;
	margin-top:0px;
	z-index:50;
}


#fr_one, #fr_two, #fr_fr {
	display:block;
	float:left;
}
#fr_one:hover, #fr_two:hover, #fr_fr:hover {
	background-position:100% -190px;
}
#fr_one span, #fr_two span, #fr_fr span {
	display:none;
}

.active_btn {
	background-position:100% -190px;
}


/* ***********************************  FOOTER ********************************* */

#foot {
	text-align:left;
	padding:0px 0px 20px;
	background-image: url(img/bg_foot.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear:both;	
	margin-top:0;
	margin-right: auto;
	margin-bottom:20px;
	margin-left: auto;
	width:920px;
	height:81px;
}
.links_foot {
	float:left;
	width:75%;
	padding-left:20px;
	padding-top: 10px;
}
#foot .links_foot a {
	padding:0px 4px;
	font-size:12px;
	color:#fff;
}

#foot .links_foot a.phone {
	font-size:22px;
}

#foot .links_foot a:hover {
	color:#444;
	text-decoration:none;
}
#foot small {
	font-size:10px;
	color:#fff;
	display:block;
	padding:5px 0px 0px 0px;
}
#foot a img {
	border-right:none;
	margin-left:33px;
}
