/* @override http://bob.local/www.thinkaboutthedrink.com/_css/main.css */

*{
	padding: 0px;
	margin: 0px;
}

html{

}

body{
	color: #FFF;
	font: 13px/16px Helvetica, Arial, sans-serif;
	background: #3BC5F3 url(../_img/bg_gradient.jpg) repeat-x;
}

img{
	border: none;
}

a:link{
	color: #ffcc00;
}

a:visited{
	color: #ffcc00;
}

a:hover, a:active{
	color: #99cc33;
}

h1{
	font-size: 28px;
}

h2{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

.note{
	font-size: 10px;
	color: #a36819;
}

.error{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 1152px;
	height: 753px;
	position: absolute;
	margin-left: 50%;
	left: -576px;
	background: url(../_img/background.jpg) no-repeat;
}

#top_rip{
	position: absolute;
	top: 56px;
	left: 81px;
	width: 993px;
	height: 163px;
	z-index: 5;
}

#content_win{
	position: absolute;
	top: 140px;
	left: 80px;
	width: 994px;
	height: 419px;
	padding-top: 80px;
	padding-bottom: 55px;
	overflow: auto;
}

#content{
	position: relative;
	float: left;
	width: 975px;
	z-index: 1;
}

#content p{
	margin-bottom: 10px;
}

#left_col{
	position: relative;
	float: left;
	width: 550px;
	margin-right: 30px;
	margin-left: 30px;
}

#left_tabs ul, #right_tabs ul{
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
}

#left_tabs li{
	width: 94px;
	height: 28px;
	position: relative;
	float: left;
	background: url(../_img/lrg_ltblue_tab.jpg) no-repeat;
	margin-bottom: 0px;
	margin-left: 15px;
	cursor: pointer;
	text-align: center;
	padding: 3px 5px;
}

#left_info{
	position: relative;
	float: left;
	background: #1B2C58 url(../_img/gradient_content.jpg) repeat-x;
	width: 520px;
	padding: 15px;
	margin-bottom: 50px;
}

#left_info ul, #right_info ul{
	margin-left: 5px;
	list-style-type: none;
}

#left_info ul li{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../_img/orange_bullet.png) no-repeat;
}

#left_info ol{
	margin-top: 10px;
	margin-left: 40px;
}

#left_info ol li{
	margin-bottom: 10px;
	padding-left: 0px;
	background: none;
}

#right_col{
	position: relative;
	float: left;
	width: 350px;
}

#right_tabs li{
	width: 60px;
	height: 26px;
	position: relative;
	float: left;
	background: url(../_img/lrg_ltblue_tab.jpg) no-repeat;
	margin-bottom: 0px;
	margin-left: 15px;
	cursor: pointer;
	text-align: center;
	padding: 3px 5px;
}

#right_info{
	position: relative;
	float: left;
	background: #1B2C58 url(../_img/gradient_content.jpg) repeat-x;
	width: 320px;
	padding: 15px;
	margin-bottom: 50px;
}

#right_info li{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../_img/green_bullet.png) no-repeat;
}

#bottom_rip{
	position: absolute;
	width: 993px;
	height: 62px;
	top: 636px;
	left: 81px;
	z-index: 5;
}

#footer{
	width: 994px;
	height: 70px;
	position: absolute;
	top: 710px;
	left: 80px;
	color: #333366;
	font-size: 12px;
	line-height: 14px;
}

#footer ul{
	list-style-type: none;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	float: left;
}

#footer li{
	display: inline;
	border-left: 1px solid #333366;
	margin: 0px 2px 0px -2px;
	padding: 1px 3px 0px 5px;
	cursor: pointer;
}

#footer img{
	position: absolute;
	top: 0px;
	left: 760px;
}
