/*
(c) Ditton Wine Traders 2008
Developed by Mark Ilff, Talespinner - www.talespinner.co.uk
******************************************************************************/


/*Template objects
******************************************************************************/
	
#wrap {
	/*Wrapper that contains everything after logoBlock*/
	margin: 1ex 48px 8ex 20px;

	/*Use when IE6 dead & gone
		max-width: 1250px;*/
	/*Or if can't wiat try this:
	max-width:800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );*/
	}

#wrapMaint {
	margin: 20px;
	}



/* ShareIt links 
-----------------------------------------------------------------------------*/
	#shareItTop {
		padding-bottom: 1em;
		font-size: 90%;
		border-bottom: 1px solid #9274b1;
		}

	#shareItBot {
		clear: both;
		padding-top: 1em;
		text-align: right;
		font-size: 90%;
		border-top: 1px solid #9274b1;
		}


/* Footer menu
-----------------------------------------------------------------------------*/
	#footer {
		clear: both;
		position: relative
		}
	

/* Footer address
-----------------------------------------------------------------------------*/
	#footerAddr {
	/*	margin: 0; 
		padding: 0;*/
		clear: both;
		width: 100%; 
		height: 25px;
		color: white;
		background: url(/images/widgets/roundedBot2500x25L.gif) no-repeat left bottom;
		margin-top: 1ex;
		margin-bottom: 2ex
	/*	margin: 10px; 
		padding: 5px; 
		padding-bottom: 10px; */
		}
	
	#footerAddr p {
		font-size: 0.9em;
	/*	color: white;*/
		text-align: center; 
		}
	
	#footerAddr a {
		color: white;
		border-bottom-width: 1px;
		border-bottom-color: white;
		}
	
	#footerAddr strong {
		color: white;
		}


	
/*Non-printing template objects
******************************************************************************/
	@media print {
		#sidebar,
		#search,
		#navBot
			{
			display: none;
			}
		}

