
/*
    Main Stylesheet for Shellquip site.
    
    Feaured Colors:
        HEX         DESCRIPTION         PURPOSE
        #1A53B0     Cobalt Blue         Page headers
        #CC3300     Burnt Orange        Links
        #CCFF33     Bright Lime         Active state in main navigation
        #333333     Dark Grey           Text Copy 
            
*/          

html
{
    text-align: center;
}

body
{
    font-family: arial, sans-serif;
    font-size: 10px;
    text-align: left; 
    background: url(../images/bg_body.jpg) #0F3854 repeat-x;  
    background: #2B6191;
	margin-bottom: 20px;
}

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

.ir
{
    text-indent: -999em;
}

a.more
{
    background: url(../images/ic_navigation_sub_item.gif) no-repeat 0 1px;
    padding-left: 14px;
    font-weight: bold;
    font-size: 0.95em;
}


a.pdf, li.pdf {
  background: url(../images/bg_a_pdf.png) no-repeat;
  display: block;
  padding-left: 20px;
  float: left;
  line-height: 16px;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrap {
  width: 920px;
  margin: 30px auto 0 auto;
  padding: 0 12px;
  background: url(../images/bg_wrap.png) repeat-y;
}

#wrap_bt {
  width: 944px;
  margin: 0 auto 0 auto;
  padding: 0 0px;
  line-height: 0;
  height: 14px;
  font-size: 0;
  background: url(../images/bg_wrap_bt.png) no-repeat;
}


#container
{
    width: 896px;
    border: 1px solid #333;
    background: #fff;
}

#header
{
   background: url(../images/bg_header.gif) no-repeat;
   height: 111px; 
   position: relative;
}

#header #print-logo
{
    display: none;
}

#header h1 a
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 288px;
    height: 110px;
    display: block;
    text-indent: -999em;
    outline: none;
}

#form-search
{
    position: absolute;
    left: 537px;
    top: 70px;
	background: url(../images/bg_form_search.gif) no-repeat;
	width: 309px;
	height: 21px;
	padding: 9px 10px 11px 60px;
}

#form-search label,
#form-search input
{
    float: left;
}   

#form-search label
{
    font-weight: bold;
    color: #fff;
    padding-right: 6px;
    line-height: 18px;
    margin-top: 3px;
}

#form-search input.text
{
    margin-top: 2px;
    width: 153px;
    padding: 1px;
    font-size: 12px;
    font-family: arial, sans-serif;
}

#form-search input.image
{
    margin-left: 6px;
}

#lang-selector
{
    position: absolute;
    left: 597px;
    top: 26px;
    font-size: 0.9em;
    color: #fff;
	width: 304px;
	height: 34px;
	background: url(../images/bg_lang_selector.gif) no-repeat;
}

#lang-selector a
{
    color: #fff;
}

#lang-selector h2
{
    float: left;
    font-weight: bold;
}

#lang-selector ul
{
    float: left;
}

#lang-selector ul li
{
    float: left;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    height: 12px;
    margin-left: 15px;
	_margin-left: 9px;
	cursor: pointer;
}

#lang-selector li#lang-en
{
    background-image: url(../images/ic_en.png);
}

#lang-selector li#lang-fr
{
    background-image: url(../images/ic_fr.png);
}

#lang-selector li#lang-es
{
    background-image: url(../images/ic_es.png);
}

#navigation-main
{
    background: url(../images/bg_navigation.gif) repeat-x;
    height: 33px;
    border-top: 1px solid #000;
}

#navigation-main li
{
    line-height: 33px;
    display: block;
    float: left;
    padding: 0 39px;
    background: url(../images/gr_navigation_divider.gif) no-repeat 0 7px;
    text-align: center;
}

#navigation-main li#navigation-main-home
{
    padding-left: 30px;
    background: none;
}

#navigation-main li#navigation-main-contact {
  padding-right: 0;
}

#navigation-main li a
{
  outline: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
	cursor: pointer;
	font-size: 11px;
}

#navigation-main li a.current
{
    color: #cf3;
}

#navigation-main li a:hover
{
    text-decoration: underline;
}

#navigation-main li a.current:hover
{
}

#navigation-main #lang-selector
{
    position: absolute;
}

#navigation-breadcrumb
{
    background: url(../images/bg_navigation_breadcrumb.gif) repeat-x;
    line-height: 32px;
    padding: 0 28px;
    color: #fff;
    font-size: 12px;
    font-family: "trebuchet ms", sans-serif;
}

#navigation-breadcrumb a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#navigation-breadcrumb a:hover {
  text-decoration: underline;
}

#navigation-breadcrumb a,
#navigation-breadcrumb span.breadcrumb-current {
  font-size: 11px;
  font-family: arial, "verdana", sans-serif;
}



#decoration
{
    min-height: 472px;
    background: url(../images/bg_decoration.jpg) no-repeat top right white;
    border-top: 2px solid white;
    clear: left;
}

