/* 
CSS Document 
last updated: 11/26/08
by: AD
*/

html, body {
	height: 95%;
}

img {
	border: 0px;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	font-family: arial, sans-serif;
	min-height: 99%;
	height: 99%;
	/*sto

opid ie*/
	
	overflow: -moz-scrollbars-vertical;
}

table, tbody, tr, td {
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
	padding: 0
}

table.pricing th, table.pricing td {
	background-color: #fff;
	border: 1px solid #f89828;
	padding: 1em;
	font-family: arial, sans-serif;
	font-size: 0.7em
}

table.pricing th {
	background-color: #f89828;
	color: #fff
}

table.pricing td.label {
	font-weight: bold;
	color: #763A24
}

a:hover {
	text-decoration: none;
}

div#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	padding-top: 40px;
	background-color: #fff;
}

div#head h1 a {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 3px;
	top: 15px;
	background-color: #fff;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	width: 285px;
	height: 87px;
}

div#head h1 a span {
	display: none;
}

ul#menu {
	list-style: none;
	position: absolute;
	left: 170px;
	top: 80px;
	height: 41px;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

ul#menu li {
	float: left;
	height: 41px;
}

ul#menu li a {
	height: 41px;
}

ul#menu li a span {
	display: none;
}

ul#menu li.product a {
	display: block;
	width: 149px;
	height: 41px;
	background-image: url('../images/menu_product.gif');
	background-repeat: no-repeat;
}

ul#menu li.product_selected a {
	display: block;
	width: 149px;
	height: 41px;
	background-image: url('../images/menu_product_on.gif');
	background-repeat: no-repeat;
}

ul#menu li.company a {
	display: block;
	width: 160px;
	background-image: url('../images/menu_company.gif');
	background-repeat: no-repeat;
}

ul#menu li.company_selected a {
	display: block;
	width: 160px;
	background-image: url('../images/menu_company_on.gif');
	background-repeat: no-repeat;
}

ul#menu li.contact a {
	display: block;
	width: 153px;
	background-image: url('../images/menu_contact.gif');
	background-repeat: no-repeat;
}

ul#menu li.contact_selected a {
	display: block;
	width: 153px;
	background-image: url('../images/menu_contact_on.gif');
	background-repeat: no-repeat;
}

div#head_bar {
	position: absolute;
	left: 0px;
	top: 117px;
	height: 22px;
	width: 100%;
	background-color: #AC9790;
	font-size: 0.70em;
	font-weight: bold;
}

a {
	color: #fff;
}

div#head_bar span#product {
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 220px;
	top: 4px;
}

div#head_bar span#product a.submenu {
	padding-left: 8px;
	padding-right: 8px;
color #fff;
}

div#head_bar span#company {
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 377px;
	top: 4px;
}

div#head_bar span#company a.submenu {
	padding-left: 8px;
	padding-right: 8px;
color #fff;
}

div#head_bar strong {
	padding-left: 8px;
	padding-right: 8px;
}

a.more {
	color:  #763A24;
	font-weight: bold;
}

div#left_column {
	position: absolute;
	left: 0px;
	top: 147px;
	width: 137px;
}

div#left_column h3 {
	display: block;
	padding: 0;
	margin: 0;
	height: 155px;
	background-color: #fff;
}

div#left_column ul#secondary_menu {
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

div#left_column ul#secondary_menu li {
	height: 23px;
}

div#left_column ul#main_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

div#left_column ul#main_menu li {
	height: 75px;
}

div#center_column {
	position: absolute;
	left: 145px;
	top: 147px;
	width: 616px;
	padding: 0px 10px 50px 10px;
}

div#center_column h2.masthead {
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 0;
	color: #827f09;
}

div#right_column {
	position: absolute;
	left: 788px;
	top: 147px;
	height: 80%;
	margin: 10px 0 0 10px;
	min-width: 180px;
	max-width: 250px;
	color: #666;
	font-size: .65em;
	font-family: arial, sans-serif;
}

div#right_column a {
	color: #763A24;
}

div#right_column ul {
	list-style-type: none;
}

div#right_column li {
	padding-bottom: 10px;
}

div#right_column blockquote {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #FFFFFF;
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px;
	min-width: 180px;
	max-width: 235px;
}  

div#right_column .startquote {
    background: transparent url(../images/startquote.png);
    height: 20px;
    width: 20px;
    float:left;
    margin:-5px 0 -8px -10px;
}

div#right_column .endquote {
    background: transparent url(../images/endquote.png);
    height: 20px;
    width:20px;
    float:right;
    margin:-15px -5px 0 0;
}

div#right_column .byline {
	padding-bottom: 10px;
	list-style: bullet;
	list-style-type: none;
	text-indent: 3em;
	font-size: 1.2em;
	font-style: italic;
}

#left_content {
	float: left;
	width: 300px;
}

/*abe stuff for homepage */

div.bottom-full {
	clear: both;
}

#right_content-home {
	float: left;
	width: 295px;
}

