@charset "utf-8";
#specialoffer{
	background: #FFF url(images/specialoffer/ganton-banner-bg.jpg) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
/* center panes */
.center-pane-container{
	width: 100%;
	text-align: center; /* for IE */
	font-size: 12px; color:#333;	
}
	.center-pane{
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */	
		width: 1000px;	
	}

		.col-1{
			float:left;
			width: 220px; height: 508px; vertical-align: top;
			background-color:#f1f1f1;
	
		}
		
			.col-1-title{
				height: 20px;
				font-weight:bold;
				margin:10px 0 0 20px;
				font-size: 12px;
			}
			
			.col-1-links{
				margin-top:0;
				list-style:none;
			}
			
			.col-1-links li{
				padding:3px 0;
			}
			
			.col-1-links li a{
				color:#333333;
				text-decoration:none;
			}
			
			.col-1-links li a:hover{
				color:#333333;
				text-decoration:underline
			}
			
		
		.col-2{
			float:left;
			width: 480px; height: 508px;
			margin-right: 5px;
		}
		
		.col-3{
			float:left;
			width: 295px; height: 508px;
		}
		
		.col-3-row{
			margin-bottom: 10px;			
		}

		
		img{
			border:0;		
		}
		
		.phones{
			padding-left: 20px;
		}


