@charset "utf-8";
/* CSS Document */


body{
	background-color:#6e615d;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e615d;
	background-image:url(/assets/ptsavings/images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;

}

h1{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 15px 0;
	
}

h2{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3{
	color:#e11b22;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
	font-size:14px;
width:210px;
}

a {
	color:#e11b22;
	text-decoration:underline;
}

a:visited{
	color:#e11b22;
	text-decoration:underline;
}

a:hover{
	color:#e11b22;
	text-decoration:none;
}

a:active{
	color:#e11b22;
	text-decoration:underline;
}

.center{
	width:700px;
	padding:0 13px 0 12px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.header{
	width:700px;
	float:left;
	clear:both;
	height:112px;
	margin:0 0 25px 0;
	background-image:url(/assets/ptsavings/images/header.gif);
	background-repeat:no-repeat;
}

.nav{
	background-image:url(/assets/ptsavings/images/nav_bg.gif);
	height:30px;
	width:700px;
	background-repeat:repeat-x;
	float:left;
	clear:both;
	color:#FFF;
	font-weight:bold;
	margin:0 0 25px 0;
}

.nav a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.nav a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.nav a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

.nav a:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.nav ul{
	margin:0;
	padding:5px 0 0 13px;;
	float:left;
}
.nav li{
	display:inline;
	list-style:none;
	margin-right:5px;
}

.nav_end{
	background-image:url(/assets/ptsavings/images/nav_end.gif);
	width:25px;
	height:30px;
	float:right;
	clear:none;
}
	
.offers{
	float:left;
	width:250px;
	clear:both;
	padding:0;
}

.offers ul{
	padding:0;
	margin:0;
}

.offers li{
	list-style:none;
	background-image:url(/assets/ptsavings/images/arrow_grn.gif);
	background-repeat:no-repeat;
	padding:0 0 25px 13px;
	margin:0;
}

.offers p{
	width:200px;
	margin:0;
	padding: 5px 0 13px 0;
}

.offer{
	cursor:pointer;
}


.bodyCopy{
	float:left;
	width:405px;
	padding:0 13px 0 25px;
	border-left-style:solid;
	border-left-color:#6e615d;
	border-left-width:1px;
}

.bodyCopy ul{
	padding:0;
	margin:15px 0 0 0;
}

.bodyCopy li{
	list-style:none;
	background-image:url(/assets/ptsavings/images/arrow_red.gif);
	background-repeat:no-repeat;
	padding:0 0 15px 13px;
	margin:0;
}

.footer{
	width:700px;
	float:left;
	clear:both;
	border-top:solid;
	border-top-color:#6e615d;;
	border-top-width:1px;
	margin:25px 0 0 0;
	padding:10px 0 25px 0;
	font-size:10px;
}
	
