html {
	overflow-Y: scroll;
}
body {
	margin: 0;
	padding: 0;
	/* [disabled]line-height: 1.7em; */
	background-color: #f5ecd4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
	text-decoration: none;
	
}

a:hover, a:active { 
	color: #0085B7;
	background-color: #FAB28C;
/*	background-color: #FAB28C; 
	border: medium solid #00AEEF;
	color: #00AEEF*/
}
h3{
	color: #FFF;
}
#centering{
	height: 275px;
	width: 950px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0;
	left: 0;
	margin: auto;
}
#centering #eaziLogo{
	height: 275px;
	width: 800px;
	bottom: 0px;
	margin: auto;
	background-image: url(../images/ezlogo.png);
	background-repeat: no-repeat;
}
h2.leftTrigger{
	cursor:pointer;
	height: 81px;
	width: 81px;
	/* [disabled]background-image: url(../images/leftCircle.png); */
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	left: 83px;
}
h2.leftTrigger:hover {
	height: 96px;
	width: 96px;
	background-image: url(../images/leftCircleHover.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 57px;
	left: 74px;
}
h2.rightTrigger{
	cursor:pointer;
	/* [disabled]background-image: url(../images/rightCircle.png); */
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 7px;
	left: 451px;
}
h2.rightTrigger:hover{
	background-image: url(../images/rightCircleHover.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 85px;
	width: 85px;
	position: absolute;
	top: -1px;
	left: 443px;
}

.homeLink{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #F37036;
	border: medium solid #00AEEF;
	position: absolute;
	top: 0px;
	left: 129px;
	display: none;
}
.homeLink p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center; 
	margin-top: 23px;
}

#homeDisable{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #FAB28C;
	color: #0085B7;
	border: medium solid #0085B7;
	position: absolute;
	top: 0px;
	left: 129px;
	display: none;
}
#homeDisable p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center; 
	margin-top: 23px;
}

.missionLink{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #F37036;
	border: medium solid #00AEEF;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 3px;
	left: 45px;
	display: none;
}
.missionLink p{text-align: center; margin-top: 23px;}

#missionDisable{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #FAB28C;
	color: #0085B7;
	border: medium solid #0085B7;
	position: absolute;
	top: 3px;
	left: 45px;
	display: none;
}
#missionDisable p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center; 
	margin-top: 23px;
}

.contactLink{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #F37036;
	border: medium solid #00AEEF;
	position: absolute;
	top: 72px;
	left: 7px;
	display: none;
}

.contactLink p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 19px;
	}

#contactDisable{
	background-color: #FAB28C;
	color: #0085B7;
	border: medium solid #0085B7;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	position: absolute;
	top: 72px;
	left: 7px;
	display: none;
}
#contactDisable p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 19px;
}

.productLink{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #F37036;
	border: medium solid #00AEEF;
	position: absolute;
	top: -44px;
	left: 395px;
	display: none;
}
.productLink p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
	}
#productDisable{
	background-color: #FAB28C;
	color: #0085B7;
	border: medium solid #0085B7;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	position: absolute;
	top: -44px;
	left: 395px;
	display: none;
}
#productDisable p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
}

.serviceLink{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	background-color: #F37036;
	border: medium solid #00AEEF;
	position: absolute;
	top: -65px;
	left: 475px;
	display: none;
}
.serviceLink p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
	}
#serviceDisable{
	background-color: #FAB28C;
	color: #0085B7;
	border: medium solid #0085B7;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	position: absolute;
	top: -65px;
	left: 475px;
	display: none;
}
#serviceDisable p{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
}
#msg{
	color: #0085B7;
	width: 310px;
	position: absolute;
	top: 78px;
	left: 545px;
	font-size: 1.5em;
	font-weight: bold;
}
.toggle_container {
	font-size: 1.2em;
	width: 435px;
	position: relative;
	top: -95px;
	left: 440px;
	height: 400px;
	background-image: url(../images/contentBox.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
	clear: both;
	margin-bottom: 10px;
	display: none;
}
.contentHome {
	overflow: hidden;
	position: absolute;
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
	display: none;
	padding-right: 5px;
	width: 425px;
	height: 350px;
}
.contentMission {
	overflow: hidden;
	position: absolute;
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
	display: none;
	padding-right: 5px;
	width: 425px;
	height: 350px;
}
.contentContact {
	overflow: hidden;
	position: absolute;
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
	/* [disabled]display: none; */
	padding-right: 5px;
	width: 425px;
	height: 350px;
	display: none;
}
/* contact form */
.contentContact form label{
	width: 60px;
	float: left;
	clear: left;
	font-weight: bold;
	color: #FFF;
	margin: 2px 4px 6px 4px;
	text-align: right;
	}
.contentContact form p {
	color:white
	margin-top: 0;
	margin-bottom: 20px;
}
.contentContact textarea{
	resize:none;
	font-size: 1.2em;
	color: #000;
}
.contentContact input, .contentContact textarea{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

.contentContact input.text:focus, .contentContact textarea:focus  { background:#ffc; }

.contentContact #fSent, .contentContact #fReset {
	border: 1px outset #006;
	background: #9cf;
	cursor: pointer;
	padding: 1px;
	width: 110px;
}
.contentContact #fSent:hover, .contentContact #fReset:hover {
	border: 1px inset #f00;
	background: #eef;
}
.contentProduct {
	overflow: hidden;
	position: absolute;
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
	display: none;
	padding-right: 5px;
	width: 425px;
	height: 360px;
}
.contentService {
	overflow: hidden;
	position: absolute;
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
	display: none;
	padding-right: 5px;
	width: 425px;
	height: 350px;
}
.closeToggle
{
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 405px;
	top: 373px;
	background-image: url(../images/close.png);
	width: 22px;
	height: 19px;
	background-repeat: no-repeat;
}
.closeToggle:hover
{
	background-color:#00AEEF;
	color: #FAB28C;
	background-image: url(../images/closeHover.png);
}

#footer{
	color:#560000;
	text-transform:uppercase;
	text-align:center;
	margin-top: 50px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 1em;
}
a.right				{
	clear:right;
	float: right;
	margin-top: -180px;
	background-image: url(../images/rightNav.png);
	width: 20px;
	height: 20px;
	cursor: pointer;
} 

a.left				{
	display:block;
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
	background-image: url(../images/leftNav.png);
	margin-top: 140px;
} 
a.right:hover  		{
	background-color: #00AEEF;
	background-image: url(../images/rightNavHover.png);
}
a.left:hover  		{
	background-color: #00AEEF;
	background-image: url(../images/leftNavHover.png);
}
a.disabled {
	visibility:hidden !important;		
} 	

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 380px;
	height:320px;
	left: 2px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	/* [disabled]top: -10px; */
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	width: 380px;
	/* [disabled]padding-right: 10px; */
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 5px;
}
.price{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #06F;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
}
.delivery{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
.title{
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #FFF;
	display: block;
	padding-bottom: 10px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.contentAlign{
	float:left;
	padding-right: 5px;
	padding-left: 15px;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	}
