/* @override http://localhost:8888/css/style.css */

body {
	margin: 0;
	padding: 0;
	color: #001B4C;
	text-align: center;
	background-color: #fff;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

body, a, td, div, p, h1, h2 {
	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

img a {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #001B4C;
	text-decoration: none;
}

a:hover {
	color: #001B4C;
	text-decoration: underline;
}

.col {
	float: left;
}

.row {
	clear: both;
}

.container {
	width: 740px;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
	position: relative;
}

h1 {
	
}

h2 {
		
}

h3 {
	
}

h4 {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 0;
}

p {
	margin: 0;
	padding: 2px 0 8px;
}

input, textarea {
	margin: 0;
	padding: 0;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.center {
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	border: 1px solid #C9CFD9;
	padding: 20px 50px 30px;
	font-size: 14px;
	color: #333333;
	min-height: 360px;
}

#content a {
	color: #333333;
	font-weight: bold;
}

#index #content {
	padding: 0;
}

#checkout #content {
	float: left;
}

/* @group header */

#header {
	position: relative;
	height: 123px;
}

#header #tdnet{
	position: absolute;
	right: 0;
	top: 9px;
}

#header #logo {
	position: absolute;
	top: 23px;
}

#header #nav {
	float: right;
	clear: both;
	margin-top: 30px;
}

#header #nav .item {
	float: left;
	width: 82px;
	height: 84px;
	margin-right: 1px;
	display: inline;
}

#header #nav .item a {
	float: left;
	width: 82px;
	height: 84px;
}

#header #nav .item#nav_home a {
	background: #e36ea7 url(/images/header/nav_home.gif) 0 0;
}

#header #nav .item#nav_home a:hover, #header #nav .item#nav_home.active a {
	background-position: 0 -84px;
}

#header #nav .item#nav_about a {
	background: #db0519 url(/images/header/nav_about.gif) 0 0;
}
#header #nav .item#nav_about a:hover, #header #nav .item#nav_about.active a{
	background-position: 0 -84px;
}

#header #nav .item#nav_our_products a {
	background: #f88c03 url(/images/header/nav_our_products.gif) 0 0;
}
#header #nav .item#nav_our_products a:hover, #header #nav .item#nav_our_products.active a{
	background-position: 0 -84px;
}

#header #nav .item#nav_press a {
	background: #a0d9e0 url(/images/header/nav_press.gif) 0 0;
}
#header #nav .item#nav_press a:hover, #header #nav .item#nav_press.active a{
	background-position: 0 -84px;
}

#header #nav .item#nav_contact a {
	background: #bece29 url(/images/header/nav_contact.gif) 0 0;
}
#header #nav .item#nav_contact a:hover, #header #nav .item#nav_contact.active a{
	background-position: 0 -84px;
}


/* @end */

/* @group footer */

#footer {
	margin-top: 5px;
	height: 30px;
}

#footer .left {
	float: left;
	margin-top: 5px;
	margin-left: 4px;
}

#footer .right {
	float: right;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 4px;
}


#footer .right2 {
	float: right;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 4px;
}

/* @end */

/* @group background */

#content {
	background: url(../images/background.gif) no-repeat 50% 25px;
}

#content.no_bg{
	background-image: none;
}

/* @end */

/* @group index */

#index #content {
	height: 396px;
}

#index #content #coasters_rotate {
	position: absolute;
	top: 46px;
	left: 22px;
	width: 648px;
	height: 320px;
	overflow: hidden;
	z-index: 1;
}

#index #content #coasters_rotate img{
	position: absolute;
	top: 0;
	left: 0;
	width: 648px;
	height: 320px;
}


#index .drink_responsibly {
	position: absolute;
	left: 220px;
	top: 27px;
	z-index: 2;
}

#index .protect {
	position: absolute;
	top: 65px;
	left: 315px;
	z-index: 2;
}

#index .great_gift {
	position: absolute;
	top: 278px;
	left: 476px;
	z-index: 2;
}

#index .buy_now {
	position: absolute;
	top: 346px;
	left: 347px;
	z-index: 2;
}

#index #facebook {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 7px;
}

/* @end */

/* @group content pages */

.page_title {
	position: relative;
	left: -25px;
	margin-bottom: 30px;
}

#about #content {
	height: 360px;
}

/* @end */

/* @group FAQs */

ul#faqs_qs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 50px;
}

ul#faqs_qs li {
	list-style-type: none;
	padding: 0 0 4px;
	margin: 0;
	line-height: 18px;
	font-weight: bold;
}

ul#faqs_qs li a {
	color: #333333;
}

#faqs h4 {
	margin-top: 25px;
}

/* @end */

/* @group Contact */

#contact .contact_info {
	width: 300px;
	display: inline-block;
	margin-top: 15px;
}

#contact .contact_info a {
	font-weight: normal;
}

#contact #form {
	margin-top: 25px;
}

#contact #form p {
	color: #666666;
	font-weight: bold;
}

#contact #form input {
	display: block;
	clear: left;
	height: 30px;
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	line-height: 30px;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	color: #777777;
}

#contact #form textarea {
	display: block;
	clear: left;
	height: 100px;
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	line-height: 30px;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	color: #777777;
}

#contact #form input#submit {
	display: block;
	clear: left;
	height: 30px;
	line-height: 30px;
	width: 90px;
	font-size: 15px;
	color: #fff;
	border-style: none;
	background-color: #333333;
	margin-left: 310px;
	text-align: center;
	cursor: pointer;
}

/* @end */

/* @group Our Products */

#our_products #content{
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	position: relative;
}

#our_products .product_top {
	text-align: left;
}

