/*image*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	color:#3a4445;
	padding:0px;
	margin:0px;
	font-size:10px;
	line-height:17px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

a {
	color:#3a4445;
}

a.active, a:hover {
	color:#bf7c43;
}	

.bold {
	font-weight:bold;
}
/* ------------------------------------ */
/* main div positions */
/* ------------------------------------ */

div#main {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:610px;
}

div#logo {
	position:absolute;
	left:97px;
	top:34px;
}
div#logo img {
	border:none;
}

div#content {
	position:absolute;
	left:97px;
	top:153px;
	width:876px;;
	height:310px;
	overflow:auto;
	font-size:11px;
}

div#mainnav {
	position:absolute;
	left:97px;
	top:500px;
	width:876;
	height:96px;
}

div#metanav {
    background-color:#FFFFFF;
    padding-left:10px;
    position:absolute;
    right:45px;
    top:96px;
    z-index:10;
}

div#metanav a {
	text-decoration:none;
}

/* ------------------------------------ */
/* main nav */
/* ------------------------------------ */

div#mainnav img {
	width:78px;
	height:96px;
	padding:0px;
	margin-right:9px;
}

/* ------------------------------------ */
/* design for home template */
/* ------------------------------------ */


div.homesection {
	width:156px;
	height:310px;
	float:left;
	margin-right:22px;
	font-size:11px;
	line-height:16px;
}
div.homesection img {
	width:156px;
	height:193px;
	margin-bottom:5px;
}


/* ------------------------------------ */
/* design for default template */
/* ------------------------------------ */

img#defaultimage {
/*	width:252px;
	height:310px;
*/
	float:left;
	margin-right:40px;
}
div#defaulttext  {
	height:310px;
	overflow:auto;
}


/* ------------------------------------ */
/* design for wine template */
/* ------------------------------------ */

ul#winelist {
	padding:0px;
	float:left;
	width:230px;
	height:310px;
	margin:0px;
	list-style-type:none;
	font-size:11px;
}

ul#winelist a {
	text-decoration:none;
}

#winetext {
	margin-top:50px;
	font-size:11px;
	margin-left:220px;
}

#winetext ul {
	list-style:disc;
}

#winenote {
	position:absolute;
	left:230px;
	font-size:16px;
	line-height:22px;
	top:245px;
}

#winetemp {
	font-size:11px;
	position:absolute;
	left:230px;
}

#winetemp div {
	float:left;
	margin-right:37px;
}

#wineimage {
    left:625px;
    top:0;
    position:absolute;
}

/* ------------------------------------ */
/* design for news template */
/* ------------------------------------ */

div#newscontainer {
	width:720px;
}

div.newsitem {
	clear:both;
	padding:8px 0px;;
	position:relative;
    margin-bottom: 36px;
}

div.newsitem .newstext {
	width:500px;
	float:right;
}

div.newsitem img {
    width: 177px;
    height: 108px; /* 252*154*/
}

div.deleteNews {
	display:block;
	position:relative;
	top:-5px;
	width:15px;
	height:15px;
	left:0px;
	text-decoration:none;
	font-weight:bold;
	z-index:30;
	text-align:center;
}


/* ------------------------------------ */
/* design images and lines */
/* ------------------------------------ */

img#m_lt {
	position:absolute;
	left:10px;
	top:78px;
}

img#m_rt {
	position:absolute;
	left:960px;
	top:94px;
}

img#m_lb {
	position:absolute;
	left:10px;
	top:482px;
}

img#m_rb {
	position:absolute;
	left:944px;
	top:482px;
}


div#l_ts {
	position:absolute;
	left:42px;
	top:105px;
	width:44px;
	line-height: 0px;
	height: 0px;
	border-bottom: solid #c7c7c7 1px
}

div#l_tl {
	position:absolute;
	left:320px;
	top:105px;
	width:500px;
	line-height: 0px;
	height: 0px;
	border-bottom: solid #c7c7c7 1px	
}
div#l_b {
	position:absolute;
	left:30px;
	top:489px;
	width:910px;
	line-height: 0px;
	height: 0px;
	border-bottom: solid #c7c7c7 1px	
}

/* cms style */

#cmsinfo {
	position:relative;
	top:0px;
	width:700px;
	background-color:#99CCFF;
	padding:5px 10px;
	border:dashed blue 1px;
	cursor:pointer;
}

