.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {
    height:1%;
}
*+html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}
img {
	border: 0;
}
a { 
	color: #fff; 
	font-weight: normal;
}
a:hover{
	text-decoration: none;
}
p { 
	margin: 10px 0px; 
	padding: 0px;
}
h1 { font-size: 20px; line-height: 120%; color: #003366; font-weight: normal;}
h2 { font-size: 17px; line-height: 130%; color: #000000; font-weight: normal; margin:6px 0px 2px 0px;}
h3 { font-size: 15px; line-height: 140%; color: #084887; font-weight: bold; margin:10px 0px 2px 0px;}
h4 { font-size: 11px; line-height: 150%; color: #084887; font-weight:bold; margin:10px 0px 2px 0px;}
.black { color:#000000;}

table td input,
table td select {
	font-family: Verdana, Geneva, sans-serif;
}
input.smalltxt {
	width: 30px;
	border: 1px solid #1E1B14;
	padding: 2px;
}
input.sortTxt {
	width: 150px;
	border: 1px solid #1E1B14;
	padding: 2px;
}
input.text {
	width: 260px;
	border: 1px solid #1E1B14;
	padding: 2px;
}
select.common {
	min-width: 264px;
	width: 264px;
}
select.date {
	width: 80px;
}
h4 {
	font-size: 14px;
}

/* BODY start */

body, form { 
	margin: 0px; 
	padding: 0px; 
}
body {
	color: #ffffff; 
	background: #2F322B url(../images/bg.gif) center top fixed; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px;
	line-height: 1.5;
}

div#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

div#header_top {
	text-align: center;
}
div#mainnav {  
	width: 954px; 
	height: 26px;
	overflow: hidden;
}
div#mainnav ul { 
	margin: 0px; 
	padding: 0px; 
	height: 26px;
}
div#mainnav ul li { 
	margin: 0px; 
	padding: 0px; 
	float: left; 
	list-style: none;
}
div#mainnav ul li a.mainlink {
	background-image: url(../images/nav1.png);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 26px;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
div#mainnav ul li a.mainlink.nav1 { width: 124px; }
div#mainnav ul li a.mainlink.nav1:hover { background-position: 0 -26px; }
div#mainnav ul li a.mainlink.nav2 { width: 161px; background-position: -124px 0; }
div#mainnav ul li a.mainlink.nav2:hover { background-position: -124px -26px; }
div#mainnav ul li a.mainlink.nav3 { width: 128px; background-position: -286px 0; }
div#mainnav ul li a.mainlink.nav3:hover { background-position: -286px -26px; }
div#mainnav ul li a.mainlink.nav4 { width: 206px; background-position: -414px 0; }
div#mainnav ul li a.mainlink.nav4:hover { background-position: -414px -26px; }
div#mainnav ul li a.mainlink.nav5 { width: 185px; background-position: -620px 0; }
div#mainnav ul li a.mainlink.nav5:hover { background-position: -620px -26px; }
div#mainnav ul li a.mainlink.nav6 { width: 150px; background-position: -804px 0; }
div#mainnav ul li a.mainlink.nav6:hover { background-position: -804px -26px; }

/* Drop Menu Style */
.dropMenu_ui {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropMenu_ui li div.dropMenu_box {
	display: none;
	position: absolute;
}
.dropMenu_ui li div.dropMenu {
	background: #000;
	position: relative;
	top: 26px;
	left: -10px;
	*+left: -140px;
}
.dropMenu_ui li div p {
	margin: 0;
	padding: 0;
	position: relative;
}
.dropMenu_ui li p a {
	display: block;
	text-decoration: none;
	padding: 4px 20px 4px 13px;
	margin: 1px 0;
	font-size: 13px;
}
.dropMenu_ui li p a:hover {
	color: #EFDCA1;
	background-color: #111;
}

div#container {
	padding: 0 0 10px 0; 
	background: url(../images/margin/margin_r5_c1.png) no-repeat left bottom;
}
div#content { 
	width: 960px;
	padding: 4px 10px 0px 10px;
	background: url(../images/margin/margin_r3_c1.png) left top repeat-y;
}
div#main {
	width: 930px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
	background: url(../images/body_bg.jpg) no-repeat right top;
}
div#mainleft {
	float: left;
}
div#mainright {
	float: right;
}


