/*
Theme Name: Plumber Orpington
Version: 1.0
*/
/** General layout and styling **/
html,body{
	margin:0;
	padding:0;
	text-align:left;
	font-size:1em;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-Serif;
	color:#505050;
}
#bg{
	min-width:100%;
	min-height:100%;
	position:fixed;
	z-index:0;
	background:top center fixed;
	opacity:0.6;
}
#main{
	width:960px;
	height:auto;
	margin:0 auto;
	z-index:1;
}
#topcontainer{
	width:960px;
	height:auto;
	float:left;
	z-index:1;
}
#middlecontainer{
	width:970px;
	height:auto;
	float:left;
	z-index:0;
	background:#fff;
	opacity:0.8;
	box-shadow:5px 5px 10px #808080;
	z-index:0;
}
#bottmomcontainer{
	width:960px;
	height:auto;
	float:left;
	z-index:1;
}
div{
	margin:0 auto;
	position:relative;
	display:block;
}
h1{
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	color:#b01f1f;
}
h2{
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}
h3{
	margin:0;
	font-size:1em;
	font-weight:bold;
}
h4{
	margin:0;
	font-size:0.9em;
	font-weight:bold;
}
h5{
	margin:0;
	font-size:0.8em;
	font-weight:bold;
}
h6{
	margin:0;
	font-size:0.6em;
	font-weight:bold;
}
p{
	font-size:1em;
	text-align:left;
}
a,a:link{
	color:#ff8000;
	font-size:1em;
	font-weight:bold;
}
a:visited{
	color:#00ff00;
}
a:hover,a:active{
	color:#cb8583;
}
table.main{
	padding:0px;
	border:0px;
	margin:0px auto 0px auto;
	width:700px;
	background:#fff;
}
td{
	text-align:left;
	vertical-align:top;
	background:#fff;
}
ul{
	width:auto;
	list-style:circle;
}
li{
	width:auto;
	list-style:circle;
}
ol{
	width:auto;
}
a.inline{
	font-weight:500;
	color:#fff;
	text-decoration:none;
}
a.inline:hover{
	font-weight:900;
}
ul.inline{
	width:auto;
	margin:auto;
	display:table;
	text-align:center;
	list-style:none;
}
li.inline{
	width:auto;
	display:table-cell;
	text-align:center;
	float:left;
	list-style:none;
}
li.inline:hover{
}
ul.inline li{
	width:auto;
	display:table-cell;
	float:left;
	margin:auto;
	padding:0 20px;
	text-align:center;
}
.alignleft{
	margin:0 15px 15px 0;
	padding:0;
	float:left;
	overflow:visible;
	box-shadow:3px 3px 6px #505050;
}
.alignright{
	margin:0;
	padding:5px;
	float:right;
	overflow:visible;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
.clear{
	clear:both;
	float:none;
}
.red{
	color:#b01f1f
}
.largered{
	font-size:1.5em;
	font-weight:bold;
	color:#b01f1f
}
.blue{
	color:#267b97;
	font-weight:bold;
}
.largeblue{
	font-size:1.5em;
	font-weight:bold;
	color:#267b97
}
.blueunderline{
	text-decoration:underline;
	color:#06a9df;
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
.bolder{
	font-weight:bolder;
}
.larger{
	font-size:larger;
	font-weight:bolder;
}
.smaller{
	font-size:smaller;
}
/** Header **/
div.logo{
	width:834px;
	height:56px;
	margin:20px 0;
	float:left;
	background:url(images/logo.png) no-repeat;
	z-index:2;
}
div.add{
	width:960px;
	height:67px;
	float:left;
	margin:20px 0px;
	z-index:2;
	background:#fff;
	opacity:0.8;
	box-shadow:3px 3px 6px #808080;
}
ul.add{
	width:960px;
	height:67px;
	display:block;
	float:left;
	margin:0 auto;
}
li.add{
	width:auto;
	height:67px;
	line-height:67px;
	display:inline;
	margin:0 auto;
	padding:0 15px;
	font-weight:bold;
	color:#5b5b5b;
	text-align:center;
}
img.add{
	overflow:visible;
	padding:0 10px;
}
div.contact{
	margin:0 0 10px 0;
	padding:44px 0 0 0;
	float:left;
	overflow:visible;
	z-index:2;
	background:url(images/contact.png) no-repeat top left;
}
p.contact{
	display:inline;
	font-size:1.5em;
	font-weight:bold;
	color:#267b97;
	margin:0;
	padding:0;
	text-align:left;
}
div.add2{
	display:block;
	float:right;
	overflow:visible;
	margin:0 0 10px 0;
}
ul.add2{
	width:300px;
	margin:0;
	display:block;
	padding:0;
	list-style:none;
}
li.add2{
	margin:0;
	display:block;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
	color:#b01f1f;
	list-style:none;
	text-align:right;
}
/** Textbox **/
div.sidebar{
	width:202px;
	height:auto;
	float:left;
	z-index:2;
}
div.navibar{
	width:202px;
	min-height:385px;
	margin:0;
	line-height:30px;
	text-align:left;
	z-index:3;
}
a.navibar{
	width:202px;
	height:55px;
	line-height:55px;
	font-size:1em;
	font-weight:normal;
	color:#267b97;
	text-decoration:none;
}
a.navibar:hover{
	font-weight:bold;
}
ul.navibar{
	width:202px;
	height:auto;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
li.navibar{
	width:202px;
	height:55px;
	line-height:55px;
	margin:0;
	padding:5px 15px;
	list-style:none;
}
li.navibar:hover{
	background:url(images/hover.png) no-repeat 80% center;
	z-index:100;
}	
div.line{
	width:2px;
	min-height:425px;
	float:left;
	margin:10px 0;
	background:#267b97;
	z-index:1;
}
div.textbox{
	width:694px;
	height:auto;
	padding:40px 30px;
	float:right;
	z-index:3;
}
/** Footer **/
div.keywords{
	width:960px;
	height:auto;
	min-height:53px;
	float:left;
	padding:5px 20px;
	background:none;
	z-index:2;
}
p.keywords{
	font-size:0.7em;
}
div.footer{
	width:960px;
	height:45px;
	line-height:45px;
	float:left;
	z-index:2;
}
a.footer{
	font-size:1em;
	font-weight:normal;
	color:#505050;
	text-decoration:none;
}
a.footer:hover{
	font-weight:bold;
}
ul.footer{
	width:auto;
	height:40px;
	margin:auto;
	padding:0;
	text-align:center;
	line-height:45px;
}
ul.footer li{
	width:auto;
	height:40px;
	line-height:45px;
	padding:0 15px;
	list-style:none;
	font-size:0.8em;
	border:none;
	color:#353535;
}
ul.footer li:hover{
	background:none;
}
div.cards{
	width:152px;
	height:26px;
	margin:9px 25px;
	padding:0;
	float:left;
	background:url(images/payments.png) no-repeat;
	z-index:2;
}

/** Contact **/
div.contactform{
	width:auto;
	height:auto;
	font-weight:bold;
}
p.contactform{
	margin:0 5px;
	font-weight:normal;
}
.contactform input[type=text]{
	width:300px;
	height:24px;
	position:relative;
	display:block;
	margin:2px 0;
	background:#fff;
	padding:0 5px;
	color:#3f3f3f;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}	
.contactform textarea,
	textarea:focus{
	min-width:620px;
	max-width:620px;
	margin:2px 0;
	float:left;
	padding:5px;
	background:#fff;
	font-family:Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	color:#3f3f3f;
	border:1px solid #c0c0c0; 
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}
div.contactform input[type=text]:hover, 
	input[type=text]:focus, 
	textarea:hover,
	.submit:hover{ 
	border:1px solid #0363f1; 
}
.submit {
	width:auto;
	height:30px;
	font-weight:bold;
	color:#191919;
	border:1px solid #c0c0c0; 
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}
.submit:hover{
	color:#267b97;
}
div.label{
	width:310px;
	line-height:1em;
	float:left;
	margin:5px auto;
	padding:0 5px;
	color:#191919;
}
p.label{
	margin-top:5px;
	padding:0;
	font-size:9px;
	color:#191919;
}
div.comment{
	margin:5px;
	padding:0;
	float:left;
}
a.blog, a.blogtitle {
color: #B01F1F;
}