@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/body_bg.jpg) repeat-x top;
	background-color: #f4f4ed;
	padding: 45px 0 0 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	width: 940px;
	}

#sidebar {
	width: 205px;
	float: left;
	padding-right: 30px;
	}
	
#main {
	width: 700px;
	float: left;
	}

#colA {
	width: 435px;
	float: left;
	margin-top: 22px;
	}

#colB {
	width: 230px;
	float: left;
	margin: 25px 0 0 20px;
	}
	
#colC {
	width: 689px;
	float: left;
}

#colZ {
	width: 700px;
	float: left;
	margin-top: 22px;
	}	

#colHome {
	width: 700px;
	float: left;
	margin-top: 22px;
	}	
	
/* Text styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5a5a58;
	padding: 2px 0 5px 0;
	margin: 0;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0;
	padding: 3px 0 6px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a58;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0;
	margin: 0 0 7px 0;
	}

p {
	padding: 0;
	margin: 3px 0 14px 0;
	line-height: 20px;
}

a:link, a:hover, a:active, a:visited {
	color: #e7a218;
	text-decoration: none;
	}

/*Home special styles*/
.colD {
	width: 335px;
	float: left;	
	margin-right: 25px;
}
.colE {
	width: 335px;
	float: left;	
	margin-right: 25px;
	margin-top: 25px;
}
	
/*Ask styles*/
.logo {
	padding-bottom: 10px;
	}

.askHold {
	padding: 10px 0 0 20px;
	width: 185px;
	}

.askHold textarea, .askHold input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #999999;	
	padding: 0 4px;
	margin: 1px 0 2px 0;
	}

.askHold textarea {
	width: 170px;
	}

form {
	padding: 0;
	margin: 0;
	}
	
.dotty {
	border-bottom: #666666 1px dashed;
	padding: 10px 0;
}

/*Contact styles*/
.contact {
	font-size: 11px;
	color: #666666;
}

.contactBig {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.contactBig2 {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-align: center;
	font-style: italic;
}
.contactBig3 {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}



/*Find styles*/
#find {
	background: url(images/find_bg.png) no-repeat top;
	width: 325px;
	height: 80px;
	clear: both;
	float: left;
	}
	
#find select {
	width: 170px;
	font-size: 11px;
	}
		
#find input {
	border-color: #ccc;
	background-color: #666666;
	border-width: 1px;
	width: 30px;
	height: 20px;
	color: #FFFFFF;
}

.sponsor {
	float: left;
	margin: 0 0 0 35px;
	padding-bottom: 15px;
}

/*Quote styles*/
.quoteHome {
	font-family: "Lucida Sans", Lucida Grande, Arial ;
	font-size: 18px;
	color: #666666;
	line-height: 22px;
	float: left;
	margin: 15px 15px 0 0;
	}
.quoteHome2 {
	font-family: "Lucida Sans", Lucida Grande, Arial ;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	float: left;
	margin: 15px 15px 0 0;
	}
.quotePage {
	font-family: "Lucida Sans", Lucida Grande, Arial;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin: 10px 15px 0 0;
	}
	
.quoteName {
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

.floatLeft {
	float: left;
	padding-right: 20px;
	}
	
.clearBoth {
clear: both;
	}

/*Homepage Product teaser*/
.prodBg {
	background: url(images/home_prod_bg.jpg) no-repeat top left;
	padding-top: 12px;
	}
	
.prodBg2 {
	background: url(images/home_prod_bg.png) no-repeat top left;
	margin-top: -13px;
	}

.prodImg {
	padding: 0 7px 0 8px;
	}

/* Styles for internal pages */
#colA ul {
	list-style: round;
	margin: 0 0 15px 18px;
	padding: 0;
	line-height: 16px;
	}

#colA li {
	padding: 6px 0 8px 1px;
	margin: 0;
	}
	
#colB ul {
	margin: 0;
	padding: 0;
	color: #666666;
	}

#colB li {
	list-style: none;
	padding: 6px 0 8px 0;
	margin: 0;
	border-bottom: #666666 1px dashed;
	}
	
/* Nav styles */
#nav {
	position: relative;
	width: 700px;
	height: 50px;
	}

#navUl {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 17px 0 0 0;
	width: 700px;
	}

#navUl li {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #666666;
	float: left;
	margin: 0 35px 0 0;
	text-decoration: none;
}

a.navLink:hover {
	color: #333333;
	float: left;
	border-bottom: #fcb924 2px solid;
	padding-bottom: 3px;
	margin: 0 35px 0 0;
	text-decoration: none;
}

a.selected:link, a.selected:active, a.selected:hover, a.selected:visited {
	color: #333333;
	float: left;
	border-bottom: #fcb924 2px solid;
	padding-bottom: 3px;
	margin: 0 35px 0 0;
	text-decoration: none;
	}

/* Dropdown styles */
/* Positioning for hidden divs */
#products, #support {
	position: absolute;
	left: -999px;
	top: 51px;
	background-color: #666666;
	z-index: 1;
	padding: 5px;
	margin: 0;
	width: 103px;
	text-align: left;
}

#products {
	width: 113px;
}

/* Hidden dropdowns */
#products a:link, #support a:link, #products a:visited, #support a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#products a:hover, #support a:hover {
	color: #333333;
}

#products ul, #support ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#products li, #support li {
	margin: 0 3px;
	padding: 5px 0px;
	display: list-item;
	list-style-type: none;
	list-style-image: none;
}

/* Edit for positions */
#products.showing {
	left: 190px;
	}

#support.showing {
	left: 480px;
	}
#nav2 {
	position: relative;
	width: 300px;
	height: 80px;
	text-align: center;
}
#navUl2 {
	font-size: 14px;
	list-style: none;
	margin: 0;
	width: 300px;
	text-align: center;
	padding-top: 15px;
	padding-left: 125px;
}
.quoteName2 {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
#colx {
	width: 700px;
	float: left;
	margin-top: 22px;
}
