/*
Theme Name: AM PM Plumbing & Heating
Version: 1.0
*/

/** General layout and styling **/
html,body{
	margin:0;
	padding:0;
	text-align:left;
	font-size:1em;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	color:#fff;
	background:url(images/bg.png);
}
#main{
	width:960px;
	height:auto;
	margin:0 auto;
}
#topcontainer{
	width:960px;
	height:auto;
	overflow:hidden;
	background:url(images/header.png) repeat-x;
}
#middlecontainer{
	width:960px;
	height:auto;
	overflow:hidden;
}
#bottomcontainer{
	width:960px;
	height:auto;
	overflow:hidden;
}
div{
	margin:0 auto;
	position:relative;
	display:block;
}
h1{
	margin:0;
	font-size:1.4em;
	font-weight:bold;
}
h2{
	font-size:1.2em;
	font-weight:bold;
}
h3{
	font-size:1em;
	font-weight:bold;
}
h4{
	font-size:0.9em;
	font-weight:bold;
}
h5{
	font-size:0.8em;
	font-weight:bold;
}
h6{
	font-size:0.6em;
	font-weight:bold;
}
p{
	font-size:0.9em;
	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:#fafafa;
}
td{
	text-align:left;
	vertical-align:top;
	background:#ffffff;
}
ul{
	width:auto;
	list-style:circle;
}
li{
	width:auto;
	list-style:circle;
}
ol{
	width:auto;
	list-style:circle;
}
a.inline{
	color:#fff;
	text-decoration:none;
}
a.inline:hover{
	text-decoration:underline;
}
ul.inline{
	width:auto;
	margin:auto;
	display:table;
	text-align:center;
}
li.inline{
	width:auto;
	height:40px;
	line-height:40px;
	display:table-cell;
	text-align:center;
	float:left;
}
li.inline:hover{
}
ul.inline li{
	width:auto;
	float:left;
	margin:auto;
	padding:0 13px;
	text-align:center;
}
.alignleft{
	margin:0;
	padding:5px;
	float:left;
	overflow:visible;
}
.alignright{
	margin:0;
	padding:5px;
	text-align:right;
	overflow:visible;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
.clear{
	clear:both;
	float:none;
}
span.underline{
	text-decoration:underline;
}
span.blue{
	color:#0260eb;
}
span.gold{
	color:#c4ba34;
}

/** Header **/
div.header{
	width:960px;
	height:320px;
	overflow:hidden;
}
div.logo{
	width:226px;
	height:100px;
	margin:30px 0 5px 0;
	background:url(images/logo.png) no-repeat left;
	float:left;
}
div.addbox{
	width:507px;
	height:100px;
	margin:30px 0 5px 0;
	float:right;
	background:url(images/discount.png) no-repeat bottom;
}
div.cards{
	width:192px;
	height:100px;
	margin:30px 0 5px 0;
	float:left;
	background:url(images/payments.png) no-repeat bottom;
}
div.line{
	width:960px;
	height:4px;
	clear:both;
	background:url(images/line.png) repeat-x;
}
div.headercontact{
	width:600px;
	height:120px;
	margin:15px 0; 
	float:left;
	text-align:center;
	background:url(images/call.png) no-repeat right;
}
p.headercontact{
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
}
div.addbox2{
	width:300px;
	height:120px;
	margin:15px 0;
	float:right;
	text-align:right;
}
p.addbox2{
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	padding:0 20px;
}
div.navibar{
	width:960px;
	height:40px;
	line-height:40px;
	margin:10px 0;
	float:left;
	text-align:center;
	background:url(images/navi.png) repeat-x;
	
}
li.first-item{
	list-style:none;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
li.last-item{
	list-style:none;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	color:#ffa74f;
}

/** Textbox **/
div.keywords{
	width:960px;
	min-height:5px;
	padding:5px;
}
p.keywords{
 font-size:0.6em;
}
div.textbox{
	width:650px;
	height:auto;
	float:left;
	padding:20px 30px;
	overflow:hidden;
}
div.sidebar{
	width:250px;
	height:auto;
	float:right;
}
div.emptymiddle{
	width:960px;
	height:69px;
	text-align:center;
}

/** Footer **/
div.footer{
	width:960px;
	height:40px;
	line-height:40px;
	background:url(images/navi.png) repeat-x;
}
div.emptyfooter{
	width:960px;
	height:auto;
	padding:5px;
}
a.footer{
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
ul.footer{
	width:auto;
	margin:auto;
	text-align:center;
	line-height:50px;
}
ul.footer li{
	width:auto;
	padding:0 15px;
	list-style:none;
	font-size:0.8em;
	border:none;
}
ul.footer li:hover{
	background:none;
}
.contactform input[type=text]{
	width:285px;
	height:24px;
	position:relative;
	display:block;
	background:#fff;
	padding:0 5px;
	color:#727272;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}	
.contactform textarea,
	textarea:focus{
	min-width:400px;
	max-width:595px;
	margin:0;
	float:left;
	padding:5px;
	background:#fff;
	font-size:12px;
	color:#727272;
	border:1px solid #c0c0c0;
	box-shadow:1px 1px 3px 1px #c0c0c0 inset;
}
div.contactform input[type=text]:hover,
	input[type=text]:focus,
	textarea:hover{
	border:1px solid #359aff;
}
.submit{
	color:#0260eb;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:bottom;
	background:none;
	border:none;
}
.submit:hover{
	color:#c4ba34;
}
div.label{
	width:300px;
	line-height:1em;
	float:left;
	margin:5px auto;
	padding:0 5px;
}
p.label {
	margin-top:5px;
	padding:0;
	font-size:9px;
	color:#ff8000;
}
div.comment {
	margin:5px;
	padding:0;
	float:left;
}
a.blog{
color: #0260EB !important;
font-size:11px;
}