/* global */

    body{ 
		background:#000;
        font:85% Tahoma, Geneva, arial,verdana, helvetica,Sans-Serif;
		color:#555; 
		line-height:135%;
		margin:0;
		padding:0;
		text-align:center;
				background:#000;

        }

    /* headings */

        h1{
			font-size:1.9em;
			line-height:1em;
			color:#FEBA2E;
			margin:0 0 20px 0;
			padding:0;
            }		
		
		
		h1, h2, h3, h4, h5, h6 {
		font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
		letter-spacing:-0.05em;
		font-weight:bold;
		color:#555;
		text-transform:capitalize;
		border-bottom:1px solid #ccc;
		padding-bottom:4px;

}	
		
				
        h2{            
			font-size:1.6em;
			margin-bottom:7px;
			color:#FE0000;

            }	
        h3{          
			font-size:1.4em;
			margin-bottom:7px;
			color:#FE0000;


            }
     			
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #intro h3{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content,  .fixed{
	display:block;
			}
		/*  \*/
		#content, ul, .fixed{
			min-height:1%;
			}
		* html #content, * html ul, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#D21C1B;
            }
        a:hover{
			color:#FE0000;
			text-decoration:underline;
            }			
		table, input, textarea, select, li{
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, {
			margin:0.1em 0;
			padding:0;
			}
			
		p, blockquote, ul, ol, {
			margin:0.1em 0;
			padding:0;
			}
			
		
			
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			border-top: 1px solid #ccc;
 			border-left: 1px solid #ccc;

			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
			
			th, td{	
			padding:3px 5px;
			}	
		td{	
			line-height:100%;
			border-bottom:1px solid #ccc;
			border-right:1px solid #ccc;
			}
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1000px;


		}
		
	
	#header{
		background:url(../i/bg_header.gif) no-repeat 0 0;		
		height:141px;
		position:absolute;
		top:0px;
		width:1000px;

		}	
		
		
	#header_buttons{
		position:absolute;
		top:9px;
		right:8px;
		width:auto;
		height:50px;
		}
		
	#header_buttons img{
		margin: 0 0 0 10px;
		}
	
						
	#content{
		background:#fff;
		padding:146px 0 17px 0;
		display:block;

		}	
		
	.main{
		float:left;
		display:block;
		width:580px;
		margin-left:20px;
		}
		
										
	.side{
		float:left;
		display:inline;	
		width:340px;	
		margin-left:40px;
		}
	#footer{
		background:#555;
		padding:1em 0;
		font-size:13px;
		color:#ccc;
		}	
	#footer .side{
		width:157px;
		}				

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:0;
			top:78px;
			height:30px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:30px;		
			line-height:30px;			
			margin-left:11px;
			font-size:14px;			
			font-weight:bold;
			text-transform:capitalize;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:30px;		
			color:#efefef;
			padding:0 9px;
			}	
		ul#nav li.selected{
			padding:0 9px;
			height:30px;
			color:#FE0000;
 			background:#fff;

			}
			
	
			
		ul#nav li.selected a, ul#nav li a:hover, ul#nav li.clickable a:hover{
			background:#FE0000;
			color:#fff;
			text-decoration:none;
			}	
			
		ul#nav li.clickable a{
			color:#FE0000;
			text-decoration:underline;
			background:#fff;
			}	
			
				

	
	/* //main nav */
	


	/* //main nav */
	
/* //navigation elements */


/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:241px;
		height:100px;
		top:0px;
		left:0px;
		}
	#header h1 a{
		display:block;
		height:100px;
		}
	
					
				

/* // header */

/* content */
	
	.side .link a{
		float:left;
		height:24px;
		line-height:24px;			
		background:#f8f8f8;
		font-weight:bold;
		border-bottom:2px solid #e8e8e8;
		padding:0 10px;
		}	
	.side .link a:hover{
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #fff;			
		}	
	.summary{
	
		padding:.9em;
		border:1px solid #ddd;
		background:#efefef;
		color:#000000;
		font-weight:400;
		}
	.note{
		padding:.8em 20px;
		background:#FE0000;
		line-height:160%;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		}		
				

	

	/* form */
																				
		form{
			padding:10px 0 10px 0;
			background-color:#f0f0f0;
			margin:0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			margin-left:20px;
			}	
		input{
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			}	
			
		textarea{
			width:350px;
			border:1px solid #ccc;
			padding:5px;
			}	
			
					
		textarea{
			height:120px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			background:#f0f0f0;

			}	
		form p.submit{
			background:none;
			text-align:right;
			}				
		.button{
			border:none;
			padding:5px 15px;
			margin:0;
			background:#FE0000;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			text-transform:capitalize;
			}										
					
	
	/* // form */		

/* // content */

/* footer */


	#footer{
	font-size:90%;
		}
	#footer .main{
		float:left;
		display:inline;
		width:527px;
		margin-left:20px;
		}	
	
		
	#footerNav p{
		margin-top:10px;
		
		}					
		

	ul#footerNav{
		float:right;
		margin:1em 0;
		padding:0 10px 0 0 ;
		}
	#footerNav li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		color:#CCCCCC;
		list-style:none;
		}	

		
				

/* // footer */

.nomargin{
padding:0;
margin:0;
}

.bullet{
	margin:0 0 5px 10px;
	padding-left:30px;
	list-style:url(../i/bullet.gif) outside;
	text-transform:capitalize;
	}


p {
margin:0.1em 0 1em 0;
padding:0;
}

 h2 a{
color:#FE0000;
}

 h2 a:hover{
 text-decoration:none;
}


.day {
width:120px;
float:left;
}

.time {
width:250px;
float:left;
padding-left: 130px;
}

.noborder {
border:none;
}


#quote a{

background:url(../i/get_a_quote.jpg) no-repeat 0 0;
width:333px;
height:54px;
margin: 5px 0;
display:block;

}


#pricelist img{

border:1px solid #ccc;
margin: 5px 0 0 0;
height:100px;
width:100px;
display:block;

}


.side img{

border:1px solid #ccc;
margin: 20px 0 0 10px;
padding:10px;
display:block;
background-color:#efefef;
}

