@charset "UTF-8";
/* CSS Document */

/* ---- Main --- */

* html, html {
 	min-height: 100%;
 	height: auto;
} 

body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000;
	font-size: 12px;
	background-image: url(../img/interior_bg.png);
	background-repeat: repeat-x;
}

a {
	color: #0F3764;
	text-decoration: none;
}
	
a:visited{
	color: #990000;
}



/* ---- Header --- */

#header {
	margin: 0 auto;
	height: 214px;
	width: 1028px;
	position: relative;
	z-index:2;
	background: url(../img/header-bg.jpg) top left no-repeat;
}

#logo {
	left: 770px;
	width: 180px;
	position: relative;
	z-index: 10;
}

#content_interior {
	width: 710px;
	position: absolute;
	background-image: url(../img/interior_content_bg.png);
	height: 700px;
	background-repeat: no-repeat;
	left: 100px;
	top: 100px;
	padding-top: 30px;
	line-height: 15px;
}

#content1{
	width: 140px;
	top: 50px;
	position: absolute;
	left: 30px;
	line-height: 14px;
}

#content2{
	width: 330px;
	top: 50px;
	position: absolute;
	left: 200px;
	line-height: 14px;
}

#content3{
	width: 120px;
	top: 80px;
	position: absolute;
	left: 560px;
	line-height: 14px;
}



#bottle{
	width: 670px;
	position: absolute;
	top: 180px;
	left: 170px;
	z-index: 10;
}

#bottle_upright{
	width: 150px;
	position: absolute;
	top: 45px;
	left: -20px;
}

#bottle_onpole{
	width: 30px;
	position: absolute;
	top: 238px;
	left: 870px;
}



#links {
	width: 750px;
	position: absolute;
	top: 20px;
	left: 80px;
}
 
#links a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.titles{
	color: #094879;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

.titles2{
	color: #094879;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
}

#footer{
	width: 350px;
	bottom: 0px;
	position: absolute;
	text-align: left;
	font-size: 10px;
	color: #999999;
	left: 0px;
	line-height: 20px;
}
