﻿body {
	margin: 0;
	padding: 0;
	/*background: url('../images/bg.gif') repeat-x;*/
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 850px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 1px 0;
	background: #fff;
}

#container {
	width: 880px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*background-image: url('../images/body-bg.gif') repeat-x; */
}


/* header start */
#header {
	height: 112px;
	border-bottom: 1px solid #fff;
	/*background: url(../images/header-bg.jpg) no-repeat; */
}

/* logo start */
#header h1 {
	float: left;
	margin: 10px 0 0 19px;
	display: inline;
	position: relative;
}

#header h1 a {
	float: left;
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 246px;
	height: 85px;
	overflow: hidden;
	/*background: url('../images/logo.gif') no-repeat;*/
}

/* logo end */
/* links start */
#header .links {
	margin: 0 -1px 0 0;
	padding: 0;
	float: right;
}

#header .links li {
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
}

#header .links li img {
	display: block;
}

/* links end */
#header p {
	float: right;
	width: 127px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 9px 0 0;
	display: inline;
	/*background: url(../images/header-text.gif) no-repeat;*/
}

/* navigation start */
.navigation {
	height: 32px;
	float: left;
	margin: -15px 0 0 0;
	width: 100%;
	/*background: url(../images/navigation-bg.gif) no-repeat;*/
}

.navigation ul {
	margin: 0;
	padding: 9px 19px 0 0;
	float: right;
}

.navigation li {
	list-style: none;
	padding: 0 0 0 31px;
	float: left;
}

.navigation li a {
	float: left;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}

.navigation li a.active,
.navigation li a:hover {
	background-position: 0 -11px;
}
/* navigation end */
/* header end */
/* content start */
#content {
	overflow: hidden;
	height: 100%;
	/*background: url(../images/content-bg.gif) repeat-y; */
}

.main {
	height: 330px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	background: url(../images/main-bg.gif) repeat-x;
}

/* text-cont start */
.text-cont {
	float: left;
	height: 298px;
	width: 270px;
	padding: 32px 30px 0 20px;
	/*background: #02afef url(../images/text-cont-bg.gif) no-repeat 100% 0;*/
	color: #fff;
}

.text-cont h2 {
	margin: 0 0 1px 1px;
	text-indent: -9999px;
	overflow: hidden;
	width: 257px;
	height: 59px;
	/*background: url(../images/text-cont-head.gif) no-repeat;*/
}

.text-cont p {
	margin: 0;
	padding: 18px 0 0 0;
	line-height: 18px;
}

/* text-cont end */
/* banner-cont start */
.banner-cont {
	float: right;
	width: 530px;
	height: 330px;
	/*background: url(../images/main-bottles.gif) no-repeat 100% 100%;*/
	position: relative;
}

.banner-cont h2 {
	margin: 71px 0 0 13px;
	width: 244px;
	height: 60px;
	/*background: url(../images/banner-cont-head.gif) no-repeat; */
	text-indent: -9999px;
	overflow: hidden;
}

.banner-cont .banner {
	position: absolute;
	left: 14px;
	top: 160px;
}

.banner-cont .banner img {
	display: block;
}

/* banner-cont end */
/* custom start */
.custom {
	overflow: hidden;
	height: 100%;
}

.custom img {
	display: block;
}

/* custom end */
/* content end */
/* footer start */
#footer {
	/*background: url(../images/footer-bg.jpg) no-repeat;*/
	border-top: 1px solid #a8a8a8;
	overflow: hidden;
	height: 1%;
	padding: 13px 0 9px 0;
}

#footer ul {
	margin: 0;
	padding: 0 8px 0 0;
	float: right;
}

#footer ul li {
	list-style: none;
	float: left;
	padding: 0 6px 0 9px;
	font-weight: bold;
	line-height: 14px;
	/*background: url(../images/footer-divider.gif) no-repeat 0 2px;*/
	color: #fff;
}

#footer ul li.first {
	background: none;
}

#footer ul li a {
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 44px 12px 0 0;
	color: #000;
	float: right;
	clear: both;
	white-space: nowrap;
}

#footer p a {
	position: relative;
	top: 6px;
	margin: 0 0 0 1px;
}

/* footer end */
/* headline start */
.headline {
	height: 31px;
	overflow: hidden;
	padding: 10px 20px 0 19px;
	/*background: url(../images/headline-bg.gif) no-repeat;*/
}

.headline h2 {
	margin: 0;
	float: left;
	width: 105px;
	height: 19px;
	/*background: url(../images/headline-head.gif) no-repeat;*/
	text-indent: -9999px;
	overflow: hidden;
}

.headline strong {
	float: right;
	color: #fff;
	padding: 10px 0 0 0;
}

.headline strong a {
	text-decoration: none;
	color: #fff;
}

/* headline end */
.columns {
	overflow: hidden;
	/*background: url(../images/columns-bg.gif) no-repeat 0 100%;*/
	padding: 0 0 77px 0;
	height: 100%;
}

/* side-bar start */
.side-bar {
	float: left;
	width: 222px;
}

/* nav start */
.nav {
	margin: 0;
	padding: 22px 0 0 0;
	background: #00aeef;
}

.nav li {
	list-style: none;
	border-bottom: 1px solid #a6e3f9;
	font-weight: bold;
	line-height: 23px;
}

.nav li a {
	display: block;
	color: #fff;
	padding: 0 0 0 18px;
	height: 100%;
	text-decoration: none;
}

.nav li a.active,
.nav li a:hover {
	background: #f88418;
}

/* nav end */
.side-bar .links {
	margin: 75px 0 0 0;
}

.side-bar .links p.text {
	text-indent: -9999px;
	width: 151px;
	height: 30px;
	margin: 0 auto;
	/*background: url(../images/sidebar-text.gif) no-repeat;*/
}

.side-bar .links .studio {
	margin-top: 56px;
	display: block;
	width: 189px;
	margin: 56px auto 0;
}

/* side-bar end */
/* text-box start */
.text-box {
	float: right;
	width: 620px;
	padding: 0 0 0 0;
	font-size: 11px;
}

/* text-box end */

td { border: none 0px White; }