/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.jpg) repeat-x #7d7e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 960px;
}
	
#wrapper {
	background: url(../images/layout/container-bg.png) repeat-y;
	float: left;
	padding: 0 20px;
	width: 920px;
}
	
#mast {
	clear: both;
	float: left;
	height: 99px;
	width: 920px;
}
	
#main-nav {
	background: url(../images/layout/main-nav-bg.jpg) repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: left;
	height: 35px;
	width: 920px;
}
	
#content {
	float: left;
	margin: 10px;
	width: 900px;
}
	
#footer {
	background: url(../images/layout/footer-bg.png);
	clear: both;
	float: left;
	height: 325px;
	width: 960px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #003300;
	font-size: 20px;
	font-weight: bold;
	margin: 7px auto 6px auto;
	text-align: center;
}

h2 {
	color: #003300;
	font-size: 20px;
	font-weight: normal;
	margin: 10px auto -4px auto;
}

h3 {
	color: #003300;
	font-size: 16px;
	font-weight: normal;
	margin: 10px auto -5px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 130%;
	text-indent: 5px;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link {
	color: #006600;
}

a:visited {
	color: #006600;
	text-decoration: none;
}
	 
a:hover {
	color: #010155;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	#main-nav
-------------------------------------------------------*/

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 920px;
}

#main-nav li {
	float: left;
	width: 25%;
}

#main-nav a {
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	color: #003300;
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 35px;
	line-height: 100%;
	padding-left: 20px;
	text-decoration: none;
	width: 210px;
}
	
@media all and (-webkit-min-device-pixel-ratio:0) {
	/* Safari */
	#main-nav a {
		line-height: 80%;
	}
	
}
		
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	/* Opera */
	#main-nav a {
		line-height: 100%;
	}
}

#main-nav a.first-button {
	border-left: none;
	border-right: 1px solid #000;
}

#main-nav a.last-button {
	border-right: none;
}

#main-nav a strong {
	clear: both;
	float: left;
	font-size: 19px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

#main-nav a:hover {
	background: #fee902;
	color: #006600;
}

#main-nav .down, #main-nav .down:hover {
	background: #003300;
	color: #E1E1E1;
	cursor: default;
}

/*-------------------------------------------------------
	Main Content
-------------------------------------------------------*/

#main-content {
	display: inline;
	float: left;
	font-size: 115%;
	width: 600px;
}

body#general-repairs-page #main-content {
	display: inline;
	float: left;
	font-size: 115%;
	margin-left: 150px;
	width: 600px;
}

body#air-conditioning-page #main-content {
	display: inline;
	float: left;
	font-size: 115%;
	margin-left: 70px;
	width: 800px;
}

/*-------------------------------------------------------
	Air Conditioning
-------------------------------------------------------*/

.ac-list {
	display: inline;
	float: left;
	margin: 20px 20px 0 20px;
}

.ac-list li {
	background: #CCCCCC;
	clear: both;
	color: #003300;
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 2px;
	padding: 4px;
	text-align: center;
	width: 280px;
}

#air-conditioning-page h2 {
	margin-left: 25px;
}

/*-------------------------------------------------------
	Transmission
-------------------------------------------------------*/

.specials {
	margin: 0 40px;
}

#transmission-page .float-c {
	width: 100%;
}

/*-------------------------------------------------------
	General Repairs
-------------------------------------------------------*/

.repairs-info, .products-info {
	font-weight: bold;
	width: 96%;
}

.repairs-info td {
	background: #d9d8d8;
	text-align: center;
	padding: 4px;
	width: 32%;
}

.products-info td {
	background: #006600;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	width: 32%;
}

.repairs-info .title, .products-info .title {
	background: none;
	border-bottom: 1px solid #006600;
}

.ase-fix {
	margin-right: 80px;
}

/*-------------------------------------------------------
	Supp Content
-------------------------------------------------------*/

#supp-content {
	color: #003300;
	display: inline;
	font-size: 18px;
	font-style: italic;
	float: left;
	padding-top: 7px;
	text-align: center;
	width: 300px;
}

#supp-content strong {
	font-style: normal;
}

/*-------------------------------------------------------
	Specialists
-------------------------------------------------------*/

#specialists {
	background: url(../images/layout/specialists-bg.png) no-repeat;
	clear: both;
	color: #003300;
	font-size: 18px;
	font-style: italic;
	height: 80px;
	margin: 10px auto;
	padding-top: 15px;
	text-align: center;
	width: 550px;
}

body#index-page #specialists {
	float: left;
}

#specialists strong {
	font-style: normal;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/
	
#footer {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#contact-info {
	display: inline;
	float: left;
	margin: 110px 0 0 70px;
	width: 430px;
}

.details {
	font-size: 10px;
	text-align: center;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

.img-r {
	float: right;
	margin-left: 10px;
}

.free {
	float: left;
	margin: 0 auto;
	width: 415px;
}

.arrows {
	margin-left: 60px;	
}

.arrows li {
	background: url(../images/layout/bullet.jpg) left no-repeat;
	color: #222222;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	list-style: none;
	padding-left: 24px;
	text-align: left;	
}

.float-c {
	text-align: center;
	width: 550px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}