/* ------------------------------------------------------------
	
	Title:		shrewsburysnowplowing.com Style Sheet
	Author:  	matt@alazair.com
	Created:	October 3 2007
	
------------------------------------------------------------- */

body{
	font-family:arial, sans-serif, verdana;
	font-size:14px;
	background-color:#FFFFFF;
	color:black;
	margin:0px;
	padding:0px;
	background:url(../images/backgroundrepeat.jpg) repeat;
	}

/* ------------------------------------------------------------
	
	Layout 
	
------------------------------------------------------------- */

#headerbackground{
	height:130px;
	padding:0px;
	background:url(../images/headerbackgroundrepeat.jpg) repeat-x;
	}
	
#header{
	width:770px;
	height:130px;
	margin:0px auto;
	}
	
#logo{
	float:left;
	width:380px;
	height:106px;
	}	

#nav{
	float:left;
	width:355px;
	margin:30px 0px 0px 34px;
	}
	
.navtopspacing{
	padding-top:17px;
	}	
	
.navspacing{
	float:left;
	padding-left:14px;
	}
	
#navarrows{
	float:left;
	width:370px;
	height:8px;
	margin:23px 0px 0px 19px;
	}
	
.navarrowspacing{
	float:left;
	padding-left:30px;
	}

#main{
	clear:both;
	margin:-14px 0px -14px 0px;
	padding:0px;
	background-color:#FFFFFF;
	}
	
#maincontent{
	width:770px;
	margin:0px auto;
	}
	
.clear{
   clear:both;
   float:left;
   margin-bottom:15px;
   }

#line{
	float:left;
	width:100%;
	margin:10px 0px 20px 0px;
	border-bottom: thin solid #000;
	}
	
p{
	line-height:125%;
	}

#footerbackground{
	clear:both;
	height:60px;
	background:url(../images/footerbackgroundrepeat.jpg) repeat-x;	
	}
	
#footercontent{
	width:770px;
	font-size:11px;
	text-align:center;
	margin:0px auto;
	padding-top:30px;
	padding-bottom:12px;
	color:#FFFFFF;
	line-height:14px;
	}
	
hr{
	margin:10px 0px 10px 0px;
	background-color: #000;
	height: 1px;
	border:thin;
   } 

/* ------------------------------------------------------------
	
	Links
	
------------------------------------------------------------- */	

a:link, a:visited{
	color:#000000;
	text-decoration:underline;
	}
	
a:hover{
	color:#ff9900;
	text-decoration:none;
	}
	
.whitelink a:link, .whitelink a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.whitelink a:hover{
	color:#ff9900;
	text-decoration:none;
	}

/* ------------------------------------------------------------
	
	Images
	
------------------------------------------------------------- */

img{
	border:0px;
	}

.border{
	margin:0px;
	padding:0px;
	border:1px solid #000;
	}
	
.floatleft{
	float:left;
	margin:0px 15px 15px 0px;
	border:1px solid #000;
	}

.floatright{
	float:right;
	margin:0px 0px 15px 15px;
	border:1px solid #000;
	}

/* ------------------------------------------------------------
	
	Fonts
	
------------------------------------------------------------- */

.blueheader{
	font-size:16px;
	color:#335283;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:-5px;
	}
	
.blue-contact{
	font-size:16px;
	color:#335283;
	font-weight:bold;
	margin-bottom:-5px;
	}

.indent{
	display:block;
	text-indent:20px;
	}

.head1{
	font-size:36px;
	}
	
.head2{
	font-size:26px;
	font-weight:bold;
	}
	
.head3{
	font-size:16px;
	}
	
.head4{
	font-size:11px;
	display:block;
	font-size:11px;
	margin-top:20px;
	text-align:right;
	}

.centered{
	display:block;
	text-align:center;
	}

.centered2{
	display:block;
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0px auto;
	}
	
.italics{
	font-style:italic;
	}

.bold{
	font-weight:bold;
	}
	
.red{
	color:#FF0000;
	font-weight:bold;
	}
	
.italicsbold{
	font-style:italic;
	font-weight:bold;
	}
	
.testimonial_person{
	font-style:italic;
	font-weight:bold;
	}

/* ------------------------------------------------------------
	
	Tables
	
------------------------------------------------------------- */

table{
	margin:0px;
	padding:0px;
	}
	
td{
	vertical-align:top;
	padding:0px 5px 5px 0px;
	width:30%;
	}	
	
.listblocks{
	width:35px;
	height:27px;
	text-align:center;
	background-color:#999999;
	color:#D3ED98;
	font-size:16px;
	padding-top:8px;
	}	

/* ------------------------------------------------------------
	
	Forms
	
------------------------------------------------------------- */

.form{
	color:#000;
	width: 200px;
	size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000;
	margin-bottom: 5px;
	padding: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
  	}
	
.form:focus {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #ff9900;
	}
	
.message{
	color:#000;
	width: 200px;
	height:114px;
	background: #FFF;
	margin-bottom: 5px;
	padding: 5px;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	}

.message:focus {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #ff9900;
	}

input {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	}
	
.contact_input {
	width: 275px;
	}
	
textarea {
	width: 275px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	height:100px;
	}

.send_button {
	color:#333;
	background-color:#FFF;
	border:1px solid #333;
	margin:0px;
	font-size:14px;
	width:100px;
  	}
	
#paypal {
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #CCCCCC;
	height:80px;
	margin:40px 0 100px;
	padding-top:30px;
	width:200px;
}
/* ------------------------------------------------------------
	
	Lists
	
------------------------------------------------------------- */

ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
li{
	background:url(../images/snowflake.jpg) no-repeat;
	margin:15px 15px 15px 35px;
	padding-left:20px;
	line-height:16px;
	}