#columns
{
    margin: 0px;
    background: url(../images/bg_columns.gif) repeat-y top right;
    overflow: hidden;
    clear: left;
}

#content
{
	width: 600px;
    float: left;
    font-family: arial, sans-serif;
    font-size: 1.2em;
    color: #333;
    padding: 20px 20px 20px 26px;
    overflow: hidden;
    min-height: 300px;
}

#content img.alignleft
{
    float: left;
    margin-right: 20px;
    margin-bottom: 2px;
}

#content img.alignright
{
    float: right;
    margin-left: 20px;
    margin-bottom: 2px;
}

#content a,
#columns a
{
    color: #CC3300;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
    font-weight: bold;
    clear: left;
    font-family: arial, "sans-serif";
}

#content p
{
    line-height: 1.6em;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

#content h1
{
    font-size: 16px;
    margin-bottom: 18px;
}

#content h2
{
    font-size: 16px;
    margin-bottom: 16px;
}

#content h3
{
	margin-top: 25px;
	font-size: 14px;
	color: #1A53B0;
	margin-bottom: 0px;
}

#content h4
{
    margin-top: 12px;
}

#content img
{
	margin-right: 20px;
	margin-bottom: 20px;
}

#content p.attached
{
	margin-top: 4px;
}

#content ul
{
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.6em;
}

#content ul li
{
    padding-left: 4px;
    margin: 6px 0 6px 14px;
}

#content ol li
{
    margin: 6px 0 6px 14px;
}

#content table
{
    margin: 12px 0;
}

#content table td,
#content table th
{
    padding: 6px 10px;
    font-family: arial, sans-serif;
    font-size: 0.91em;
}


#content table thead th
{
    border: 1px solid #7D0000;
    background: url(../images/bg_thead_th.png) repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

#content table tbody th
{
    background: url(../images/bg_tbody_th.png) repeat-x;
    border: 1px solid #999;
    border-top: none;
    font-weight: bold;
    text-align: center;
    color: #777777;
}

#content table tbody td
{
    border: 1px solid #999;
}

#content table tr.numbers td,
#content table tr td.numbers
{
    text-align: right;
}



#content ul.images
{
	list-style-type: none;
	padding: 15px 0px;
	margin: 10px 0 0 0;
	clear: both;
	background: url(../images/bg_dash_h.gif) repeat-x;
	overflow: hidden;	
}

#content ul.images li
{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#content ul.youtube-thumbnails
{
	list-style-type: none;
  background: url(../images/bg_dash_h.gif) repeat-x;
  padding: 15px 0 0 0;
	margin: 10px 0 0px 0;
	clear: both;
	overflow: hidden;	
	
}

#content ul.youtube-thumbnails li
{
    margin: 0 20px 10px 0;
    padding: 0;
    display: block;
    float: left;
}

#content ul.youtube-thumbnails li p {
  margin-top: 3px;
  font-size: 11px;
  padding-left: 2px;
  color: #777;
  font-weight: bold;
}



#content em
{
    font-style: italic;
}

#content dl.faq dt
{
	margin-top: 10px;
	padding-left: 28px;
	background: url(../images/ic_question.gif) no-repeat;
	color: #1A53B0;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
}

#content dl.faq dd
{
	background: url(../images/bg_answer_bt.gif) no-repeat left bottom;
	padding: 0;
	display: block;
	margin: 8px 0 20px 0;
	width: 845px;
	line-height: 1.5em;
}

#content dl.faq dd div
{
	background: url(../images/bg_answer_tp.gif) no-repeat;
	padding: 10px 10px 12px 40px;
	min-height: 25px;
	width: 795px;
}

#content dl.faq dd div div {
	background: none;
	padding: 0;
	min-height: 0;
	width: auto;
}

#content dl.faq dd p {
  margin-top: 10px;
  margin-bottom: 0;
}

#content dl.faq dd p:first-child {
  margin-top: 0;
}

#content ul.testimonials
{
	margin-left: 0;
	padding-left: 0;
}

#content ul.testimonials li
{
	list-style-type: none;
	background: url(../images/ic_comment.gif) no-repeat;
	margin-left: 0;
	padding-left: 20px;
}


#content ol
{
    list-style-type: decimal;
    padding-left: 15px;
}

#content ol ol
{
    list-style-type: lower-alpha;
}

#content ul.news {
  margin: 0;
  padding: 10px 0;
}

#content ul.news li div
{
	padding: 10px;
	display: block;
}

#content ul.news li
{
  overflow: hidden;
	width: 833px;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
  padding-left: 0;
  margin: 0;
	margin-bottom: 15px;
}

#content ul.news li.feature
{
	background: url(../images/bg_feature_tp.gif) no-repeat;
	padding: 0px;
	border-bottom: none;
}

#content ul.news li.feature div
{
	padding: 16px;
	background: url(../images/bg_feature_bt.gif) no-repeat bottom left;
}

#content ul.news li h3
{
	padding-left: 22px;
	margin-top: 0;
	line-height: 16px;
	margin-bottom: 6px;
	background: url(../images/ic_newsletter.gif) no-repeat;
}

