/* Summer Signs CSS */

BODY {
	background-color: #F2F2F2;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p, td {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

a, a:visited, a:active { text-decoration: underline; color: #000000; font-weight: normal; }

a:hover { color: #00A5E8; }

table.background {
	background-image: url(../images/bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#banner {
	width: 801px;
	height: 190px;
	text-align: left;
}

#navigation {
	width: 801px;
	height: 29px;
	text-align: left;
}

td.content {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat;
}

#content {
	width: 801px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat;
}

#content-browse {
	width: 801px;
	height: 57px;
	background-image: url(../images/ss-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	padding: 0px;
}

#content-area {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat;
}

td.content-left {
	width: 135px;
	text-align: right;
	float: left;
}

td.content-right {
	width: 666px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
}

#footer-content {
	text-align: center;
	width: 801px;
	height: 56px;
	padding: 0px;
}

.bodyLarge {
	font-family: arial;
	font-size: 15px;
	color: #000000;
}

li, ul, .li, .ul {
	list-style-type: square;
}

a.pdf:link, a.pdf:visited {
	display: block;
	background: url(../images/download-pdf.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #1E0F54;
	text-align: left;
	height: 25px !important;
	height: 25px;
	width: 296;
	text-decoration: none;
}

a.pdf:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;
}

a.special_offers:link, a.special_offers:visited {
	display: block;
	background: url(../images/special_offers.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #1E0F54;
	text-align: left;
	height: 25px !important;
	height: 25px;
	width: 226;
	text-decoration: none;
}

a.special_offers:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;
}