#left_content-home {
	float: left;
	width: 295px;
}
/*end abe stuff for homepage */

#right_content {
	float: left;
	width: 300px;
}

h4.header_image {
	margin-bottom: 4px;
}

p.normal_copy {
	padding-left: 4px;
	padding-right: 20px;
	font-size: 0.8em;
	line-height: 1.39em;
}

div.block {
	width: 497px;
	background-color: #fff;
	margin-left: 25px;
	padding: 0px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

div.block span.blockhead {
	width: 497px;
	height: 23px;
	background-image: url('../images/blocks.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

span.block_icon {
	display: block;
	background-color: #fff;
	padding: 0px;
	margin-left: 10px;
	width: 60px;
	float: left;
}

p.block_copy {
	background-color: #fff;
	margin-left: 20px;
	padding-top: 0px;
	font-size: 0.8em;
	line-height: 1.3em;
	width: 380px;
	float: left;
	padding: 0px;
}

p.block_copy img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

h3.callout {
	font-size: 0.9em;
	margin-left: 5px;
}

ul.normal {
	font-size: 0.8em;
	list-style-image: url(../images/bullet.gif)
}

ul.normal li {
	padding: 5px;
	width: 480px
}

/*abe stuff for homepage*/
ul.normal-2col {
	font-size: 0.9em;
	list-style-image: url(../images/bullet.gif);
	margin-top: -1px;
}

ul.normal-2col li {
	width: 265px;
	padding-bottom: 5px;
	margin-left: -8px;
}

ul.normal-1col {
	font-size: 0.9em;
	list-style-image: url(../images/bullet.gif);
}

ul.normal-1col li {
	width: 480px;
	padding-bottom: 5px;
}

ul.normal-home {
	font-size: 0.9em;
	list-style-image: url(../images/bullet.gif)}


ul.normal-home li {
	padding: 5px;
	width: 480px
}

ul.normal-menu {
	font-size: 0.9em;
	list-style-image: url(../images/bullet.gif)}

p.homepage_copy {
	padding-left: 4px;
	padding-right: 20px;
	font-size: 0.9em;
}

/*end abe stuff for homepage*/
ul.faq {
	list-style: none;
	margin: 0;
	padding: 0 20px 1em 4px;
	font-size: 0.8em
}

ul.faq li {
	margin-bottom: 0.5em
}

p.faq {
	margin: 0
}

ul.faq li a {
	color: #000
}

ul.faq li a:visited {
	color: #666
}

strong.red_emphatic {
	font-weight: bold;
	color: #763A24;
	font-style: italic;
}

span.caption {
	display: block;
	font-size: 0.9em;
	margin-left: 20px;
	color: #7F6F6B;
	margin-bottom: 25px;
}

span.required {
	font-weight: bold;
	color: #827F09;
	font-size: 2em;
	padding-left: 5px;
}

input.normal {
	padding: 5px;
	width: 300px;
	font-family: arial;
	font-size: 0.8em;
}

input.normal:hover {
	background-color: #F6F5DE;
	border-color: #EFEEBF;
}

input.normal_check {
	width: 30px;
	height: 30px;
	margin-top: 5px;
}

input.normal_check:hover {
	background-color: #F6F5DE;
	border-color: #EFEEBF;
}

label {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	color: #763A24;
	padding: 10px;
	padding-left: 0px;
	width: 295px;
	line-height: 1.5em;
}

textarea {
	width: 300px;
	padding: 5px;
	height: 100px;
	font-family: arial;
	font-size: 0.8em;
}

textarea:hover {
	background-color: #F6F5DE;
	border-color: #EFEEBF;
}

.pad_left {
	padding-left: 25px;
}

div#product_header {
	padding: 0px;
	width: 625px;
	height: 155px;
}

#product_header img {
	padding: 0px;
	margin: 0px;
	float: left;
}

p.footer {
	padding-left: 3px;
	padding-top: 25px;
	font-size: 0.6em;
}

ol.tour {
	font-size: .9em;
	list-style-type: none;
	line-height: 1.5em;
}

li.tour {
	font-size: 1.1em;
}

p.tour {
	font-size: .9em;
}

#bignum {
	font-size: 1.1em;
	font-weight: bold;
}

li.tour {
	font-size: 1.1em;
}

div.form-leader {
	font-size: .8em;
}
/*---------right column styles ------*/
#tweet {
    font-size:1.1em;
	margin-left: -40px;
}                     

#twitter_update_list {
    font-size:1.1em;
	margin-left: -40px;
}

div#right_column h2 {
    color:#763A24;
    text-transform: uppercase;
}                             

#blogfeed {
    padding-bottom: 5em;
} 
div#right_column .startquote {
    background: transparent url(../images/startquote.png);
    height: 20px;
    width: 20px;
    float:left;
    margin:-5px 0 -8px -10px;
}


/* STUFF FOLLOWING IS FOR NOOB SLIDE*/
/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}
/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	width:616px;
	height:272px;
	overflow:hidden;
	position: relative;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}