@import url(reset.css);

/* CSS Document */

html {
    height: 100%;
}

body {
    margin: 0;
    color: #444;
    font: 12px/18px Arial, Verdana, Tahoma, sans-serif;
    background: #b5a772 url(../images/bg_body.jpg) repeat-x 0 0;
    height: 100%;
}

body#subpage {
    background: #b5a772 url(../images/bg_body_sub.jpg) repeat-x 0 0;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #aaa;
}

p {
    margin: 0
}

img {
    border: none;
}

input, select, textarea {
    font: 12px / 18px Arial, Verdana, Tahoma, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cboth {
    clear: both;
}

.nobg {
    border: none !important;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    background: #fff;
    color: #910000;
    padding: 0;
    height: 116px;
}

#header .logo {
    display: block;
    margin: 0;
    width: 115px;
    height: 96px;
    background: url(../images/logo.gif) no-repeat 50% 0;
}

#header .left {
    margin: 10px 0 0 13px;
    display: inline;
    width: 115px;
}

#header .right {
    width: 800px;
    padding: 0 20px 0 0;
    height: 116px;
    overflow: hidden;
}

#header .top_right {
    width: 100%;
    overflow: hidden;
    margin: 0 0 27px;
}

#header .top_right .sep {
    background: url(../images/top_right_sep.gif) no-repeat 0 50%;
    width: 1px;
}

#header .top_right li {
    float: left;
    margin: 0 4px;
}

#header .top_right li a {
    color: #700000;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#header .top_right li a:hover {
    color: #000;
}

#header .top_right .top_menu {
    float: right;
    margin: 15px 15px 0 0;
}

#header .menu {
    height: 41px;
    margin: 0;
    float: right;
    background: url(../images/main_menu_sep.gif) no-repeat 100% 50%;
}

#header .menu li {
    float: left;
    line-height: 36px;
    padding: 0 0 0 1px;
    background: url(../images/main_menu_sep.gif) no-repeat 0 50%;
}

#header .menu li.last {
    background: none;
    width: 62px;
    padding: 0;
}

#header .menu li a {
    color: #910000;
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    padding: 0 25px 5px;
}

#header .menu li a:hover,
#header .menu li.active a {
    background: url(../images/main_menu_hover.gif) repeat-x 0 100%;
}

#header .meta_menu {
    background: url(../images/bg_meta_menu.gif) no-repeat 0 0;
    width: 269px;
    padding: 0;
    height: 48px;
    float: right;
    color: #252525;
}

#header .meta_menu p {
    padding: 3px 15px 5px;
}

#header .meta_menu li {
    float: left;
    margin: 0 12px 0 11px;
    display: inline;
}

#header .meta_menu li a {
    color: #252525;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
}

#header .meta_menu li a:hover {
    color: #700000;
}

/* Middle
-----------------------------------------------------------------------------*/

#outer_bg {
    background: url(../images/bg_outer.png) repeat-y 0 100%;
    width: 980px;
    padding: 0 7px;
}

#page {
    width: 994px;
    margin: 0 auto;
    padding: 0;
}

#content {
    background: #fff;
    padding: 0 0 5px;
}

#subpage #content {
    padding: 0;
}

/* Home Page
-----------------------------------------------------------------------------*/
#content .home_banner {
    height: 400px;
    width: 980px;
    color: #fff;
    padding: 0;
    background: url(../images/home_banner.jpg) no-repeat 0 0;
}

.home_cols {
    padding: 0;
    margin: 20px 0 0;
    background: url(../images/home_cols_split.gif) repeat-y 50% 0;
}

.home_cols h2 {
    color: #700000;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 20px;
    width: 200px;
}

.home_cols .hcol {
    color: #432703;
    float: left;
    padding: 0 25px 30px;
    width: 276px;
}

.hr {
    background: url(../images/hr_dotted.gif) repeat-x 0 0;
    height: 1px;
    line-height: 0;
    font-size: 0;
}

.home_cols .about_col {
    background: url(../images/icos/about_col.gif) no-repeat 210px 0;
}

