@import url("Default.css");

body{
	text-align: center;
	background: url("../images/tile.jpg");
	background-repeat:repeat-x;
}

#container{
	position: relative;
	padding: 0px;
	margin:  0px auto 0px;
	width: 908px;
	min-height:900px;
	height: auto !important;
    height: 900px;
	text-align:left;
	margin-bottom: 100px;

}


/* Navigation */

div#navContainer{
	position: absolute;
	top:80px;
	left: 353px;
	width: 579px;
	z-index:20;
}
ul.mainNav{
	width: 653px;
	margin: 0px auto 0px;
	list-style: none;
	display:none;
}
	ul.mainNav li{
		display: block;
		float:left;
	}
	ul.mainNav li.last{
		margin-right: 4px;
	}
	ul.mainNav li a span{
		display: none;
	}

	ul.mainNav li.home a{
		background: url(../images/nav_home.jpg) no-repeat bottom;
		width: 84px;
	}
	ul.mainNav li.about a{
		background: url(../images/nav_about.jpg) no-repeat bottom;	
		width: 103px;
	}
	ul.mainNav li.gallery a{
		display:none;
		background: url(../images/nav_gallery.jpg) no-repeat bottom;	
		width: 98px;
	}
	ul.mainNav li.blog a{
		background: url(../images/nav_blog.jpg) no-repeat bottom;	
		width: 80px;
	}
	ul.mainNav li.brands a{
		background: url(../images/nav_brands.jpg) no-repeat bottom;	
		width: 95px;
	}
	ul.mainNav li.faq a{
		background: url(../images/nav_faq.jpg) no-repeat bottom;	
		width: 74px;
	}
	ul.mainNav li.contact a{
		background: url(../images/nav_contact.jpg) no-repeat bottom;	
		width: 115px;
	}
	
		ul.mainNav li a	{
			height: 29px;
			background-position:bottom;
			display: block;
		}
		ul.mainNav li a:hover, ul.mainNav li.active a	{
			background-position:top;
		}

/* Header */
#headerContainer{
	position: relative;
	width: 908px;
	height: 369px;
	margin-bottom: 33px;
}

#logo{
	position: absolute;
	top: 24px;
	left:0px;
	width: 195px;
	z-index:20;
}

#header {
	position:absolute;
	text-align:center;
	top:104px;
	width:898px;
	height:263px;
	border:1px #EC1C24 solid;
	background-color:#FFFFFF;
	z-index:10;
	margin-left:8px;
}

#flash {
	position:absolute;
	width:890px;
	height:255px;
	left:4px;
	top:4px;
}

#socialMediaContainer {
	 position:absolute;
	 top:10px;
	 left:832px;
	 width:32px;
}

ul.socialMedia{
	width: 72px;
	margin: 0px auto 0px;
	list-style: none;
	display:none;
}
	ul.socialMedia li{
		display: block;
		float:left;
	}
	ul.socialMedia li.first{
		margin-right: 8px;*/
	}
	ul.socialMedia li a span{
		display: none;
	}

	ul.socialMedia li.twitter a{
		background: url(../images/btn_twitter.jpg) no-repeat;
		width: 32px;
	}
	ul.socialMedia li.facebook a{
		background: url(../images/btn_facebook.jpg) no-repeat;	
		width: 32px;
	}
	ul.socialMedia li a	{
			height: 32px;
			background-position:bottom;
			display: block;
	}

/* Body */
#mainContainer{
	position: relative;
	width: 908px;
}

#leftCol{
	position: relative;
	width: 578px;
	margin-left: 8px;
	float:left;
}

#divider {
	position:absolute;
	background: url(../images/divider.jpg) no-repeat;	
	width:1px;
	height:443px;
	left:587px;
	top:0px;
	margin-left:35px;
	margin-right:35px;
	float:left;
}

#rightCol{
	position: relative;
	width: 250px;
	float:right;
}

#underline {
	position:relative;
	background: url(../images/underline.jpg) no-repeat;	
	width:579px;
	height:1px;
	margin-top:30px;
	margin-bot:30px;
	display:none;
}

.imageSpacer {
	margin: 4px 4px 4px 4px;
}

