/* Header */
#header {
    background-color: white;
    border-top:3px solid #dcd3c4;
    width:100%;
    height: 56px;
    overflow: hidden;
}

#header .content {
    width:950px;margin:0 auto;
    margin-top: 15px;
}

#header .dropshadow {
    background: url('/assets/images/header_shadow.png') repeat-x;
    width: 100%;
    position: absolute;
    height: 5px;
    top: 65px;
    z-index:20;
}

/* commonly used across many pages */
.grey{background:#dddddd}
.grey-spacer{background:#dddddd; line-height:20px;}
.bold{font-weight:bold;}

/*Home page */
.margin-left-neg2{margin-left:-2px}

.topHomeBoxHeight {
    height: 301px;
}
.middleHomeBoxHeight {
    height: 296px;
}
.footerHomeBoxCustom {
    height: 165px;
    font-size: 0.8em;
    margin-right: 10px;
}

.right_border_img {
    background: url(/assets/images/home_box/right_border_reverse.gif) top right repeat-y;
    padding:0px 10px 0px 0px;
    height: 153px;
    margin:5px 10px 0 0;
}
.first_footer {
    padding-left: 10px;
}
.last_footer {

    margin:5px 10px 0 0;
}

div.homeBox {
    font: 12px;
    background: url(/assets/images/home_box/custom_corners_topleft.gif) top left no-repeat;
    border:none;
    position:relative;
}
div.homeBox h3 {
    font-size:1.3em;
    background: url(/assets/images/home_box/custom_corners_topright.gif) top right no-repeat;
    padding:2px 2px 2px 2px;
    color: #ffffff;
    margin:0;
}
div.homeBoxBody {
    background: url(/assets/images/home_box/custom_corners_rightborder.gif) top right repeat-y;
    padding:2px 2px 0px 2px;

    margin:0;
    margin-top:0em;
}
div.homeBoxFooter {
    background: url(/assets/images/home_box/custom_corners_bottomleft.gif) bottom left no-repeat;
}
div.homeBoxFooter p {
    background: url(/assets/images/home_box/custom_corners_bottomright.gif) bottom right no-repeat;
    padding:2px 2px 2px 2px;
    margin:0em 0 0 0;
}

div.feature {
    font-size: 12px;
    background: url(/assets/images/feature/custom_corners_topleft.gif) top left no-repeat;
    border:none;
    position:relative;
}
div.feature h3 {
    font:1.3em Georgia,serif;
    background: url(/assets/images/feature/custom_corners_topright.gif) top right no-repeat;
    padding:21px 20px 20px 15px;
    color: #ffffff;
    margin:0;
}

div.feature h3 a {
    color: #ffffff;
    text-decoration: none;
}

div.featureBody {
    background: url(/assets/images/feature/custom_corners_rightborder.gif) top right repeat-y;
    padding:15px 20px 0px 20px;
    height: 185px;
    margin:0;
    margin-top:-1.7em;
}
div.featureFooter {
    background: url(/assets/images/feature/custom_corners_bottomleft.gif) bottom left no-repeat;
}
div.featureFooter p {
    background: url(/assets/images/feature/custom_corners_bottomright.gif) bottom right no-repeat;
    padding:20px 20px 17px 20px;
    margin:-3em 0 0 0;
}

div.home_box {
    background: url(/assets/images/home/rectangle_bg.gif) center no-repeat;
    padding:10px;
    font-size: 10px;
    margin:0px 6px 5px 10px;
    height: 60px;
}

div.home_box img {
    float: left;
    padding:5px 7px 0 0;

}

div.home_box_middle {
    background: url(/assets/images/home/testimonials_box.gif) center no-repeat;
    width: 319px;
    height: 244px;
    margin-top: 3px;
    margin-left: -5px;
}

div.home_box_middle_body {
    padding: 7px 20px 0 24px;
}

#home_box_middle_button {
    padding: 10px 0 0 20px;
}
#home_box_middle_button {
    position:absolute;
    top: 270px;
    left: 399px;
    /* dimensions */
    width:221px;
    height:24px !important;
    margin:0 !important;
    padding:0;
    z-index:1;
    /* IE6 specific branch (prefixed with "_") */
    _margin-bottom:-2px;
}
#home_box_middle_button li {
    float:left;
    margin:0;
    padding:0;
    text-indent:0;
    list-style-type:none;
    margin-bottom: -1px;
}

