@charset "utf-8";
/* CSS Document Creativity103.com main site - Stephen Gibson Oct 07 Mod Dec 10*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #999;
}

.header {
	background-color: black;
	padding-top:5px;
	height: 125px;
	font-size: small;
	margin: 0px 0px 0px 0px;
}

.widthwrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.footerwidthwrapper {
	width:960px;
	background-image:url(bmers/lab_bench.png);
	background-position:right top;
	background-repeat:no-repeat;
    padding-top:190px;
	margin-left:auto;
	margin-right:auto;
}

#headfootleft {
	float: left;
	width: 250px;
}

#headfootcentre {
	float:left;
	margin-left:20px;
	width:250px;
	position:relative;
}

#headfootright {
	float: right;
	width: 440px;
}


.header #headfootcentre {
	font-size: large;
}

.contentbackground{
	background-color: #444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	float: right;
	width: 100%;
	padding-bottom: 10px;
}


.footer span a{
	border-left-width: medium;
	border-left-style: solid;
	border-left-color:#F60;
	padding-left: 3px;
	clip: rect(2px,auto,auto,auto);
}
.header #headfootleft a {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

#contentspan {
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 960px;
}
#contentsidebar {
	width: 180px;
	float: right;
	margin-left: 0px;
	padding-top: 10px;

}
#contentmain {
	width: 760px;
	float: left;
	font-size: medium;
	padding-top: 8px;
}

#topnavbar {
	background-color: #F90;
	background-image: url("bmers/navtabhighlight.png");
	border-bottom: solid black 1px;
	height:25px;
	text-align:center;
}

#topnavbar div {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
}

.contentbackground #topnavbar a {
    display:block;
	text-decoration:none;
	font-weight:bold;
	background-image:url("bmers/navtabbtn.png");
	float:left;
	white-space:nowrap;
	color: #000;
	background-color: #CCC;
	font-size: 14px;
	line-height:14px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	zoom: 1;
	margin:-3px 10px 0 0;
}

.contentbackground #topnavbar a:hover {
	background-color: #fff;
	background-repeat: repeat-x;
	border-top: #Fa3 solid 3px;
	margin-top: -8px;
	padding-bottom: 10px;
}

.contentbackground a {
	color: #FC6;
}
.contentbackground a:hover {
	color: #FF6600;
}
.contentbackground a:visited {
	color: #CCC;
}



.footer a {
	color: #963;
}
.footer a:hover {
	color: #ca9;
}
.footer a:visited {
	color: #cc6600;
}

.footer {
	clear:both;
	background-image:url(bmers/bench_background.png);
	background-position:top center;
	background-repeat:repeat-x;
    background-color: #ddd;
	color:#000;
	font-size: small;
	height:auto;
	padding-bottom:10px;
    /* border-top:#FF6600 solid 5px; */
}

input.search {
	background-image:url(bmers/searchbtn.png);
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	height: 30px;
	} 
	
input.box {
	border: 1px solid #c90;
	height: 24px;
}