/* SIDEBAR */
.btnMediaFade{
		position:relative;
		display:block;
		height: 135px;
		width: 240px;
		background:url(../images/btn_media_off.jpg) no-repeat;
	}
	
	.btnMediaFade span {
	  display: none;
	}
	
	.btnMediaFade span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 135px;
		width: 240px;
		background:url(../images/btn_media_on.jpg) no-repeat;
	}


/* HOME */
#facebookThumb {
	position:absolute;
	text-indent:-999em;
}

ul.eventBtns{
	margin: 20px auto 0px;
	list-style: none;
	float:left;
}
	ul.eventBtns li{
		display: block;
		float:left;
	}
	
	ul.eventBtns li a span{
		display: none;
	}

	ul.eventBtns li.btnFlyer a{
		background: url(../images/btn_flyer.jpg) no-repeat bottom;
		width: 113px;
		margin-right:20px;
	}
	ul.eventBtns li.btnMap a{
		background: url(../images/btn_map.jpg) no-repeat bottom;	
		width: 105px;
	}
		ul.eventBtns li a	{
			height: 25px;
			background-position:bottom;
			display: block;
		}
		ul.eventBtns li a:hover, ul.mainNav li.active a	{
			background-position:top;
		}
		
ul.socialPlugins{
	margin: 20px auto 0px;
	list-style: none;
	float:left;
}
	ul.socialPlugins li{
		display: block;
		float:left;
	}
	ul.socialPlugins li.first{
		margin-right: 20px;
	}
	
		
		
/* BLOG */
#blogLeftCol{
	position: relative;
	width: 657px;
	margin-left: 8px;
	float:left;
}

#blogDivider {
	position:absolute;
	background: url(../images/divider.jpg) no-repeat;	
	width:1px;
	height:434px;
	left:657px;
	top:0px;
	margin-left:35px;
	margin-right:35px;
	float:left;
}

#blogRightCol{
	position: relative;
	width: 180px;
	float:right;
}

#blogUnderline {
	position:relative;
	background: url(../images/blog_underline.jpg) no-repeat;	
	width:650px;
	height:1px;
	margin-top:30px;
	margin-bottom:30px;
}

#dateIcon {
	position:relative;
	width:49px;
	height:45px;
	text-align:center;
	float:left;
}

#dateIcon .dateIconMth {
	position:relative;
	background:url(../images/blog_date_bkg.jpg) no-repeat top;
	width:49px;
	height:20px;
}
#dateIcon .dateIconMth .blogMth {
		color:#FFFFFF;
		font-family:"Arial Black", Gadget, sans-serif;
		font-size:9px;
		line-height:20px;
}
	
#dateIcon .dateIconDay {
	position:relative;
	background:url(../images/blog_date_bkg.jpg) no-repeat bottom;
	width:49px;
	height:25px;
}	
#dateIcon .dateIconDay .blogDay {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}

#postTitle {
	position:relative;
	width:585px;
	margin-left:15px;
	border-bottom:1px #942794 solid;
	float:left;
	display:block;
}

#postText {
	position:relative;
	margin-top:20px;
	float:left;
	display:block;
}
ul.blogArchive {
	list-style: none;
	line-height:18px;
	margin-top:-5px;
}
	ul.blogArchive li a {
		font-weight:bold;
}
	ul.blogArchive li.active a	{
		color:#000000;
		background-image:url(../images/bullet.jpg);
		background-position:0 0.2em;
		background-repeat:no-repeat;
		padding:0 0 0 15px;
	}
	
#topAnchor {
        position:absolute;
        top:400px;
}

/* GALLERY */

/* All gallery CSS can be found in gallery.html */

	
		
/* FOOTER */

#footerTile {
	position:relative;
	width:100%;
	height:75px;
	background: url("../images/footer_tile.jpg");
	background-repeat:repeat-x;
	text-align:center;
}

#footerContainer {
	width:892px;
	margin:auto;
}

#footerBkg {
	position:relative;
	width:890px;
	height:50px;	
	background-color:#000000;
}

#footerBkg a {
	color:#EC1C24;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	margin-right:10px;
	margin-left:10px;
}

#footerBkg a:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#footerBkg p {
	color:#FFFFFF;
	font-size:10px;
	line-height:50px;
}


#footerBkg span {
	margin-right:10px;
	margin-left:10px;
}

	


