input, textarea{
	float: left;
	clear: right;
	width: 280px;
	margin-left: 20px;
	border: 1px solid #575757;
	font-size: 100%;
}

form{
	width: 450px;
	text-align: right;
}

#accordion{
	margin: 10px;
}

a.accordian {border-bottom:3px solid #769BCF;}
a.accordian:focus {outline:0;}

.ui-accordion-header{
	color: #000000;
	width: 310px;
	display: block;
	margin-top: 20px;
}

.ui-icon{
	width: auto;
	clear: left;
}

.ui-accordion-content{
	height: 310px;
	overflow: auto;
}


form div{
	margin: 10px;
	float: left;
	clear: both;
}
span{
	float: left;
	width: 80px;
}

#formbutton{
	clear: left;
	margin: 10px;
	width: auto;
	font-size: 110%;
	background-color: #F3FBFF;
	float: left;
	margin-left: 313px;
}

body{
	margin: 0;
	background-color: #aecfee;
	font-family: Arial, Helvetica, sans-serif;
}

#menu{
	position:relative;
	margin: 0;
	height: 40px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 430px;
	z-index:100;
}

#menu li{
	display: inline;
	color: #ffffff;
	font-size: 16px;
	margin-right: 15px;
	line-height:40px;
	font-weight: bold;
}

#content{
	background-color: #ffffff;
	width: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: 0 90px;
	border-top: 7px solid #a4c6e9;
}

#blue{
	background-color: #f3fbff;
	height: 115px;
}

#clear{
	clear: both;
}

#order{
	position: absolute;
	margin-left: 50%;
	left: -545px;
	top: 0;
	z-index: 10;
}

#logo{
	position: absolute;
	margin-left: 50%;
	left: 10px;
}

#bottle{
	position: relative;
	margin-top: -172px;
	float: left;
	z-index:0;
}

#photos_home {margin-top:75px;clear:both;float:left;}

#textbox{
	position:relative;
	float: right;
	width: 460px;
	background-image: url(../images/white.png);
	font-size:90%;
	margin-bottom:50px;
}

	#textbox h1 {
		margin-bottom:0;
	}

.wrap{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#textbox p{
	margin: 15px;
	text-align: justify;
	line-height:1.3;

}

#tagline{
	background-color: #AECFEE;
	width: 100%;
	text-align: center;
	height: 50px;
	color: #639dcc;
	font-size: 140%;
	float: left;
}

#footer{
	font-size: 80%;
	background-color: #AECFEE;
	width: 100%;
	color: #2c5396;
}

#footer p, #copyright p{
	margin: 0;
	margin-left: 50%;
	position: relative;
	left: -445px;
	padding: 3px;
}

#copyright{
	font-size: 60%;
	width: 100%;
	color: #2c5396;

}


#menu a{
	text-decoration: none;
	color:#fff;
}

a {
	color:#59718F;
	font-weight:bold;
	text-decoration:none;
}

.order_form_header #logo{
	position:absolute;
	margin-left:0;
	margin-left:75px;
	
}
#orderForm {
	margin-left:100px;
	width:700px;
	text-align:left;
}

	#orderForm label {
		width:200px;
		clear:both;
		float:left;
		margin-left:50px;
		margin-bottom:5px;
	}
	#orderForm input, #orderForm select, #orderForm textarea {
		float:left;
		width:400px;
		text-align:left;
		border:0;
		margin:0;
		padding:0;
		padding:3px;
		margin-bottom:5px;
		font-family: verdana;
		font-size:9pt;
		border:1px solid #000;
	}
  #orderForm input[type=checkbox] {
    width:15px;
  }

.order_header, #required_info {
	width: 100%;
	margin-top:40px;
}
.error {
	border:1px solid #f00;
	color: #f00;
	font-weight: bold;
}


table {
	font-size:8pt;
	border-left:1px solid #97C6EC;
	border-top:1px solid #97C6EC;
}

.ingredients {font-size:8pt;padding-left:0;margin-left:0;}

.free-shipping {
	background-color:#FFF75A;
	color:#ff930d;
	font-weight:bold;
	padding:20px;
	border:1px solid #ffd65a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.free-shipping a:link, .free-shipping a:visited {
	text-decoration:none;
	color:#ff930d;
}

.free-shipping a:hover {
	color:#ff570d;
}

table {
	width:100%;
}

th {background-color:#A2D0F1;}

td,th {
	border-right:1px solid #97C6EC;
	border-bottom:1px solid #97C6EC;
	vertical-align:top;
	padding:2px;
}

td.center {text-align:center;}
td.right {text-align:right;}



input#submit {
  clear:both;
  color:#ff9e27;
  border:0;
  border:2px solid #ff9e27;
  margin-left:250px;
  background-color:#fff75a;
  margin-bottom:100px;
  text-align:center;
  font-weight:bold;
}


