
/* standard elements */
a {
	color: #86203b;
	text-decoration: none;
}
body {
	background: #fff url(img/Ppbg.jpg) repeat-y;
	color: #86203b;
	margin: 10px 0;
	text-align: justify;
	font: normal 0.8em Verdana;
}
#pageBg {width:298px;height:600px;position:absolute;top:0px;right:0px;z-index:0;background:url(/img/ppbg-rev.jpg) no-repeat top right;}
html {height:101%;}
.gfx a {
	background: #F5F5F5 url(img/Infinitheader.jpg) no-repeat; display: block; height: 240px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
#phone {
	width:580px;
	margin: 10px auto;
	color:#d14367;
	font-size:14px;
	text-align:right;
	position:relative;
	z-index:2;
	font-weight:bold;
}
.main {
	background: #FFF; 
	border: 3px solid #d14367; 
	border-color: #d14367; 
	margin:auto; 
	text-align: left;
	width: 600px; 
	position:relative;
	z-index:2;
}
.container {
	margin: 0px;
	background:#fae4f0;
}

#veryFooter {
	color:#bbb;
	width:600px;
	margin:auto;
	margin-top:30px;
	text-align:center;
	font-size:10px;
}
/* menu */
.menu a {
	background: #EEE;
	background: #F5F5F5 url(img/bgmenu-wf.gif) 0px 0px;
	border-right: 1px solid #d14367;
	border-top: 1px solid #d14367;
	color: #86203b;
	float: left;
	padding-top: 4px;
	width: 119px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu-wf.gif) repeat-x 0px -50px;
	color: #4f078d;
}
.menu a.last {
	width: 120px;
	border-right: none;
}
div#slideShow {
	border:2px solid #d14367;
	float:right;
}
div#slideShow img {height:300px; width:200px;}
/* content */
.content {
	background: #fbe7fb ;
	border-top: 0px solid #d14367;
	clear: both;
}
.content h1 {
	margin: 0px 0px 20px 0px;
	font: bold 1.3em sans-serif,Arial;
	color: #86203b;
}
.content h2 {
	margin: 20px 0px 5px 0px;
	font: bold 1em sans-serif,Arial;
	color: #86203b;
}
.content p {
	line-height:140%;
	margin: 0px 0px 14px;
	color: #86203b;
}
.item {
	background: #fae4f0 url(/img/bgitem.gif) repeat-x ;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:5;
}
.item a {text-decoration:underline;}

/* footer */
.footer {
	padding: 5px;
	color: #666;
	clear:both;
	width:600px;
	margin:auto;
	font-size:80%;
}

.footer a {color:#666;}
.footer .left, .footer .right {padding: 0 12px;}


/* floats */

.left {float: left;}
.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}
.clearer {clear: both;}

/* contact form */

form {
	float:left;
	width:370px;
}
fieldset {
	padding:0px;
	margin-bottom:0px;
	float:left;
	clear:none;	
	width:370px;
	border:0;
}
fieldset ul, fieldset ol {
	padding:0;
	list-style:none;
	}
label {
	width:70px;
	float:left;
	margin-right:10px;	
	text-align:right;
	color:#86203b;
	}
fieldset li {
	padding-bottom:10px;
	float:left;
	}
input, select, select.text, .text, textarea, .button {
	font: normal 0.8em Verdana;
	border: 1px solid #86203b;
	color:#86203b;
	padding:5px;
}
input.text {padding:0.3em;}
textarea {height:80px;}
input.text, textarea.text {
	width:210px;
}
input.button {
	background:#86203b;
	color:#fff;
	font-weight:bold;
	padding:5px;
	border:2px solid #fff;
	position:relative;
	top:-10px;
}
fieldset.submit {
  	float:none;
	border:0;
	margin:0;
	padding-left:80px;
	background:transparent;
	clear:both;
	}	
	fieldset.submit li {
		clear:none;
		}
		
/* message if contact form not filled out correctly */

#theMessage {
	padding:10px;
	margin:0px 0px 20px;
	background: url(/img/message.gif) repeat-x 0px -6px #fff;
	border:1px dotted #86203b;
	width:350px;
}	