/* CSS Document */

@import "fonts.css";
@import "adv.css";

body {
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color: #000000;
	text-align:justify;
	background:url(../images/background.jpg) #eeeeee no-repeat top center;
}


img {
	border: 0;
	margin: 10px;
}

/*--banner--*/

#Logos {
	display:block;
	margin:0 auto;
	width:1000px;
	height:61px;
	margin-top:-55px;
}

#blackSpacer {
	display:block;
	margin:0 auto;
	/*padding-right: 50px;*/
	background: url(../images/nameBanner.png) no-repeat top;
	height: 127px;
	width:1000px;
	color:#FFFFFF;
	/*font-style:italic;*/
	text-transform: lowercase;
	font-size:22px;
	font-family: "Century Gothic", Impact, "HelveticaNeue BlackExt", "HelveticaNeueLT Std Blk Ext", "Helvetica 55 Roman";
}

#whiteSpacer {
	background:#FFFFFF;
	height: 255px;
	width:100%;
}

#fbLogo {
	margin-left:300px;
	margin-top: -30px;
}

.noGap {
	margin:0px;
}

.bannerImage {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:30px;
}
	
#bannerContainer {
	display:block;
	margin:0 auto;
	width:1000px;
	height:215px;
	margin-top:-80px;
	margin-bottom:-65px;
	/*background:url(../images/logo400.jpg) no-repeat;*/
}

/*--Centre Nav and page--*/
#navPageContainer{
	display:block;
	margin:0 auto;
	width:100%;
	/*background:url(../images/menuBG.png) no-repeat;*/
	font-family: Impact, "HelveticaNeue BlackExt", "HelveticaNeueLT Std Blk Ext", "Helvetica 55 Roman";

}

/*--Navigation--*/

#nav	{
	background:url(../images/menuBG.png) no-repeat;
	display: block;
	width:1000px;
	margin: 0 auto;
	/*margin-bottom: 5px;
	margin-top: 30px;*/
	height:56px;
	color:#FFFFFF;
	font-family: Impact, "HelveticaNeue BlackExt", "HelveticaNeueLT Std Blk Ext", "Helvetica 55 Roman";
	font-size:18px;
}

/*--content--*/

#pageContainer {
	display: block;
	margin: 0 auto;
	width: 900px;
	/*min-height:450px;*/
	height:100%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	background:url(../images/whiteBG.png) repeat;
}

#pageContainer2 {
	display: block;
	margin: 0 auto;
	width: 1000px;
	/*min-height:450px;*/
	height:100%;
	/*padding:10px;*/
	background:url(../images/whiteBG.png) repeat;
}

#newsContainer {
	width: 300px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	/*font-weight: bold;*/	
	float: right;
	border-left: dashed 1px #595959;
	/*-border-top: solid 1px #136116;*/
	text-align: left;
	margin-left: 10px;
}

#pressReleaseImage {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
	background: #EAEAEA;
	font-size: 10px;
	line-height: normal;
}

#pressReleaseImage1 {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
	font-size: 10px;
	line-height: normal;
}


/*-- Bull Sale --*/

#headingBullSale{
	font-size:50px;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;

}

#headingBullSaleSmaller{
	font-size:40px;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
}

.shadow {
	margin:0px auto;
	width:1000px;
	filter:shadow;
	line-height:200%;
} 


/*--Footer--*/

#footerContainer {
	display:block;
	margin: 0 auto;
	width:1006px;
	height:100px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	padding-top:10px;
	line-height:20px;
	background:url(../images/footer2.png) no-repeat;
}

a.footer {
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:hover	{
	color: #285596;
	text-decoration:none;
}