/* Start of CMSMS style sheet 'p4m-css' */
/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 06/10/08 - Author / Company
Version: 2.11
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
vertical-align:top;
}*/
*/
/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height: 101%; /* forces scroll on short length pages */
}
body { 
height:100%;
font:62.5%/1.3 Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#fff url('images/body-bg.jpg') 50% 0 repeat-y;
color:#333;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: .3em 10px;}
h1 { color:#785b40; font-size:2em;}
h2 { color:#785b40; font-size:1.5em;}
h3 { color:#785b40; font-size:1.3em;}
h4 { color:#785b40; font-size:1.2em;}
address, li, p {font-size:1.2em;}
pre {font-size: 12px;}
ul {margin-left: 25px;}

/*********** ---------- ::Template:: --------------------- ***********/

#bodywrap {
	margin:0 auto;
                 background: #785b40;
}
#wrap {
margin:0 auto;
width: 989px;
background: #F1EAE2;

}
#masthead {border: 0px solid red;
width: 989px;
height: 230px;
background: transparent url('images/header-bg.jpg') top right no-repeat;
}
#logoblock {
	width: 216px;
	height: 230px;
	float: left;
	background: transparent url('images/p4m-logo.jpg') no-repeat;
}
#rightblock {
	width: 773px;
	height: 230px;
	float: right;
}
#blankbox {
	width: 773px;
	height: 176px;
}
#content {
width: 753px;
float: right;
}
#right {
float:right;
}
#left-column-wrap {
width: 233px;
float:left;
margin-left: 1px;
background: transparent url('images/left-column-wrap-bg.jpg') repeat-y;
}
#left-column {
	background: transparent url('images/left-column-bg.jpg') no-repeat;
	float: left;
min-height: 400px;
}
#left-column p {
	margin: 5px;
}
#left-column ul {padding: 0 0 20px 0; margin: 0 0 0 20px;}
#left-column li {list-style-type: none;}
#left-column .sectionheader {font-weight: bold; font-size: 15px; color:#5F3F23; margin: 0; padding:0;}
#bottom-banner {
	width: 990px;
	height: 126px;
	background: transparent url('images/footer-upper-bg.jpg') 0 0 no-repeat;
	
}
#footer {
clear:both;
width: 989px;
height: 85px;
margin: 0px auto 0 auto;
padding: 10px 0 0 0;
background: transparent url('images/footer-upper-bg-2.jpg') 0 0 no-repeat;
text-align: center;
}

/*********** ---------- ::Links:: ------------------------ ***********/
a { color: #4F3B27; font-size: 12px; text-decoration:underline;}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Upper Navigation ***********/
#topuppernav {
	width: 772px;
	height: 54px;
	background: transparent url('images/top-menu-bg.jpg') no-repeat;
}
#topuppernav ul {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 12px 0px 0 0;
	text-align: left;
	float: left;
}
#topuppernav ul li {
	font: bold 12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #efe9e0;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 1px solid #efe9e0;
}
#topuppernav ul li.noborder {
	border: 0;
}
#topuppernav ul li a, #topuppernav ul li a:link, #topuppernav ul li a:active, #topuppernav ul li a:visited {
	font: bold 12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #efe9e0;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
#topuppernav ul li a:hover {
	text-decoration: underline;
	color: #efe9e0;
}

/*********** Footer Navigation ***********/
#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	width: 950px;
	text-align: center;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font: bold 11px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #4F3B27;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font: bold 11px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #4F3B27;
	padding: 0 7px;
	margin: 0;
	text-decoration: underline;
	border-right: 1px solid #785b40;
}
#footer ul li a.noborder1 {
	border: 0;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #4F3B27;
}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
vertical-align:middle; /*remove this line for PC store - add it to desired id or class*/
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.small a {font-size: 10px;}

/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 215px;
	display: block;
	float: left;
	position:absolute;
	top:0px;
}

.contactform fieldset {
	padding: 1em;
	background-color: transparent;
                border: 1px solid #785b40;
                margin-right: 25px;
}
.contactform fieldset legend {
	font-weight: bold;
	font-size: 14px;
                margin: 0;
                padding: 10px 0;
}
.contactform div {
	width: 100%;
	padding: 0.25em 0 0.25em 0;
}
.contactform div label {
	display: block;
	width: 12em;
	font-size: 12px;
                color: #5F3F23;
}
.contactform div.required {
	color: #5F3F23;
}
.contactform div.required span{
	color: #FF0000;
}

.clear {clear: both;}

#left-column ul.paypal {padding: 0; margin:0 0 0 5px; color: #990000;}

br {clear: both}
/* End of 'p4m-css' */

