html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

b {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

html {
	background: url(../img/bgPattern.png) repeat top left;
	width: 100%;
	height: 100%;
	display: block;	
}

body {
	background: url(../img/bgGradient.png) repeat-x top left;
	width: 100%;
	height: 100%;
	display: block;	
	font-family: arial;
	padding-top: 25px;
}

section#twitter div.twtr-ft, 
section#twitter div.twtr-hd,
section#twitter div.twtr-tweet-text em {
	display: none;
}

section#twitter div.twtr-tweet-text,
section#twitter div.twtr-tweet-text p {
	line-height: 23px;
}

section#twitter div.twtr-timeline {
	width: 940px;
	float: left;
}

section#twitter div.twtr-widget div.twtr-tweet {
	border-bottom: none;
	width: 240px;
	padding: 20px;
	margin-left: 20px;
	padding-left: 70px;
	float: left;
	min-height: 43px;
	background: url(../img/twitterBird.png) no-repeat left center;
	position: relative;
}

	section#twitter #tweet-id-2,
	section#twitter #tweet-id-3 {
		margin-right: 20px;
		float: left;
	}

	section#twitter #tweet-id-1 {
		margin-right: 0px;
		float: left;
	}

section#twitter div.twtr-widget div.twtr-tweet-wrap {
	padding: 0px 0px;
	line-height: 23px;
}

a {
	color: #d01f3d;
	text-decoration: none;
}

div.container {
	width: 780px;
	margin: 0 auto;
}

	div.container.wrapper {
		-moz-box-shadow: 0px 0px 9px #888;
		-webkit-box-shadow: 0px 0px 9px #888;
		box-shadow: 0px 0px 9px #888;
	}

	header {
		width: 780px;
		height: 228px;
		background: #fefefe;
		position: relative;
	}
	
		div.logo {
			position: absolute;
			left: -10px;
			top: -10px;
		}
		
		div.details {
			position: absolute;
			top: 25px;
			width: 400px;
			left: 250px;
			font-size: 14px;
			color: #232021;
			line-height: 23px;
		}
			div.details span {
				width: 100px;
				float: left;
			}
		
			div.details h2 {
				font-weight: bold;
			}
		
		div.label {
			background: url(../img/label.png) no-repeat top right;
			position: absolute;
			right: 0px;
			top: 0px;
			width: 140px;
			height: 190px;
		}
	
	section#twitter {
		height: 96px;
		width: 780px;
		background: #efefef;
	}
	
	section#slogan {
		height: 56px;
		width: 780px;
		background: #d01f3d;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
	}
	
		section#slogan h3 {
			font-size: 20px;
			color: #ffffff;
			font-weight: normal;
			padding-top: 18px;
		}
			
			section#slogan h3 span {
				font-weight: bold;
			}
	
	section#slider {
		height: 278px;
		width: 780px;
		background: #ffffff;
		position: relative;
	}
	
	footer {
		width: 780px;
		height: 100px;
		font-size: 12px;
		color: #232021;
		border-top: 5px solid #232020;
		padding-top: 15px;
		margin: 0 auto;
	}
	
		footer a {
			color: #232021;
			font-size: 12px;
			text-decoration: none;
		}
	
		footer div.left {
			float: left;
			width: 50%;
			text-align: left;
		}
		
		footer div.right {
			float: right;
			width: 50%;
			text-align: right;
		}