/*

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #004576;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #012742;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a.redlink:link          {color: #ee5932; text-decoration: underline;}
a.redlink:visited       {color: #ee5932; text-decoration: underline;}
a.redlink:active        {color: #ee5932; text-decoration: none;}
a.redlink:hover         {color: #ee5932; text-decoration: none;}
a.redlink:visited:hover {color: #ee5932; text-decoration: none;}

a.aqualink:link          {color: #00aced; text-decoration: underline;}
a.aqualink:visited       {color: #00aced; text-decoration: underline;}
a.aqualink:active        {color: #00aced; text-decoration: none;}
a.aqualink:hover         {color: #00aced; text-decoration: none;}
a.aqualink:visited:hover {color: #00aced; text-decoration: none;}

a.navlink:link          {color: #000; text-decoration: none;}
a.navlink:visited       {color: #000; text-decoration: none;}
a.navlink:active        {color: #FFF; text-decoration: none;}
a.navlink:hover         {color: #FFF; text-decoration: none;}
a.navlink:visited:hover {color: #FFF; text-decoration: none;}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: italic normal bold 21px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 {
	font: normal normal bold 13px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004576;
	margin-bottom: 10px;
}
h3 {
	font: normal normal bold 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00aced;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#company_info {
	height: 54px;
	width: 990px;
}
#arrow {
	display: inline;
	float: left;
	width: 32px;
	height: 54px;
}
#company_name {
	display: inline;
	float: left;
	width: 255px;
	height: 54px;
	font: normal normal bold 18px/54px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00acee;
}
#company_email {
	display: inline;
	float: left;
	width: 210px;
	height: 54px;
	font: normal normal bold 14px/54px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00acee;
}
#company_phone {
	display: inline;
	float: left;
	width: 200px;
	height: 54px;
	font: normal normal bold 14px/54px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00acee;
}
#wrapper {
	width: 990px;
	position: relative;
	margin-left: 20px;
}
#intro_text {
	width: 780px;
	font: normal normal normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 60px;
}
#navigation {
	width: 490px;
	height: 173px;
	float: right;
}
#redline_top {
	width: 490px;
	height: 10px;
}
#redline_bottom {
	width: 490px;
	height: 10px;
}
#nav_yellow {
	width: 490px;
	height: 30px;
	background-image: url(../img/nav_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	font: normal normal bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
#nav_aqua {
	width: 490px;
	height: 30px;
	background-image: url(../img/nav_aqua.gif);
	background-repeat: no-repeat;
	padding-left: 107px;
	font: normal normal bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
#nav_red {
	width: 490px;
	height: 26px;
	background-image: url(../img/nav_red.gif);
	background-repeat: no-repeat;
	padding-left: 208px;
	font: normal normal bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
#faq {
	width: 490px;
	text-align: right;
	height: 67px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width: 990px;
	margin-top: 10px;
}

#white_box {
	width: 749px;
	margin-left: 203px;
}
#box_top {
	width: 749px;
	height: 13px;
}
#box_middle {
	width: 749px;
	background-color: #FFF;
}
#box_bottom {
	width: 749px;
	height: 13px;
}
#four_in_one {
	display: inline;
	float: left;
	width: 275px;
	border-right: 1px solid #8dc63f;
	padding-right: 20px;
}
#snack_tower {
	display: inline;
	float: left;
	width: 285px;
	padding-left: 20px;
}
#machines {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 420px;
	height: 740px;
	z-index: 10;
}
#machines_int {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 420px;
	height: 740px;
	z-index: 10;
}
#machine_margin_top {
	margin-left: 231px;
}
#machine_margin_bottom {
	margin-left: 131px;
	margin-top: 35px;
	position: relative;
	z-index: 30;
}
#faq_margin_top {
	margin-left: 244px;
	padding-right: 45px;
}
#faq_margin_bottom {
	margin-left: 136px;
	position: relative;
	z-index: 30;
	padding-right: 45px;
}
#inquiries {
	width: 160px;
	font: normal normal bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00aced;
	position: absolute;
	bottom: 25px;
	left: 20px;
	z-index: 20;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.bullets
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.bullets li
{
	padding-left: 10px;
	background-image: url(../img/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	font: normal normal normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004576;
	margin-bottom: 15px;
}
.list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list li
{
	padding-left: 0px;
	font: normal normal normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004576;
	margin-bottom: 8px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 18px;
}
.aquahead {
	font-weight: bold;
	color: #00adef;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
