@charset "utf-8";
body {
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color:  #FFFFFF;
	background-color:#CCC;
	margin: 0;
	padding: 0;
	width: 100%;
}
a:link, a:visited {color: #FFFFFF; }
/*a:link, a:visited {color: #FFFFFF; text-decoration: none; }*/ 
a:active {color: #F0F; text-decoration: none;}
a:hover {color: #F0F; text-decoration: underline; }

a img {border: none; }

/* ------------ Main Containers  -------------*/

#container {
	width: 1000px;
	/*height: 800px;*/
	margin: 0 auto; 
	text-align: left; 
	line-height: 1.3em;
	vertical-align: top;
	background-image:url(images/bournemouth-web-design-content2.jpg);
	background-repeat:no-repeat;
	background-color: #202020;
	position: relative;
	overflow: hidden;
	clear: both;
}

#header {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -500px;
	width: 1000px;
	padding: 0;
	height: 109px;
	background-image: url(images/header.jpg);
	clear: both;
	border-bottom: 1px solid #000;
}

#links1 {
	position: absolute;
	top: 110px;
	left: 50%;
	margin: 0 0 0 -500px;
	width: 1000px;
	background-color:#1F1F1F;	
	height: 28px;
	border-top: 1px solid #666;
}

#col1 {
	padding: 0;
	position: absolute;
	top: 159px;
	left: 50%;
	margin: 27px 0 0 320px;
	width: 150px;
	height: 28px;
	z-index: 20;
}

#col2 {
	position: absolute;
	top: 159px;
	left: 50%;
	margin: 27px 0 0 -475px;
	width: 210px;
	height: 28px;
	z-index: 20;
}

#col1 p {
	padding-top: 10px;
	background-image: url(images/spacer.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

#col2 p {
	padding-top: 10px;
	background-image: url(images/spacer.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

#mainContent {
	/*position: absolute;
	top: 185px;
	left: 50%;
	margin: 0 0 0 -60px;*/
	margin: 185px 0 0 255px;
	/*position: relative;
	top: 185px;
	left:-30px;*/
	width: 500px;
	/*height: 469px;*/
	padding: 20px;
	vertical-align: top;
	z-index: 50;
	border: 1px solid #2E2E2E;
	background-image:url(images/main-content-trans.png);
	background-repeat:repeat;
	clear: both;
}
#moreContent {
	/*position: absolute;
	top: 185px;
	left: 50%;
	margin: 0 0 0 -60px;*/
	/*margin: 185px 30px 80px 0;*/
	margin: 30px 30px 80px 30px;
	position: relative;
	/*top: 185px;
	left:-30px;*/
	width: 880px;
	/*height: 469px;*/
	padding: 20px 30px 20px 30px;
	vertical-align: top;
	/*z-index: 50;*/
	border: 1px solid #2E2E2E;
	background-image:url(images/main-content-trans.png);
	background-repeat:repeat;
	clear: both;
}

#halfleft {
	margin: 0 0 0 0;
	width: 415px;
	vertical-align: top;
	/*clear: both;
	overflow: hidden;	
	border: 4px solid #FFF;*/
	padding:0;
	float: left;
}

#halfright {
	margin: 0;	
	width: 415px;
	vertical-align: top;
	padding: 0;
	/*clear: both;
	overflow: hidden;
	border: 4px solid #FFF;*/
	float: right;
}
#tab_wrapper {

	position: absolute;
	top: 159px;
	left: 50%;
	margin: 0 0 0 -235px;
	width: 530px;
	height: 27px;
	padding: 0;
	vertical-align: top;
	z-index: 10;
	clear: both;
}

.tab-l {
	width: 6px;
	height: 27px;
	background-image:url(images/bournemouth-web-tab-l.png);
	float: left;
}

.tab-r {
	background-image:url(images/bournemouth-web-tab-r.png);
	background-position:right;
	height: 27px;
	float: left;
}

.tab-r p {
	margin: 0;
	padding: 4px 6px 0 0;
}
#portfolioBackground {
	background-image:url(../images/PortfolioBackgroundTabBlue.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 220px;
	padding: 20px 20px 10px;
	text-align: center;
	margin: 10px 10px 0 0;
}
/* ------------ Floats / Images Formatting -------------*/

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
}
#strapline {
	padding: 0 0 0 18px;
}
#oneTwoThree {
	padding: 0 10px 10px 0;
}
.imagePadTen {
	padding: 10px 0 10px 0;
}
.imagePadTenRB {
	padding: 0 10px 10px 0;
	
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* ------------ Paragraph Formatting -------------*/
h1 {
	font-size: 1.25em;	
	line-height: 1.1;
	color: #F0F;
	margin: 0;
}

h2 {
	font-size: 1.25em;	
	line-height: 1.1;
	color: #F0F;
	margin: 0;
}

h2.white {
	font-size: 1.25em;	
	line-height: 1.1;
	color: #FFF;
	margin: 0;
}

h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

.paraSpacer {
	padding-bottom: 10px;
	background-image: url(images/spacer.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}

.paraSpacerTop {
	padding-top: 10px;
	background-image: url(images/spacer.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

#web-design-bournemouth-bg {
	position: absolute;
	top: 139px;
	z-index: 5;
}
.footerText{	
	position: absolute;	
	bottom: 10px;
	margin: 0 0 10px 250px;
	text-align: center;
	z-index: 40;
	clear: both;
}fieldset {
	background-color: #333;
	border: 1px solid #F0F;
	padding: 10px;
}
fieldset legend {
	font-size: 1.25em;
	line-height: 1.1;
	color: #FFF;
	margin: 0;
}
input {
	margin-top: 10px;
}
