/**************** MAIN LAYOUT ****************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%; /* needed for container min-height */
}
#centerColumn{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	width: 1024px;
	text-align:left;
}
#mainColumn{	
	position: relative;	
	padding-bottom: 90px; /* bottom padding for footer */
}

#top{
	height: 20px;
}
#header{
	position: relative;
	height: 167px;
}
#menu{
	z-index: 100;
	position: absolute;
	width: 200px;
	top: 187px;
	left: 11px;	
}
#content{
	position: relative;
	padding-left: 240px;
	padding-bottom: 30px;
}

#footer{
	position:absolute;
	width: 1024px;
	bottom:0; /* stick to bottom */
	height: 90px;
}

/******* MAIN LAYOUT COLORS AND BACKGROUNDS ********/
html { background-color: #fbfbfc;}
#mainColumn {background: url(/img/center.gif) repeat-y;}
#top {		/*background: url(/img/top.gif) top left no-repeat;*/}
#footer { 	/* background:url(/img/bottom.gif) no-repeat #2C2C2C; */}


/*********** DEFAULT FONTS AND COLORS ************/
body{
	color: #333;
	font: 1.0em/16px  Arial, Tahoma, Helvetica, Verdana, sans-serif;
}
a:hover {
	color: #56291B;
	text-decoration:none;
}
a img{ border: none; }
h1, h2, h3{ 
	font-weight: normal;	
	color: #56291B;
}
p{padding-bottom: 10px;}
h1{ font-size: 24px; line-height: 24px; padding-bottom: 5px;}
h2{ font-size: 18px; line-height: 18px; padding-bottom: 2px;}
h3{ font-size: 17px; line-height: 17px; padding-bottom: 1px;}



/********** HEADER ***********/

#header h1, #header h2{
	font-family: "Trebuchet MS", Tahoma, Atial, Helvetica, Verdana, sans-serif;
	position: absolute;
	left: 240px;
	color: #8F3702	
}
#header h1{
	top: 52px;
	font-size: 56px; line-height: 56px;
}
#header h2{
	top: 100px;
	font-size: 34px; line-height: 34px;
	letter-spacing: 4px;
	
}
#header #callNow{
	position: absolute;
	top: 0px;
	left: 245px;
	font-size: 18px;
	color: #55281A;	
}




/********** NAV ***********/
#menu a{
	display: block;	
	text-align: right;
	line-height: 30px;
	height: 30px;
	width: 190px;
	text-decoration: none;
	padding-right: 10px;
	font-size: 17px;
	color: #F3AE51;
	font-weight: normal;
	margin-bottom: 2px;
	
	background: url(/img/menu-bg.gif);
}
#menu a.current, #menu a.current:hover{
	color: #333;
	background: #FC0 url(/img/current-menu-bg.jpg);
}
#menu a:hover{
	background: url(/img/hover-menu-bg.gif);
}

/********** CONTENT ***********/

#content #narrowColumn{
	width: 450px;
	line-height:150%;
}
#content #wideColumn{
	width: 700px;
	line-height:150%;
}
#content #sideBar{
	position: absolute;
	width: 220px;
	right: 30px;
	top: 0px;
	border-left: solid 1px #CCC;
	padding-left: 25px;
}
#content  ul{
	padding-left: 18px;
	padding-bottom: 10px;
}
#content  ul{
	list-style: none url(/img/dot.gif);
}

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

#footer{
	color: #D3D6DA;	
}
#copyright {
	position: absolute;
	top: 15px;
	left: 15px;
}
#footer #bottomMenu{
	position: absolute;
	top: 15px;
	right: 15px;
}
#footer #bottomMenu a{
	color: #1578fd;
	text-decoration:underline;	
}

#footer #bottomMenu a:hover{
	color: #1578fd;
	text-decoration:none;
}


li {
	line-height:150%;
}

strong {
	font-weight:normal;
}
.rate_container {
	margin:auto;
	width:120px;
	height:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:24px;
	background-color:#fec842;
	text-align:center;
	line-height:75px;
	border:solid 2px #414141;
}

.specials_container {
	margin:auto;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-top:15px;
	
	font-size:24px;
	background-color:#fec842;
	text-align:left;
	border:solid 2px #414141;
	margin:12px;
}

.hourly_price { 
	background-color:#000;
	color:#fff;
	line-height:18px;
	height:18px;
	font-size:13px;
}
.special_name {
	padding-left:15px;
}
.special_description {
	padding-left:10px;
	font-size:13px;
	line-height:150%;
}
.contact_button, .contact_button:hover {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	padding:5px;
	line-height:25px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;	
	-webkit-border-radius-bottomright:0px;
	-webkit-border-radius-bottomleft:0px;
}
.contact_button:hover {
	text-decoration:none;
}
.footer_link {
	font-size:0.8em;
}