/* Innovative Beverages CSS */

body {
	margin: 2% 3%;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	line-height: 1.5em
}

img {
	border: 0
}

p {
	margin: 6px 0;
	padding: 6px 0;
}

a:link {
	color: #990033;
}

a:visited {
	color: #005487
}

a:hover {
	color: #990033;
	text-decoration: none
}

#printLogo {
	display: block !important;
	position: relative;
	z-index: 10
}

/* Text Styles */

h1 {
	font-size: 25px;
	color: #990033;
	padding: 0;
	margin: 3px 0 8px 0;
}

h2 {
	font-size: 19px;
	color: #003466;
	padding: 0;
	margin: 3px 0 8px 0;
}

/* Structural Styles */

#mainContainer {
	width: 100%;
}

#bodyWrap {
}

#topBar {
	display: none;
}

#footer {
	display: none;
}

#footer p {
	text-align: center;
	position: absolute;
	top: 40px;
	width: 982px;
	color: #fff;
	font-size: 14px;
}

#footer a {
	color: #003466
}

#footer a:visited {
	color: #003466
}

#footer a:hover {
	color: #003466;
	text-decoration: none
}

#leftCap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/ibp/top_left_cap.jpg) no-repeat;
	width: 15px;
	height: 50px
}

#rightCap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/ibp/top_right_cap.jpg) no-repeat;
	width: 15px;
	height: 50px
}

.clear {
	clear: both;
}

/* Home Styles */

#logo {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 10;
	display: block;
	background: url(img/ibp/logo_home.jpg) no-repeat;
	width: 343px;
	height: 270px
}

/* Interior Styles */

#innerCopy {
	position: relative;
	left: 387px;
	margin-top: 60px;
	width: 546px;
	z-index: 5
}

#sideBar {
	float: left;
	position: relative;
	margin-top: 300px;
	left: 35px;
	padding-bottom: 150px;
}

#contact {
	float: right;
	position: relative;
	padding-top: 57px;
	right: 40px;
	width: 546px;
	z-index: 10;
	background: url(img/ibp/x.gif) no-repeat transparent !important; /* IE 6 & 7 are REALLY dumb */
}

*html #contact {
	padding-top: 60px
}

#right {
	float: right;
	position: relative;
	right: 1px;
	width: 90%;
	z-index: 10;
}

#address {
	width: 310px;
	position: relative;
	padding: 0 15px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:278px;
	font-size: 14px;
	background-color: #DFF5FF;
	border-left: 1px solid #B3DCEF;
	border-right: 1px solid #B3DCEF;
}

#about {
	position: relative;
	left: 387px;
	padding-top: 57px;
	width: 546px;
	z-index: 20
}

*html #about {
	padding-top: 110px;
}

#splash {
	background: url(img/ibp/splash.jpg) no-repeat;
	width: 303px;
	height: 200px;
	position: absolute;
	bottom: 87px;
	left: 15px;
	z-index: 7
}

*html #splash {
	bottom: 90px;
}

#addressCap {
	display: block;
	background: url(img/ibp/address_cap.jpg) no-repeat;
	width: 310px;
	height: 14px;
}

*html #addressCap {
	position: relative;
	top: 6px;
	display: block;
	background: url(img/ibp/address_cap.jpg) no-repeat;
	width: 310px;
	height: 14px;
}

#addressFooter {
	display: block;
	background: url(img/ibp/address_footer.gif) no-repeat;
	width: 310px;
	height: 15px;
}

/* Form Styles */

form {
	display: inline;
	font-size: 11px;
	line-height: 1.7em
}

form h2 {
	position: relative;
	left: 25px;
	margin: 15px 0 15px 0;
}

#form_container {
	padding-left: 45px;
	padding-top: 10px;
}

.formtitle_required {
	font-size: 11px;
	height: 10px;
	line-height: 15px;
	color: #990033;
	text-align: right;
	font-weight: bold;
	padding-right: 10px
}

.red {
	color: #990033
}

.formtitle {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	padding-right: 10px
}

.checkbox {
	font-size: 11px;
	text-align: left;
}

#product {
	position: absolute;
	top: 147px;
	left: 222px;
}

fieldset {
	width: 500px;
	border: 1px solid #ccc;
}

legend {
	font-size: 14px;
	color: #032E61;
	margin: 5px 0 10px 0;
	font-weight: bold;
	padding: 0 8px;
}

label {
	display: block;
	width: 180px;
	float: left;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
	color: #032E61;
}

label.required {
	font-weight: bold;
	color: #000;
}

label.formtitle {
	color: #000;
}

label.formtitlerequired {
	color: #000;
}

form br {
	clear: left;
}

/* Text Styles */

h1 span {
	display: none;
}

.solo{
	display:none;
}

/* Nav Styles */

#topNav {
	display: none;
}




