/****** ##LOG:  
	06/12/2006  Bruno Lenette css for title in wine page
	30/05/02	bradC		Created.
******/ /*-	style sheet for the O'Leary Walker Wines website	-*/
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			TEXT
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Text */
	body { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		color: #000000;
		background-color : #F6EFDB;
		background-image : url(graphics/bg.gif);
		}
		
/* Standard Text */
	div, td, span { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		color: #000000;
		}		
		
/* Small Text */		
	.textSmall {
		font-size : 10px;
		}		
		
/* White Text */	
	.textWhite {
		color: #ffffff;
		}		
		
/* Small White Text */	
	.textWhiteSmall {
		color: #ffffff;
		font-size : 10px;
		font-weight : bold;
		}
		
/* Grey Text */	
	.textGrey {
		color: Gray;
		}		
		
/* Small Grey Text */	
	.textGreySmall {
		color: Gray;
		font-size : 10px;
		font-weight : bold;
		}
		
/* Red Text */	
	.textRed {
		color: #ff0000;
		}

/* Small Red Text */	
	.textRedSmall {
		font-size: 10px;
		color: #ff0000;
		}			
		

/* IBC alert text *//* Used to alert IBC of something that is needed for site eg missing content */	
	.textAlertIBC {
		font-size : 16px;
		color: #00D0D0;
		font-weight : bold;
		}
		
/* Form Label */
	.formLabel {
		font-size : 12px;
		color: #645339;
		font-weight : bold;
		}		

		
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			HEADERS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Main Heading Style */	
	.header1 {
		font-size : 22px;
		color: #CC9933;
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		}

/* Level 2 Header */	
	.header2 {
		font-size : 18px;
		color: #CC9933;
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		}

/* Level 3 Header */	
	.header3 {
		font-size : 16px;
		color: #CC9933;
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		}
		
/* Level 4 Header */	
	.header4 {
		font-size : 13px;
		color: #CC9933;
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		}		

		

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			LINKS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Link */	
	a {
		text-decoration: none;
		color: #7F6B48;
		font-size: 12px;
		}	
	a:hover {
		text-decoration: underline;
		color: #FF9C00;
		}	
	a:active {
		text-decoration: none;
		color: #FF9C00;
		}	
	a:visited {
		text-decoration: none;
		color: #7F6B48;
		}	
	a:visited:hover	{
		text-decoration: underline;
		color: #7F6B48;
		}
		/*end*/
		

/* Section Sub Link */	
	a.sectionSubLink {
		color: #7F6B48;
		text-decoration: none;
		font-style : italic;
		font-family : Times New Roman, Times, serif;
		font-size : 14px;
		}
	a.sectionSubLink:hover {
		color: #FF9C00;
		text-decoration: underline;
		}
	a.sectionSubLink:active {
		text-decoration: none;
		color: #FF9C00;
		}	
	a.sectionSubLink:visited {
		text-decoration: none;
		color: #7F6B48;
		}	
	a.sectionSubLink:visited:hover	{
		text-decoration: underline;
		color: #FF9C00;
		}
		/*end*/

/* Small 10px Link */			
	a.smallLink {
		text-decoration: none;
		font-size: 10px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		}	
	a.smallLink:hover {
		text-decoration: underline;
		}	
	a.smallLink:active {
		text-decoration: none;
		}	
	a.smallLink:visited {
		text-decoration: none;
		}	
	a.smallLink:visited:hover	{
		text-decoration: underline;
		}
		/*end*/
		/* Level 3 Header */	
		.header3  a, .header3  a:hover, .header3 a:visited{
		font-size : 16px;
		color: #CC9933;
		font-family : Times New Roman, Times, serif;
		font-style : italic;
		}
		
/*
Links for title on wine page
*/
	a.titleLink {
		color: #7F6B48;
		text-decoration: underline;
		font-style : italic;
		font-family : Times New Roman, Times, serif;
		font-size : 14px;
		color:#7F6B48;
		font-weight : bold;
		}
	a.titleLink:hover {
		color: #FF9C00;
		text-decoration: underline;
		}
	a.titleLink:active {
		text-decoration: underline;
		color: #FF9C00;
		}	
	a.titleLink:visited {
		text-decoration: underline;
		color: #7F6B48;
		}	
	a.titleLink:visited:hover	{
		text-decoration: underline;
		color: #FF9C00;
		}	
	
		
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			FORM FIELDS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/**-:-> Standard Form <-:-**/

/* Input Boxes */
	input {
		font-size : 11px;
		font-weight : normal;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #F6E6C0;
		}
/* Textareas */
	textarea {
		font-size : 11px;
		font-weight : normal;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #F6E6C0;
		}
/* Select Boxes */
	select {
		font-size : 11px;
		font-weight : normal;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #F6E6C0;
		}
		
		
			
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			BULLETS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Bullet */	 
	li {
		font-size : 11px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #886208;
		list-style-type : disc;
		}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			OTHER CSS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
##LOG
Bruno Lenette 06/12/2006 
*/	
	.title
	{
		color:#7F6B48;
		font-style : italic;
		font-weight : bold;
		font-family : Times New Roman, Times, serif;
		
	}		
	
		.titlePrevious
	{
		color:#7F6B48;
		font-weight : bold;
		font-family : Times New Roman, Times, serif;
		
	}	
	
	.menuContainer
	{
		position:relative;
		margin-left:0px;
		margin-top:0px;
		background: #cac0aa url( graphics/OlearyWalkerSub_09.gif ) no-repeat;
		z-index:80;
		border: solid 0px #000000;
		height:200px;
	}
	
	.menuAbout
	{
		position:absolute;
		margin-top:60px;
		margin-left:15px;
	}
	
		

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			BACKGROUNDS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/	
	/* Image*/
	img
	{
	border:0;
	}
	
	/* White Background */	
	.whitebg { background-color: White;	}
	
	/* Cream Background */	
	.creambg { background-color: #F9F4E6;	}
	
	/* Content Background */	
	.contentbg { background-color: #F9F4E6;  background-image : url(graphics/bg07.gif);  background-repeat : no-repeat; 	 }	
	