.home_cols .mid_col {
    background: url(../images/icos/mid_col.gif) no-repeat 240px 0;
}

.home_cols .right_col {
    background: url(../images/icos/right_col.gif) no-repeat 230px 0;
}

.home_cols .about_col p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 40px 7px 0;
}

.home_cols .mid_col p {
    font-size: 15px;
}

.home_cols .mid_col ul {
    border-top: 1px solid #ebe6e2;
    margin: 15px 0 10px;
    padding: 1px 0 0;
}

.home_cols .mid_col li {
    background: #fff url(../images/bg_daily_list.gif) repeat-x 0 100%;
    padding: 5px 20px;
}

.home_cols .mid_col li a {
    display: block;
    font-size: 12px;
    color: #533612;
}

.home_cols .mid_col li a:hover {
    color: #700000;
}

.home_cols a {
    color: #644101;
    font-weight: bold;
}

.home_cols a:hover {
    color: #000;
}

.home_cols .right_col {
    position: relative;
}

.home_cols .right_col input {
/* width: 220px;*/
}

.home_cols .right_col select {
    width: 210px;
}

.home_cols .right_col .f_row {
    margin: 0 0 10px;
}

.home_cols .right_col .f_row .btn {
    width: 150px;
    margin-left: 48px;
}

.home_cols .right_col p {
    font-weight: bold;
    margin: 0 0 10px;
}

.readmore {
    background: #fff url(../images/arrow_home.gif) no-repeat 0 50%;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #700000;
}

.home_cols .right_col .btn_submit {
    margin: 0 0 0 125px;
}

.btn_submit {
    background: url(../images/btns/btn_submit.gif) no-repeat 0 0;
    width: 106px;
    height: 22px;
}

.btn {
    border: none;
    display: block;
    cursor: pointer;
}

.btn:hover {
    background-position: 0 100%;
}

/* Subpage
-----------------------------------------------------------------------------*/

.banner_sub {
    height: 169px;
    overflow: hidden;
}

.banner_sub .left {
    height: 169px;
    background: url(../images/banner_left.gif) no-repeat 0 0;
    width: 264px;
    float: left;
}

.banner_sub .right {
    height: 169px;
    width: 716px;
    float: right;
}

#banner_about .right {
    background: url(../images/banner_about.gif) no-repeat 0 0;
}

#banner_products .right {
    background: url(../images/banner_products.jpg) no-repeat 0 0;
}

#banner_contact .right {
    background: url(../images/banner_contact.jpg) no-repeat 0 0;
}

#banner_locations .right {
    background: url(../images/banner_locations.jpg) no-repeat 0 0;
}

#banner_faq .right {
    background: url(../images/banner_faq.jpg) no-repeat 0 0;
}

.breadcrumb {
    color: #454545;
    font-weight: bold;
    padding: 0 0 25px;
}

.breadcrumb img {
    margin: 0 10px;
}

.breadcrumb a {
    font-weight: normal;
    color: #454545;
}

.breadcrumb a:hover {
    color: #760000;
}

.sub_cols {
    padding: 10px 0 0;
    background: url(../images/subpage_line.gif) no-repeat 263px 20px;
}

.sub_left {
    width: 214px;
    float: left;
    padding: 0 25px;
}

.sub_left h3 {
    color: #700000;
    font-size: 20px;
    padding: 15px 0 20px;
}

.sub_left ul {
    margin: 0 0 15px;
}

.sub_left li {
    background: url(../images/sl_menu_bg.gif) repeat-x 0 100%;
    padding: 0 0 0 10px;
}

.sub_left li a {
    background: url("../images/icos/products.gif") no-repeat scroll 0 0 transparent;
    color: #533612;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 25px;
    padding: 8px 0 8px 35px;
}

.sub_left li a:hover {
    color: #D52520;
}

.sub_left li#pr1 a {
    background-position: 0 13px;
}

.sub_left li#pr2 a {
    background-position: 0 -28px;
}

