/** BASIC */

html, body, #container {
	height: 100%;
}

body {
	background: #EEE url(../images/body-bg.gif) repeat-y center top;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #336633;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #006;
}

.style4 {
	font-size: 14px
}

.intro {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

.style2 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/** LOGO */

#logo {
	width: 1010px;
	height: 215px;
	background: url(../images/PP_banner.jpg) no-repeat top;
	margin: 0;
	padding: 0;
}

/** TOP MENU */

#menu {
	background: #FAFAFA;
	width: 1010px;
	height: 50px;
	margin: 0 auto 0 auto;
	border-top: #AAA 1px solid;
	border-bottom: #CCC 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 17px 0 0 10px;
	text-align: left;
	list-style: none;
	text-indent: 7px;
}

#menu li {
	display: inline;
	padding: 0 5px 0 13px;
}

#menu a {
	font-weight: bold;
	padding: 0;
	color: #363;
	text-decoration: none;
	font-size: 1.3em;
}

#menu a:hover {
	color: #006;
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

#menu .current {
	color: #006;
	text-decoration: underline;
}

#container {
	background: #FFF;
	width: 1010px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/** PAGE */

#page {
	background: #FFF url(../images/bg-1.gif) repeat-y 0 0 ;
	width: 960px;
	padding: 28px 0 2em 30px;
	margin: 0;
	float: left;
}

#news #page {
	background: #FFF url(../images/bg-2.gif) repeat-y -30px 0 ;
}

#feedback #page {
	background: #FFF url(../images/bg-3.gif) repeat-y -15px 0 ;
}

/** SEARCH */

#search-text {
	margin-bottom: 9px;
}

#search-submit {
	float: right;
}

.logolink {
	position: absolute;
	left: 70px;
	top: 60px
}

#logodomestic {
	width: 960px;
	height: 160px;
	background: url(../images/PP_banner_domestic_thin.jpg) no-repeat top;
	margin: 0 auto;
}

#phone, #phone1 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding: 0;
	margin: -.16em 0 0 0;
	float: right;
}

#phone1 {
	font-size: 1.4em;
}

