/*
-----------------------------------------------
Hi-Line.com Master Style Sheet
Author: Willo Design Group
----------------------------------------------- */

/* Imported Navigation Styles
----------------------------------------------- */
@import url("nav.css");

/* Imported Styles for IE
----------------------------------------------- */
@import url("ie-main.css");

/* Basic Styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align: center;
	background: #4c5050 url(../images/main/body-bg2.jpg) 50% 0 repeat-y;
}
a {
	color: #8A8B8D;
	text-decoration: none;
}
a:hover {
	color: #7F0000;
}


/* Header Styles
----------------------------------------------- */
#header {
	width: 760px;
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*background: url(../images/main/vignette-v.png) 0 0 repeat-x;*/
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1px;
	line-height: 0;
	text-indent: -5000px;
}
#header h1 {
	width: 760px;
	z-index: 10;
	background: url(../images/header/header-bg.png) no-repeat;
}
#header h1 a {
	width: 249px;
	height: 74px;
	position: absolute;
	top: 1px;
	left: 20px;
	z-index: 500;
	text-decoration: none;
	background: url(../images/header/logo.jpg) no-repeat;
}
#header h2 {
	width: 760px;
	z-index: 1;
	background: url(../images/header/header-shadow.png) no-repeat;
}
#callout {
	background: url(/images/header/americas-number-one.png) no-repeat;
	width: 179px;
	height: 101px;
	z-index: 100;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 10px;
	right: 60px;
}

/* Main Layout Styles
----------------------------------------------- */
#container {
	margin: 0 auto;
	padding-top: 86px;
	width: 760px;
	position: relative;
	text-align: left;
}
#main {
	margin: 0 0 13px 17px;
	width: 534px;
	position: relative;
	z-index: 100;
	border: 1px solid #EE8A78;
	border-top: none;
}


/* Endorsement Styles
----------------------------------------------- */
#endorsement {
	margin: 0 0 0 28px;
	width: 515px;
	height: 80px;
	position: relative;
	z-index: 100;
	background: url(../images/main/endorsement.png) 0 0 no-repeat;
}
#endorsement blockquote {
	padding: 13px;
	height: 100%;
	font: bold 14px/1.1 "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #4D412C;
}
#endorsement p {
	padding-left: 0;
}
#endorsement .quote {
	margin-bottom: 0;
	font-size: 25px;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	text-transform: uppercase;
	/*background: url(../images/main/endorsement-quote.gif) 0 0 no-repeat;*/
}
#endorsement blockquote b {
	display: none;
}
#endorsement blockquote b.right {
	width: 28px;
	height: 25px;
	text-indent: -5000px;
	display: inline;
	position: absolute;
	background: url(../images/main/endorsement-quote.gif) 100% 100% no-repeat;
}


/* Footer Styles
----------------------------------------------- */
#footer {
	margin-left: 30px;
	padding-bottom: 14px;
	width: 534px;
	float: left;
	clear: both;
	display: inline; /* IE double margin fix */
	position: relative;
	z-index: 100;
}
#footer li {
	margin: 0 11px 0 0;
	padding: 0 0 0 17px;
	float: left;
	display: inline; /* IE double margin fix */
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFB8A8;
	background: url(../images/footer/bullet.gif) 0 50% no-repeat;
}
#footer a:link, #footer a:visited {
	color: #FFB8A8;
}
#footer a#willo {
	padding: 2px 0 4px 28px;
	height: 16px;
	background: url(../images/footer/willo-logo.gif) 3px 0 no-repeat;
}
#footer a#willo:hover {
	color: #FFF;
	background-position: 3px -32px;
}


/* Bottom Vignette Div Styles
----------------------------------------------- */
/*#page-bottom {
	margin-left: -380px;
	width: 760px;
	height: 460px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/main/vignette-bottom.png) repeat-x;
}*/


#header h1 {
	background: url(/images/header/header-bg-new.png) no-repeat;
}
#contact-info {
	position:absolute;
	top: -105px;
	margin-left:275px;
}
#contact-info em {
	font-weight: bold;
	color: white;
	font-size: 15px;
	display: block;
}
#contact-info a {
	color: #FFF500 !important;
	display: block;
	white-space: nowrap;
	margin-top: -18px !important;
	font-size: 15px !important;
}
#learn-more table {
	margin-left: 30px;
	margin-top: 0px;
}
#learn-more table td {
	text-align: center;
	width: 50%;
	padding: 10px;
}
#learn-more a {
	font-size: 15px;
	font-weight: bold;
}