.sub_left li#pr3 a {
    background-position: 0 -66px;
}

.sub_left li#pr4 a {
    background-position: 0 -107px;
}

.sub_left li#pr5 a {
    background-position: 0 -146px;
}

.sub_left li#pr6 a {
    background-position: 0 -185px;
}

.sub_left li#pr7 a {
    background-position: 0 -227px;
    line-height: 15px;
    padding: 5px 0 11px 35px;
}

.sub_left li#pr8 a {
    background-position: 0 -266px;
}

.sub_left li#pr9 a {
    background-position: 0 -305px;
}

.sub_right {
    padding: 0 35px 30px;
    width: 646px;
    float: right;
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

.bg_tapia_logo {
    background: url(../images/bg_tapia.gif) no-repeat 0 100%;
}

.sub_right h3 {
    color: #760000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.sub_right h4 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 20px;
}

.sub_right h5 {
    color: #6A0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px;
}

.sub_right p {
    line-height: 18px;
    margin: 0 0 20px;
}

.sub_right .two_cols .right {
    width: 200px;
}

.sub_right .two_cols .left {
    padding: 0;
    width: 400px;
}

.sub_right .two_cols_short .right {
    width: 285px;
}

.sub_right .two_cols .right .hr {
    background: url(../images/h_sep.gif) repeat-x 0 0;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: 20px 0;
}

.sub_right .two_cols_short .left {
    padding: 0;
    width: 350px;
}

.sub_right .two_cols_short .left p {
    padding-right: 20px;
}

.sub_right .two_cols .img_col img {
    border: 3px solid #a8a8a8;
    display: block;
    margin: 0 auto 15px;
}

.sub_right .two_cols .map {
    text-align:right;
}

.sub_right .products_list {
    margin: 30px 0 0;
    background: url(../images/product_list_sep.gif) repeat-y 123px 0;
}

.sub_right .two_cols_short .left .products_list {
    background: url(../images/product_list_sep.gif) repeat-y -183px 0;
    margin-bottom: 20px;
}

.sub_right .products_list li {
    float: left;
    width: 97px;
    padding: 0 30px 10px 20px;
    color: #000;
     background: url(../images/icos/arrow_red_dots2.gif) no-repeat 0 6px;
}

.sub_right .products_list li a {
    color: #000;
    padding: 0 0 0 0px;
}

.sub_right .products_list li a:hover {
    color: #741012;
}

.product_thumbs {
    margin-left: -7px;
}

.product_thumbs li {
    width: 307px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 20px;
    zoom: 1;
    *display: inline;
    _height: 100px;
}

.product_thumbs li .thumb_img {
    width: 103px;
    overflow: hidden;
    float: left;
}

.product_thumbs li .thumb_img img {
    border: 2px solid #c4c4c4;
}

.product_thumbs li .thumb_txt {
    padding: 5px 0 0 115px;
}

.product_thumbs h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.product_thumbs h3 a {
    color: #760000;
}

.product_thumbs h3 a:hover {
    color: #aaa;
}

.product_thumbs p {
    margin: 0 0 5px;
    line-height: 15px;
}

.product_thumbs .readmore {
    float: right;
    font-weight: normal;
    margin-right: 5px;
    background-color: transparent;
}

/* Facilities
-----------------------------------------------------------------------------*/

.sub_right .facilities_list {
    margin: 25px 0 0
}

.sub_right .facilities_list li {
    float: left;
    width: 160px;
    padding: 0 13px 10px 0;
    margin: 0 15px 0 0;
    color: #000;
    background: url(../images/v_sep_static.gif) no-repeat 100% 0;
}

.sub_right .facilities_list li li {
    float: none;
    padding: 0 0 7px 20px;
    margin: 0;
    width: auto;
    background: none;
        background: url(../images/icos/arrow_red_dots2.gif) no-repeat 0 6px;
}

.sub_right .facilities_list #fa3,
.sub_right .facilities_list #fa4 {
    width: 120px;    
}

