html {
    padding: 0;
    margin: 0;
}

body {
    font: normal 13px/normal tahoma, arial, sans-serif;
    color: #333;
    background: #fff url('../img/bg.gif') repeat-x 0 0;
    padding: 0;
    margin: 0;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
}

hr {
    border: 1px solid #d1d5f7;
    margin-bottom: 1em;
    margin-top: 1em;
}

ul {
    list-style-type: none;
}

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

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.cleaner {
    height: 0;
    line-height: 0;
    clear: both;
}

.red {
    color: #db1c48;
}

.black {
    color: #000;
}

.grey {
    color: #666;
}

.align-justify {
    text-align: justify;
}

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

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

.align-left {
    text-align: left;
}

.hr {
    height: 2px;
    background-color: #db1c48;
    overflow: hidden;
    margin: 10px 0;
}

.no-select {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/*
	------------------------------------------------------------------------------------------------
*/

.red {
    color: #cc0017;
}

.leftbox {
    float: left;
    clear: right;
    margin-bottom: 2em;
}

.rightbox {
    float: right;
    display: block;
    width: 230px;
    margin-bottom: 2em;
}

#main {
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
}

/*
 * nav top
*/
#main #nav-top {
    background: #fff url('../img/corner_left.gif') no-repeat 0 bottom;
    clear: both;
    overflow: hidden;
    float: right;
}

#nav-top .inner {
    height: 100%;
    background: transparent url('../img/corner_right.gif') no-repeat bottom right;
    float: left;
    padding: 7px 10px;
}

#nav-top ul {
    overflow: hidden;
}

#nav-top ul li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 5px;
}

#nav-top ul li.no-border {
    border: none;
}

#nav-top ul li a {
    text-decoration: none;
    color: #666;
}

#nav-top ul li a:hover {
    color: #db1c48;
}

/*
 * header
*/

#main #header {
    height: 180px;
    text-indent: -9999px;
    background: transparent url('../img/logo.gif') no-repeat center right;
    clear: both;
    margin: 30px 0 0;
}

#main #header .inner {
    height: 100%;
    background: transparent no-repeat 0 center;
}

/*
 * header
*/

#main #nav {
    width: 100%;
    border-bottom: 2px solid #db1c48;
    background: transparent url('../img/logo_title.gif') no-repeat center right;
    overflow: hidden;
    clear: both;
    padding: 15px 0;
    margin: 0 0 25px;
}

#nav ul {
    width: 90%;
    overflow: hidden;
}

#nav ul li {
    font: normal 14px/normal verdana, helvetica, sans-serif;
    border-right: 1px solid #ccc;
    float: left;
    padding: 0 10px;
}

#nav ul li.no-border {
    border: none;
}

#nav ul li#nav-selected a {
    font-weight: bold;
}

#nav ul li a {
    text-decoration: none;
    color: #000;
}

#nav ul li a:hover {
    text-decoration: none;
    color: #db1c48;
}

/*
 * content
*/

#main #content {
    width: 520px;
    overflow: hidden;
    float: left;
}

#content h1,
#content h2,
#content h3,
#content h3 {
    font: normal 35px/35px verdana, helvetica, sans-serif;
    margin: 0 0 5px;
}

#content h1 {
    color: #db1c48;
    margin: 0 0 5px;
}

#content h2 {
    font-size: 23px;
    color: #999;
}

#content h3,
#content h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

#content h4 {
    font-size: 13px;
}

#content h2 a {
    text-decoration: underline;
    color: #999;
}

#content h2 a:hover {
    color: #000;
}

#content p {
    line-height: 22px;
    text-align: justify;
    margin: 0 0 15px;
}

#content blockquote {
    line-height: 25px;
    color: #555;
    background: transparent url('../img/quotes.gif') no-repeat 0 5px;
    padding: 0 0 0 60px;
    margin: 0 0 20px;
}

#content ul,
#content ol {
    text-align: justify;
    margin: 0 0 20px;
}

#content ul li {
    line-height: 20px;
    color: #555;
    background: transparent url('../img/list_item.gif') no-repeat 0 4px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

#content ol {
    margin: 0 0 20px 32px;
}

#content ol li {
    font-weight: bold;
    line-height: 22px;
    color: #db1c48;
    margin: 0 0 10px;
}

#content ol li span {
    font-weight: normal;
    color: #555;
}

#content form {
}

#content form select,
#content form textarea,
#content form input.text {
    width: 99%;
    font: normal 13px/normal tahoma, arial, sans-serif;
    color: #000;
    border: 1px solid #ccc;
    margin: 5px 0 10px;
}

#content form select:focus,
#content form textarea:focus,
#content form input.text:focus {
    color: #666;
}

#content form select option {
    margin: 2px;
}

#content form textarea {
    width: 94%;
    height: 75px;
    overflow: auto;
    padding: 5px;
}

#content form input.text {
    width: 94%;
    padding: 5px;
}

#content form input.submit {
    color: #fff;
    background-color: #db1c48;
    padding: 5px 10px;
}

#content #locatorLinks {
    float: right;
}

