/* 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;
}

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

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

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

h3 {
font-size: 105%;
font-weight: bold;
}

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

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

/*----------layout-------------*/
#header {
width: 100%;
}

#main {
padding: 25px 0px 25px 0px;
width:auto;
}

#nav {
display: none;
}

#logo {
width: 260px;
height: 84px;
display: none;
}

#contact {
position: relative;
height: 50px;
width: 450px;
text-align: left;
font-family:"Times New Roman", Times, serif;
font-size:90%;
}


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

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

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;
}



