/* CSS Document */

body{
	background: url(../images/bggadient_oldversion.png) repeat-x #d9d9d9;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}

p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.9em;
}

h1,h2,h3{
	color:#db5d00;
}

h1{
	padding:3px 5px 0px 5px;
	margin:10px 10px 0px 10px;
	background:#db7600;
	width:220px;
	color:white;
	font-size:1.5em;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

h3{margin-bottom:10px;}

.indent{
	margin-left:30px;
}

a, a.normallink{
	color:#db5e00;
}

a:hover, a.normallink:hover{
	color:#f38b0f;
}


#breadcrumb{
	margin-bottom:20px;
	background:#ff6e00;
	height:26px;
	border-left:1px solid #fff;
}

#breadcrumb a{
	display:block;
	padding: 5px;
	background:#db5e00;
	font-weight:normal;
	text-align:center;
	border:1px solid #fff;
	text-decoration:none;
	color:white;
	font-size:1.1em;
	list-style:none;
	font-size:0.9em;
	float:left;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	padding-right:10px;
	margin-right:5px;
	margin-top:-1px;
}
#breadcrumb a.active, #breadcrumb a:hover{
	background:#f38b0f;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.subtext{
	font-size:0.6em;
}

.smallertext{
	font-size:0.8em;
}

td.gold, th.gold{
	background:#fef1e0;
}


#wrapper{
	width:1024px;
	border-left: 1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#fff;
}

#topstrap{
	background:#ff6e00;
	text-align:right;
	padding:10px;
}

#topstrap a{
	display:inline;
	margin:10px;
	padding:10px;
	margin-right:5px;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}
#topstrap a:hover{
	background:#ff903c;
}

#head{
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	height:120px;
	background:#000;
	position:relative;
}


#head #telno{
	float:right;
	color:white;
	font-size:2em;
	margin-right:25px;
	margin-top:10px;
	text-align:right;
}

#nav{
	background:#ff6e00;
	height:30px;
	float:right;
	margin-top:17px;
	width:300px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

#nav ul{
	margin-left:20px;	
}

#nav  li{
	list-style:none;
	font-size:0.9em;
	float:left;
}

#nav  li a{
	display:block;
	padding: 5px;
	background:#db5e00;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #fff;
	height:20px;
	text-decoration:none;
	color:white;
	font-size:1.1em;
}
#nav  li:last-child {
border-right:1px solid #fff;
}
#nav  li a.active,#nav  li a:hover{
	background:#f38b0f;
}



img.hottitle{
	margin:10px 10px 10px 20px;
}

#widecontent{
	padding:10px;
}

.curveborder{
	border:1px solid #db5d00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	background:url(../images/contentbg.jpg) repeat-x #fff1e0;
	margin-left:auto;
	margin-right:auto;
}

#maincontent{
	width:582px;
	float:left;
	margin-left:15px;
	margin-right:20px;
	border:1px solid #db5d00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	background:url(../images/contentbg.jpg) repeat-x #fff1e0;
}
.sidebar{
	width:336px;
	float:left;
	padding-left:20px;
	margin-right:1px;
	border:1px solid #db5d00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	background:url(../images/contentbg.jpg) repeat-x #fff1e0;
	margin-bottom:20px;
}

.highlight{
	background:white;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #db5d00;
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.businesslabel{
	background:white;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #db5d00;
	margin-bottom:20px;
}

.businesslabelinner, .businesslabelextra{
	padding:5px;
}

.businesslabelinner .imageholder{
	margin-right:5px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #db5d00;
	width:145px;
	height:135px;
	float:left;
	text-align:center;
	background:#444;
}


#featured{
	background:url(../images/featuredbg.jpg) repeat-x #db5d00;
	padding:5px 5px 0px 5px;
	height:190px;
}

span.featuredbox{
	width:153px;
	text-align:center;
	float:left;
	padding:0px;
	margin:6px;
	color:#bbb;
	background:#444;
	padding-top:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
span.featuredbox h5 a{
	color:#bbb;
	text-decoration:none;
}

span.featuredbox h5{
	padding:5px;
}

span.featuredimage{
	display:block;
	width:147px;
	height:137px;
	margin-left:auto;
	margin-right:auto;
	background:#444;
}

a span.featuredbox{
	border:2px solid #444;
}

a span.featuredbox:hover{
	border:2px solid #ffcca5;
}

.featuredimage img{
	border:none;
}

.businesslabel h3{
	background:#db5d00;
	color:white;
	padding:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.businesslabelfoot{
	background:#db5d00;
	color:white;
	padding:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

.businesslabelfoot a{
	color:white;
}

.businesslabelfoot a:hover{
	color:#ffac6e;
}

.businesslabelfoot{
	font-size:0.9em;
}

.businesslabelfoot img{
	margin-left:5px;
}


#footer{
	background:url(../images/footerbg.jpg) repeat-x #db5e00;
	padding:20px;
	padding-bottom:5px;
	clear:both;
	color:#fff;
	font-size:1em;
	position:relative;
}

#footer #footerlinks{
	float:left;
	width:65%;
}

#footer #developerlinks{
	float:left;
	width:35%;
	
}

