/* CSS Document */

/*This CSS file was written for The One up glasgow website by Iain Hanlon iain@jetblackinc.co.uk*/
/**********************************/

/*Structural Elements*/
/**********************************/
body {
	background-color: #4E1E08;
	text-align: center;
	font-family:  Helvetica, Arial, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/structural/grad_bg.jpg);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


div#wrapper {
	width: 800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/structural/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}

div#header {
	width: 800px;
	height: 160px;
	padding-top:10px;
	background-repeat: no-repeat;
	background-image: url(images/structural/header_bg.jpg);
	}

div#headerinner {
	width: 780px;
	height: 150px;
	margin-left:10px;
	margin-left:10px;
	}

div#spacer {
	width: 286px;
	height: 100px;
	float:left;
	}


div#navcontainer {
	float:left;
	height: 30px;
	width:780px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	}

div#main {
	width: 800px;
	background-image: url(images/structural/main_bg.jpg);
	background-repeat: no-repeat;
	margin-left:10px;
	margin-right:10px;
	}
	
div#maininner {
	width: 780px;
	float:left;
	}

div#left {
	width:520px;
	padding:5px;
	margin:0px;
	float: left;
	}

div#right {
	width: 230px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	margin:0px;
	float: left;
	}

div#subscribebox {
	background-color: #C6222B;
	float:left;
	width:220px;
	padding:5px;
	margin-bottom:10px;
	}
	
div#adone {
	width: 220px;
	margin-bottom:10px;
	float: left;
	background-color: #FFFFD4;
	padding: 5px;
	}
	
div#adtwo {
	width: 220px;
	margin-bottom:10px;
	float: left;
	background-color: #FFFFD4;
	padding: 5px;
	}

div#adthree {
	width: 220px;
	margin-bottom:10px;
	float: left;
	background-color: #FFFFD4;
	padding: 5px;
	}

div#adfour {
	width: 220px;
	margin-bottom:10px;
	float: left;
	background-color: #FFFFD4;
	padding: 5px;
	}

div#footer {
	clear: both;
	text-align: left;
	height:50px;
	width:800px;
	background-image: url(images/structural/footer.jpg);
	background-repeat: repeat-x;
	}



/*Horizontal Nav*/
/**********************************/

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin: 0px;
}

#navlist li
{
	display:inline;
	list-style-type: none;
}

#navlist a {
	padding: 6px 3px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	}

#navlist a:link, #navlist a:visited
{
color: #FFFFEB;
text-decoration: none;
}

#navlist a:hover
{
color: #333333;
text-decoration: none;
}


/*Text Formatting*/
/**********************************/
p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4E1E08;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 8px;
}

a {
	color: #C6222B;
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	margin-top:0px;
	font-weight: normal;
	color: #C6222B;
	margin-bottom: 2px;
	text-indent: 0px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	color: #C6222B;
	margin-top:0px;
	margin-bottom: 2px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	color: #C6222B;
	margin-top:0px;
	margin-bottom: 2px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	color: #4E1E08;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: normal;
}


em {
	font-style: normal;
	font-weight: bold;
	color: #4E1E08;

}

ul {
	font-size: 14px;
	line-height: 18px;
	color: #4E1E08;
	margin-top:0px;
	margin-bottom: 20px;
}

#right h1 {
	font-size: 16px;
	line-height: 18px;
	margin-top:0px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2px;
	text-indent: 0px;
}

#right form {
	line-height: 16px;
	margin-top:0px;
	text-indent: 0px;
}


/*Inline Elements Text*/
/**********************************/

.formlabel {
	clear: left;
	float: left;
	width: 40px;
	padding-right: 5px;
	text-align: right;
	font-size: 9px;
}


/*Inline Elements Structure*/
/**********************************/

.picspan {
	display: block;
	padding: 0px;
	float: left;
	line-height: 100%;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px;
}

.picspan2 {
	display: block;
	padding: 0px;
	float: left;
	line-height: 100%;
	vertical-align: middle;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px;
}

.picspanright {
	display: block;
	padding: 3px;
	float: right;
	margin-top: 7px;
	margin-left: 7px;
	list-style-type: none;
	background-color: #FFFFFF;
	overflow: hidden;
}

.picspanleft {
	display: block;
	padding: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 7px;
	margin-right: 7px;
	float:left;
}


.picspanright_nosizeborder {
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
	float: right;
}

.picspanleft_nosizeborder {
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}

.picspan_images {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
}

/*logo*/
/**********************************/
div#logo {
	width:360px;
	height:100px;
	float:left;
	}

#logo h1 {
	height: 100px;
	width: 360px;
	font-size: 38px;
	text-align: center;
	line-height: 100px;
	text-indent: -2000em;
	margin:0px;
	padding:0px;
	background-image: url(images/structural/logo.jpg);
	background-repeat: no-repeat;
	}

#logo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}
	


/*karbonlogo*/
/**********************************/
div#karbonlogo {
	width:134px;
	height:63px;
	margin-top:37px;
	float:left;
	}

#karbonlogo h1 {
	width:134px;
	height:63px;
	font-size: 38px;
	text-align: center;
	line-height: 63px;
	text-indent: -2000em;
	margin:0px;
	padding:0px;
	background-image: url(images/structural/karbon.jpg);
	background-repeat: no-repeat;
	}

#karbonlogo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}


