@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/bg.png);
	background-repeat: repeat-x;
}

a {
	color: #990000;
}
	
a:visited{
	color: #0F3764;
}

/* ---- 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: 790px;
	width: 180px;
	position: relative;
}

#content {
	width: 710px;
	position: absolute;
	background-image: url(../img/content_back.png);
	height: 460px;
	background-repeat: no-repeat;
	left: 100px;
	top: 390px;
}

#content1{
	width: 140px;
	top: 30px;
	position: absolute;
	left: 30px;
	line-height: 16px;
	z-index: 10;
}

#content2{
	width: 500px;
	top: 40px;
	position: absolute;
	left: 30px;
	line-height: 16px;
}

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



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

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

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

.titles{
	color: #094879;
	font-size: 18px;
	line-height: 20px;
	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;
}
