/* CSS Document */

@import "/assets/css/style.css";

#content-inner {
background: url(/assets/images/layout/content-middle-bg.png) repeat-y 510px 0px;
overflow: hidden;
height: auto;
}
#content-inner table td { vertical-align: top; }

#content-inner #left {
width: 510px;
}
#content-inner #middle {
width: 189px;
}
#content-inner #right {
width: 290px;
}

#right #right-inner {
padding: 22px 10px;
}


#news-and-promotions {
width: 250px;
margin: 0 auto;
}

#news-and-promotions h1 {
font-size: 16px;
color: #40321a;
text-transform: capitalize;
}
#news-and-promotions h2 {
font: 11px Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #545454;
}

#news-and-promotions p {
font: 11px Arial, Helvetica, sans-serif;
padding: 0 0 6px 0;
margin:10px 0;
background: url(/assets/images/icons/1px-dotted-333.png) repeat-x bottom left;
}

#news-and-promotions p a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block;
text-decoration: none;
margin-top: 6px;
}

#newsletter-signup {
position: relative;
width: 225px;
margin: 0 auto;
height: 250px;
overflow: hidden;
position: relative;
}
#newsletter-signup a.last {
position: absolute;
bottom: 0px;
left: 0px;
}
#newsletter-signup a.position-right {
position: absolute;
bottom: 0px;
right: 0px;
}

#newsletter-signup h1 {
text-transform: uppercase;
background: url(/assets/images/icons/envelope-hollow.png) no-repeat top left;
padding: 10px 0 3px 40px;
font-weight: bold;
color: #333;
border-width: 0;
margin-top: 36px;
font-size: 12px;
}

#newsletter-signup p {
line-height: 17px;
margin: 10px 0;
text-align: right;
clear:  both;
}

form#frmNewsletter  {
text-align: right;
clear: both;
}

form#frmNewsletter input {
clear: both;
}

form#frmNewsletter input.text {
font: 13px Tahoma, Arial, Helvetica, sans-serif;
padding: 4px 10px;
border: 1px solid #bbb;
}

form#frmNewsletter input.submit {
width: 97px;
height: 29px;
background: url(/assets/images/buttons/signup.png) no-repeat top left;
border-width: 0;
padding: 0;
margin: 0;
cursor: pointer;
}
form#frmNewsletter input.submit:hover {
background-position: 0px -29px;
}


#main-section {
font-size: 12px;
color: #222;
padding: 20px 12px;
text-align: left;
}
#main-section p {
font-size: 12px;
line-height: 18px;
color: #444;
margin: 0;
padding: 8px 4px; 
text-align: left;
}

#main-section-header {
text-transform: uppercase;
background-color: #555;
padding: 10px;
margin-bottom: 10px;
color: #fff;
font-size: 16px;
}

.nowrap { white-space: nowrap; }

.middle-section {
padding: 10px 9px 10px 10px;
}

.middle-section p {
color: #444;
font-size: 12px;
line-height: 18px;
text-align: right;
margin: 10px 0;
padding: 0 5px;
}

.middle-section-header {
text-transform: uppercase;
padding: 6px;
font-weight: bold;
color: #333;
border-width: 0;
font-size: 14px;
text-align: right;
border-bottom: 1px solid #333;
}


form#frmContactUs {

}

form#frmContactUs table {
width: 50%;
margin: 0 auto;
}

form#frmContactUs table td {
padding-bottom: 10px;
}

form#frmContactUs textarea {
width: 225px;
height: 175px;
margin: 0;
}

form#frmContactUs input,
form#frmContactUs select {
width: 180px;
}

form#frmCareerInquiry textarea {
width: 100%;
margin: 0;
}

form#frmCareerInquiry input.text,
form#frmCareerInquiry select {
width: 200px;
}

form#frmContactUs .submit,
form#frmCareerInquiry .submit,
form#frmPressRequestForm .submit {
margin: 0;
padding: 4px 0;
display: block;
width: 75%;
text-align: center;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
background: url(/assets/images/buttons/button-bg.gif) repeat-x top left #e3e3e3;
border-width: 1px;
border-color: #aaa #888 #888 #aaa;
cursor: pointer;
}

input[type=radio] {
margin: 4px 3px 4px 4px;
}

label {
cursor: pointer;
}

.error-messages-notice {
font-size: 1.25em;
color: #900;
text-transform: capitalize;
text-align: center;
}

.field_error {
color: #990000;
padding: 2px 0 0 2px;
}

.display-block {
display: block;
}

.sub-header {
color: #999;
font: 10px Arial, Helvetica, sans-serif;
display: block;
}

.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}

.red {
color: #990000;
}

.bold {
font-weight: bold;
}
.medium-large-text {
font-size: 14px;
}

.indent {
margin-left: 10px;
}

.blockquote-vertical {
margin-top: 10px;
margin-bottom: 10px;
}

.text-center {
text-align: center;
}


/* Table Layout Types */
table.small-padding {}
table.small-padding td { padding: 3px 10px; }