#home_box_middle_button li a {
    background: url(/assets/images/home/testimonials_button.gif) no-repeat;
    display:block;
    height: 24px;
    padding:0px;
    /* font decoration */
    color:#000;
    font-size:12px;
    line-height:24px;
    text-align:center;
    text-decoration:none;
    outline: none;
}

/* adjust the background image position on each tab */
#home_box_middle_button #testimonial_link 			{ background-position: 0 0; width: 221px;}

/* mouseover state */
#home_box_middle_button a:hover 		{ color:#fff;	 }
#home_box_middle_button #testimonial_link:hover 	{ background-position:      0 -24px; }




#home_pressed_large_image {
    padding-top: 12px;
    padding-bottom: 5px;
}

.home_pressed_small_image {
    padding-top: 10px;
    text-align: center;
}

#content_header_text {
    text-align: center;
    padding-top: 25px;
    font-size:1.2em;
}

#breadcrumb_bar {
    background: url(/assets/images/breadcrumbs_bg.gif) no-repeat;
    position: relative;
    height: 30px;
    width: 100%;
    margin-top: -5px;
    z-index: 1;
}
#breadcrumb_bar_items {
    padding: 4px 0 0 15px;
    color: #ffffff;
    font-size: 1.2em;
}
#breadcrumb_bar_items .nonActiveBreadCrumbs {
    font-weight: bold;
}

#breadcrumb_bar_items .activeBreadCrumbs {
    text-decoration: none;
    color: #ffffff;
}

#breadbrumb_bar_cart a {
    float: right;
    color: #ffffff;
    padding-right: 10px;
}

#breadcrumb_bar_items .activeBreadCrumbs:hover {
    text-decoration: underline;
}

#getting_started_brochure {
    padding-right: 10px;
}

#login_form {
    width: 600px;
    height: 425px;
    margin: 15px;
}

#fb_image {
    float: left;
    padding: 5px;
}

#fb_body_content {

}

#fb_body_content h3 {
    font:1.3em Georgia,serif; 
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding:0;
}

#fb_body_content h4 {
    font:1.3em Georgia,serif;
    font-size: 14px;
    font-weight: bold;
}

.fb_wrapper {
    width: 600px;
}

#fb_cover_material_options {
    position: relative;
    width: 590px;
    padding-left: 6px;
}

#fb_cover_material_options li {
    display: inline;
    text-indent:0;
    list-style-type:none;
    padding-right: 5px;
    height: 150px;
}

#fb_cover_material_options li a {
        position: relative;
        outline: none;
        text-decoration: none;
        font-size: 11px;
        color: black;
}

#fb_cover_material_options li img {
    background-color: white;
    padding: 3px 3px 30px 3px;
}

.fb_cover_material_options_label {
    position: absolute;
    width: 107px;
    height: 10px;
    text-align: center;
    left: 0px;
    top: -25px;
}

.fb_cover_material_options_label2 {
    position: absolute;
    width: 107px;
    height: 10px;
    text-align: center;
    left: 0px;
    top: -13px;
}

.non_active_material_style {
    border: 1px solid #A0A0A0;
    margin-bottom: 5px;
    padding: 15px;
}

.home_start_button {
    position: absolute;
    display: block;
    width: 192px;
    height: 38px;
    top: 228px;
    left: 750px;
    background: url(/assets/images/sidebar/start_small_button.png) no-repeat 0 0;
}

.home_start_button:hover {
    background-position: 0 -38px;
}

#tooltip_content {
    overflow: auto;
    width: 400px;
}

.layout_type_label {
    width: 140px;
    padding-top: 3px;
}
.layout_type_label label {
        font-weight: normal;
        font-size: 11px;
}

.layout_type_img {
    padding-bottom: 30px;
}

.layout_start_button {
    display: block;
    width: 192px;
    height: 38px;
    float: right;
    padding-right: 28px;
    background: url(/assets/images/sidebar/start_small_button.png) no-repeat 0 0;
}

.layout_start_button:hover {
    background-position: 0 -38px;
}

.submit_right_button {
  position: relative;
  display: block;
  width: 96px;
  height: 24px;
  margin: 0 0 0 210px;
  padding:0;
  background: url(/assets/images/submit_button.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.submit_right_button:hover {
    background-position: 0 -24px;
}

.submit_left_button {
  position: relative;
  display: block;
  width: 96px;
  height: 24px;
  margin: 0 0 0 0px;
  padding:0;
  background: url(/assets/images/submit_button.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.submit_left_button:hover {
    background-position: 0 -24px;
}