#our_products .product_top img#drink_responsibly {
	float: left;
}

#our_products .product_top #range_explanation {
	clear: left;
	font-size: 12px;
	color: #797979;
}

#our_products .products {
	float: left;
	text-align: center;
	margin-top: 30px;
	color: #001A4C;
	margin-bottom: 30px;
}

#our_products .products .product {
	float: left;
	width: 233px;
	height: 265px;
}

#our_products .product .text {
	margin-top: 10px;
	width: 190px;
	text-align: left;
	margin-left: 40px;
}


#our_products .product .text .name{
	font-weight: bold;
}

#our_products .product .text .name img{
	position: relative;
	top: 3px;
	left: 2px;
}

#our_products .product .text .description{
	font-size: 11px;
	line-height: 16px;
}

#our_products .product .text .price{
	font-size: 17px;
}

#our_products .order {
	width: 400px;
	display: inline-block;
	clear: both;
}

#our_products .order .drink_up {
	height: 30px;
}

#our_products .order .order_form {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: inline-block;
}

#our_products .order_form .product {
	color: #000;
	float: left;
}

#our_products .order_form .name {
	text-align: right;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
}

#our_products .order_form .quantity {
	text-align: left;
	font-size: 14px;
	line-height: 42px;
	width: 210px;
	margin-left: 10px;
	position: relative;
}

#our_products .order_form .quantity span.price{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#our_products input.quantity_input{
	height: 27px;
	background-image: url(../images/content_pages/our_products/quantity_input.gif);
	border: none;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	width: 64px;
	vertical-align: middle;
}

#our_products .order_form .quantity label.error{
	position: absolute;
	left: 190px;
	width: 170px;
	color: #f50000;
	font-weight: bold;
}

#our_products .confirm{
	margin-top: 10px;
	text-align: right;
	margin-right: 15px;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}

#our_products .confirm input {
	display: inline;
	height: 24px;
	line-height: 24px;
	width: 80px;
	font-size: 12px;
	color: #fff;
	border-style: none;
	background-color: #333333;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 180px;
	top: 0;
}

#our_products input#refresh {
	background-color: #666666;
}

textarea#grandTotal {
	display: inline;
	width: 60px;
	height: 18px;
	border: 0;
	position: relative;
	top: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#TB_window span.description {
	font-size: 14px;
	color: #333333;
}

#TB_window p {
	color: #333333;
}

/* @end */

/* @group check out */

#checkout #steps {
	width: 400px;
	padding-left: 119px;
	padding-right: 119px;
}

#checkout .step {
	float: left;
	margin-bottom: 50px;
}

#checkout #steps .step .content {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
	padding: 8px 0;
	width: 400px;
	float: left;
}

#checkout #steps .step .content.no_bottom {
	border-bottom: none;
}

#checkout #steps .step .extra {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

/* @group step 1 */

#checkout #steps #order .product {
	color: #000;
	float: left;
}

#checkout #steps #order .name {
	text-align: right;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
}

#checkout #steps #order .quantity {
	text-align: left;
	font-size: 14px;
	line-height: 42px;
	width: 210px;
	margin-left: 10px;
	position: relative;
}

#checkout #steps #order .quantity span.price{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#checkout #steps #order input.quantity_input{
	height: 27px;
	background-image: url(../images/content_pages/our_products/quantity_input.gif);
	border: none;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	width: 64px;
	vertical-align: middle;
}

#checkout #steps #order .quantity label.error{
	position: absolute;
	left: 190px;
	width: 170px;
	color: #f50000;
	font-weight: bold;
}

/* @end */

/* @group step 2 */

#gift_card.step {
	color: #797979;
	font-size: 12px;
}

#gift_card.step input {
	margin-right: 6px;
}

#gift_card.step textarea {
	width: 372px;
	height: 100px;
	color: #797979;
	padding: 4px;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #797979;
	font: 12px;
}

/* @end */

/* @group step 3 */

#tax select#state {
	margin-left: 40px;
	float: left;
	font-size: 12px;
}

#tax div#taxPrice {
	float: right;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	width: 140px;
}

#tax .more_info {
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	width: 250px;
}

#checkout #steps #shipping.step .extra {
	font-size: 15px;
}

/* @end */

/* @group step 4 */

#shipping select#shipping_option {
	margin-left: 40px;
	float: left;
	font-size: 12px;
}

#shipping div#shippingPrice {
	float: right;
	padding-right: 30px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
}

#shipping .more_info {
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	margin-bottom: 60px;
}

#checkout #steps #shipping.step .extra {
	font-size: 15px;
}

/* @end */

/* @group step 4 - shipping table */

#shippingTable {
	width: 440px;
	line-height: 1.8;
}

#faqs #shippingTable {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#shippingTable .col {
	width: 110px;
	white-space: nowrap;
}

#shippingTable .titles {
	font-weight: bold;
}

/* @end */

#checkout #steps #payment .content img{
	margin-left: 120px;
	margin-top: 10px;
}

/* @end */

.framebox {
	width: 410px;
	float: left;
	padding-top: 20px;
}
.namecols {
	font-size:16px;
	font-weight:bold;
	line-height:42px;
	text-align:right;
	width:155px;
	float: left;
	padding-right: 8px;
}
.inputcols {
	width: 240px;
	float: left;
	height: 42px;
	text-align: left;
}
.quan_input {
	height: 27px;
	background-image: url(../images/content_pages/our_products/quan_input.gif);
	border: none;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	width: 237px;
	vertical-align: middle;
	margin-top: 5px;
}
.sale {
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	line-height: 18px;
}
