body {
	background: url(main_bg.jpg) repeat-x;
	background-color: #fff;
	margin: 0;
}

body, td {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #686868;
	line-height: 1.3;
}

body.blank {
	background-image: none;
}

a {
	color: #003C8D;
}

a:hover {
	color: #005CD7;
}

h1, h2, h3, h4 {
	margin: 0;
	color: #000;
}


h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
	color: #003d8e;
}


p {
	line-height: 24px;
}


h5 {
	font-weight: none;
	line-height: 18px;
}

li {
	padding-bottom: 10px;
}

.error {
	color: #f00;
}

.top-cell {
	background: url(top_bg.jpg) repeat-x;
	height: 109px;
}

.pgsitemaker-logo {
	background: url(pgsitemaker_logo.jpg) no-repeat;
	width: 340px;
	height: 109px;
}

.pgsitemaker-logo-id {
	background: url(pgsitemaker_logo_id.jpg) no-repeat;
	width: 480px;
	height: 109px;
}

.polaris-logo {
	background: url(polaris_logo.jpg) no-repeat;
	width: 155px;
	height: 109px;
	display: block;
}

.menu-cell {
	height: 52px;
	color: #003C8D;
}

#tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    height: 52px;
}

.divider {
	width: 1px;
	height: 15px;
	background-color: #003C8D;
	margin-top: 16px;
}

#tabs a {
    float:left;
    display: block;
    text-decoration: none;
    color: #003C8D;
    margin: 0;
    padding: 15px 9px 0 9px;
    height: 100%;
}

#tabs a:hover {
	background: url(menu_bg_on.jpg) repeat-x;
	color: #003C8D;
}

.sidebar {
	width: 232px;
	background: url(sidebar_bg.jpg) repeat-y top right;
}


.but-superior, .but-quality, .but-value, .but-pg, .but-apple {
	width: 232px;
	height: 81px;
	display: block;
}

.but-superior {background: url(but_superior_off.jpg);}
.but-superior:hover {background: url(but_superior_on.jpg);}
.but-quality {background: url(but_quality_off.jpg);}
.but-quality:hover {background: url(but_quality_on.jpg);}
.but-value {background: url(but_value_off.jpg);}
.but-value:hover {background: url(but_value_on.jpg);}
.but-pg {background: url(but_pg_off.jpg);}
.but-pg:hover {background: url(but_pg_on.jpg);}
.but-apple {background: url(but_apple_off.jpg);}
.but-apple:hover {background: url(but_apple_on.jpg);}

.sidebar-text {
	margin-top: 15px;
	width: 220px;
	color: #2D68AA;
}

.sidebar-text p {
	margin-top: 0;
}

.mainbar {
	width: 568px;
}

.mainbar-padding {
	width: 548px;
	margin: 20px 10px 5px 10px;
}

.right-bg {
	background: url(right_bg.jpg) repeat-y;
	width: 35px;
}

.right-overlay {
	background: url(right_overlay.jpg) no-repeat;
	width: 35px;
	height: 30px;
}

.footer-cell {
	height: 100px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.7;
}

.footer-cell a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footer-cell a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-padding {
	margin-top: 10px;
}

.footer-bg {
	background: url(footer_bg.jpg) repeat-x bottom;
}
.footer-hd {
	background: url(header_bg.jpg) repeat-x;
}