@import "reset.css";
@import "corners.css";

.campell, .copyright, .counters {
	*font-size:12px;
}
.sidebar li a {
	*font-size:13px;
}

body {
    font: .8em/1.6 Arial, Verdana, sans-serif;
    color: #000;
    background: #FFF;
}

a {color: #000034;}

.container {
    width: 945px;
    margin: 0 auto;
}

/* @group Header */
.header {
    height: 130px;
}
.header .logo {
    float: left;
    padding: 34px 0 0 5px;
}
.header .phones {
    float: right;
    padding: 50px 14px 0 0;
}
/* @end */

/* @group Navigation */
.nav {
    overflow: hidden;
    height: 76px;
    background: #FF1012 url("/i/nav-bg.png") no-repeat;
}
.nav ul {
    margin: 16px 0 0 46px;
}
.nav ul li, .nav ul li span,
.nav ul li a {
    background-image: url("/i/nav-sprite-bg.png");
    background-repeat: no-repeat;
}
.nav ul li {
    position: relative;
    float: left;
    height: 40px;
    background-position: -666px 0;
    padding: 0 15px 0 16px;
}
.nav ul li span {
    display: block;
    position: absolute;
    height: 15px;
    width: 22px;
    top: 45px;
    left: 50%;
    margin-left: -11px;
    background-position: 0 -8px;
}
.nav ul li a {
    position: relative;
    top: 16px;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 8px;
}
.nav ul .n-n0 {
    background: none !important;
    padding-left: 0;
}
.nav ul .n-n0 a {width: 87px; background-position: 0 0;}
.nav ul .n-n1 a {width: 109px; background-position: -87px 0;}
.nav ul .n-n2 a {width: 86px; background-position: -196px 0;}
.nav ul .n-n3 a {width: 86px; background-position: -282px 0;}
.nav ul .n-n4 a {width: 165px; background-position: -368px 0;}
.nav ul .n-n5 a {width: 62px; background-position: -533px 0;}
.nav ul .n-n6 a {width: 71px; background-position: -595px 0;}
/* @end */

/* @group Main */
.main, .main-in,
.main-out {
    background-image: url("/i/main-sprite-bg.png");
}
.main {
    background-position: 100% 0;
    background-repeat: repeat-y;
}
.main-in {
    background-position: -945px 100%;
    background-repeat: no-repeat;
}
.main-out {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 30px 45px 40px;
}
/* @end */

/* @group Sidebar */
.sidebar {
    float: left;
    width: 145px;
}
.sidebar ul {
    margin-top: 12px;
    overflow: hidden;
    width: 100%;
}
.sidebar ul li {
    background: url("/i/dotted-bg-tilex.gif") repeat-x 0 0;
    padding: 7px 0 6px;
    margin: -1px 0 0;
    text-transform: uppercase;
}
.sidebar ul li a {
    text-decoration: none;
    color: #000034;
}
.sidebar ul li .g-arr {
    float: right;
}
.content.sb {
    float: right;
    width: 680px;
}
/* @end */

/* @group Content */
h1, h2 {
    font-weight: normal;
    margin-bottom: 8px;
}
h1, h2,
h3, h4 {
    padding-top: 12px;
}
h1 {
    font-size: 210%;
    line-height: 120%;
    color: #FF1012;
}
h2 {
    font-size: 180%;
    line-height: 120%;
    color: #000034;
}
p, ul, ol {
    margin: 0 0 8px;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
.content table {
    width: 100%;
    margin: 12px 0;
}
.content table td, .content table th {
    border: 1px solid #DBDBDB;
}
.content table th {
    font-weight: normal;
    text-align: left;
    background: #EDEDED;
    padding: 11px 14px;
}
.content table td {
    color: #606060;
    padding: 6px 14px;
}
.g-arr {
    color: #FF1012;
}
.g-img {
    background: #E6E6E6;
}
.g-img img {
    display: block;
}
.g-img.left, .g-left {
    float: left;
    margin: 12px 20px 12px 0;
}
.g-img.right, .g-right {
    float: right;
    margin: 12px 0 12px 20px;
}
.g-item h2 {
    font-size: 100%;
    font-weight: bold;
}
.g-item h2 span {
    font-weight: normal;
}
.g-cols {
    margin: 12px 0;
}
.g-cols .c-left {
    float: left;
    width: 254px;
}
.g-cols .g-img {float: left;}
.g-cols .c-center {
    float: left;
}
.g-cols .c-center .g-img {
    float: left;
    margin: 0 auto;
}
.g-cols .c-right {
    float: right;
}
.more {
    clear: both;
}
.more a {
    font-weight: bold;
    color: #FF1012;
}
.more.light {
    clear: none;
}
.more.light a {
    font-weight: normal;
}
/* @end */

/* @group News */
.news-date {
    color: #909090;
    margin-top: -8px;
}
.news-gallery li {
    float: left;
    display: inline;
    margin: 0 10px 11px 0;
}

.news-gallery {clear: both;}
.news-gallery .g-img {float: left;}
.news-gallery li .ct {
    padding: 0 14px;
}
/* @end */

/* @group Cards */
.cards li {
    display: inline;
    float: left;
    margin-right: 38px;
    padding: 12px 0;
}
.cards img {
    position: relative;
    display: block;
    margin: 0 0 12px -25px;
}
.cards-list {
    background: url("/i/dotted-bg-tiley.gif") repeat-y 315px 0;
}
.cards-list a {color: #FF1012;}
.cards-list .left {
    float: left;
    width: 290px;
}
.cards-list .right {
    float: right;
    width: 340px;
}
.cards-list li:before {content: "\2014\a0";}
.cards-list li {
    text-indent: -1.3em;
    margin-left: 1.5em;
}
/* @end */

/* @group Respond */
.respond table {
    table-layout: fixed;
}
.respond td {
    padding: 2px 0 !important;
    vertical-align: top;
    color: #000 !important;
    border: none !important;
}
.respond .separator {
    background: url("/i/dotted-bg-tilex.gif") repeat-x 0 50%;
    height: 25px;
}
.respond .inp {width: 28em;}
.respond .inp.f {width: 100%; position: relative;}
.respond textarea {
    font-family: Arial, Verdana, sans-serif;
}
.respond .submit {
    padding-top: 15px !important;
}
.respond .note {
    color: #909090 !important;
}
.respond-personal {
    width: 880px;
    position: relative;
    height: 116px;
    overflow: hidden;
    margin: 0 -15px;
}
.respond-personal table {margin: 0 !important;}
.respond-personal td {
    vertical-align: middle !important;
    background: #EDEDED;
}
.respond-personal .confirm {
    width: 238px;
    height: 116px;
    vertical-align: top !important;
    color: #FFF !important;
    background: url("/i/confirm-bg-tl.png") no-repeat 0 0;
}
.respond-personal .confirm p {
    display: block;
    width: 180px;
    margin: 0 0 0 35px !important;
    padding-top: 25px;
}
.respond-personal .confirm span {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    margin-left: -24px;
}
.respond-personal .confirm label {
    display: block;
}
.respond-personal table table {margin: 0 0 0 15px !important;}
.respond-personal table table input {
    width: 92% !important;
}
.reserve-button {
    padding-top: 35px;
}
.reserve-card {
    float: right;
    margin: 0 -15px -60px 0;
}
/* @end */

/* @group Schedule */
.b-schedule table th,
.b-schedule table td {
    text-align: center;
    font-size: 12px; 
	*letter-spacing:-1px;
}
.b-schedule-desc {
    margin-top: 8px;
}
#js .g-click {
    border-width: 0 0 1px;
    border-style: dashed;
    cursor: pointer;
}
#js h2 .g-click {border-color: #000034;}
#js h3 .g-click {
    color: #FF1012;
    border-color: #FF1012;
}
#js .b-schedule,
#js .b-schedule-desc {display: none;}
#js .b-schedule {padding-top: 10px;}
#js .b-schedule table {margin-top: 0;}
#js h3 {font-weight: normal;}
#js h13 {font-weight: normal; color:#FF1012; font-size:140%; padding-bottom:12px;}

.b-schedule .cur1 {background: #F6F6F6;}
.b-schedule .cur {
    background: #FF1012;
    color: #FFF;
}
#b-schedule h2 .up,
#b-schedule h2 .down {
    display: none;
}
#b-schedule h2 .cur {display: inline;}
/* @end */

/* @group Special */
.b-promo {
    height: 403px;
    margin-bottom: 5px;
	clear:both;
}
.b-promo h2 {
    color:#00377A;
    font-size: 18px;
    line-height: 130%;
	margin-left:20px;
}
/*.b-promo.blue {
    background: url("/i/promo-blue-bg.jpg") no-repeat;
}*/
.b-promo.blue h2 {padding-bottom: 55px;}
.b-promo.blue h3 {
    color: #FF1012;
    font-weight: normal;
    font-size: 160%;
    margin-bottom: 5px;
}
.b-promo.blue .b-promo-in {

    padding: 40px 30px 0 300px;
}
/*.b-promo.red {
    background: url("/i/promo-red-bg.jpg") no-repeat;
}*/
.b-promo.red h2 {padding-bottom: 55px; display:none}
.b-promo.red h3 {
    color: #000034;
    font-weight: normal;
    font-size: 160%;
    margin-bottom: 5px;
}
.b-promo.red .b-promo-in {
    padding: 40px 350px 0 72px;
}
/* @end */

/* @group Index */
.b-banners {margin-top: 5px;}
.b-banners li {
    float: left;
    width: 298px;
    height: 133px;
    margin-right: 25px;
    display: inline;
    background: url("/i/b-bg.png") no-repeat;
    color: #909090;
    position: relative;
}
.b-banners .last {
    margin-right: 0;
}
.b-banners li h3 {
    font-size: 150%;
    font-weight: normal;
	*font-size:19px;
	*color:#000034;
	*font-weight:normal;
    margin: 0 !important;
    padding: 23px 0 0 72px !important;
}
.b-banners li h3 img {
    position: absolute;
    top: 23px;
    left: 22px;
}
.b-banners li p {
    padding: 0 10px 0 72px;
	*font-size:13px;
	*color:#909090;
    line-height: 1.4;
}
.b-splash {
    position: relative;
    height: 553px;
}
.b-splash-in {
    width: 945px;
    height: 553px;
    background-color: #04031D !important;
    color: #FFF;
    position: absolute;
    z-index: 54;
    top: 0;
    left: 0;
}
.b-splash-in.cur {z-index: 55;}
.b-splash_1 {background: url("/i/splash_1-bg.jpg") no-repeat;}
.b-splash_2 {background: url("/i/splash_2-bg.jpg") no-repeat;}
.b-splash_3 {background: url("/i/splash_3-bg.jpg") no-repeat;}
/*.b-splash_4 {background: url("/i/splash_4-bg.jpg") no-repeat;}
.b-splash_5 {background: url("/i/splash_5-bg.jpg") no-repeat;}
.b-splash_6 {background: url("/i/splash_6-bg.jpg") no-repeat;}
.b-splash_7 {background: url("/i/splash_7-bg.jpg") no-repeat;}*/

.b-splash-text {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 345px;
    font-size: 150%;
    line-height: 140%;
}
.b-splash-text h2 {
    color: #FFF;
    font-size: 150%;
    line-height: 120%;
}
.b-splash-text h2,
.b-splash-text p,
.b-splash-text ul {
    margin-bottom: 18px;
}
.b-splash-text li:before {content: "\2014\a0";}
.b-splash-text li {
    text-indent: -1.3em;
    margin-left: 1.5em;
    margin-top: 4px;
    margin-bottom: 4px;
}
.b-splash-nav {display: none;}
#js .b-splash-nav {display: block;}
.b-splash-nav {
    position: absolute;
    top: 55px;
    left: 670px;
    z-index: 999;
    font-size: 160%;
    line-height: 130%;
    font-family: Arial, Verdana, sans-serif;
    color: #FFF;
    width: 240px;
}
.b-splash-nav ul {margin-bottom: 25px;}
.b-splash-nav ul li {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}
.b-splash-nav ul li span {
    border-bottom: 1px dashed #FFF;
    cursor: pointer;
}
.b-splash-nav ul li.cur {
    padding-left: 0 !important;
    color: #9494DB;
}
.b-splash-nav ul li.cur span {
    cursor: auto;
    border: none;
}
.b-splash-nav p {padding-left: 20px;}
/* @end */

/* @group Carousel */
.b-carousel {padding: 10px 0;}
.b-carousel .frame .ct {
    text-align: center;
}
.b-carousel .frame .ct p {
    padding: 0 100px;
}
.b-carousel .frame .ct img {
    margin: 15px auto 12px;
}
.b-carousel .scroller {
    margin-top: 10px;
}
.b-carousel .scroller ul {margin: 0 !important;}
.b-carousel .scroller li {
    float: left;
    display: inline;
    margin: 10px 40px;
}
.b-carousel .scroller p {display: none;}
.b-carousel .controls {
    position: relative;
    z-index: 55;
}
.b-carousel .controls span {
    position: absolute;
    top: -105px;
    left: -30px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url("/i/carousel-control-prev-bg.png");
}
.b-carousel .controls .next {
    background-position: 100% 0;
    left: auto;
    right: -30px;
    background: url("/i/carousel-control-next-bg.png");
}
/* @end */

/* @group Footer */
.footer {
    padding-bottom: 32px;
    line-height: 1.4;
}
.footer, .footer a {
    text-decoration: none;
    color: #909090;
}
.campell {
    float: left;
    width: 320px;
    padding: 32px 0 0 8px;
}
.campell a {

    width: 120px;
     padding-left: 20px;
   /* background: url("/i/campell-bg.png") no-repeat 0 50%; */
}
.copyright {
    float: left;
    padding-top: 32px;
}
.counters {
    float: right;
    padding: 32px 11px 0 0;
}
.counters img {
    display: block;
    float: left;
    margin-left: 16px;
}
/* @end */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.apHiddenField {
	width: 200px;
	display:none;
	position:absolute;
	border: 1px Solid #999999;
	background-color:#c6c6c6;
	padding: 5px;
	text-align: left;
	color:#000000;
}
