body {
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color:#FFF;
}
body img {
	border: none;
}


p {
	text-align: justify;
}

#container {
	text-align: left;
	width: 1000px;
	background-image:url(../images/background.jpg);
	background-position: top center;
	background-repeat:repeat;
	margin: 0 auto;
}

#header {
	background-image: url(../images/logoheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 200px;
}

#header #logo {
	position: relative;
	top: 50px;
	width: 200px;
}

#header #linkstrip {
	position: relative;
	top: 15px;
	width: auto;
	right: 0px;
	text-align: right;
}

#header #linkstrip a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;

}
#header #linkstrip a:hover {
	background-color: #003042;
	padding: 5px;
	margin:-5px;
}


#header #linkstrip ul {
	list-style-type: none;
	margin-left: -40px;
}

#header #linkstrip ul li {
	display: inline;
	padding-right: 10px;
}

#middle {
	background-image: url(../images/mid-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
	clear: both;
	top: -70px;
	height: 308px;
	width: 732px;
	left: 15%;
}
#middle #factoid {
	float: left;
	position: relative;
	top: 23%;
	left: 50px;
	height: 162px;
	width: 215px;
}
#middle #bottleimg {
	float: left;
	position: relative;
	height: 177px;
	width: 112px;
	left: 13%;
	top: 15px;
}
#middle #shocktext {
	position: relative;
	width: 200px;
	right: 60px;
	float: right;
	top: 35%;
}
#middle #shocktext p {
	font-weight: bold;
}
#main {
	position: relative;
	clear: both;
	top: -10px;
	height: 308px;
	width: 900px;
	left: 12%;
	overflow: visible;
	margin-bottom: 50px;
}
#main .column {
	width: 350px;
	float: left;
	margin-right: 100px;
}
#main .column .item {
	padding-bottom: 20px;
	clear: both;
}

.icons {
	position: relative;
	left: -50px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003042;
	margin-top: -20px;
}
#main a {
	text-decoration: none;
	font-weight: bold;
	color: #008DC4;
}
#main a:hover {
	color: #666;
}
#bottom {
	background-color: #001F2B;
	height: 200px;
	clear: both;
}
input, textarea {
	background-color: #FFF;
	color: #000;
	border: 1px solid #666;
}
#bottom_container {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	padding-top: 50px;
}
#bottom_container p {
	text-align: right;
	margin-bottom: -10px;
	color: #fff;
}
#bottom_container p a {
	color: #008DC4;
	text-decoration: none;
	font-weight: bold;
}
.social {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}
.social .social_icons {
	float: left;
}
.social .social_text {
	float: left;
	list-style-type: none;
	position: relative;
	margin: -5px 0 0 15px;
	width: 250px;
}
.social .social_text li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: -40px;
}



.social_icons {
	float: left;
	position: relative;
}

