@charset "utf-8";
/* CSS Document */

	#col1 {
		padding:20px 10px 0 40px;
		font-size:13px;
	}
	
		#col1 h1 {
			margin:0 0 10px 0;
			padding:10px 0 12px 0;	
			font-size:20px;
			color:#fc0;
			font-style:italic;
			background:url(../images/borderline.png) bottom repeat-x;
		}
			
			.internalh1 {
				display:block;
				width:100%;
			}
			
		
		#col1 h2 {
			margin:0 0 10px 0;
			padding:10px 0;	
			font-size:16px;
			color:#eee;
			font-style:italic;
		}
			
			.internalh2 {
				display:block;
				width:100%;
			}
			
		#col1 p {
			margin:0;
			padding:0 0 10px 0;	
		}
		
			#col1 p.intro {
				font-size:15px;
				font-weight:bold;
				color:#fff;
				padding-top:10px;
			}
			
		#col1 ul {
			margin:0;
			padding-top:0;
			padding-bottom:10px;	
		}
			
		.footer-swoosh {
			margin:20px 0;
			padding:12px 0;
			width:100%;
			background:url(../images/footer-swoosh.png) center no-repeat;
			text-align:center;
			font-style:italic;
			font-weight:bold;
			color:#fff;
			clear:both;
		}
		
			#col1 .footer-swoosh p {
				margin:0;
				padding:0;
				font-size:16px;
			}
			
			#col1 .footer-swoosh p strong {
				color:#fc0;	
				font-size:16px;
			}
			
		.content-col-left {
			width:370px;
			float:left;	
		}
		
		.content-col-right {
			width:370px;
			float:right;	
		}
		
		#col1 ul.subnav {
			margin:0 0 10px 0;
			padding:0 0 12px 0;	
			background:url(../images/borderline.png) bottom repeat-x;
		}
		
			#col1  ul.subnav li {
				list-style:none;
				font-size:12px;
				display:inline;
				color:#fc0;	
				font-weight:bold;
			}
			
			#col1  ul.subnav li a {
				text-decoration:none;
				color:#fff;	
				padding:0 2px;
			}
			
			#col1 ul.subnav li a:hover {
				color:#fff;
				background:#c00;
			}
			
		.map-container {
			padding:20px;
			width:544px;
			height:380px;
			margin:0 auto;	
		}
		
			.branch-list {
				width:250px;
				float:left;	
				padding:0 20px 0 0;
			}
			
				#col1 .branch-list p {
					font-size:11px;	
					margin:0;
					padding:0 0 8px 0;
					color:#fff;
				}
			
		img.img-right {
			float:right;
			margin:0 0 20px 20px;
			border:5px solid #900;	
		}
		
		img.img-left {
			float:left;
			margin:0 20px 20px 0;
			border:5px solid #900;	
		}
		
		
	/* FAQ Styles */
	
	.contentActive {
		padding:0 0 2px 0;
		background:url(../images/borderline.png) bottom repeat-x;	
	}
	
	.contentLink {
		
	}
	
		.contentLink .itemstyle {
			padding:10px 0;	
		}
	
		.contentLink .itemstyle h3 {
			margin:0;
			padding:0;
			font-size:13px;
			font-weight:normal;
			background:url(../images/faq-link-arrow.png) left no-repeat;
		}
		
			.contentLink .itemstyle h3 a {
				padding:0 0 0 20px;	
				text-decoration:none;
			}
			
			.contentLink .itemstyle h3 a:hover, .contentLink .itemstyle h3 a:active {
				background:url(../images/faq-link-arrow-open.png) left no-repeat;
				border:none;
			}
			
	.contentShow {
		background:url(../images/faq-answer-bg.png) top left no-repeat;
	}
	
		.contentShow .itemstyle {
			padding:20px 20px 30px 20px;
			color:#fff;
			height:200px;
		}
	
	p.backup-link a {
		font-size:10px;
		background:url(../images/backup-arrow.png) left no-repeat;
		padding:0 0 0 10px;
	}
	
	#col1 ul.useful-links {
		margin:0;
		padding:0;	
	}
	
		#col1 ul.useful-links li {
			margin:0;
			padding:0 0 15px 20px;
			list-style:none;
			background:url(../images/faq-link-arrow.png) 0px 5px no-repeat;
			font-size:11px;
		}
		
			#col1 ul.useful-links li a {
				font-size:13px;
			}
			
/* offers layout */
.feature-offer {
	width:137px;
	margin:5px;
	padding:15px 2px 10px 2px;
	float:left;
	font-size:12px;
	background:#333;
	border:1px solid #666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}	

.feature-offer div {
	text-align:center;	
}

div.brand {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}

div.size {
	
}

div.price {
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}

	div.price .amount {
		color:#fc0;
		font-size:30px;
		display:block;
		width:141px;
		font-weight:bold;
	}

table.offers {
	width:500px;
	margin:0 auto 40px auto;
	border-bottom:1px solid #696969;
	border-top:1px solid #000;
}

table.offers tr td {
	padding:6px 0;
	border-top:1px solid #696969;
	border-bottom:1px solid #000;
	font-size:13px;
}

	table.offers tr td.brand {
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	table.offers tr td.size {
		text-align:center;
	}
	
	table.offers tr td.model {
		text-align:center;
	}
	
	table.offers tr td.price {
		text-align:right;
		font-size:9px;
		color:#999;
		text-transform:uppercase;

	}
	
		table.offers tr td.price strong {
			color:#fc0;
			font-size:13px;
	
		}

	
		
		
.error {
	width:680px;
	border:3px solid #c00;
	background:	#f00;
	color:#fff;
	font-weigth:bold;
	text-align:center;
	margin:0 auto;
	padding:10px;
}

	.error a, .error strong {
		color:#fff;
		text-transform:uppercase;
	}
