@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: parkheights.css
* Version: 1.0 (2008-03-29) YYYY-MM-DD
* Website: http://eatwithus.com/parkheights/
* Author: MWB Interactive http://www.mwb.com
* Description: Handles the site layout & makes it pretty!

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#resPH {
	background-image: url(images/bkgnd-content.gif);
	background-repeat: repeat-x;
	background-color: #abb7bat;
	width: 836px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
}
#resPHHome {
	background-image: url(images/bkgnd-home.gif);
	background-repeat: no-repeat;
	background-color: #a7b4b7;
	width: 836px;
}
#resPHLeft {
	padding-bottom: 15px;
	width: 220px;
	float: left;
}
#resPHLeft p {
	padding: 10px 0px 0px 0px;
	margin: 0px 32px 0px 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#resPHLeft a {
	color: #686D6F;
	text-decoration: underline;
}
#resPHLeft a:hover {
	text-decoration: none;
}
#resPHLeft table {
	margin-left:16px;
}
#resPHRight {
	padding-top: 10px;
	margin-bottom:10px;
	float: left;
	width: 584px;
}
#resPHRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #686d6f;
	margin: 0px 32px 0px 32px;
	padding: 20px 0px 5px 0px;
	text-transform: uppercase;
}
#resPHRight h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 32px 0px 32px;
	padding: 5px 0px 0px 0px;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
}
#resPHRight h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 0px 32px 0px 32px;
	padding: 0px;
}
#resPHRight p {
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 10px 0px;
	color: #4b4b4b;
}
#resPHHome {
	height: 355px;
	padding-top: 16px;
}
#resPHHomeNav {
	height: 35px;
	margin-top: 16px;
	/* I HATE IE... PLEASE DIE!!! */
	* margin-top: 16px;
}
#resPHHeader {
	background-image: url(images/bkgnd-header.gif);
	background-repeat: no-repeat;
	height: 233px;
	padding-top: 16px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== NAVIGATION: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resPHNav {
	background-image: url(images/bkgnd-nav.gif);
	background-repeat: no-repeat;
	height: 35px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== CONTENT: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resPHContent {
	clear:both;
	background-color: #abb7bat;
}
#resPHContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #686d6f;
	margin: 0px 32px 6px 32px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
}
#resPHContent h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 32px 0px 32px;
	padding: 5px 0px 0px 0px;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
}
#resPHContent h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 0px 32px 0px 32px;
	padding: 0px;
}
#resPHContent p {
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 0px 0px;
	color: #4b4b4b;
}
#resPHContent a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#resPHContent a:hover {
	text-decoration: none;
}
#resPHContent table {
	margin: 0px 16px 0px 32px;
	/* I HATE IE... PLEASE DIE!!! */
	* margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#resPHContent td {
}
#resPHContent input.on {
	color : #969696;
	border: solid 1px #969696;
	background: #e7e7e7;
	padding: 3px 3px;
}
#resPHContent input.on:hover {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent input.on:focus {
	color : #969696;
	border: solid 1px #969696;
	background: #ecd7ae;
	padding: 3px 3px;
}
#resPHContent input.onIE {
	color : #969696;
	border: solid 1px #969696;
	background: #ecd7ae;
	padding: 3px 3px;
}
#resPHContent textarea.on {
	color : #969696;
	border: solid 1px #969696;
	background: #e7e7e7;
	padding: 3px 3px;
}
#resPHContent textarea.on:hover {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent textarea.on:focus {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent textarea.onIE {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent select.on {
	color : #969696;
	border: solid 1px #969696;
	background: #e7e7e7;
	padding: 3px 3px;
}
#resPHContent select.on:hover {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent select.on:focus {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent select.onIE {
	color : #969696;
	border: solid 1px #969696;
	background: #ffffff;
	padding: 3px 3px;
}
#resPHContent input.post {
	display:block;
	float:left;
	width: 96px;
	height: 25px;
	background: url(images/btn-submit.gif) no-repeat;
	border: none;
	padding: 0px;
}
#resPHContent input.post:hover {
	background: url(images/btn-submit.gif) no-repeat 0 -25px;
	border: none;
	padding: 0px;
}
#resPHContent input.postIE {
	width: 96px;
	height: 25px;
	background: url(images/btn-submit.gif) no-repeat 0 -25px;
	border: none;
	padding: 0px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== SUB NAVIGATION: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resPHSubNav {
	background-color: #B2BBBF;
	border: 3px solid #E2E4E4;
	width: 175px;
	margin: 20px 32px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#resPHSubNav p {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
#resPHSubNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #686D6F;
	text-decoration: none;
	display: block;
	background-color: #E7E7E7;
	padding: 5px;
}
#resPHSubNav a:hover {
	background-color: #B6BFC3;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== MISC: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.notes {
	font-size: 10px;
	font-weight: normal;
}
.required {
	font-size: 11px;
	color: #FF0000;
}
.forms {
	font-size: 12px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FOOTER: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resPHFooter {
	clear: both;
	background-color: #a7b4b7;
	height: 37px;
	background-image: url(images/bkgnd-footer.gif);
	background-repeat: no-repeat;
	border-top: #f1e6d7 1px solid;
}
#resPHFooter p {
	color: #455054;
	text-align: right;
	padding: 11px 20px 0px 0px;
	margin: 0px;
	font-size: 11px;
	text-transform:uppercase;
}
#resPHFooter a {
	color: #ffe0a6;
	text-decoration: underline;
	text-transform: uppercase;
}
#resPHFooter a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== GCG: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resPH2010 {
	background-image: url(images/bkgnd-content-2010.jpg);
	background-repeat: no-repeat;
	background-color: #abb7ba;
	width: 836px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	background-position: center top;
}
#resPHHome2010 {
	background-image: url(images/bkgnd-home-2010.gif);
	background-repeat: no-repeat;
	background-color: #a7b4b7;
	width: 836px;
	height:348px;
	padding-top: 23px;
}
#flashPHHome2010 {
	width: 836px;
	height:304px;
}
/* Home Nav ----------------------------------------------------- */
#resPHHomeNav2010 {
	width: 836px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#resPHHomeNav2010 ul {
	width: 836px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#resPHHomeNav2010 li {
	display: inline;
	list-style-type: none;
	float: left;
}
/* Subpage Nav ----------------------------------------------------- */
#resPHNav2010 {
	background-image: url(images/bkgnd-nav-2010.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#resPHNav2010 ul {
	width: 836px;
	margin: 0px;
	padding: 0px;
}
#resPHNav2010 li {
	display: inline;
	list-style-type: none;
	float: left;
}
/* SubNav ----------------------------------------------------- */
#resPHSubNav2010 {
	background-color: #B2BBBF;
	border: 3px solid #E2E4E4;
	width: 185px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#resPHSubNav2010 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
