/*  General  */

body {
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 0;
    color: #333;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    font-weight: normal;
    line-height: 1.2em;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

a span {
    color: #D7131D;
}

p {
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
}

img {
    border: 0;
    margin: 0;
    paddibng: 0;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

/*  Header  */

#header {
    background: #D7131D;
}

#header .indicators {
    background: #000;
    text-align: center;
    font-size: .7em;
    color: #fff;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
}

#header .active {
	background:#8a0800;	
}

#head {
	background:#fff;
	width:100%;
}
.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

/*  breadcrumb  */

.breadcrumb table {
    background: #eff6f8;
    border-bottom: solid 1px #cbdde2;
}

/*  title  */

.title {
    background: #A4B2B7;
    border-bottom: solid 1px #7D9198;
}

/*  Content  */

#content table.options tr td a {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 1em;
}

#content table.options tr td a:hover {
    background: #f9f9f9;
}

#content table.options tr td a span {
    font-size: .8em;
}

#content table.options tr td a img {
    float: left;
    margin: 5px 10px 10px 0;
}

#content table.options tr.advert td a {
    padding: 0;
    border: 0;
}


/*  article  */

.article {
    font-weight: lighter;
}

.article a {
    border-bottom: dotted 1px #333;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
    font-weight: lighter;
}

.article .byline {
    text-transform: uppercase;
    ; color: #999;
    font-size: .8em;
    margin-bottom: 2em;
}

.article .byline a {
    border-color: #999;
    color: #888;
}

/*  Pagination  */

#pagination a,#pagination span {
    background: #45474e;
    color: #fff;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 17px 10px;
}

#pagination span {
    background: #edf5f7;
    color: #000;
}

#pagination a.pager-prev {
    background: #45474e url(../images/btn_prev.png) no-repeat center left;
}

#pagination a.pager-prev:hover {
    color: #edf5f7;
}

#pagination a.pager-next {
    background: #45474e url(../images/btn_next.png) no-repeat center right;
}

#pagination a.pager-next:hover {
    color: #edf5f7;
}

#pagination span.pager-previous-disabled {
    background: #edf5f7 url(../images/btn_prev_dis.png) no-repeat center left;
}

#pagination span.pager-next-disabled {
    background: #edf5f7 url(../images/btn_next_dis.png) no-repeat center right;
}

/*  Links  */

#links {
    background: #9ba9af;
    padding: .4em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    font-weight: normal;
}

#links a {
    text-decoration: underline;
}

#links a.block {
    padding: 4em 1em;
    background: #eef5f7;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

td.padded a {
    display: block;
    padding: 10px;
}

/*  Footer  */

#footer {
    background: #000;
}

#footer .top {
    border-bottom: solid 1px #444;
}

/*  forms  */
 
.form input.text {
    background-color: #F2F2F2;
    border: 1px solid #D3D1D0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000000;
    font-size: 1.2em;
    font-weight: lighter;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.form .msg, .form a {
    color: #FF0000;
    text-align: center;
    font-size: .9em;
}

.form .msg {
    margin-bottom: 10px;
}

.form h3 {
    text-align: center;
    margin: 20px 0;
}

.form .small {
    font-size: .9em;
}

.form .small a {
    color: #1BB9DC;
    font-size: 1em;
}

/*  Checklist  */

.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.checklist li {
    background: url(../images/tick.png) no-repeat top left;
    padding: 0 0 5px 30px;
    margin: 0;
    font-weight: lighter;
}

/*  Promobox  */

.promobox {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.promobox .top {
    background: #EEF6F8;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.promobox .top h1 {
    font-size: 4em;
}

.promobox .top a {
    color: #333;
    text-decoration: underline;
}

.promobox .bottom {
    padding: 20px 10px;
}

/*  Note  */

.note {
    background: #eff6f8;
    border-top: solid 1px #cbdde2;
    padding: 40px 20px;
    text-align: center;
    font-size: .9em;
}

/*  Menu  */

#menu {
	background:#3a3c43;	
}

#menu ul {
	list-style: none;
	padding:10px;
	margin:0;
}	

#menu ul li a {
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
	color:#fff;
	text-transform: uppercase;
	display: block;
	padding:18px 20px;
	font-size:1.4em;
	background: transparent;
    border: 1px solid #3a3c43;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#menu ul li a:hover {
	border-color:#4c505a;
	background: #2e3036
}
#menu ul ul {
	list-style: none;
	padding:0;
	margin:0 0 0 30px;
}	

#menu ul ul li a {
	font-size:1.2em;
	font-family: sans-serif;
	text-transform: none;
    font-weight: lighter;
}

#menu #search {
	padding:10px;	
    border-bottom: 1px solid #4c505a;
}

#menu #search input.text {
    border: 1px solid #4c505a;
	background: #2e3036;
	color:#fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:18px 0;
}