/* Tiger Two Creative Designs - CSS for Kiwi Cellars */

/*------Standard Preamble-------*/
* { 
margin: 0;
padding: 0;
border: 0;
}

/*---------tag definitions-------*/
body {
width: 100%;
min-width: 640px;
font-size: smaller;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #CCE5A2;
text-align:justify;
}

p {
margin: 10px 30px 10px 30px;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size: 180%;
color: #4FA600;
margin-top: 50px;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size:250%;
color: #4FA600;
font-weight: bold;
margin-top: 40px;
}

h3 {
margin-top: 20px;
font-size: 105%;
font-weight: bold;
}

img.img1 {
float: right;
padding-left: 20px;
padding-bottom: 30px;
}

img.img2 {
float: left;
padding-right: 20px;
padding-bottom: 30px;
}

/*----------layout-------------*/
#header, #nav, #main {
overflow:hidden;
display: inline-table;
}

#header {
width: 100%;
height: 100px;
float:left;
background-color: #4FA600;
}

#main, #mainindex {
background-color: #CCE5A2;
padding: 25px 30px 25px 30px;
float:left;
width:70%;
}

#mainindex {
background: #CCE5A2 url(images/newzealand.gif) no-repeat top center;
}

#nav {
width: 20%;
float:left;
background-color: #CCE5A2;
}

#logo {
float:left;
margin-left:15px;
margin-top: 8px;
width: 260px;
height: 84px;
}

body[id=kiwicellars] #logo {
margin-left: 30px;
}

#contact {
float:right;
margin-right: 20px;
margin-top: 76px;
height: 30px;
width: 450px;
text-align: right;
font-weight:bold;
font-size:90%;
}


/*------------Links---------------*/

a:link {text-decoration:none; color: #4FA600; font-weight:bold;}
a:visited {text-decoration:none; color: #4FA600; font-weight:bold;}
a:hover {text-decoration:underline; color: #4FA600; font-weight:bold;}
a:active {text-decoration:none; color: #4FA600; font-weight:bold;}

a.sub:link {color: #000000; font-weight:normal;}
a.sub:visited {color: #000000; font-weight:normal;}
a.sub:hover {color: #000000; font-weight:normal;}
a.sub:active {color: #000000; font-weight:normal;}

/*-------------navigation------------*/

#nav ul {
line-height: 75px;
padding: 50px 10px 50px 30px;
list-style-type: none;
}

#nav li.sub2 {
padding-top: 0px;
padding-bottom: 0px;
font-size: 85%;
line-height: 20px;
color: #000000;
}

#nav li {
padding-bottom: 0px;
padding-left: 30px;
padding-top: 47px;
}

#nav li.first { background:url(images/glass1.jpg) no-repeat 0px 20px; }
#nav li.second { background:url(images/glass2.jpg) no-repeat 0px 20px; }
#nav li.third { background:url(images/glass3.jpg) no-repeat 0px 20px; }
#nav li.fourth { background:url(images/glass4.jpg) no-repeat 0px 20px; }

#nav li.firstro { background:url(images/glass1_tip.jpg) no-repeat 0px 20px; color: #4FA600; font-weight:bold;}
#nav li.secondro { background:url(images/glass2_tip.jpg) no-repeat 0px 20px; color: #4FA600; font-weight:bold;}
#nav li.thirdro { background:url(images/glass3_tip.jpg) no-repeat 0px 20px; color: #4FA600; font-weight:bold;}
#nav li.fourthro { background:url(images/glass4_tip.jpg) no-repeat 0px 20px; color: #4FA600; font-weight:bold;}



/*-------------------definition lists--------------------*/

dl {
padding: 25px 50px 25px 0px;
height: 150px;
}

body[id=kiwicellars] dl {
min-height: 230px;

}

dt {
font-size: 105%;
font-weight: bold;
float: left;
}

p.price {
font-size: 105%;
font-weight: bold;
margin-bottom: 30px;
}

dd {
margin-top: 50px;
}

dd.img {
margin-top: -10px;
margin-left: 10px;
float:right;
text-align:center;
}



