@charset "UTF-8";

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

body, table td {
	font: 12px/18px Lucida Grande, Hiragino Kaku Gothic Pro, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', '‚l‚r ‚oƒSƒVƒbƒN', ms pgothic, arial, helvetica, sans-serif;
}



h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

table td {
	text-align:left;
}

fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
    color: #003300; 
}

a:hover {
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
img {
	vertical-align: bottom;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: url(../images/bg.gif) repeat;
}

#wrapperbg, #wrapper,
#vinheader, #pagebody, #Navigation, #MainContent, #vinfooter,
ul, li {
	margin: 0;
	padding: 0;
	text-align:left;
}

#wrapperbg {
	margin: auto;
	width: 840px;
	height: auto;
	background: url(../images/bg2.gif) repeat;
}
	
#wrapper {
	margin: auto;
	width: 801px;
}

#vinheader {
	margin: auto;
	width: 801px;
	height: 107px;
}

#pagebody {
	clear: both;
	margin: auto;
	width: 801px;
	background: url(../images/pagebody_bg.gif) repeat-y;
}

#pagebody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#pagebody2 {
	clear: both;
	margin: auto;
	width: 801px;
	background: url(../images/pagebody_bg2.gif) repeat-y;
}

#pagebody2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pagebody2 {
	display: inline-block;
}

/* Hides from IE-mac \/
*html #pagebody2 {height: 1%;}
#pagebody2 {display: block;}
/* End hide from IE-mac */


#Navigation {
	float: left;
	width: 127px;
}

#MainContent {
	width: 670px;
	float: right;
	background-color: #FFFFFF;
}


#vinfooter {
	clear: both;
	margin: auto;
	width: 801px;
	
}



/* Layout Min ----------------------------------------------------------------- */

#vinlogo, #headerspace, #vinadress,
#mainimage, #mainblog {
	margin: 0;
	padding: 0;
}

#vinlogo {
	float: left;
	width: 287px;
}

#headerspace {
	float: left;
	width: 255px
}

#vinadress {
	float: right;
	width: 259px;
}



#Navigation {
	margin: 0;
	padding: 0;
	font-size: 1px;
}

#Navigation ul {
	margin: 0;
	padding: 0;
    list-style: none;
}

#Navigation li {
	margin: 0;
	padding: 0;
	width: 127px;
	display:block;
}

#Navigation li a {
	margin: 0;
	padding: 0;
	width: 127px;
	display:block;
	text-decoration:none;
}


#MenuHeader {
	margin: 0;
	padding: 0;
}

#ContentImg {
}

#mainimage {
	margin: 0;
	padding: 0;
}

#mainline {
	margin: 0;
	padding: 0;
	font-size: small;
}

#MainCopy {
	margin: 0;
	padding: 10px 50px 20px 30px;
	background-color: #FFFFFF;
}

#MCopyTitle {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color:#1D9200;
}

#MCopyBody {
	margin: 0;
	font-size: 12px;
	color:#000000;
}

#mtinfo, #mtevent {
	height: 100%;
	background-color: #FFFFFF;
}


#menufooter {
	float: left;
	width: 127px;
}

#mainfooter {
	float: right;
	width: 670px;
	height: 122px;
	background: url(../images/main_footer.jpg);
}

#mainfooter ul {
	position: relative;
	margin: 0;
	padding: 10px;
	list-style: none;
}

#mainfooter li {
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
}

#mainfooter li a{
	
}

#footermenu {
	margin: 0;
	padding: 0;
}

#ffooter {
	clear: both;
	padding-top: 4px;
}

#mainblog {
	margin: 0;
	padding: 10px 30px 20px 30px;
	background: url(../images/main_bg.gif);
}





/* Content ---------------------------------------------------------------- */