#content ul.news li.feature h3
{
}

#content ul.news li p
{
	margin-top: 6px;
	margin-bottom: 0;
}

/* Blog Posts (Latest News) */

#content ul.posts {
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0px 0;
}

#content ul.posts li {
  padding: 0 0 15px 0;
  margin: 0;
  background: url(../images/bg_dash_h.gif) repeat-x bottom left;
}

#content ul.posts li p.time {
  font-size: 10px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #999;
  margin: 6px 0;
}

#content ul.posts li h3 {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
} 

#content ul.posts li p {
  margin-top: 10px;
}

/* -- Web Links -- */

#content ul.links {
  margin: 0;
  padding: 10px 0;
}

#content ul.links h3 {
  margin-bottom: 0;
}

#content ul.links p {
  margin-top: 4px;
}

/* -- Footer -- */

#footer
{
    background: #444;
    color: #fff;
    height: 40px;
    position: relative;
    padding: 0px 14px;
}

#content div.divider
{
    clear: left;
    line-height: 10px;
    height: 10px;
    background: url(../images/bg_divider.gif) center left repeat-x;
}

#content div.padder
{
    height: 20px;
    line-height: 20px;
}

#sidebar 
{
    float: left;
    width: 209px;
    padding: 15px 18px;   
}


#sidebar .promo
{
    padding: 0 12px;
    background: url(../images/bg_promo_white.png) repeat-y;
    overflow: hidden;
}

#sidebar .promo p
{
    font-family: arial, sans-serif;
    line-height: 1.5em;
    font-size: 11px;
}

#sidebar .promo a
{
    color: #CF4517;
    font-weight: bold;
}

#sidebar .promo h3
{
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1A53B0;
    _height: 1px;
}

#sidebar .promo h4
{
    font-weight: bold;
    color: #000;
    padding-bottom: 6px;
    _height: 1px;
}

#sidebar .promo label
{
    _height: 1px;
}

#sidebar .promo#promo-subscribe
{
    background-image: url(../images/bg_promo_black.png);
    color: #fff;
}

#sidebar .promo#promo-subscribe a
{
    color: #fff;
}

#sidebar .promo#promo-subscribe h3
{
    color: #fff;
}

#sidebar .promo#promo-subscribe p
{
    margin-bottom: 10px;
}

#sidebar .promo#promo-subscribe #bt-subscribe
{
    background: url(../images/bt_subscribe.gif) no-repeat;
    text-indent: -999em;
    width: 87px;
    height: 24px;
    display: block;
    float: left;
}

#sidebar .promo-tp,
#sidebar .promo-bt
{
    height: 12px;
    line-height: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

#sidebar .promo-tp
{
    background-image: url(../images/bg_promo_white_tp.png);
}

#sidebar .promo-bt
{
    background-image: url(../images/bg_promo_white_bt.png);
    margin-bottom: 20px;
}

#sidebar .promo-tp#promo-subscribe-tp
{
    background-image: url(../images/bg_promo_black_tp.png);
}

#sidebar .promo-bt#promo-subscribe-bt
{
    background-image: url(../images/bg_promo_black_bt.png);
}

#sidebar .promo#promo-subscribe form
{
    padding-top: 8px;
}

label.culprit
{
    color: red;
}

#sidebar .promo#promo-subscribe form label
{
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    padding-left: 2px;
}

#privacy-quick-subscribe
{
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 24px;
    _margin-left: 6px;
    font-size: 10px;
}

#sidebar .promo#promo-gallery p
{
    margin-top: 10px;
    font-family: arial, sans-serif;
    font-size: 10px;
    margin-bottom: 6px;
}

#navigation-sub h3
{
    margin-bottom: 3px;
}

#navigation-sub ul {
  list-style-type: none;
}

#navigation-sub li
{
    font-weight: bold;
    font-size: 11px;
}

#navigation-sub li a
{
    display: block;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #fff transparent #e1e1e1 transparent;
    padding: 11px 0px 12px 25px;
    text-decoration: none;
    color: #CF4517;
    background: url(../images/ic_navigation_sub_item.gif) no-repeat 9px 11px; 
	_height: 1px;
}

#navigation-sub li.active a
{
    background-image: url(../images/ic_navigation_sub_item_active.gif); 
    color: #999;
    cursor: default;
}

#navigation-sub li.last,
#navigation-sub li.last a
{
    border-bottom: none;
}

#navigation-sub a:hover
{
    text-decoration: underline;
}

#navigation-sub li.active a:hover
{
    text-decoration: none;
}

#footer p,
#footer a
{
    display: block;
    line-height: 40px;
    font-weight: bold;
}

#footer p
{
    float: left;
}

#footer a
{
    float: right;
    color: #fff;
    padding-left: 24px;
}

#footer a#email-us
{
    background: url(../images/ic_email.gif) no-repeat 0 15px;
}

#footer a#site-map
{
    padding-right: 20px;
}



