/* ---------------------------------------------------------------------
    GLOBAL STYLES
-----------------------------------------------------------------------*/

body {
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#808080;
}

body, html {
    height:100%;
    width:100%;
}

a {
	color:#808080;
	text-decoration:none;
	
}

a:hover, a:active {
	text-decoration:underline;
}

.right {
    float:right !important;;
    padding:0px;
    margin:0px 0px 0px 0px;
}

.left {
    float:left !important;;
    padding:0px;
    margin:0px 0px 0px 0px;
}

.center {
    margin:0 auto !important;
    text-align: center !important;
    display: block !important;
    float: none !important
}

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

.text-right {
    text-align: right !important;
}

hr {
    border:none;
    border-top:1px solid #f2f2f2;
    border-bottom:none;
    border-left:none;
    border-right:none;
    display:block;
    height:0px;
    overflow:hidden;
    margin:0px 0px 30px 0px;
    text-align:center;
    padding:0;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.bullet {
    padding:0 0 20px 2px;
    
}

.bullet li {
    line-height: 14px !important;
    text-indent: -.12em;
}

.bullet li:before {
    content: "\2022";
    padding-right:6px;
    color:#0167ad;
    font-size: 12px;
}

.valign {
    display: table;
}

.valign-content {
    display: table-cell;
    vertical-align: middle;
}

.row-block {
    display: block;
}

.row-block {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ---------------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------------*/

/* ---------------------------------------------------------------------
    ICONS
-----------------------------------------------------------------------*/

/* ---------------------------------------------------------------------
    BUTTONS
-----------------------------------------------------------------------*/


/* Nav */

.nav {
    background: url(../images/pattern-bg.png) 0 0 repeat-x;
    height: 55px;
    position: absolute;
    bottom: 0;
    right:0;
}

.nav li {
    float: left;
    border-right: 1px solid #313140;
    border-left: 1px solid #000000;
    height: 55px;
}

.nav li:first-child {
    border: none;
}

.nav li:last-child {
    border: none;
}

.nav a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding:0 32px 0 32px;
    line-height: 55px;
}

.nav li a:hover {
    background: #c70808;
    text-decoration: none;
}

.nav li.active > a {
    border-top: 3px solid #c70808;
    line-height: 52px;
}

.nav li.active a:hover {
    background: none;
}




/* ---------------------------------------------------------------------
    LAYOUT
-----------------------------------------------------------------------*/
#flashcontent2 {
	overflow:hidden;
}
.container {
    width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Header 
-----------------------------------------------------------------------*/

#header {
    border-bottom: 2px solid #b20000;
    background: #f7f7f7;
    position: relative;
}

#header .container {
    min-height: 118px;
}

.logo {
    float: left;
    margin-top: 29px;
}

.logo a {
    background: url(../images/logo.png) 0 0 no-repeat;
    width: 250px;
    height: 0;
    padding-top: 78px;
    display: block;
    overflow: hidden;

}





/* Main
-----------------------------------------------------------------------*/

.main {
    padding: 22px 0 22px 0;
}






/* Footer
-----------------------------------------------------------------------*/

.footer {
    background: url(../images/footer-bg.png) 0 0 repeat;
    min-height: 250px;
    padding: 32px 0 32px 0;
    color: #ffffff;
    font-size: 11px;
}

.footer a {
    color: #ffffff;
}

.contact-info {
    float: left;
    width: 210px;
    margin-bottom: 20px;
}

.hotline {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    display: block;
    margin-bottom: 6px;
}

.footer small {
    color: #999999;
    font-size: 11px;
}

.footer li {
    line-height: 15px;
}

.footer-nav {
    float: right;
    padding: 10px 0 20px 0;
}

.footer-nav ul {
    float: left;
    margin: 0 0 0 74px;
}

.copyright {
    font-size: 14px;
    display: block;
    text-align: center;
}



/* ----------------------------------------------------------
    RESPONSIVE
------------------------------------------------------------*/

/* For Ipad */
@media (min-width: 768px) and (max-width: 949px) {
    
}
    

/* For Mobile */
@media (max-width: 767px) {

}