body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	font-family: arial, helvetica, verdana, geneva, georgia, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 996px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: left;
}
#logo {
	background-image: url(images/petenclosure-logo.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 339px;
	position: relative;
	background-position: left top;
	left: 0px;
	top: 0px;
	float: left;
}
#banner-special-offer {
	background-image: url(images/banner-special-offer.jpg);
	height: 167px;
	width: 648px;
	position: relative;
	top: 0px;
	float: left;
}
#banner-special-offer-star {
	background-image: url(images/offer-star.gif);
	height: 81px;
	width: 81px;
	position: absolute;
	top: 40px;
	float: left;
	background-repeat: no-repeat;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	padding-top: 15px;
}
#banner-special-offer-star span{
	color:#e02b26;
}
#banner-special-offer-text {
	height: 90px;
	width: 400px;
	position: absolute;
	top: 30px;
	float: left;
	left: 20px;
	padding-top: 15px;
	text-align: left;
}
#banner-special-offer-text2 {
	height: 90px;
	width: 400px;
	position: absolute;
	top: 30px;
	float: left;
	left: 20px;
	padding-top: 15px;
	text-align: center;
}

#banner-special-offer-text span{
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}

#closed-text {
	height: 90px;
	width: 400px;
	position: center;
	top: 250px;
	float: center;
	left: 20px;
	padding-top: 50px;
	text-align: center;
}
#home-box {
	position: relative;
	float: left;
	margin-right: 3px;
	background-image: url(images/home-box-bg.gif);
	background-repeat: repeat-x;
	background-color: #ECEDED;
}
.div-span {
	position: absolute;
	width: 40px;
	left: 145px;
	top: 80px;
}

#home-box-holder {
	width: 100%;
	float: left;
	top: 60px;
	left: 0px;
	position: relative;
}
#home-box div {
	width: 224px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #E5E5E5;
	padding: 10px;
}
#home-box .span {
	position: absolute;
	height: 50px;
	width: 90px;
	top: 85px;
	font-weight: bold;
	text-align: left;
	left: 147px;
	padding: 0px;

}
#home-box .span a {
	color: #31B44C;
	text-decoration: underline;
}
#home-images-holder {
	float: left;
	position: relative;
	width: 1000px;
	top: 80px;
	text-align: center;
	background-position: center;
	border-bottom-color: #cbcccf;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
#home-images-holder img {
	border: 1px solid #D8D9DA;
}
#copyright {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	position: relative;
	height: 40px;
	top: 80px;
	float: left;
}
#copyright a {
	color: #000000;
	text-decoration: underline;
}
/*-----------*/
.style3 {font-size: 30px}
.style4 {
	font-size: 18px;
	font-weight: bold;
}
.style5 {font-size: 48px}
.style6 {font-size: 12px}
.style8 {
	font-size: 24px;
	font-weight: bold;
}
.style9 {font-size: 18px}
.style11 {font-size: 12px; font-weight: bold; }

#subpage-text {
	position: relative;
	float: left;
	padding-left: 20px;
	width: 720px;
	line-height: 20px;
}

h1 {
	font-family: "trebuchet MS", verdana, tahoma, arial, helvetica, sans-serif;
	color: #999999;
	font-size: 30px;
	text-transform: lowercase;
	font-weight: normal;
	margin-bottom: 5px;
}
#spliter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 720px;
	position: relative;
	height: 30px;
	margin-bottom: 20px;
}
.img-border {
	border: 5px solid #CCCCCC;
}
.div-img-border {
	margin-bottom: 20px;
	margin-left: 30px;
	float: right;
	font-size: 14px;
	color: #1CA036;
	text-align: right;
}
h2 {
	color: #31B44C;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 {
	color: #31B44C;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}
a.black {
	text-decoration:underline;
	color:#000000;
}
#subpage-box {
	position: relative;
	float: left;
	margin-right: 3px;
}
/*---------- bubble tooltip start -----------*/
a.tt{
	position:relative;
	text-decoration: underline;
	color: #195789;
	font-family: Arial, Verdana, Helvetica, sans-serif, Tahoma, Georgia;

}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:100; background:; 	text-decoration: none;	color: #599ACF;	}
a.tt:hover span.tooltip{
    display: block;
    position: absolute;
    top:0px; left:150px;
	padding: 15px 0 0 0;
	width: 650px;
	color: #333333;
    text-align: left;
	font-weight: normal;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background:   url("images/bubble2.gif") no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 1px 8px; 
	background:   url("images/bubble_filler2.gif") repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background:   url("images/bubble2.gif") no-repeat bottom;
}
/*---------- bubble tooltip end -----------*/