#resPHSubNav2010 a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #686D6F;
	text-decoration: none!important;
	display: block;
	background-color: #E7E7E7;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#resPHSubNav2010 a:hover {
	background-color: #B6BFC3;
	background-image: url(images/submenu-img-15.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	color: #FFF;
}
#resPHLeft2010 p.print {
	color: #686D6F;
	text-decoration: none!important;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
/* ROLLOVER MENU ----------------------------------------------------- */
a.menu-ro {
	display: block;
	width: 62px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-menu.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
	margin: 0px;
	padding: 0px;
}
a.menu-ro:hover {
	background-position: -62px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
	margin: 0px;
	padding: 0px;
}
a.private-dining-ro {
	display: block;
	width: 147px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-private-dining.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
	margin: 0px;
	padding: 0px;
}
a.private-dining-ro:hover {
	background-position: -147px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
	margin: 0px;
}
a.catering-ro {
	display: block;
	width: 99px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-catering.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
}
a.catering-ro:hover {
	background-position: -99px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
}
a.rooftop-ro {
	display: block;
	width: 99px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-rooftop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
}
a.rooftop-ro:hover {
	background-position: -99px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
}
a.contact-us-ro {
	display: block;
	width: 122px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-contact-us.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
}
a.contact-us-ro:hover {
	background-position: -122px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
}
a.newsletter-ro {
	display: block;
	width: 210px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-newsletter.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
}

a.newsletter-ro:hover {
	background-position: -210px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5CDAB;
}

