body, html { /* edit 2007-12-21 */
	height: 100%;
	width: 100%;
}
body {
	background: #fff url(../images/bg_body.gif) bottom repeat-x;
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}
body.textonly { /* edit 2007-12-21 */
	background: none;
}

/* common styles */
a:link, a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover, a:active {
	color:#666666;
	text-decoration:underline;
}

dl, ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* layout */
#to_wrapper { /* edit 2007-12-21 */
	background: #fff url(../images/bg_body.gif) bottom repeat-x;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
#index_outer { /* edit 2008-01-02 */
	background: url(../images/bg_shapes.jpg) center bottom  no-repeat;
	overflow: hidden;
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 980px;
}
#index_middle {
	display: table-cell;
	vertical-align: middle;
	width: 980px;
}
#index_inner {
	width: 980px;
}

#text {
	float: left;
	margin-top: 115px;
	width: 370px;
}
#bottle {
	float: left;
	width: 200px;
}
#slogan {
	float: left;
	margin-top: 205px;
	width: 330px;
}

#content { /* edit 2007-12-21 */
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 40px auto;
	width: 680px;
}

#footer { /* edit 2007-12-21 */
	clear: both;
	color: #666;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 980px;
}


/* content */ /* edit 2007-12-21 */
#content p {
	margin: 0 0 0.75em;
}
#content ol {
	margin: 0 0 0 2.5em;
}
#content ol li {
	list-style-type: decimal;
}
#content ol li ul {
	margin: 0 0 0.75em 2em;
}
#content ol li ul li {
	list-style-type: disc;
}


/* headings */ /* edit 2007-12-21 */
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 1.5em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.25em;
}


/* forms */
form {
	margin: 0;
}

.form_txt {

}
.form_btn {

}
select {

}
textarea {

}