

/* -------------------------- psi.css -------------------------- */


* {
margin: 0;
padding: 0;
}

body {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
background-color: #FFFFFF;
}

.clearer {
clear: both;
height: 0px;
line-height: 0px;
}

#constraint {
width: 780px;
margin: 0 auto;
padding: 5px;
background-color: #FFFFFF;
}

#header, 
#features, 
#textNav, 
#nav, 
.pmtfooter,
#catalogue {
display: none;
}

#mainContent {
padding: 15px;
}

#footer {
clear: both;
}

#contentArea {
background-color: #FFFFFF;
}

#introduction {
margin: 0 auto;
text-align: center;
width: 99%;
margin-top: 5px;
}

body#introduction #textNav {
width: 480px;
text-align: center;
margin: 0 auto;
}

body#introduction #textNav ul {
text-align: center;
margin: 0 auto;
}

body#introduction #seachDescription {
display: none;
}

/*	+Links
-------------------------------------------------------- */

a {
color: #000000;
font-weight:bold;
text-decoration: none;
}

/*	+Text
-------------------------------------------------------- */

h1 {
font-size: 2.0em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

p {
font-size: 1.5em;
line-height: 1.5em;
margin-top: 3px;
}

/*	+Dropdown Navigation
-------------------------------------------------------- */

#subMenu {
display: none;
}

/*	+Products
-------------------------------------------------------- */

.productDescription {
float: left;
width: 330px;
margin-top: 10px;
}

.productImage {
float: right;
width: 250px;
}

.productChart {
clear: both;
}

.productTable {
background-color: #FFFFFF;
border-collapse: collapse;
}

.productTable .tableHead, .productTB .tableHead {
text-align: center;
font-size: 1.5em;
border: 1px solid #610000;
}

.productTable td, .productTB td {
padding: 3px;
font-size: 1.5em;
line-height: 1.5em;
border: 1px solid #610000;
}

.productTB {
clear: both;
background-color: #FFFFFF;
border-collapse: collapse;
}

.productTB a {
color: #A80000;
}

/*	+Brochures
-------------------------------------------------------- */

body#brochures .dkSection ul {
float: left;
width: 30%;
font-size: 1.5em;
padding: 10px;
list-style-type:  none;
}

body#brochures .dkSection ul li {
padding: 2px;
border-bottom: 1px solid #000000;
}

body#brochures .dkSection ul li a {
display: block;
padding: 2px;
color: #000000;
}

body#brochures .dkSection ul li a:hover {
color: #333333;
background-color: #000000;
}

/*	+Contact Form
-------------------------------------------------------- */

#contactForm {
display: none;
}

.formRow {
float: left;
width: 50%;
font-size: 1.5em;
margin-bottom: 5px;
}

#contactForm form {
padding: 15px;
padding-top: 0px;
}

.contactBlock {
float: left;
width: 40%;
padding: 15px;
padding-top: 0px;
font-size: 1.5em;
}

.formResult {
font-size: 1.5em;
padding: 15px;
}

/*	+Sections
-------------------------------------------------------- */

#contactInfo {
float: left;
width: 250px;
text-align: center;
}

#missionStatement {
float: right;
width: 250px;
padding-left: 20px;
}


.dkSection p, .ltSection p {
line-height: 1.5em;
padding-bottom: 15px;
}

.dkSection p {
color: #000000;
}

.ltSection h1, .dkSection h1 {
padding-top: 5px;
margin-botom: 5px;
border-bottom: 1px solid #A80000;
}

.ltSection h2, .dkSection h2 {
color: #FFFFFF;
}

.ltSection img, .dkSection img {
float: left;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}