.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #FF3366;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.style5 {color: #FF0000; font-weight: bold;}
.style6 {font-size: 16px;}
.style7 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3366;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
}
.style9 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style10 {color: #999999;}
.style11 {font-weight: bold;}
.style12 {color: #FF0000;}
.style13 {font-size: 10px;}
.style14 {color: #FF0000;}
.style15 {color: #000066;}
.style16 {color: #FFFF33; font-weight: bold;}
.style17 {color: #330033;}
.style18 {color: #660000;}
.style19 {color: #FF3366; font-weight: bold; font-size: 14px;}
.style20 {color: #000000; font-size: 14px; font-weight: bold;}
.style22 {color: #FFFFFF; font-size: 12px;}
.style24 {color: #000099;}
.style24m {color: #000099; font-size: 10px; line-height: 16px;}
.style25 {color: #CCCCCC;}
.style26 {color: #FFFFFF;}

.style29 {color: #000000;}
.style30 {color: #FFFF66;}
.style31 {color: #FFFF66; font-weight: bold;}
.style32 {color: #FF0000;}
.style33 {color: #000033;}

.style40 {
	font-size: 10px
}

.colorWHITE {color: #FFFFFF;}
.colorRED {color: #FF0000;}
.colorBLUE {color: #0000FF;}
.colorGREEN {color: #006600;}


.PrTitle {
	margin: 0;
	padding: 15px 0;
}

.Spec {
	text-align:left;
}

.stylePN, .stylePR, .styleSP {
	font-weight: bold;
	margin-bottom: 2px;
	padding: 3px 0 3px 7px;
	text-align: left;
}
.stylePN {
	font-size: 14px;
	border-left: #006600 7px solid;
}

.stylePR {
	color: #FF3366;
	font-size: 14px;
	border-left: #006600 7px solid;
}

.styleSP {
	border-left: #00CC33 7px solid;
}

.SpecOP {
	padding: 15px 0;
	text-align: left;
}

li .SLanmbretta {
	padding-botton: 6px;
}

.WEtc {
	margin-bottom: 14px;
	padding-botton: 14px;
}

.TiOther {
	margin: 0;
	padding: 15px 0;
}

.TiContent {
	margin: 0;
	padding: 15px 0;
	height: 40px;
}

.Advertisement {
	margin: 0;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.AdverAdiva, .AdverApr, .AdverDer, .AdverPia, .AdverVes, .AdverMal, .AdverGil,.AdverSch,.AdverHnl,
.AdverDef {
	margin: 10px 0;
	padding: 10px 0 10px 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.AdverAdiva {
	border-left: #E8E7E8 7px solid;
}

.AdverApr, .AdverDer {
	border-left: #FF040F 7px solid;
}

.AdverPia {
	border-left: #0068B3 7px solid;
}

.AdverVes {
	border-left: #B8DF72 7px solid;
}

.AdverMal {
	border-left: #FC1500 7px solid;
}

.AdverGil {
	border-left: #E0050C 7px solid;
}

.AdverSch {
	border-left: #002878 7px solid;
}

.AdverHnl {
	border-left: #F54A0A 7px solid;
}

.AdverDef {
	border-left: #2FA900 7px solid;
}

.Details {
	margin: 20px 0;
	padding: 5px 0 5px 7px;
	font-weight: bold;
	text-align: left;
	border-left: #00CC33 7px solid;
}



/* Content MT ---------------------------------------------------------------- */

.CategoryTitle {
	margin: 0;
	padding: 0 0 20px 0;
	width: 668px;
	height: 30px;
	display: block;
}

.i-entry, .e-entry {
	margin: 0;
	padding: 0;
	width: 670px;
	height: 24px;
	background-image: url(../images/list_bg.gif);
}

.i-entry-date, .e-entry-date {
    margin: 0;
	padding: 3px 0 0 50px;
    font-size: 12px;
	color: #000000;
	float:left;
}

.i-entry-title, .e-entry-title {
	margin: 0;
	padding: 2px 0 0 20px;
    font-size: 12px;
	float:left;
}


.h-entry-title-asset {
    font-size: 14px;
	font-weight: bold;
	color: #FF9900;	
}


.d-entry {
	margin: 0;
	padding: 0 0 30px 0;
	width: 670px;
}

.d-entry-header {
	margin: 0;
	padding: 3px 0 0 0;
	width: 670px;
	height: 26px;
	background: url(../images/list_bg.gif) no-repeat;
}

.d-entry-title {
	margin: 0;
	padding: 3px 0 0 50px;
	width: 600px;
	height: 26px;
	font-weight: bold;
}

.entry-more-link {
	margin: 0 0 10px 0;
	padding: 3px 0 0 50px;
	width: 600px;
}

.d-entry-content {
	margin: 0 0 10px 0;
	padding: 0;
	width: 668px;
	border-bottom: 3px solid #CCCCCC;
}

.d-entry-body {
	margin: 0 0 10px 0;
	padding: 10px 30px 10px 30px;
	width: 610px;
}

.d-entry-footer {
	margin: 0;
	padding: 0 0 0 50px;
	width: 600px;
	font-size:10px;
}

.post-footers {
	margin: 0;
	padding: 0;
	width: 600px;
}




.e-asset-body {
	margin: 0;
	padding: 10px 30px 15px 30px;
	font-size: 12px;
	line-height: 18px;
	background: #FFF;
}


a:link, a:visited {
    text-decoration: underline;
}








/* Content TABLE ---------------------------------------------------------------- */

#TableSpec {
	margin: 0;
	padding: 20px 0;
}

#TableSpec td {
	margin: 0;
	padding: 5px;
	text-align: left;
}

#TablePhoto {
	margin: 30px 0;
	padding: 0;
}

#TablePhoto td {
	text-align: center;
}

#TablePhoto td img {
	margin: 0;
	padding: 4px;
	text-align: center;
	border: #CCCCCC solid 1px;
}

#TablePhoto td a:hover img {
	margin: 0;
	padding: 4px;
	text-align: center;
	border: #006600 solid 1px;
}

#TablePhoto2 td {
	margin: 0;
	padding: 4px;
}

#TablePhoto2 td img {
	margin: 0;
	padding: 4px;
	text-align: center;
	border: #CCCCCC solid 1px;
}

#TableLink td {
	margin: 0;
	padding: 10px;
	text-align: left;
	text-indent:inherit;
	border-top: 1px #97E800 solid;	
}

#TableOrder td {
	margin: 0;
	padding: 10px;
	text-align: left;
	text-indent: inherit;
	border-top: 1px #97E800 solid;	
}

#TableHosho td {
	margin: 0;
	padding: 10px;
	text-align: left;
	text-indent: inherit;
	border-top: 1px #97E800 solid;	
}

#TableHosho img {
	text-align: left;
	padding-right: 5px;
	vertical-align: middle;	
}



#Table1 {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: #ffffff;
	text-align: left;
}

.Td1 {
	margin-bottom: 2px;
	padding: 0.6em 0.6em;
	border-top: none;
	border-bottom: 1px solid #A6D620;
	border-left: none;
	border-right: 1px solid #A6D620;

	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #000000;
}

.Td2 {
	padding: 0.6em 0.6em;
	border-top: none;
	border-bottom: 1px solid #A6D620;
	border-left: none;
	border-right: none;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #000000;
}

.Td1r {
	margin-bottom: 2px;
	padding: 0.3em 0.1em;
	border-top: none;
	border-bottom: 1px solid #327800;
	border-left: none;
	border-right: 1px solid #327800;
	width: 140px;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #000000;
}

.Td2r {
	padding: 0.3em 0.6em;
	border-top: none;
	border-bottom: 1px solid #327800;
	border-left: none;
	border-right: none;
	width: 320px;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #000000;
}


#Table2 {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: #ffffff;
	text-align: left;
}

#Table2 td {
	padding: 0.4em 0.4em;

}





@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
