/* common styles */
body {
background: #e5dff1 url('../images/bodyBG.jpg') repeat-x;
margin: 0;
padding: 10px;
font-family: arial;
font-size: 12px;
letter-spacing: .1em;
word-spacing: .2em;
color: #333;
text-align: center;
}

a {
text-decoration: none;
border-bottom: 1px dotted;
color: inherit;
color: #000;
}

a:visited {
text-decoration: none;
border-bottom: 1px dotted;
color: inherit;
}

a:hover {
text-decoration: none;
border-bottom: 1px solid;
color: inherit;
}

h1 {
font-size: 4.5em;
font-family: georgia;
font-weight: normal;
color: #4c236d;
margin: 20px 20px 0px 20px;
padding: 0;
background: url('../images/headerLogo.jpg') no-repeat;
height: 115px;
}

h1 span {
display: none;
}

h2 {
font-size: 1.3em;
margin: 0 20px 15px 30px;
padding-bottom: 10px;
border-bottom: 1px solid #4c236d;
}

h3 {
font-family: Georgia;
font-size: 1.6em;
font-weight: normal;
margin: 30px 20px 5px 30px;
text-transform: uppercase;
}

h3 a {
border-bottom: 0px solid #4c236d;
}

h3 a:visited {
border-bottom: 0px solid #4c236d;
}

h3 a:hover {
border-bottom: 0px solid #eee;
}

h4 {
background: #4c236d;
color: #eee;
font-size: 1.2em;
font-weight: normal;
padding: 10px;
margin: 0;
text-align: center;
}

h4 a {
color: #fff;
}

h5 {
font-size: 1em;
margin: 0 0 3px 20px;
}

h6 {
font-size: .8em;
color: #666;
margin: 10px 0 0 0;
}

p {
margin: 0px 80px 10px 30px;
line-height: 1.5em;
}

p img {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
}

ul {
margin-bottom: 20px;
}

ul li {
margin: 0 0 5px 10px;
}

ul li ul li {
margin: 3px 0 3px 10px;
list-style-type: none;
}

fieldset {
margin: 30px;
width: 450px;
padding: 20px;
}

fieldset legend {
color: #333;
font-size: 1.6em;
font-weight: normal;
text-transform: uppercase;
}

form {
margin: 20px;
}

input {
margin-bottom: 5px;
width: 350px;
line-height: 1.2em;
}

textarea {
margin-bottom: 5px;
width: 350px;
}

.button {
background: #4c236d;
color: #eee;
font-weight: bold;
}

/* containers */
.container {
width: 800px;
background: #cabfde url('../images/brandingMain.jpg') right 0% no-repeat;
padding: 0px;
border: 1px solid #4c236d;
margin: 0 auto;
text-align: left;
}

.content {
width: 605px;
}

/* testimonials */
.testimonial {
border: 1px solid #ccc;
background: #e5dff1 url('../images/quotes.gif') no-repeat;
padding: 20px;
margin: 50px;
width: 460px;
}

html > body .testimonial {
width: 410px;
}

.testimonial p {
font-style: italic;
margin: 0 0 5px 40px;
}

.testimonial img {
border: 1px solid #ccc;
float: right;
margin: 0 0 0 10px;
}

.testimonial .signature {
font-size: 1em;
color: #666;
text-align: right;
}

.testimonial h6 {
background: #cabfde;
border-bottom: 1px solid #4c236d;
color: #000;
font-size: 12px;
font-weight: normal;
padding: 10px;
}

/* products */
.products {
list-style-type: none;
}

/* navigation */
.nav {
list-style-type: none;
padding: 0px;
}

.nav li {
display: inline;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}

.nav a {
padding: 10px 10px 7px 10px;
}

.nav a:link {
border-bottom: 3px solid #e5dff1;
}

.nav a:visited {
border-bottom: 3px solid #e5dff1;
}

.nav a:hover {
border-bottom: 3px solid #4c236d;
}

.nav a.current {
background: #4c236d;
color: #eee;
border-bottom: 3px solid #4c236d;
}

/* promos */
.cbiPromo {
/*background: #333 url(../images/cbiCorner.gif) top right no-repeat;*/
background: #fff;
border-top: 5px solid #990000;
color: #333;
margin: 0;
padding: 0px;
}

.cbiPromo a:link {
color: #000;
}

.cbiPromo p {
margin: 0;
padding: 10px
}

.cbiPromo img {
border: 0px;
float: left;
margin-right: 10px;
}