.sub_right .facilities_list #fa4 {
    margin-right:0;
    padding-right:0;
    background: none;
}

.sub_right .facilities_list .location {
    color: #6a0000;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    background: none;
}

.sub_right .facilities_list .location span {
    color: #000;
}

.sub_right .facilities_list .areas {
    color: #000;
    font-size: 10px;
    line-height: 14px;
    height: 20px;
    padding: 0 0 17px;
    background: none;
}

.sub_right .facilities_list li a {
    color: #000;

    padding: 0;
}

.sub_right .facilities_list li a:hover {
    color: #741012;
}



/* FAQ
-----------------------------------------------------------------------------*/
.faq-show {
    width: 550px;
    margin: 30px 0 0;
}

.faq-show li {
    padding: 0 0 15px;
}

.faq-show a {
    background: url("../images/icos/faq.gif") no-repeat scroll 0 6px transparent;
    color: #740000;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.faq-show a:hover {
    color: #D52520;
}

.faq-show .headerShown {
    background: url("../images/icos/faq_open.gif") no-repeat scroll 0 6px transparent;
}

.faq-show div {
    padding: 10px 0 0 20px;
    display: none;
}

/* Contact Us
-----------------------------------------------------------------------------*/
.contact_form {
    width: 376px;
}

.contact_form .error {
    color: red;
    margin-bottom: 15px;
}

.contact_form .thankyou {
    margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}

.contact_form label {
    width: 65px;
    color: #533612;
    font-weight: bold;
    float: left;
}

.contact_form .f_row {
    padding: 0 0 25px;
}

.contact_form .f_inputs {
    padding: 0 0 0 85px;
}

.contact_form .f_inputs input {
    background: url(../images/bg_input.gif) repeat-x 0 0;
    border: 1px solid #d0c9c0;
    width: 280px;
    height: 18px;
    padding: 3px;
}

.contact_form .f_inputs textarea {
    background: url(../images/bg_textarea.gif) repeat-x 0 100% #fff;
    border: 1px solid #d0c9c0;
    width: 280px;
    height: 160px;
    padding: 3px;
}

.contact_form .btn_brown_arrow {
    width: 70px;
    float: right;
}

.btn_brown_arrow {
    background: url(../images/btns/btn_brown_warrow.gif) no-repeat 0 0;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 32px;
    text-align: left;
    color: #fff !important;
}

.contact_box {
    padding: 0;
}

.contact_box h4 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
}

.contact_box p {
    color: #3e3e3e;
    margin: 0 0 7px;
}

.contact_box .phone {
    color: #700000;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 20px;
    background: url(../images/icos/phone_fax.gif) no-repeat 0 0;
    height: 13px;
    line-height: 13px;
}

.contact_box .fax {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 20px;
    background: url(../images/icos/phone_fax.gif) no-repeat 0 -20px;
    height: 15px;
    line-height: 15px;
}

.ico_pdf {
    margin: 5px 0 15px !important;
}

.ico_pdf a {
    background: url(../images/icos/ico_pdf.png) no-repeat 0 50%;
    padding: 3px 0 3px 25px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #700000;
}
.ico_pdf a:hover{
    color:#d52520;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: url(../images/bg_footer.png) no-repeat 0 0;
    padding: 15px 20px;
    color: #fff;
}

#footer li {
    float: left;
}

#footer ul, #footer p {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer .left {
    width: 600px;
}

#footer .right {
    width: 250px;
    color: #fff;
    text-align: right;
}

#footer .right a {
    font-weight: bold;
}

#footer .right a:hover {
    color: #700000;
}

#footer .left ul {
    margin: 0 0 3px;
}

#footer .left li {
    margin: 0 15px 0 0;
}

#footer .left li a {
    font-size: 14px;
    color: #fff;
}

#footer .left li a:hover {
    color: #700000;
}

#footer .left li.sep {
    background: url(../images/footer_menu_sep.gif) no-repeat 0 50%;
    width: 1px;
}

#footer  p {
    margin: 0;
}
