/*
/*
 * North Ayrshire Cycles
 * Author: William Brown
 * TheCreativeFoundry.co.uk
 *
 */

*{
	margin: 0;
	padding: 0;
}
body, html{	
	/*background: url(../images/nalogo-pattern.png) repeat;*/
	height: 100%;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.container{
	position: relative;
	width: 975px;
	height: 100%;
	margin: 0 auto;
	/*background: url(../images/heading-background.gif) no-repeat;*/
	background: url(../images/heading-image.png) no-repeat;
	/*background: url(../images/background.png);*/
}
.heading{
	/*background-image: url(../images/masthead-background.png);*/
	position: absolute;
	top: 0;
	width: 975px;
	height: 149px;
}
.heading img{
	position: relative;
	top: -60px;
	left: 108px;
}
.heading img+img{
	position: relative;
	top: -70px;
	left: 130px;
}
.heading #splash{
	position: relative;
	top: 70px;
	left: 150px;
	z-index: 14;
}
.heading #biker{
	position: absolute;
	float: right;
	top: 0;
	left: 720px;
	z-index: 15;
}
.navigation{
	position: absolute;
	top: 18px;
	left: 86px;
	/*background-image: url(../images/navigation-background.png);*/
	width: 857px;
	height: 123px;
	z-index: 1;
}
.navigation div a img{
	border: 0;
	z-index: 3;
}
.navigation div{
	position: absolute;
	left: 0;
	/*bottom: 6px;*/
	bottom: 0;
	z-index: 3;
}
.content{
	position: absolute;
	left: 90px;
	top: 144px;
	/*height: 85%;*/
	max-height: auto;
	min-height: 100%;
	width: 779px; /* 775 */
	padding: 10px;
	/*padding-right: -200px;*/
	background: url(../images/tear-strip.gif) repeat-y;
}
.content img{
	margin-bottom: 15px;
}
.footer{
	margin-top: 80px;
	width: 95%;
	text-align: center;
}
.footer img{
	vertical-align: middle;
	margin: 3px 10px;
}
.footer p{
	font-size: 0.8em;
}
p, address{
	color: #ffffff;
}
h2{color: #ffffff;}
.intro{
	width: 460px;
}
.intro#services{
	width: 298px;
	position: relative;
	top: -50px;
}
.intro#custom{   
    position: relative;                
    padding: 0 20px 40px 10px;
    width: auto;
}
.intro p{
	margin: 10px;
	line-height: 1.4em;	
}
p.box span{
	display: block;
	position: absolute;
	top: 64px;
	left: 13px;
	width: 137px;
	font-size: 0.88em;
	line-height: 1.3em;
}
p.box{
	float: left;
	position: relative;
	clear: none;
	color: #ffffff;
	background: no-repeat;
	margin: 10px;
	padding: 0;
}
p.box .box_heading{
	margin: 10px;
}
p.box#blue{
	height: 185px;
	width: 440px;
	background-image: url(../images/blue-box.png);
}
p.box#blue span{
	width: 240px;
}
p.box#blue .box_image{
	position: absolute;
	top: -10px;	
	right: 10px;
}
p.box#red{
	height: 185px;
	width: 299px;
	background-image: url(../images/red-box.png);
}
p.box#red .box_image{
	position: absolute;
	top: 53px;
	right: -8px;
}
p.box#orange{
	height: 159px;
	width: 299px;
	background-image: url(../images/orange-box.png);
}
p.box#orange .box_image{
	position: absolute;
	top: -10px;
	right: 10px;
}
.image{
	float: left;
	position: relative;
	margin: 10px;
}
.manufacturer{
	position: absolute;
}
.manufacturer .logo{
	position: absolute;
	text-align: center;
	z-index: 10;
}
.manufacturer img+img{
	position: absolute;
	top: -10px;
	left: -8px;
	z-index: 8;
}
.image .view{
	float: left;
	position: absolute;
}
address{
	position: relative;
	top: -100px;
	margin-top: 25px;
	margin-left: 17px;
	width: 210px;
}
#map{
	float: right;
	position: relative;
	right: 40px;
}
a{
	color: #999999;
}
a:hover{
	color: #ffffff;
}
a img{ border: 0; }
.custom{
	width: 780px; 
	height: 355px;
    margin: 15px 0;
}
.custom#red{ background-image: url(../images/red-box-custom.png); }
.custom#blue{ background-image: url(../images/blue-box-custom.png); }
.custom#orange{ background-image: url(../images/orange-box-custom.png); }
.custom div{
	position: relative;
	left: 15px;
	top: 20px;
}
.custom div, .custom div+div{
	float: left;
	width: 45%;
}
.custom div+div{
	position: relative;
	left: 90px;
}
.custom div+img{
	position: relative;
	bottom: -13px;
	left: 100px;
}
.custom>img{
	position: relative;
	top: -12px;
}
.clear{
	clear: both;
}