#footer p{
	line-height:18px;
}
#footer a{
	color:#fff1e0;
}
#footer a:hover{
	text-decoration:underline;
	color:#ffdbaf;
}

p.spacer{
	color:white;
	clear:both;
}

table#accounts{
	width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

table#accounts th{
	border-right:1px solid #db5e00;
	padding:5px;
}

td{
	padding:5px;
}

table#accounts td{
	padding:5px;
	border-right:1px solid #db5e00;
	border-top:1px solid #db5e00;
}

table#accounts td:last-child,table#accounts th:last-child{
border-right:none;
}

td a.button{
	display:block;
	background:#db5e00;
	padding:3px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button{
	display:block;
	background:#db5e00;
	padding:3px;
	color:#fff;
	width:43%;
	height:33px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	margin:5px;
	padding:2%;
	text-align:center;
}

.premiumbutton{
	display:block;
	background:#db5e00;
	padding:3px;
	color:#fff;
	width:47%;
	height:33px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	padding:2%;
	margin:5px;
	text-align:center;
	cursor:pointer;
}
.premiumbutton:hover{
	background:#f38b0f;
	border-color:#f38b0f;
}


td  a.button{
width:90%;
}

td a.button:hover, a.button:hover{
	background:#f38b0f;
}

table#signup{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:#fef1e0;
}


table#signup td{
	padding:5px;
	border-right:1px solid #fff;
	border-top:2px solid #fff;
}

table#signup td input{
	width:95%;
}

table#signup td input.checkbox{
	width:10px;
}

table#signup td.desc{
	background:#f4d9b5;
	width:389px;
	font-size:0.9em;
}

table#signup td.desc2{
	background:#f4d9b5;
	font-size:0.9em;
}

input.inputsubmit{
	display:block;
	background:#db5e00;
	padding:2px;
	color:#fff;
	text-decoration:none;
	width:100%;
	border:none;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input.inputsubmit[disabled]{
	background:#ffcd8b;
}

input.inputsubmit[disabled]:hover{
	background:#ffcd8b;
	cursor:no-drop;
}

input.inputsubmit:hover{
	background:#f38b0f;
}

.conditionyellow{
	border: 1px solid #e2c822;
	background:#fff9d7;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:0.8em;
	}

.conditionred{
	border: 1px solid #e22222;
	background:#ffd7dd;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:0.8em;
	}

.conditiongreen{
	border: 1px solid #30e222;
	background:#d7ffdc;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:0.8em;
	}
	
.conditionhazard{
	border: 3px solid #000;
	background:#444;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin-bottom:10px;
	color:white;
	font-size:0.8em;
	}
	
div#welcomeback{
	float:right;
	font-size:0.8em;
	background:#ffbb87;
	padding:3px;
	margin-top:4px;
	margin-right:4px;
}

div.adminoptions{
	margin-left:460px;
}

div.adminoptions a{
	background:#db5d00;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
	color:#fff;
	font-size:0.7em;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	margin-right:10px;
	text-decoration:none;
}

div.adminoptions a:hover{
	background:#f38b0f;
}

#search td{
padding:3px;

}
.inputtext{
	width:150px;
}

select.inputtext, select.inputtext{
	width:154px;
}

#search h5, #login h5{
	width:150px;
	background:#db5d00;
	padding:2px;
	color:white;
}

option[disabled]{
	background:#db5d00;
	color:white;
}

#search td{
	vertical-align:top;
}

span.advert{
	display:block;
	float:left;
	background:#444;
	border:1px solid #999;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

span.advert:hover {
	border:1px solid #f38b0f;
}

a img{
	border:none;
}

.typelabel{
	float:right;
	font-size:0.8em;
	color:#ffaf72;
	padding-top:3px;
}

.locimage{
	margin-bottom:20px;
}

.button.end{
	width:90%;
	height:auto;
	font-weight:bold;
	margin-left:12px;
	margin-top:10px;
}


#loc td{
	padding:10px;
	width:33%;
	vertical-align:middle;
}

#loc a.button{
	height:auto;
	margin:0px;
	width:150px;
	padding:8px;
}

.extrahide, .businesslabelextra{
	display:none;
}

.businesslabelinner, .businesslabelextra{
	position:relative;
}

.businesslabelextra{
	border-top:1px solid #db5d00;
}

.extrashow, .extrahide{font-size:0.9em;}

.extrashow{
	font-size:0.9em;
	position:absolute;
	bottom:0;
	margin-bottom:10px;
	right:0;
	margin-right:10px;
}

.extrashow img{
	margin-bottom:-10px;
}

.extrahide{
position:absolute;
right:0;
top:0;
margin-top:-10px;
margin-right:10px;
}

a.filebutton{
	background:#db5e00;
	padding:3px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:3px 5px 3px 5px;
	text-align:center;
	font-size:0.8em;
	margin-left:10px;
}

a.filebutton:hover{
	background:#f38b0f;
	color:white;
