@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica,Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/orangebg-01.jpg);
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background3.png);
	height: 600px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a{
	color:#E05501;
}
#leftcontainer{
	float:left;
	width:440px;
	margin-left: 70px;
	margin-top: 70px;
}

#logo{
	width:85px;
	float: left;
}
#nav{
	width:340px;
	font-size: 14px;
	margin-left: 10px;
	font-weight:bold;
	margin-top: 58px;
	float: right;
}

#nav a{
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}
.current{
	color:#F90;
}

#bottlecontainer{
	width:170px;
	float: left;
	margin-top: 150px;
	margin-left: 60px;
}
#imgcontainer{
	width:161px;
	float: left;
	margin-top: 225px;
	margin-left: 30px;
}
#textarea{
	margin-top: 40px;
	width:455px;
	font-size:80%;
	color:#58595B;
	float: left;
	margin-left: 5px;
	letter-spacing: 0.7px;
	line-height: 1.5;
	overflow-x: auto;
	height: 350px;
}
.largetext{
	font-size:36px;
}
