body {
	margin: 0;
	padding: 0;
	background-color: rgb(135,118,184);
	color: #333;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(/images/framework/purple/bullet.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #569400;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 800px;
	height: 36px;
	margin: 0 auto;
/*
	border: 1px solid rgb(255,0,0);
*/
}

#menu a {
	display: block;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	font-size: 136%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .menutop {
	width: 800px;
	height: 4px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
}

#menu .menubar {
/*
	position: relative;
*/
	width: 800px;
	height: 32px;
	background-color: rgb(114,20,117);

	/* for IE */
/*	
	filter:alpha(opacity=60);
*/
	/* CSS3 standard */
/*	
	opacity:0.6;
*/
	/* for Mozilla */
/*
	-moz-opacity:0.6;
*/
}

#menu .menubar .menuitem1 {
	float: left;
	width: 120px;
	height: 100%;
	text-align: center;
	background-color: rgb(160,134,134);
}

#menu .menubar .menuitem2 {
	float: left;
	width: 80px;
	height: 100%;
	text-align: center;
	background-color: rgb(128,73,73);
}

#menu .menubar .menuitem3 {
	float: left;
	width: 120px;
	height: 100%;
	text-align: center;
	background-color: rgb(80,126,143);
}

#menu .menubar .menuitem4 {
	float: left;
	width: 150px;
	height: 100%;
	text-align: center;
	background-color: rgb(25,135,104);
}

#menu .menubar .menuitem5 {
	float: left;
	width: 120px;
	height: 100%;
	text-align: center;
	background-color: rgb(25,165,104);
}

#menu .menubar .lang {
	float: right;
	width: 52px;
	height: 100%;
	text-align: center;
	background: url(/images/framework/purple/button.jpg) no-repeat  center center;
/*
	border: medium double rgb(250,255,255);
	padding: 1px 0px 0px 0px;
*/
}

#menu .menubar .lang a {
	float: right;
	text-decoration: none;
	font-size: 110%;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 8px 10px 0px 0px;
}

#menu .menubar .lang a:hover {
	text-decoration: underline;
	color: #FF0066
}

#logo_b5 {
	width: 800px;
	height: 113px;
	margin: 0 auto;
	background: url(/images/framework/purple/banner_b5.gif);
}

#logo_eng {
	width: 800px;
	height: 113px;
	margin: 0 auto;
	background: url(/images/framework/purple/banner_eng.gif);
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #E6E6E6 url(/images/framework/purple/page_bg.gif);
}

/* Content */

#content {
	float: right;
	width: 546px;
	background: url(/images/framework/purple/content_bg.gif) repeat-x;
}

#banner_sub {
	float: right;
	width: 130px;
	height: 30px;
}

#banner_sub .img {
	float: right;
}

#content_dtl {
	position:relative;
	width: 486px;
	padding: 0 30px 30px 28px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 218px;
	padding: 10px;
	background: url(/images/framework/purple/content_bg.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}


.news_dtl {
	padding: 5px;
	border-bottom: thin dotted #00FF00;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	background: url(/images/framework/purple/content_bg.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(/images/framework/purple/title.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(/images/framework/purple/content_bg.gif) repeat-x;
}

#side_sub2 {
	width: 100%;
	height: 300px;
	background: url(/images/framework/purple/wines.gif) no-repeat center center;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 150px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 800px;
	background: url(/images/framework/purple/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {color: #FFF;}
#footer a:hover {color: #FAFCB0;}
#footer .left, .footer .right {padding: 0 12px;}

#legal {
	float: left;
	padding: 0 12px;
}

#links {
	float: right;
	padding: 0 12px;
}

#productlist {
	color: #00265d;
}

#productlist table {
	border: 0;
	padding: 1px;
	width: 100%;
}

#productlist table th {
	background-color: #99FF99;
	padding: 1px;
}

/*
#productlist tr:hover {
	background-color: #CCFFCC;
}
*/

#productlist .mouseover {
	background-color: #CCFFCC;
}

#productlist .mouseout {
	background-color: transparent;
}

#product_spec {
}

#product_spec th {
	text-align: left;
	vertical-align: top;
	color: #00265d;	
}

#contact {
}

#contact table {
	width: 100%;
	border-right: thin dotted #00FF00;
	border-bottom: thin dotted #00FF00;
}

#contact .center {
	text-align: center;
	vertical-align: middle;
}

#contact table th {
	text-align: left;
	vertical-align: top;
	color: #00265d;	
}

table#contact td{
	text-align: left;
	vertical-align: top;
	color: #006666;	
}

/* round angle table class */
.rt_table {
	width: 100%;
	text-align: center;
}

.rt_table table {
	border-collapse: collapse;
	width: 100%;
} 
.rt_table th, td   { 
	border-bottom:		0px solid #E0E0E0;
	border-left:		0px;
	border-right:		0px;
	padding:		0px;
	margin:			0px;
}

.rt_table_td1 {
	background: url(/images/framework/rb/1.gif) no-repeat;
	width: 9px;
	height: 10px;
}

.rt_table_td2 {
	background: url(/images/framework/rb/2.gif) repeat-x;
	height: 10px;
}

.rt_table_td3 {
	background: url(/images/framework/rb/3.gif) no-repeat;
	width: 9px;
	height: 10px;
}

.rt_table_td4 {
	background: url(/images/framework/rb/4.gif) repeat-y;
	width: 9px;
}

.rt_table_td5 {
	text-align: center;
} 

.rt_table_td6 {
	background: url(/images/framework/rb/6.gif) repeat-y;
	width: 9px;
}

.rt_table_td7 {
	background: url(/images/framework/rb/7.gif) no-repeat;
	width: 9px;
	height: 10px;
}

.rt_table_td8 {
	background: url(/images/framework/rb/8.gif) repeat-x;
	height: 10px;
}

.rt_table_td9 {
	background: url(/images/framework/rb/9.gif) no-repeat;
	width: 9px;
	height: 10px;
}
/* end of round angle table class */