div#footer { 
	padding: 0px 10px; 
	width: 960px; 
	color: #000000;
}
div#footer a {
	color: #000000;
	text-decoration: none;
}
div#footer a:hover { 
	color: #990000;
}

/* List view style */
table.list_view {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 10px 0;
}
table.list_view tr.title td {
	background-color: #6F0303;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #1E1B14;
	border-top: none;
}
table.list_view td {
	border-top: 1px dashed #1E1B14;
	vertical-align: top;
}

/* Common element */
div#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}
div.fullbox {
	border: 1px solid #1E1B14;
	padding: 0 0 20px 0;
	background: #000;
}
div.fullbox h4 {
	background-color: #6F0303;
	line-height: 30px;
	color: #fff;
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
div.fullbox h5 {
	padding: 0 20px;
}
div.subinfo {
	padding: 0 15px;
	border-bottom: 1px solid #1E1B14;
}
div.subinfo_noborder {
	padding: 0 15px;
}
div.subinfo_noborder ul {
	margin: 3px 15px;
	padding: 0 18px;
}
div.subinfo_noborder h4 {
	padding: 0 15px;
	color: #FFF;
}
/* Right website position */
div.web_position,
div.web_position a {
	color: #FFFF33;
	text-decoration: none;
	line-height: 23px;
}
div.web_position {
	margin-bottom: 15px;
	color: #fff;
	background: url(../images/border_1.gif) repeat-x left bottom;
}

/* Page style */

/* Home Page */
.tablemainbody { 
	margin: 0px; 
	padding: 0px; 
	width: 960px; 
	height: 433px; 
	background: url(../images/banner.jpg) left top no-repeat;
}
.welcome { 
	margin: 0px 0px 0px 18px; 
	padding: 48px 20px 0px 20px; 
        font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	font-style: normal;
	text-align: center; 
	width: 240px; 
	line-height: 100%;
        color: silver;
}

/* Contact us */
div#mainleft_cu {
	width: 40%;
	float: left;
}
div#mainleft_cu p {
	padding: 0 10px;
}
div#mainright_cu {
	width: 50%;
	float: right;
}
div#mainright_cu table {
	padding: 0;
}
div#mainright_cu table td {
	padding: 5px 10px;
}
/* wines */
div#mainleft_wines {
	width: 600px;
}
div#mainleft_wines h3 {
	color: #fff;
	border-bottom: 1px solid #1E1B14;
	text-indent: 12px;
	line-height: 30px;
	color: #FFFF33;
}
div#mainleft_wines table.products_list {
	width: 520px;
	border-collapse: collapse;
	margin: 10px 20px;
	background: #000;
}
div#mainleft_wines table.products_list td {
	border: 1px solid #1E1B14;
}
div#mainleft_wines table.products_list tr.title td {
	background-color: #6F0303;
}

div#mainright_wines {
	width: 300px;
	padding-top: 50px;
}
div#mainright_wines div.imgbox {
	width: 300px;
	height: auto;
	overflow: hidden;
}

table#wines_view td {
	width: 230px;
	padding: 0 10px;
	vertical-align: top;
}
table#wines_view td p {
	width: 210px;
	text-align: center;
	padding-bottom: 10px;
	overflow: hidden;
}
table#wines_view td p a {
	color: #ffff33;
	font-size: 14px;
	font-weight: bold;
}
table#wines_view td p.describe {
	text-align: left;
}
div#mainleft_wines div.subinfo,
div#mainleft_wines div.subinfo_noborder {
	padding: 0;
}
div#mainleft_wines div.subinfo p,
div#mainleft_wines div.subinfo_noborder p {
	padding: 0 15px;
}

/* About us */
div.subcontent {
	margin: 20px 0;
}
div.subcontent_left {
	width: 650px;
	float: left
}
div.subcontent_left h4 {
	background-color: #6F0303;
	line-height: 25px;
	color: #fff;
	text-indent: 12px;
}
div.subcontent_left p {
	padding: 0 20px;
}

div.subcontent_right {
	width: 250px;
	float: right;
	padding-top: 50px;
}

/* Shopping Cart */
div.tipsinfo {
	border: 1px dashed #6F0303;
	padding: 10px;
}

