@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin:0px;
	background-color: #465457;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {border:0;}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align:center;
}
#header {
	width: 900px;
	height:140px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#branding {
	position:absolute;
	width:248px;
	height:134px;
	margin-top:16px;
	margin-left:0px;
	padding: 0px;
}
#content {
	width: 900px;
	height: 350px;
	margin: 0 auto;
}
#leftContent {
	width: 275px;
	float:left;
	padding-top: 25px;
}
#leftContent h1 {
	font-size: 21px;
	line-height:19px;
	margin:0;
	color: #01537B;
}
#rightContent {
	width: 550px;
	padding:7px 31px 7px 31px;
	float:left;
	text-align: left;
}
#rightContent h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 33px;
	line-height:25px;
	margin:0 0 10px 0;
	color: #000;
}
#rightContent h2 {
	font-size: 23px;
	line-height:40px;
	margin:0;
	color: #000;
}
#footer {
	width: 900px;
	height:56px;
	margin: 0 auto;
	background-image: url(../images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.sales {
	width: 250px;
	margin-right:50px;
	float:left;
}
.services {
	width: 250px;
	float:left;
}
.pawtucketStore {
	width: 250px;
	margin-right:27px;
	margin-top:80px;
	text-align:center;
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	float:left;
	padding: 0px;
}
.nkingstownStore {
	width: 250px;
	margin-top:80px;
	text-align:center;
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	float:left;
}
.text1 {
	font-size: 21px;
	color: #005489;
	line-height:55px;
}
.text2 {
	font-size: 17px;
	color: #005494;
}
.copyright {
	padding:17px;
	font-size: 23px;
	color: #FFF25B;
}
.contact {
	text-align:center;
	font-size: 15px;
	color: #000;
	margin-top:3px;
	font-weight: bold;
}

