/* Splash Website Layout */

/* Colour Schema */

/* Dark Grey : #cbcbcb;  */
/* Text : #313131; */
/* Orange : #d95427; */
/* Burgundy : #491702; */
/* Olive : #958965; */
/* Steel Grey : #2e2e2e; */

/* Container - holds all web content expect footer */

#container{
position:relative;
width:940px;
min-height:100%;
height:auto;
margin:0px auto;
text-align:left;
background-color:transparent;
}

/* Side Logo Wrapper */

#side_logo_wrapper{
position:relative;
width:985px;
height:auto;
margin:0px auto;
text-align:left;
background-color:transparent;
}

/* Side Logo */
#side_logo{
position:absolute;
left:0;
top:150px;
width:35px;
height:207px;
}


/* Navigation */
#navi_wrapper{
position:absolute;
top:300px;
width:940px;
height:127px;
overflow:hidden;
padding:0;
margin:0;
z-index:3;
}

#navi_bg{
position:relative;
top:0;
width:940px;
height:127px;
background: url(../images/navi/navi_bg.png) no-repeat;
background-color:transparent;
padding:0;
margin:0;
z-index:3;
}

#navi_content{
	position:absolute;
	width:781px;
	height:63px;
	top:63px;
	left:11px;
	z-index:3;
}

.navi_links{
position:relative;
float:left;
width:180px;
height:auto;
margin-left:10px;
z-index:3;
}

.navi_links_sml{
position:relative;
float:left;
width:130px;
height:auto;
margin-left:10px;
z-index:3;
}

/* Strapline */
#strapline{
width:940px;
height:33px;
background-image:no-repeat;
margin:10px 0 10px 0;
}


/* Top Splash Header Image */
#splash_header{
position:relative;
width:940px;
height:426px;
z-index:2;
/*background:url(../images/header/splash.jpg) transparent no-repeat;*/
} 

/* Splash v1 */

#splashv1_header{
position:relative;
width:940px;
height:426px;
z-index:2;
background:url(../images/header/v1.jpg) transparent no-repeat;
}

/* Splash v2 */

#splashv2_header{
position:relative;
width:940px;
height:426px;
z-index:2;
background:url(../images/header/v2.jpg) transparent no-repeat;
}

/* Splash v3 */

#splashv3_header{
position:relative;
width:940px;
height:426px;
z-index:2;
}

/* Hotlinks navigation */
#sublinks{
width:940px;
height:90px;
margin-top:10px;
}

/* Body Content */
#body_content{
margin:0;
padding:0;
width:860px;
height:auto;
background-color:#fff;
}

/* Footer - Width across broswer */
#footer{
position:relative;
bottom:0;
width:940px;
height:auto;
margin:0px auto;
margin-top:40px;
z-index:1;
}

#contact_info{
position:relative;
top:35px;
right:10px;
width:auto;
height:auto;
float:right;
text-align:right;
padding-bottom:5px;
font-size:0.8em;
font-weight:bold;
color:#fff;
}

#copyright{
width:250px;
height:20px;
padding:5px;
float:left;
text-align:left;
font-size:0.7em;
font-weight:normal;
color:#313131;
}

#designedby{
position:relative;
top:-30px;
width:150px;
height:20px;
padding:5px;
float:right;
text-align:right;
font-size:0.7em;
font-weight:normal;
color:#d95427;
}
