@charset "UTF-8";

/* 

SALICE WEBSITE AW 2012-2013 || AW 2013-2014 || SUMMER 2014

STRUCTURAL STYLE ELEMENTS REQUIRED FOR ALL PAGES

AUTHER: ROBERT CURRAN

CREATED: 24TH AUGUST 2011

LAST UPDATED: 29TH SEPTEMBER 2013

 */

body{
	width: 1000px;
	margin: 0 auto;
	font-family: Helvetica;
	font-size: 62.5%;
}
#body-wrapper{
	background: url(../site/bg.png) repeat-y center;
}
#page-wrapper{
	width: 900px;
	margin: 0 50px;
	padding: 0;
	position: relative;
}

#facebook{
	height: 50px;
	width: 50px;
	position: absolute;
	right: -50px;
	top: 40px;
	z-index: 0;
}
#facebook img{
	height: 50px;
	width: 50px;
}
#twitter{
	height: 50px;
	width: 50px;
	position: absolute;
	right: -50px;
	top: 130px;
	z-index: 0;
}
#twitter img{
	height: 50px;
	width: 50px;
}

#top-banner{
	height: 176px;
/*	background: url(../site/top_banner_bike.jpg) center no-repeat;
*/	background: url(../site/top_banner_winter1.jpg) center no-repeat;
}
#top-nav-bar{
	height: 40px;
	background: url(../site/top-nav-bg.png) repeat;
}
#red{
	width: 900px;
	height: 3px;
	background: #F00;
	margin-bottom: 3px;
	clear: both;
}
#green{
	width: 900px;
	height: 3px;
	background: #00763b;
	clear: both;
}
#red1{
	width: 430px;
	height: 3px;
	background: #F00;
	margin-bottom: 3px;
	clear: both;
	margin-top: 3px;
}
#green1{
	width: 430px;
	height: 3px;
	background: #00763b;
	clear: both;
}

#main{
	width: 900px;
	min-height: 440px;
	position: relative;
	z-index: 1;
}

p#breadcrumbs{
	display: block;
	height: 15px;
	width: 790px;
	line-height: 15px;
	font-size: 11px;
	padding: 5px 0 10px 10px;
	margin: 0;
	float: left;
}
p#breadcrumbs a{
	color: black;
}


#bottom-banner{
	clear: both;
	height: 50px;
	/*background: url(../site/bottom_banner_bike.png) center no-repeat;*/
	background: url(../site/bottom_banner_winter.png) center no-repeat;
}

#bottom-links p{
	text-align: center;
	font-size: 10px;
	padding-left: 5px;
}
#bottom-links p a{
	padding: 0 10px;
	color: black;
}
#bottom-links p a:hover{
	color: #009246;
}

#address p{
	text-align: center;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
}
#address{
	height: 40px;
	position: relative;
}
img#bottom-banner-logo{
	position: absolute;
	top: 6px;
	right: 20px;
}
img#facebookFooter{
	position: absolute;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 85px;
}
img#twitterFooter{
	position: absolute;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 125px;
}
#bg-bottom{
	height: 50px;
	background: url(../site/bg-bottom.png) no-repeat center;
}

#error{
	font-size: 2em;
	text-align: center;
	color: red;
	margin-top: 40px;
}

/* NEWSLETTER BANNER STYLES */

#bannerOverlay{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  width:  100%;
  height: 100%;
  background-color:#000;
	filter:alpha(opacity=80);
	opacity: 0.80;
}

#signUpBanner{
	width: 600px;
	height: 400px;
	background-color: white;
	background-image: url(../site/homesignup-winter.jpg);
	position: absolute;
	top: 150px;
	left: 200px;
	z-index: 10000;
	box-shadow: 0 0 100px #900;
	-moz-box-shadow: 0 0 100px #900;
	-webkit-box-shadow: 0 0 100px #900;
}

#close{
	height: 15px;
	width: 15px;
	border-radius: 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	background-color: white;
}

#signUpBanner input{
	width: 300px;
	height: 30px;
	font-size: 18px;
}

#signUpBanner #bannerSignUp{
	font-size: 18px;
	background-color: #009246;
	padding: 0.75em 0.5em;
	cursor: pointer;
}
#signUpBanner #bannerSignUp:hover{
	background-color: black;
	color: #CE2B37;
}

#signUpBanner #bannerSignUp:hover.disabled, #signUpBanner #bannerSignUp.disabled{
	background-color: white;
	color: #ccc;
}

#signUpBanner p{
	text-align:center;
	font-size:18px;
	color:#000000;
}