@media print {

	body {
		background-color:#FFF;
		color:#000;
		margin:0px;
	}
	#divContainerCentered {
		width:100%;
		margin:0px;
		padding:0px;
		left:0px;
		top:0px;
	}
	#divContainer {
		width: 100%;
		margin:0px;
		padding:0px;
		left:0px;
		top:0px;
	}
	#divNavBar {
		display:none;
	}
	#divLogoBar {
		display:none;
	}

}
@media screen {

	html {
		height:100%
		/* for safari */
	}
	body {
		background-color:#FFF;
		color:#000;
		margin: 20px 0px 0px;
	}
	#divContainerCentered {
		position:relative; 
		left:50%; 
		top:10px; 
		margin-left:-380px;  
		width:760px;  
	}
	#divContainer {  
		width: 908px;  
		text-align: left;
	}

}

@media screen, print {


	/* BASIC GLOBAL STYLES */
	
	
	body, div, span, p, pre, label, table, td, th, ol, ul { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	}
	b, strong { 
		font-weight: bold; 
	}
	i, em { 
		font-style: italic; 
	}
	sup,sub{ 
		font-size: .8em; 
	}
	hr {
		background-color:#CCC;
		color:#CCC;
		height:1px;
		border:0;
	}
	small { 
		font-size: .8em; 
	}
	a:link, a:visited, a:active {
		color: #990000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	#divQuickLinks a { text-decoration: none; }
	form, input, select, textarea { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:10px; 
	}
	label { 
		font-size: 1em; 
		font-weight: bold; 
	}
	h1,.h1, h2,.h2,.h3, h4,.h4, h5,.h5, h6,.h6 { 
		font-family: Arial, Helvetica, sans-serif;
		color:#00929C;
		letter-spacing:.1em;
		font-weight:normal;   
	}
	h1,.h1 { 
		font-size: 24px;
	}
	h2,.h2 { 
		font-size: 22px;
	}
	h3,.h3 { 
		font-size: 20px;
	}
	h4,.h4 { 
		font-size: 14px;
		font-weight: bold;
		color: #990000;
		margin-top: 5px;
	}
	h5,.h5 { 
		font-size: 16px;
	}
	h6,.h6 { 
		font-size: 14px;
	}
	ol {}
	ol ol {}
	ol ol ol {}
	ul {}
	ul ul {}
	ul ul ul {}
	li {
		list-style:disc.;
	}
	
	/* MAIN LAYOUT STYLES */
	
	
	#logoDealerName {
		color: #FFF;
		width: 600px;
	}
	#logodealername {
		width: 600px;
		padding-top: 20px;
		font-size: 24px;
		font-weight: bold;
		color: #980000;
	}
	#logodealername a {
		text-decoration: none;
	}
	#divHeader {
		background-color:#FFF;
		color:#F00;
		font-size:20px;
		min-height:60px;
		height: 100px;
	}
	#divNavBar {
		position: absolute;
		margin-left: 540px;
	}
	#navLinks {
		width: 182px;
		height: 262px;
		text-align: center;
		background-image: url(images/navbg.png);
	}
	#navLinks div {
		line-height: 34px;
		background: url(/includes/templates/dealer041/color041-1/images/navhr.png) no-repeat scroll bottom center;
		clear: both;
	}
	#navLinks img { float: left; margin-top: -34px; }
	#navLinks a {
		font-family: Arial Black;
		text-transform: uppercase;
		color: #545454;
		display: block;
		width: 182px;
		height: 34px;
		clear: both;
	}
	#navLinks a:hover {
		color: #990000;
	}
	#divDealerInfo {
		background:#FFCCA6;
		min-height:50px;
		padding:10px;
	}
	#divHomePageText1 {
		background: url(images/contentvr.png) no-repeat scroll bottom right;
		float: right;
		text-align: left;
		width: 293px;
		height: 176px;
	}
	#divHomePageText1 div {
		margin: 13px 10px 0px 0px;
		overflow: hidden;
		line-height: 1.4;
	}
	#divHomePageText2 {
		width: 333px;
		height: 60px;
	}
	#divHomePageText2 div {
		margin: 0px 0px 10px 13px;
		overflow: hidden;
		line-height: 1.4;
	}
	#divContentContainer {
		height: 188px;
	}
	#divContentContainerInside {
		margin-top: 4px;
	}
	#divSideNav {
		float: left;
		background: transparent url(images/sidenav_border.png) no-repeat scroll top right;
		padding: 5px 10px 5px 5px;
		height: 340px;
	}
	#divSideNavImage {
		background: #FFF url(images/sidenav_bg.png) no-repeat scroll top left;
		border: 3px solid #FFF;
		width: 150px;
		height: 50px;
	}
	#divInsideContent {
		width: 908px;
		min-height: 340px;
		float: left;
		background: #EFEFEF url(images/inside_content_bg.png) no-repeat scroll top right;
	}
	#divContentRight {
		width: 346px;
		height: 186px;
		float: right;
		background: url(images/contentbg.png) repeat-x scroll top;
	}
	#divContentLeft {
		width: 562px;
		height: 186px;
		float: left;
		background: url(images/contentbg.png) repeat-x scroll top;
	}
	#rotateimage { position: absolute; width: 580px; max-height: 240px;
		overflow: hidden; z-index: 1; }
	#divHomePageImage1 {
		width:600px;
		padding: 4px 0px;
		border-top: 7px solid #EEE;
		border-bottom: 7px solid #EEE;
		background-color: #FFF;
		max-height: 240px;
		overflow: hidden;
	}
	#divHomePageImage2 {
		width:160px;
		padding: 4px 0px;
		border-top: 7px solid #EEE;
		border-bottom: 7px solid #EEE;
		background:#FFF;
		float: right;
	}
	#divHomePageImage3 img {
		border: 3px solid #FFF;
		margin: 10px;
	}
	#divHomePageImage4 img {
		margin: 10px;
		border: 3px solid #FFF;
	}
	#divFooter {
		height: 25px;
		border-bottom: 3px solid #EEE;
		border-top: 3px solid #EEE;
		background-image: url(images/footerbg.png);
	}
	#divFooter * {
		padding: 5px;
	}
	#divCalendarContent {
		margin-top: 10px;
		margin-right: 10px;
	}
	
	.left { float: left; }
	.right { float: right; }
	
	#divFooter a:link, #divFooter a:visited, #divFooter a:active {
		color:#333; 
		text-decoration:none;
	}
	#divFooter a:hover {
		color:#990000; 
		text-decoration:none;
	}
	#divPageContent {
		width: 730px;
		float: right;
	}
	#divDisclaimer {
		margin: 5px;
		text-align: center;
	}
	#divDisclaimer a:link, #divDisclaimer a:visited, #divDisclaimer a:active {
		color:#990000; 
		text-decoration:none;
	}
	#divDisclaimer a:hover {
		color:#999; 
		text-decoration:none;
	}
	#divQuickLinks {
		font-size:10px;
		width: 300px;
		float: right;
		text-align: right;
		margin-top: 35px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#divQuickLinks a:link, #divQuickLinks a:visited, #divQuickLinks a:active {
		color:#990000;
		margin: 5px;
		padding-bottom: 2px;
		display: block; 
		float: right;
		border-bottom: 7px solid #EEE;
	}
	#divQuickLinks a:hover {
		color:#990000;
		border-bottom: 7px solid #990000;
	}
	
	#divSubNav a, .SubNavON {
		display: block;
		margin: 10px 0px 5px 5px;
	}
	.SubNavON {
		color: #990000;
		font-weight: bold;
	}
	
	.spacer{
		clear:both; 
	}
	.spacer20 { 
		clear:both; 
		height:20px;
	}
	.spacer40 { 
		clear:both; 
		height:40px;
	}
	
	/* FORMBUILDER FORM STYLES */
	
	#FormBuilder_Title {
		margin: 5px 0px 10px 0px;  
		padding: 5px 5px 5px 0px; 
		font-weight: bold; 
		font-family: arial,verdana,sans-serif; 
		text-transform: uppercase; 
		letter-spacing: 1px;
		font-size: 14px;
		color: #000;
		border-bottom: 1px solid #CCC; 
	}
	#FormBuilder_Instructions {
		border: 1px solid #CCC;
		padding: 10px;
		font-size: 9px;
	}
	.formBuilder_SectionTitle {
		margin: 5px 0px 10px 0px;  
		font-weight: bold; 
		font-family: arial,verdana,sans-serif; 
		text-transform: uppercase; 
		letter-spacing: 1px;
		font-size: 12px; 
		color: #000; 
	}
	.formBuilder_SectionContainer {
		border: 1px solid #CCC;
		margin: 10px 0px;
		padding: 10px;
	}
	
	/* manufacturer logo bar styles */

	#divLogoRow {}
	#logobarcontainer{
		position: relative;
		left: 50%;
		width: 760px;
		text-align: center;
		margin: 5px 0 5px -380px;
	}
	.logobar{ }
	.logobar img { 
		border: 1px solid #ccc; 
		margin: 5px; 
	}
	
	/* Custom Style */

}