a.facebook-ro {
	display: block;
	width: 25px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-facebook.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a.facebook-ro:hover {
	background-position: -25px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

a.twitter-ro {
	display: block;
	width: 25px;
	height: 27px;
	text-decoration: none;
	background-image: url(images/btn-twitter.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a.twitter-ro:hover {
	background-position: -25px 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* LEFT MENU ----------------------------------------------------- */
#resPHLeft2010 {
	padding-bottom: 15px;
	width: 220px;
	float: left;
}
#resPHLeft2010 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#resPHLeft2010 a {
	color: #686D6F;
	text-decoration: underline;
}
#resPHLeft2010 a:hover {
	text-decoration: none;
}
#resPHLeft2010 table {
	margin-left:16px;
}
/* RIGHT MENU ----------------------------------------------------- */
#resPHRight2010 {
	padding-top: 10px;
	margin-bottom:10px;
	float: left;
	width: 594px;
}

#resPHRight2010 a:link,#resPHRight2010 a:visited{
	color: #333;	
	}
	
#resPHRight2010 a:hover{
	color: #900;
	}

#resPHRight2010 h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	font-weight: bold;
	color: #686d6f;
	text-transform: uppercase;
	background-image: url(images/h1-image.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position: 15px 17px;
	line-height: 30px;
	letter-spacing: .05em;
}
#resPHRight2010 h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 32px 0px 32px;
	padding: 5px 0px 0px 0px;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
}
#resPHRight2010 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 55px;
}
#resPHRight2010 p {
	color: #4b4b4b;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* FOOTER ----------------------------------------------------- */
#resPHFooter2010 {
	clear: both;
	background-color: #a7b4b7;
	height: 27px;
	background-image: url(images/bkgnd-footer.gif);
	background-repeat: no-repeat;
	border-top: #f1e6d7 1px solid;
	padding-top: 10px;
	width: 836px;
	text-align: center;	
}
#resPHFooter2010 p {
	color: #455054;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 836px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#resPHFooter2010 a {
	color: #ffe0a6;
	text-decoration: underline;
	text-transform: uppercase;
}
#resPHFooter2010 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer p {
	color: #999!important;
	font-size: 9px!important;
	text-transform:uppercase!important;
	font-family: Tahoma, Geneva, sans-serif!important;
	margin: 0px!important;
	padding: 10px!important;
	text-align: center!important;
}
/* MENU ----------------------------------------------------- */
#resPHHeader2010 {
	background-image: url(images/bkgnd-header-2010.gif);
	background-repeat: no-repeat;
	width:836px;
	height: 233px;
	padding-top: 16px;
}
#resPHHeader2010 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col-1 {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#col-1 p {
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#col-2 p {
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#col-1 h3 {
	padding-bottom: 10px!important;
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#col-2 h3 {
	padding-bottom: 10px!important;
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#col-1 h4, #col-2 h4 {
	padding-bottom: 10px!important;
	padding-top: 5px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	letter-spacing: .1em;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
}

#col-1 p, #col-2 p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
}
#col-2 {
	display: inline;
	float: left;
	margin-right: 0px;
	width: 48%;
}
.clear {
	clear: both!important;
	float: none!important;
}

#photo-gallery a:link img, #photo-gallery a:visited img{
	text-decoration: none;
	border: 1px solid #000;
	}
	
#photo-gallery{
	text-align: center;	
	}
	
#photo-gallery td{
	padding: 10px;	
	}
#photo-gallery table{
	width: 450px;
	margin-right: auto;
	margin-left: auto;	
	}

.complements {
	border: 1px solid #C4CCCE;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 20px;	
	}

.complements h4{
	color: #666;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
	}
	
#contactus{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
	font-size: 17px;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1D6D9;
	border-bottom-color: #D1D6D9;
	margin-top: 0px;
	}
	
	#contactus p{
	padding: 10px;
}
	
#resPHRight2010 input.post {
	display:block;
	float:left;
	width: 96px;
	height: 25px;
	background: url(images/btn-submit.gif) no-repeat;
	border: none;
	padding: 0px;
}
#resPHRight2010 input.post:hover {
	background: url(images/btn-submit.gif) no-repeat 0 -25px;
	border: none;
	padding: 0px;
}
#resPHRight2010 input.postIE {
	width: 96px;
	height: 25px;
	background: url(images/btn-submit.gif) no-repeat 0 -25px;
	border: none;
	padding: 0px;
}
	