@charset "utf-8";
/* CSS Document */

#main-content {
	background:url(../images/home/content-bg.jpg) 1px 113px no-repeat;
}

	#col1 {
		width:285px;
		padding:20px 10px 0 40px;
		float:left;
	}
	
		#col1 h1 {
			margin:0;
			padding:0 0 10px 0;	
			font-size:20px;
			color:#fc0;
			font-style:italic;
			width:295px;
		}
		
			.homeh1 {
				display:block;
				width:295px;
			}
		
		#col1 p {
			margin:0;
			padding:0 0 10px 0;	
			font-size:13px;
		}
		
			#col1 p.intro {
				font-size:15px;
				font-weight:bold;
				color:#fff;
			}
			
	#col2 {
		width:474px;
		/*height:200px;*/
		padding:83px 0 0 0;
		float:left;
		background:url(../images/home/specialoffers-bg.png) top left no-repeat;
	}
	
		.offers-header {
			height:66px;
			padding:0 47px 0 207px;
			text-align:center;
		}
		
			.offers-header h2 {
				font-size:18px;
				line-height:20px;
				margin:0;
				padding:10px 0;
				width:220px;
			}
			
				.offers-header h2 strong {
					color:#fc0;
				}
				
				.homeh2 {
					display:block;
					width:220px;
				}
		
		.offers-left {
			width:197px;
			float:left;
			padding:51px 0 0 0;
		}
		
			.offers-left a {
				width:128px;
				height:40px;
				display:block;
				background:url(../images/home/moreoffers_button.png) top no-repeat;
				margin:0 auto;
			}
			
				.offers-left a:hover {
					background:url(../images/home/moreoffers_button.png) bottom no-repeat;
				}
		
		.offers-right {
			width:240px;
			float:left;
			padding:0 10px;
			/*background:url(../images/home/offerstable-bg.png) top repeat;*/
		}
		
			.offers-right table {
				font-size:11px;
				width:240px;
				border-bottom:1px solid #696969;
				border-top:1px solid #333;
			}
			
			.offers-right table tr td {
				color:#fff;
				line-height:14px;
				padding:3px 2px;
				border-top:1px solid #696969;
				border-bottom:1px solid #333;
			}
			
				.offers-right table tr td.brand {
					text-align:left;
					font-weight:bold;
					text-transform:uppercase;
				}
				
				.offers-right table tr td.model {
					text-align:center;
					font-weight:bold;
				}
				
				.offers-right table tr td.from {
					text-align:center;
					font-size:10px;
					color:#ccc;
				}
				
				.offers-right table tr td.price {
					text-align:right;
					color:#fc0;
					font-weight:bold;
				}
