/* css for belaliebend.com.au */
/* css by Walmarc Pty Ltd */
/* http://www.walmarc.com.au*/


/* Large heading grape colour align right italic used on homepage */
h1 {
font-family : Georgia, "Times New Roman", Times, serif;
font-weight : bold;
font-style : italic;
font-size : 18px;
padding-right : 25px;
padding-left : 25px;
text-align : right;
color : #5f2947;
}

/* Larger heading grape colour align left italic Used on Wines Page */
h2 {
font-family : Georgia, "Times New Roman", Times, serif;
font-weight : bold;
font-style : italic;
font-size : 22px;
padding-right : 15px;
padding-left : 25px;
text-align : left;
color : #5f2947;
}

/*Large heading (same as h1) grape colour align left italic sub-heading on wine page */ 
h3 {
font-family : Georgia, "Times New Roman", Times, serif;
font-weight : bold;
font-style : italic;
font-size : 18px;
padding-right : 15px;
padding-left : 25px;
text-align : left;
color : #5f2947;
}


/*Paragraph grape colour align right italic*/ 
p {
font-family : Tahoma, Arial, Helvetica, sans-serif, Verdana;
font-size : 12px;
font-style : normal;
color : #5f2947;
padding-right : 20px;
padding-left : 25px;
text-align : right;
vertical-align : top;
}

/* Paragraph 1 - grape left normal */
.p1 {
font-family : Tahoma, Arial, Helvetica, sans-serif, Verdana;
font-size : 12px;
font-style : normal;
color : #5f2947;
padding-right:50px;
padding-left : 25px;
text-align : left;
}

/* Paragraph 2 - black left italic 14px bold */
.p2 {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 14px;
font-style : normal;
font-weight : bold;
color : #000000;
padding-right : 15px;
padding-left : 25px;
text-align : left;
vertical-align : top;
}

/* Paragraph 3 - black center italic 14px bold */
.p3 {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 18px;
font-style : italic;
font-weight : bold;
color:#5f2947;
text-align : left;
vertical-align : top;
}

/* Paragraph 4 - black left top normal 12px */
.p4 {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
font-style : normal;
font-weight : bold;
color : #000000;
text-align : left;
vertical-align : top;
}

/* Paragraph5 - Verdana 12px black bold left - used on About Us Paragraphs */
.p5 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
color : #000000;
text-align : left;
padding-left:25px;
}

/* Small 10px left text used on Copyright Notice - grape colour */
.smalltext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
padding-left : 25px;
padding-bottom: 3px;
text-align : left;
color : #5f2947;
}

/*Site revised by notice - only on Homepage*/
.smalltextCtr {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
text-align:center;
color :#575E79;
}


/* Top image on index.html and links.html */
.header, header td, header th {
background-image : url('images/image_top.jpg');
background-position : center 25%;
background-repeat : no-repeat;
}


/* Vineyard pic on Vineyard + other Pages */
.vineyard, .vineyard td .vineyard th {
background-image:url(images/vineyard.jpg);
background-repeat:no-repeat;
background-color:#d0be9a;
background-position:center top;
}

/* Link Style - Dark Green Underlined Italic */
a {
	text-decoration : underline;
	color : #134108;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;

}

/* Link style on mouseover - Grape colour Normal Italic */
a:hover {
    text-decoration:none;
	color: #5f2947;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
}

/* Grape 2-tone gradient background behind Table */
body {
background-image : url(images/bg.gif);
background-repeat : repeat-x;
background-color : #66606A;
margin-top : 40px;
margin-bottom: 300px;
}

td img {
display: block;
}

/* Small 10px right - Grape Colour*/
.smalltextRt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
	text-align: right;
	padding-right:30px
	
}



/* Heading on Order Page*/
.style1 {
	font-size: 16px;
	color: #5f2947;
}

