@charset "UTF-8";
/* RESET */

html, body, div, span, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre, font,
a, code, em, font, img, ins, kbd, q, s, samp, small,strong,dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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

a:hover {
text-decoration: underline;
}




/* MAIN STYLES*/

html {
	background-image: url(images/large-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #d4d4d4;
}

#container {
	width: 897px;
	margin: 0em auto;
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE 6 */
}

#header img {
	float: left;
	padding-left: 0px;
}


/* NAV MENU STYLES*/

#nav {
	float: right;
}


ul#nav li a {
	outline: none;
	display:block;
	float: left;
	height: 53px;
	background: url(images/menu-sprite.png);
	text-indent: -9999px;
}

		ul#nav li a.about {
			width: 93.5px;
			background-position: 0px 0px;
		}
		
			ul#nav li a.news {
			width: 70px;
			background-position: -93.5px 0px;
		}
		
			ul#nav li a.deals {
			width: 76.5px;
			background-position: -163.5px 0px;
		}
		
			ul#nav li a.contact {
			width: 93px;
			background-position: -240px 0px;
		}
		
		/*roll over sprite code*/
			ul#nav li a.about:hover, ul#nav li a.about:focus {
			background-position: 0 -56px;
		}
	
			ul#nav li a.news:hover, ul#nav li a.news:focus {
			background-position: -93.5px -56px;
		}
		
			ul#nav li a.deals:hover, ul#nav i a.deals:focus {
			background-position: -163.5px -56px;
		}
		
			ul#nav li a.contact:hover, ul#nav li a.contact:focus {
			background-position: -240px -56px;
		}

#nav li {
	display: inline;
	padding-right: 0px;
}

/* MAIN DISYPLAY */

#welcome {
	background-image: url(images/welcome_blurb.png);
	background-repeat:no-repeat;
	float:left;
	margin-top: 25px;
	margin-left: 20px;
	width: 505px;
	height: 595px;
}

.blurb {
	width: 350px;
	padding-top: 200px;
	padding-left: 68px;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;	
}

#learnmore {
	width: 182px;
	height: 43px;
	margin-left: 65px;
	margin-top: 15px;
}

ul#learnmore li a {
	outline: none;
	display:block;
	float: left;
	height: 43px;
	background: url(images/learn-more_sprite.png);
	text-indent: -9999px;
}

		ul#learnmore li a.learn {
			width: 182px;
			background-position: 0px 0px;
		}
		
		/*roll over sprite code*/
			ul#learnmore li a.learn:hover, ul#learnmore li a.learn:focus {
			background-position: 0 -43px;
		}




/* TWITTER STYLES */

#twitter_div {
	width: 295px;
	height: 250px;
}

#twitter_div li {
	padding-top: 10px;
}

#twitter_div li a {
	text-decoration: underline;
}

#twitter_update_list {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}

.pings {
	width: 300px;
	margin-top: 85px;
	margin-left: 95px;
	
}


/* RIGHT SIDEBAR */

#right_column {
	float:right;
	width: 218px;
	margin-right: 60px;
	margin-top: 50px;
}

#right_column h3 {
	color:#515151;
	font-size: 18px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#facebook {
	float: left;
	width: 100px;
	height: 55px;
}

#facebook p {
	color:#FFF;
	font-size: 16px;
	line-height: 18px;
	}

#facebook a {
	margin-left: 5px;
	outline: none;
	display:block;
	height: 55px;
	background: url(images/fb_sprite.png);
	text-indent: -9999px;
}

		#facebook a.fbicon {
			width: 55px;
			background-position: 0px 0px;
		}
		
		/*roll over sprite code*/
			#facebook a.fbicon:hover, #facebook a.fbicon:focus {
			background-position: 0 -55px;
		}


#twitter {
	float: right;
	width: 75px;
	height: 55px;
}
	
#twitter p {
	color:#FFF;
	font-size: 16px;
	line-height: 18px;
	}
	
#twitter a {
	margin-left: 5px;
	outline: none;
	display:block;
	height: 55px;
	background: url(images/twitter_sprite.png);
	text-indent: -9999px;
}

		#twitter a.twit {
			width: 55px;
			background-position: 0px 0px;
		}
		
		/*roll over sprite code*/
			#twitter a.twit:hover, #twitter a.twit:focus {
			background-position: 0 -56px;
		}

#sign_up {
	width: 175px;
	margin-top: 30px;
	padding-left: 35px;
}


/* FOOTER */

#footer {
	text-align:center;
	clear: both;
	width: 897px;
	padding-top: 75px;
}

#footer p {
	padding-top: 20px;
	color: #FFF;
	font-size:10px;
}

#footer_nav a, #footer_nav p, #footer_nav li {
	color: #FFF;	
}

#footer_nav li {
	display: inline;
	font-size: 12px;
}
