@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Print Auto Tech Clinic Style Sheet

version:   1.0
author:    Phill Tran
email:     phill@divineapparitions.com
website:   http://www.divineapparitions.com
-----------------------------------------------------------------------------*/

body {
	font: 10pt/1.4 Helvetica, Tahoma, Arial, sans-serif;
	background-image: none;
	background:none;
	background-color:none;
}

#wrapper,#content {
	background:none;
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
}

a {
	color:#000000;
	text-decoration:none;
}

#header, #masthead, #container {
	background-image: none;
	position: static;
	}
	
#header {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

#masthead {
	height:60pt;
	}
		
#header .headerLogo a h1, #header .headerLogo a h2, #header .headerLogo a h3,#header .headerTagLine h2 {
	position: static;
	font-size: 12pt;
	line-height: 120%;
}

#header .headerLogo {
	width: 30%;
}

#masthead .headerTagLine {
	left:30%;
	width:30%;
}

#header .headerLogo,#masthead .headerTagLine {
	background-image: none;
}

#header .headerLogo a h1,#header .headerTagLine h2 {
	font-size: 20pt;
}

#header .headerLogo a h1, #header .headerLogo a h2, #header .headerLogo a h3{
	text-align: left;
	}
	
.skiptocontent, #navigation, #sideBar, .searchBox, #footerNav, .noPrint {
	display: none;
}

#primaryContent {	
	float: none;
	width:100%;
	background: transparent;
	}
	
#primaryContent .coupons {
	position:static;
	margin-top:5pt;
	width:100%;
}

#primaryContent .coupons li{
	list-style:none;
	width:400px;
	margin:5pt;
	float:none;
	display:inline;
}


#primaryContent .coupons li IMG{
	width:300px;
	height:187px;
}

		
		