div#mainright_ub table.list_view {
	width: 920px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #1E1B14;
}
div#mainright_ub table.list_view td {
	border: 1px solid #1E1B14;
}
div.cart_control {
	text-align: right;
	margin: 20px 10px;
}
div.cart_control div {
	margin: 20px 0;
}
div.cart_info p {
	color: #F00;
	padding: 0 10px;
}

div.shopping_cart table {
	padding: 0 40px;
	background: #000;
}
div.shopping_cart table td {
	padding: 10px;
}
div.subinfo p {
	padding: 0 30px;
}
div.subinfo table {
	margin: 15px 0;
}
div.subinfo table tr.title td {
	font-weight: bold;
	background-color: #1E1B14;
}
div.position_card {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	height: 35px;
	overflow: hidden;
}
div.position_card span {
	display: block;
	position: relative;
	margin-left: 1px;
	float: left;
	top: 5px;
	width: 300px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: #333;
	color: #fff;
}
div.position_card span.cur_position {
	color: #F0DA6D;
	font-weight: bold;
	line-height: 35px;
	top: 0;
}
div.position_card span.do_position {
	color: #ccc;
}

/* Where Buy */
div#reta_box {
	padding: 0 10px;
}
div#reta_box h3 {
	background-color: #6F0303;
	line-height: 30px;
	color: #fff;
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
div#reta_box ul {
	margin: 10px 5px;
	padding: 0 15px;
	list-style: none;
}
div#reta_box ul li {
	line-height: 16px;
	margin-bottom: 10px;
}

/* User Backend */
div#mainleft_ub {
	width: 210px;
}
div#mainright_ub {
	width: 670px;
}
div#mainleft_ub div.leftbox {
	border: 4px solid #1E1B14;
	background: url(../images/leftbox_bg.jpg) #6F0303 no-repeat;
	min-height: 200px;
	height: 200px;
	padding: 5px;
}
div#mainleft_ub div.leftbox h3 {
	margin: 0;
	padding: 0;
	line-height: 25px;
	color: #F0DA6D;
	background: url(../images/border_2.gif) repeat-x left bottom;
}
div#mainleft_ub div.leftbox ul {
	margin: 5px 0;
	padding: 0 15px;
	list-style-image: url(../images/arrow_1.gif);
	*list-style-image: url(../images/arrow_2.gif);
	*+list-style-image: url(../images/arrow_2.gif);
}
div#mainleft_ub div.leftbox ul li {
	line-height: 18px;
}
div#mainleft_ub div.leftbox ul li a {
	text-decoration: none;
}
div#mainleft_ub div.leftbox ul li a.curlink,
div#mainleft_ub div.leftbox ul li a:hover {
	color: #F0DA6D;
}
div#mainright_ub div#mainright_ub h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}
div#mainright_ub div.rightbox {
	border: 1px solid #1E1B14;
	background: #000;
}
div#mainright_ub div.rightbox h4 {
	background-color: #6F0303;
	line-height: 30px;
	color: #fff;
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
div#mainright_ub div.rightbox table {
	background: #000;
}
div#mainright_ub div.rightbox table,
div#mainright_ub div.rightbox p {
	padding: 0 15px;
}
div#mainright_ub div.rightbox table td {
	padding: 10px 15px;
}
/* Sign In */
table.signIn_list {
	margin: 20px auto;
}
div.signIn_list {
	margin: 30px auto;
}
div.signIn_list p {
	margin-bottom: 70px;
}
table.signIn_list td {
	padding: 10px 0;
}

/* Create Account */
div.create_account_page {
	border: 1px solid #1E1B14;
}
div.create_account_page p {
	padding: 0 15px;
}
div.create_account_page h4 {
	background-color: #6F0303;
	line-height: 30px;
	color: #fff;
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
div.create_account_page table {
	padding: 0 15px;
}
div.create_account_page table td {
	padding: 5px 10px;
}

.submit_order h5 {
	font-size: 14px;
	margin: 20px 0 0 0;
}
.price {
	margin-left: 760px;
}
.method_text {
	display: inline-block;
	text-align: right;
	width: 740px;
	padding-right: 20px;
}
.total {
	font-size: 20px;
}

