﻿/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background: url(/images/body-bg.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	}
	
#container {
	width: 820px;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	}
	
#content-container {
	width:820px;
	padding:20px 0;
	}
	
#main-content {
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	}
	
#sidebar {
	float: right;
	width:206px;
	}

#footer {
	clear: both;
	background: url(/images/footer-bg.jpg) repeat-x;
	background-color: #4b4b4b;
	height: 100px;
	}
	
	
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#logo {
	float: left;
	background: url("/images/AB Logo.gif") no-repeat;
	height: 92px;
	width: 162px;
	}

#banner {
	background: url("/images/Main Banner Pic.jpg") no-repeat;
	clear: both;
	height: 128px;	
	}

	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#contact {
	background: url(/images/contact-bg.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 250px;
	padding: 20px 10px 0 7px;
	}
	
	#contact h1 {
		color: #4b4b4b;
		margin:0;
		margin-bottom: 5px;
		border-bottom: none;
		padding-left: 3px;
		}
		
	#contact h2 {
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 5px;
		}
		
	#contact p {
		font-size: 10px;
		margin-bottom: 0;
		}
/*		
	#contact hr {
		border: none;
		height: 1px;
		background-color:#d3d3d3;
		margin: 0;
		margin-bottom: 10px;
		}
*/		
	#contact .phone {
		background: url(/images/telephone.gif) no-repeat;
		height: 45px;
		padding-left: 49px;
		padding-top: 8px;
		border-bottom: 1px solid #d3d3d3;
		}
		
	#contact .email {
		background: url(/images/email.gif) no-repeat;
		height: 45px;
		margin-top: 10px;
		padding-left: 49px;
		padding-top: 8px;
		border-bottom: 1px solid #d3d3d3;
		}
		
	#contact .fax {
		background: url(/images/fax.gif) no-repeat;
		height: 45px;
		margin-top: 10px;
		padding-left: 49px;
		padding-top: 8px;
		}
	
	#contact .support {
		height: 45px;
		margin-top: 10px;
		padding-left: 49px;
		padding-top: 8px;
		}
	
#store {
	margin-bottom: 10px;
	}
	
#testimonials .testimonial-header {
	height:35px;
	background: url(/images/testimonial-top.gif) no-repeat;
	}
	

#testimonials .testimonial-content {
	background: url(/images/testimonial-bg.gif) repeat-y;
	color: #fff;
	padding: 0 15px 0 10px;
	}
	
#testimonials .testimonial-content p.author {
	font-weight: bold;
	text-align: right;
	margin: 0;
	}	

#testimonials .testimonial-footer {
	height:20px;
	background: url(/images/testimonial-bottom.gif) no-repeat;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color: #69942e;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #005172;
	text-decoration: underline;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	

h1 {
	color:#005172;
	font: 24px normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
	}
	
h2 {
	color:#â4b4b4b;
	font: 22px normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
h3 {
	font: 18px normal Verdana, Arial, Helvetica, sans-serif;
	color:#005172;
	margin-bottom: 10px;
	}
	
p {
	margin-bottom: 10px;
	}
	
blockquote {
	background: #ebf4f6;
	padding: 15px;
	}
	
	blockquote h1 {
		font:18px normal Verdana, Arial, Helvetica, sans-serif;
		color:#005172;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 5px;
		}
		
ul {
	padding: 10px 10px;	
	}
	
li {
	list-style: none;
	background: url(/images/list-item.gif) left no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer-content {
	padding: 45px 0 0 10px;
	color: #fff;
	width: 820px;
	margin: 0 auto;
	}
	
	#footer-content a {
		color: #fff;
		}
		
	#footer-content a:hover {
		color: #69942e;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */