@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');
@import url('../libraries/jquery.colorbox/colorbox.css');


/********************************************
*
*				8==8==8==8==8==8==8==8==8==8
*
*					SWEET FIXED GEAR STYLES
*						!BY BRENDAN TIMMONS!
*
*				8==8==8==8==8==8==8==8==8==8
*
********************************************/





/********************************************
				MAIN STYLES
********************************************/



body{
	background: url(../images/core/body-bg.gif) repeat-x #000 top;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 1.5;
	margin: 10px 0;
}
h1{font-size: 22px; margin: 0 0 25px 0;}
h2{font-size: 18px;}
h3{font-size: 14px;}
#content ul{margin-bottom: 15px;}
#content ul li{margin-bottom: 5px;}
a{color: #e36b00;}
a:hover{color: #ff7800;}
p{margin-bottom: 25px;}




/********************************************
				CONTAINERS
********************************************/



#header{
	display: block;
	height: 412px;
	margin: 48px auto 0 auto;
	width: 900px;
}
#content-container{background: #f9a720;}
#content{
	display: block;
	margin: 0 auto;
	padding: 40px 0;
	width: 900px;
}
#footer-container{
	background: url(../images/core/footer-bg.gif) bottom center repeat-x #000;
	padding: 25px 0;
}



/********************************************
				LOGO
********************************************/



#logo{
	display: block;
	height: 47px;
	margin-bottom: 45px;
}



/********************************************
				NAVIGATION
********************************************/



#navigation{
	background: #000;
	display: inline;
	float: left;
	height: 280px;
	padding: 20px 21px 20px 19px;
	width: 200px;
}
#nav li{padding-left: 15px;}
#nav li.active{background: url(../images/core/list-bullet.gif) no-repeat 0 4px;}
#nav li.active a{color: #ffd800;}
#nav li a{
	border-bottom: 1px solid #161618;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#nav li:last-child a{border-bottom: 0;}
#nav li a:hover{color: #ffd800;}



/********************************************
				BANNER
********************************************/



#banner{
	display: block;
	float: left;
	height: 320px;
	position: relative;
	width: 660px;
}
#banner img{
	left: 0;
	position: absolute;
	top: 0;
}



/********************************************
				SECONDARY
********************************************/



#secondary{
	display: inline;
	float: left;
	padding: 0px 45px 20px 45px;
	width: 148px; 
}
li.phone{
	background: url(../images/core/icon-phone.gif) no-repeat center left;
	padding-left: 20px;
}
li.fax{
	background: url(../images/core/icon-fax.gif) no-repeat center left;
	padding-left: 20px;
}
li.email{
	background: url(../images/core/icon-email.gif) no-repeat center left;
	padding-left: 20px;
}



/********************************************
				PRIMARY
********************************************/



#primary{
	display: inline;
	float: left;
	width: 660px;
}
#primary ul li{
	list-style: disc;
	margin-left: 15px;
}
#text{
	display: inline;
	float: left;
	margin-right: 30px;
	width: 340px;
}
#gallery{
	display: inline;
	float: left;
	width: 290px;
}
#gallery li{
	display: inline;
	float: left;
	height: 120px;
	list-style: none !important;
	margin: 10px !important;
	position: relative;
	width: 120px;
}
#gallery li a{
	border: 1px solid #555;
	display: block;
	height: 100px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100px;
	-moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow: 0px 0px 10px #555;
}
#gallery li a img{
	height: 100px;
	width: 100px;
}
#gallery li a:hover{
	border: 1px solid #FFD800;
	height: 120px;
	left: 0;
	margin: 0;
	top: 0;
	width: 120px;
}
#gallery li a:hover img{
	height: 120px;
	width: 120px;
}



/********************************************
				CONTACT PAGE
********************************************/



#contact-form{
	font-size: 16px;
	margin-bottom: 20px;
}
#contact-form ol{
	padding: 0;
}
#contact-form ol li input[type="text"]{
	color: #555;
	height: 20px;
	padding: 5px;
	width: 265px;
}
#contact-form ol li textarea{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 151px;
	padding: 5px;
	width: 360px;
}
#contact-form ol li textarea:focus, #contact-form ol li input[type="text"]:focus{
	color: #222;
}
#contact-form li.left{
	display: inline;
	float: left;
	margin: 5px 0 7px 0;
	width: 280px;
}
#contact-form li.enquiry{
	display: inline;
	float: right;
	margin: 3px 0 5px 0;
	width: 375px;
}
#contact-form li.buttons{
	display: block;
	clear: both;
	margin: 0;
	text-align: right;
}
#map{
	border: 1px solid #555;
	display: block;
	height: 400px;
	margin-bottom: 5px;
	width: 658px;
}



/********************************************
				FOOTER
********************************************/



#footer{
	margin: 0 auto;
	width: 860px;
}
#footer-nav{
	display: inline;
	float: left;
	width: 580px;
}
#footer-nav li{
	color: #ffd800 !important;
	display: inline;
}
#footer-nav li a{
	color: #ffd800; 
	text-decoration: none;
}
#wflogo{
	display: inline;
	float: right;
}
#footer p{
	clear: both;
	color: #b2b7c1;
	display: block;
	padding-top: 5px;
}



/********************************************
				STOOPID LIST STYLES
********************************************/



a.file {background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}