#content h2.arrowtitle {
    padding-left: 25px;
    background-image: url('../img/downarrow_red.gif');
    background-repeat: no-repeat;
    background-position: left;
    color: #CD0018;
    font-family: Tahoma, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

#content #contentArea {
    padding: 25px 0 0 25px;
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    color: #000;
}

#content #contentArea #mainBox {
    float: left;
    width: 520px;
}

#content #contentArea #mainBox .fancyBq {
    width: 420px;
    color: #287BC9;
    margin: 0 0 0 25px;
    padding: 0 0 20px 0;
}

#content #contentArea #mainBox blockquote {
    background-image: url('../img/bg_blockquote.gif');
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 420px;
    height: 50px;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
}

#content #contentArea #sideBar {
    float: right;
    width: 226px;
}

#content #contentArea #sideBar .videoBox {
    padding: 10px 0 5px 10px;
    background-color: #E98300;
}

#content #contentArea #sideBar .videoBox h2.arrowtitle {
    padding-left: 25px;
    background-image: url('../img/downarrow_blue.gif');
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    font-size: 15px;
}

/*
 * extra
*/

#main #extra {
    width: 215px;
    text-align: center;
    overflow: hidden;
    float: right;
}

#extra h5 {
    font: normal 20px/normal verdana, helvetica, sans-serif;
    margin: 0 0 10px;
}

#extra p {
    line-height: 20px;
    margin: 0 0 10px;
}

#extra p img {
    margin: 10px 0;
}

/*
 * footer
*/

#footer {
    width: 100%;
    font-size: 11px;
    color: #515151;
    background: #919191 url('../img/footer_bg.gif') repeat-x 0 0;
    clear: both;
    overflow: hidden;
    float: right;
    padding: 42px 0 20px;
    margin: 30px 0 0;
}

#footer .inner {
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
}

#footer h6 {
    font: normal 20px/normal verdana, helvetica, sans-serif;
    text-align: center;
    color: #db1c48;
    margin: 0 0 15px;
}

#footer p {
    line-height: 18px;
}

#footer .logo {
    width: 51px;
    height: 89px;
    background: transparent url('../img/logo_small.gif') no-repeat 0 0;
    float: left;
    margin: 0 10px 0 0;
}

#footer .item {
    width: 240px;
    display: inline;
    float: left;
    margin: 0 13px;
}

#footer .item .box {
    height: 90px;
    position: relative;
    background: #a3a3a3 url('../img/box_bg.gif') repeat-x 0 0;
    padding: 10px;
}

#footer .vertical-line {
    position: relative;
}

#footer .vertical-line div {
    width: 2px;
    height: 110px;
    background-color: #db1c48;
    overflow: hidden;
    position: absolute;
    top: -10px;
}

/**** GALLERY ****/
#image-gallery {
    width: 702px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}

#large-image {
    position: relative;
    margin-bottom: 10px;
    width: 600px;
    height: 450px;
}

#large-image img,
#large-image video {
    position: absolute;
    left: 0px;
}

#thumbs-gallery {
    display: inline-block;
    width: 652px;
    overflow: hidden;
    height: 100px;
    /*float: left;*/
    position: relative;
}

#thumbs-gallery a.control {
    display: block;
    width: 20px;
    height: 100px;
    background: url('../img/spr_btn_arrows.png') no-repeat 0px 0px;
    overflow: hidden;
    text-indent: -9999em;
}

#thumbs-gallery a.control.left {
    margin-right: 2px;
    float: left;
    background-position: -20px;
}

#thumbs-gallery a.control.right {
    margin-left: 2px;
    float: right;
}

#thumbs-gallery div.wrapper {
    width: 608px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    height: 100px;

}

#thumbs-gallery div.thumb-select {
    width: 9999999px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#thumbs-gallery div.wrapper a {
    display: block;
    float: left;
    margin-right: 2px;
}

#thumbs-gallery div.wrapper a.last {
    margin-right: 0px;
}

#video-gallery {
    position: absolute;
    right: 0px;
    top: 0px;

}

#thumbs-gallery .scrollbar {
    width: 608px;
    position: absolute;
    left: 22px;
    bottom: 0px;
    height: 8px;
    background: rgb(210, 210, 210);
    background: rgba(210, 210, 210, 0.9);
}

#thumbs-gallery .scrollbar .scrollbar-steve {
    position: absolute;
    height: 8px;
    width: 36px;
    background: rgb(202, 0, 22);
    background: rgba(202, 0, 22, 0.9);
    cursor: pointer;
}

a.gallery-option {
    display: block;
    float: none;
    clear: both;
}

/** OXFAM **/

div.oxfam-gift {

    margin-bottom: 20px;
    overflow: hidden;

}

div.oxfam-gift strong {
    color: #00b04f;
    font-weight: bold;
}

div.oxfam-gift img {
    margin-top: 5px;
}

div.oxfam-gift.left img {
    float: left;
    margin-right: 10px;
}

div.oxfam-gift.right img {
    float: right;
    margin-left: 10px;
}
