/***********************
TND Creative Main Style Sheet 
Developer: Tery Dallimer - TND Creative
URL: http://www.tndcreative.co.uk/
Created:
***********************/

@charset "utf-8";
#html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;

	margin: 0px;
	padding: 0px;
}

/*divs**********/

#venue-banner-container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	overflow: auto;
}
#venue-banner-right {
	float: right;
	height: 310px;
	width: 450px;
}
#venue-banner-left {
	float: left;
	height: 310px;
	width: 450px;
}
#unicorn-upper, #action-upper {
	float: left;
	height: 100px;
	width: 450px;
}
#unicorn-lower {
	float: left;
	height: 130px;
	width: 410px;
	padding: 20px;
	background-color: #00aeef;
	color: #FFF;
}
#action-lower {
	float: left;
	height: 130px;
	width: 410px;
	padding: 20px;
	background-color: #ed1c24;
	color: #FFF;
}
#unicorn-shadow, #action-shadow {
	float: left;
	height: 30px;
	width: 450px;
	background-position: top;
	background-image: url(../images/venue-shadow.jpg);
}

/*links**********/

#venue-banner a:link {
	color: #FFF;
	text-decoration: underline;
}
#venue-banner a:visited {
	text-decoration: underline;
	color: #FFF;
}
#venue-banner a:hover {
	text-decoration: none;
	color: #FFF;
}
#venue-banner a:active {
	text-decoration: underline;
	color: #FFF;
}
