/*-----------------------------------------------------------------------------
Deckers Xmas Stylesheet

version:   1.0
date:      05/08/09
author:    Gareth Lockton
email:     gareth@idesign-graphics.co.uk
website:   www.deckersxmas.com
-----------------------------------------------------------------------------*/ 

@import url("reset.css");
@import url("typography.css");

body {background: #000;}

#container { 
	margin:0px auto;
	width: 960px;
	background: #000;
}

#flash { 
	width: 940px;
	height:765px;
	margin: 0 10px;
}

#pdf {
	margin:0px 10px 20px 10px;
	width:940px;
	text-align:center;
}

#footer { 
	width: 960px;
	height: 140px;
	padding-top: 20px;
	text-align:right;
	border-top:#FFF solid 1px;
}

#footer.plough { background: url(../images/footer_plough.jpg) top left no-repeat; }
#footer.crimble { background: url(../images/footer_crimble.jpg) top left no-repeat; }
#footer.royaltoby { background: url(../images/footer_royaltoby.jpg) top left no-repeat; }
#footer.pennine { background: url(../images/footer_pennine.jpg) top left no-repeat; }
#footer.sale { background: url(../images/footer_sale.jpg) top left no-repeat; }
#footer.rope { background: url(../images/footer_rope.jpg) top left no-repeat; }

#content{ 
	width: 800px;
	text-align:center;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright {
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
