/* styles for angstrom 3 */

/************ Global Reset ************/

* {
   padding:0;
   margin:0;
}

ul {
    padding-left:1em;
    margin-left:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 0px;
}

/************ end reset *********/


body {
	background: url(../images/black_grey_gradient_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
}

#container {
	width: 1022px;
	margin: 0 auto;
	/*border: 1px solid pink;*/
	position: relative;
}

#header_home {
	background: url(../images/header_bg_home2.jpg) no-repeat;
	width: 1022px;
	height: 288px;
}

#header_sub {
	background: url(../images/header_bg_sub.jpg) no-repeat;
	width: 1022px;
	height: 288px;
}


#header_sub {

}

img#main_logo {
	position: absolute;
	top: 37px;
	left: 16px;
}

#phone_number {
	position: absolute;
	top: 48px;
	left: 708px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

h1#home_title {
	position: absolute;
	top: 237px;
	left: 211px;
	font-size: 24px;
	color: #fff;
}

#content {
	background: url(../images/content_bg.jpg) repeat-y;
	margin-left: 32px;
	/*min-height:410px;
	height: auto !important;
	height:410; */
}

#main {
	margin-left: 184px;
}

#main_text_home {
	width: 400px;
	/*border: 1px solid #444;*/
	float: left;
}

#main_text_sub {
	width: 400px;
	position: relative;
	top: -146px; /* this pulls up paragraph onto header background, otherwise paragraph starts below header bg image */
	height: 430px;    /*defining height gets rid of huge bottom space due to relative positioning with the -146px setting */ /*** basically defines height of content area on site ***/
	
}

#main_text_sub a {
	color:#018EBB;
}

#below_image_text {
	position: relative;
	top: 230px;
	left: 30px; 
	width: 300px;
	/*border: 1px solid pink;*/
	float: left;
}

#sidebar {
	width: 150px;
	float: left;
}

#sidebar_text {
	width: 150px;
	position: relative;
	bottom: 55px;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar_text a {
	color: #fff;
}

#sidebar_text a:hover {
	text-decoration: none;
}

.grey_box_sidebar {
	background: url(../images/grey_box_sidebar.jpg) no-repeat;
	width: 150px;
	height: 72;
	margin-left: -7px;
	margin-top: 9px;
	padding: 6px 6px 15px 6px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	width: 961px;
	height: 90px;
	margin-left: 32px;
	padding: 34px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#credits {
	margin-top: 13px;
	color: #999999;
}

#credits a {
	text-decoration: none;
	color: #999999;
}

#credits a:hover {
	text-decoration: underline;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 15px;
}

h1 {
	color: #1EA53F;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
}

h2 {
	color: #1EA53F;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
}

h3 { /*left nav header*/
	color: #fff;
	font-size: 16px;
	padding-bottom: 2px;
	position: relative;
	bottom: 2px;
	left: 8px;
}

h4 {
	color: #1EA53F;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}



ul.benefits {
	margin: 0px 0px 15px 30px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#home_product_image {
	position: absolute;
	top: 152px;
	left: 639px;
}

#three_images_home {
	/*** original location under three bottles image on homepage
	position: absolute;
	top: 507px;
	left: 624px;
	width: 356px !important;
	width: 370px; **************/
	/*border: 1px solid red;*/
	width: 400px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
	
}

#product_page_image {
	position: absolute;
	top: 160px; 
	left: 500px;
}

#contact_us_button {
	position: absolute;
	top: 40px; 
	left: 530px;
	border: none;
}

#delta_button {
	position: absolute;
	top: 80px; 
	left: 530px;
	border: none;
}

.square_image {
	width: 106px;
	margin-left: 11px;
	float: left;
}

.caption {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #678702;
}

.displayErr {
	width: 380px;
	padding: 5px;
	border: 1px solid #970000;
	color: #970000;
}

#address_block {
	width: 160px;
	position: absolute;
	top: 70px;
	left: 560px;
	/*border: 2px solid #007A3D;*/
	padding: 15px;
	text-align: right;
	color: #007A3D;
	font-weight: bold;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#print_logo {
	display:none;
}