/***************************************************************************************************/
/* RESET */
/***************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-weight: normal; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins {	text-decoration: none; }
del {	text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

.clear { clear: both; }

#seoBox {
	position: absolute;
}

body {
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: 17px/20px "museo-slab-n5","museo-slab", Verdana, Arial, sans-serif;
	font-weight:500;
/*	font: 17px/20px "MuseoSlab500Regular", Verdana, Arial, sans-serif;*/
}

a, a:link, a:visited {
	color: #56595d;
	text-decoration: none;
}

a:hover, .text-celeste {
	color: #B9EEFF;
	text-decoration: none;
}

h2 {
	margin: 30px 0 15px;
	font-size: 18px;
}

h2.letter-title {
	margin-top: 0;
	max-height: 60px;
	overflow: hidden;
}

h3 {
	font: 16px/20px "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
/*	font: 16px/20px "MuseoSlab300Regular", Arial, Verdana, sans-serif;*/
}

h3 a {
	color: #fff;
}

p {
	font: 13px/22px "museo-sans-n3", "museo-sans", Verdana, Arial, sans-serif;
	font-weight:100;
/*	font: 13px/22px "MuseoSans300Regular", Arial, Verdana, sans-serif;*/
}

.article ul {
	font: 13px/22px "museo-sans-n3", "museo-sans", Verdana, Arial, sans-serif;
	font-weight:100;
/*	font: 13px/22px "MuseoSans300Regular", Arial, Verdana, sans-serif;*/
	padding-left: 40px;
	list-style: disc outside;
	margin-bottom: 30px;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}


#logo {
	background-image: url('/Static/Image/logo-300.png');
    height: 61px;
    width: 120px;
	text-indent: -100000px;
	display: block;
	margin: 0 auto;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#title {
	font: 30px/22px "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
/*	font-family: "MuseoSlab300Regular", sans-serif;
	font-size: 30px;*/
	color: #9ad9e7;
	border-bottom: 1px solid #4d4d4d;
    line-height: 30px;
    margin-top: 21px;
	padding-bottom: 20px;
}

.main #title {
	display: none;
}

.layout .wrapper {
	display: inline-block;
	width: 100%;
}

.content {
	display: inline-block;
	width: 100%;
	min-height: 200px;
}

/* Globe Menu */

.globemenu {
	text-indent: -10000px;
	position: relative;
	width: inherit;
}

.globemenu a {
	display: block;
	width: 100%;
	height: 100%;
}

.globemenu li {
	display: block;
	position: absolute;
}

.whyus {
    height: 54px;
    width: 70px;
}
.whyus:hover {
	background: url("/Static/Image/why-hover-300.png") no-repeat scroll 9px bottom transparent;
}

.champions {
    height: 90px;
    width: 53px;
}
.champions:hover {
	background: url("/Static/Image/champions-hover-300.png") no-repeat scroll left -5px transparent;
}

.becomevillager {
    height: 95px;
    width: 120px;	
}
.becomevillager:hover {
	background: url("/Static/Image/become-hover-300.png") no-repeat scroll 32px -9px transparent;
}

.globalvillagetv {
    height: 90px;
    width: 110px;	
}
.globalvillagetv:hover {
	background: url("/Static/Image/tv-hover-300.png") no-repeat scroll 32px -2px transparent;
}

.newsmedia {
    height: 108px;
    width: 58px;
}
.newsmedia:hover {
	background: url("/Static/Image/news-hover-300.png") no-repeat scroll 29px 25px transparent;
}
/* Main Menu */
.menu li {
	background: url('/Static/Image/sprites-buttons-300.png') no-repeat left top scroll;
	margin-bottom: 10px;
	padding-left: 16px;
	margin-right: 10px;
}

.right .menu li {
	float: right;
	margin-right: 10px;
}

.menu a {
	background: url('/Static/Image/sprites-buttons-300.png') no-repeat right top scroll;
	display: inline-block;
	width: inherit;
	padding: 10px 48px 11px 0;
	font-size: 17px;
	text-decoration: none;
	margin-right: -10px;
}

.menu a span {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.menu .twoline a {
	line-height: 16px;
	padding: 6px 50px 3px 0;
}

.menu li.icon {
	background-image: none;
	padding-left: 0;
	/*width: 95px;*/
	width: 141px; /*add by enriqueoyaga*/
}

.menu li.donate {
	background-image: none;
	padding:0;
	margin:0;
	/*visibility: hidden;*/
}


.menu li.donate a {
	background: url('/Static/Image/bt_donate.png') no-repeat scroll left top transparent;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: -2px;
    width:111px;
    display:block;

	color: #000;
}

.menu li.donate a:hover {
	opacity: 0.8;
    filter:Alpha(Opacity=80);
}

.menu li.rated {
	background: url('/Static/Image/top-rated.png') no-repeat scroll 0 0 transparent;
	width:135px;
	height:47px;
	position: absolute;
	padding: 0;
	margin: 0 auto;
}

.menu li.rated a {
	display: block;
	background-image: none;
	overflow:hidden;
	width:135px;
	height:47px;
	text-indent: -10000px;
	padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}


.content .menu {
	margin-top: 30px;
}

/* Main MenuH */
.menuH li {
	background: url('/Static/Image/sprites-buttons-300.png') no-repeat left top scroll;
	margin-bottom: 10px;
	padding-left: 16px;
	margin-right: 10px;
	width: 160px;
}

.right .menuH li {
	float: right;
	margin-right: 10px;
}

.menuH a {
	background: url('/Static/Image/sprites-buttons-300.png') no-repeat right top scroll;
	display: inline-block;
	width: inherit;
	padding: 10px 48px 11px 0;
	font-size: 17px;
	text-decoration: none;
	margin-right: -10px;
}

.menuH a span {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.menuH .twoline a {
	line-height: 16px;
	padding: 6px 50px 3px 0;
}

.menuH li.icon {
	background-image: none;
	padding-left: 0;
	/*width: 95px;*/
	width: 141px; /*add by enriqueoyaga*/
}

.menuH li.donate {
	background-image: none;
	padding:0;
	margin:0;
}


.menuH li.donate a {
	background: url('/Static/Image/bt_donate.png') no-repeat scroll left top transparent;
    padding-left: 22px;
    padding-right: 22px;
    margin-right: -2px;
    width:111px;
    display:block;

	color: #000;
}

.menuH li.donate a:hover {
	opacity: 0.8;
    filter:Alpha(Opacity=80);
}

.menuH li.rated {
	background: url('/Static/Image/top-rated.png') no-repeat scroll 0 0 transparent;
	width:135px;
	height:47px;
	position: absolute;
	padding: 0;
	margin: 0;
}

.menuH li.rated a {
	display: block;
	background-image: none;
	overflow:hidden;
	width:135px;
	height:47px;
	text-indent: -10000px;
	padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}


.content .menuH {
	margin-top: 30px;
}
/* Sprites */

.icon a {
	background: url('/Static/Image/sprites-buttons-300.png') no-repeat top left scroll;
	text-indent: -10000px;
	padding: 0;
	height: 39px;
	width: 49px;
	display: inline-block;
	margin-right: 0;
}

.ie7 .menu li.icon a {
	display: block;
	float: left;
}

.icon a.youtube {
	background-position: -94px bottom;
	width: 46px;
}

.icon a.twitter {
	background-position: -49px bottom;
	width: 46px;
}

.icon a.facebook {
	background-position: left bottom;
}

.icon a:hover {
	opacity: 0.8;
    filter:Alpha(Opacity=80);
}

/* Homepage Content */

.simplified #yankBarry {
    background: url("/Static/Image/yank-barry-simple-300.jpg") no-repeat scroll center top transparent;
    height: 42px;
    line-height: 42px;
    margin-bottom: 35px;
    text-align: center;
}

.simplified #homeVideo {
    height: 42px;
}

#mealsFedMeter, .floatingVideo, #yankBarry {
	width: inherit;
	margin-bottom: 30px;
	height: 272px;
	background: url('/Static/Image/sprites-home-assets-300.jpg') no-repeat right top scroll;
	position: relative;
	color: #b9eeff;
}

#mealsFedMeter {
	height: 222px;
}

.simplified #mealsFedMeter {
	height:53px;
}

#yankBarry {
    line-height: 420px;
    text-align: center;
	width: 225px;
	background-position: left top;
	margin: 0 auto 30px;
}

#yankBarry a, #yankBarry a:link, #yankBarry a:visited {
	color: #b9eeff;
}
#yankBarry a:hover, #yankBarry a:active {
	color:#6ab9bf;
}

#yankBarry span {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.floatingVideo {
	background-position: -225px top;
}

#mealsFedMeter {
	clear: both;
}

.mealstitle {
	display: inline-block;
}

.mealsfed {
    color: #b2b2b2;
    font-family: Arial,sans-serif;
    font-size: 11px;
    /*left: 158px;*/
    left: 175px;
    padding: 0;
    position: absolute;
    text-shadow: -1px 1px 0 #000000;
    top: 22px;
}

.meterflag {
	background: url('/Static/Image/meals-feed-meter-flag.gif') no-repeat center top scroll;
	height:85px;
	width: inherit;
	position: absolute;
}
/*
#main {
	margin-bottom: 40px;
}*/

#footer-container {
    background-color: #292929;
    color: #56595D;
}

#footer-container .header-container {
	background-color: #1c1c1c;
	padding: 10px 0;
}

#footer-container h3 a {
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 38px;
	background: url('/Static/Image/sprites-icons-300.gif') no-repeat left top scroll;
}

.sitemap-container {
	height: 0px;
	overflow: hidden;
}

.sitemap {
	display: inline-block;
    margin-top: 5px;
    width: 100%;
}

.sitemap > ul {
	padding-right: 20px;
	float:left;
}

.sitemap > ul > li {
	margin-top: 20px;
}

.sitemap ul li a {
	color:#b9eeff;
}

.sitemap ul li a:hover,
.sitemap ul li a:active {
	color:#6ab9bf;
}

.sitemap li ul {
	margin-top: 8px;
}

.sitemap li li a {
	color:#808080;
	font-size: 14px;
	line-height: 24px;
}

.sitemap li li a:hover,
.sitemap li li a:active {
	color:#d8d8d8;
}	

.sitemap li li ul {
	padding-left: 10px;
}

.sitemap li li li a {
	color:#565656;
}

.sitemap .last {
	padding-right: 0;
	padding-bottom: 40px;
}

.icons {
	background: url('/Static/Image/sprites-icons.gif') no-repeat left top scroll transparent;
	text-transform: uppercase;
	padding-left: 38px;
}

.video {
	/*padding: 13px 5px;*/
	padding: 60px 6px;
}

/**
 * Why Us
 */

.submenu {
	text-align: center;
    margin-top: 35px;
}
 
.submenu li {
	display: inline;
	white-space: nowrap;
	margin: 0 12px; 
}

.submenu li a {
	color: #d0edf8;
	font-size: 14px;
	line-height: 40px;
	background: url('/Static/Image/submenu-underline.png') repeat-x left bottom scroll transparent;
    line-height: 40px;
    padding-bottom: 8px;
}
.submenu li a:hover, .submenu li a.selected {
	background: url('/Static/Image/submenu-underline-hover.png') repeat-x left bottom scroll transparent;
	color: #fff;
}

.back {
	background-position: 0 -20px;
	margin-top: 30px;
	display: block;
}

/**
 * Letters
 */

.letter-items {
	margin: 30px auto 0;
	display: inline-block;
	width: 100%;
}

.letter-items li {
	float: left;
	margin-bottom: 45px;
}

.letter-placeholder {
	background: url('/Static/Image/letter-placeholder.png') repeat-x left bottom scroll transparent;
	width: 142px;
	height: 81px;
	background-color: #ccc;
	float: left;
	margin-right: 25px;
	margin-bottom: 35px;
}

.letter-placeholder img {
	margin-top: 12px;
}

.letter-title {
	color: #d0edf8;
}

.letter-description {
	font-size: 14px;
	margin: 15px 0;
}

a.button {
	background: url('/Static/Image/bg_button.png') repeat-x left top scroll #000;
	border-radius: 10px;
	border-left: none;
	border-bottom: none;
	border-top: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	color: #b2b2b2;
	text-transform: uppercase;
	text-shadow: -1px 1px 0 #000;
	padding: 10px 20px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

a.button:hover {
	opacity: 0.8;
    filter:Alpha(Opacity=80);
}

.ie7 a.button {
	line-height: 40px;
}

/**
 * FAQ
 */

.boxtitle {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	display: inline-block;
}

.boxtitle a {
	border: 1px solid #242424;
	border-radius: 5px;
	padding: 20px 40px 20px 25px;
	background: url('/Static/Image/arrow-button.gif') no-repeat center right scroll #161616;
    display: block;
    width: 233px;
}

.boxtitle.selected a, .boxtitle:hover a {
	background: url('/Static/Image/arrow-button-hover.gif') no-repeat center right scroll #212121;
	color: #d0edf8;
}

.boxtitle.selected a {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.boxtitle.selected {
	margin-bottom: 0;
}

.box {
	color: #c0c0c0;
	background-color: #2d2d2d;
	padding: 25px;
	margin-bottom: 10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	display: inline-block
}

#ChampionCtlreliefChampionsAct .box, #ChampionCtlfullListAct .box {
	background: url('/Static/Image/bg_box_image.jpg') no-repeat left top scroll #2d2d2d;
	min-height: 270px;
}

.box h3, .box p {
	margin-bottom: 22px;
}

.separator {
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 35px;
}

.main .separator {
	display: none;
}

.spacer {
	margin-bottom: 35px;
}

.unit {
	float:left;
	overflow: hidden;
}

.right .unit {
	float: right;
}

.size1of4 {
	width:25%;
}

.size2of4, .size1of2, .size3of6 {
	width:50%;
}

.size3of4 {
	width:75%;
}

.size1of3{
	/*width: 33.533%;*/
}

.size2of6 {
	width: 33.333%;
}

.size2of3, .size4of6 {
	width: 66.666%;
}

.size1of5 {
	width: 20%;
}

.size2of5 {
	width: 40%;
}

.size3of5 {
	width: 60%;
}

.size4of5 {
	width: 80%
}

.size1of6 {
	width:16.666%;
}

.size5of6 {
	width:83.333%;
}

.lastUnit {
	float: none;
	width: auto;
}

.mlm {
	margin-left: 10px !important;
}

.mll {
	margin-left: 20px !important;
}

.mrl {
	margin-right: 20px !important;
}

.mtl {
	margin-top: 20px !important;
}

.prl {
	padding-right: 20px !important;
}

.pln {
	padding-left: 0 !important;
}

/**
 * Awards
 */
 
.awards-list, .awards-items {
	margin: 40px 0 0;
}

.list a {
	color: #fff;
}

.list a:hover, .list .selected a {
	color: #B9EEFF;
}

.list li {
	border-top: 1px solid #4d4d4d;
	font-size: 13px;
	padding: 15px 0;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.timeline .list a {
	float: left;
	display: block;
}

.awards-items h3 {
	color: #B9EEFF;
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 15px;
}

.awards-items li {
	border: 1px solid #4d4d4d;
	padding: 20px;
}

.awards-items .description, .awards-items .description p {
	margin-bottom: 30px;
/*	font: 16px/20px "MuseoSlab300Regular", Arial, Verdana, sans-serif;*/
	font: 16px/20px "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
}
	
/**
 * Organizations
 */
 
.squares-list {
	margin: 40px 0;
}

.squares-list li {
    text-align: center;
	background: url('/Static/Image/bg_organizations_logos.png') no-repeat left top scroll transparent;
	width: 158px;
	height: 144px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	padding-top: 18px;
}

.squares-list span {
	color: #fff;
/*	font-family: "MuseoSlab300Regular",sans-serif;
	font-size: 11px;*/
	font: 11px/20px "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
	bottom: 5px;
    width: 100%;
    display: block;
    padding-top: 2px;
}

.amongothers {
    color: #B9EEFF;
/*    font-family: "MuseoSlab500Italic",sans-serif;*/
	font: 16px/20px "museo-slab-n5", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:500;
	font-style:italic;
/*    font-size: 16px;*/
    margin-bottom: 15px;
}

/**
 * Making a Difference
 */

article {
	color:#c0c0c0;
	font-size: 13px;
}

article a, article a:link, article a:visited,
.box a, .box a:link, .box a:visited {
/*	font-family: "MuseoSlab300Regular", sans-serif;*/
	font-family: "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
	color: #9ad9e7;
	text-decoration: underline;
}

article a:hover,
.box a:hover {
	text-decoration: none;
}

article .description {
	font-size: 16px;
	color: #fff;
	padding: 30px 0;
	line-height: 26px;
/*	font-family: "MuseoSlab300Regular", sans-serif;*/
	font-family: "museo-slab-n3", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:300;
}

article p {
	margin-bottom: 20px;
}

article .description span {
	color: #B9EEFF;
}

/**
 * Timeline
 */
 
#WhyUsCtlreliefEffortsAct .menu {
	text-align: center;
}

#WhyUsCtlreliefEffortsAct .menuH {
	text-align: center;
}

.timeline a {
	display: block;
}

.document_placeholder {
	background: url('/Static/Image/document_placeholder.png') no-repeat left top scroll #000;
	 display: inline-block;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
    width: 42px;
    float: left;
}


.timeline .list a {
	color: #B9EEFF;
	text-decoration: underline;
}

#WhyUsCtlreliefEffortsAct .content .menu li {
	position: relative;
}

#WhyUsCtlreliefEffortsAct .content .menu .selected a {
	color: #B9EEFF;
}

#WhyUsCtlreliefEffortsAct .content .menu .selected:after {
    content: url('/Static/Image/timeline-arrow-tip.png');
    position: absolute;
    right: -97px;
    top: 2px;
}

#WhyUsCtlreliefEffortsAct .content .menuH li {
	position: relative;
}

#WhyUsCtlreliefEffortsAct .content .menuH .selected a {
	color: #B9EEFF;
}

#WhyUsCtlreliefEffortsAct .content .menuH .selected:after {
    content: url('/Static/Image/timeline-arrow-tip.png');
    position: absolute;
    right: -97px;
    top: 2px;
}
/**
 * Relief Map
 */

.mapPin {
	display: none;
}

.tags li {
	color:#93D0DD;
}

/**
 * Champions
 */

.champions-list-landing {
 	margin: 0 auto;
 	margin-top: 55px;
}

.champions-list-landing li {
	width:300px;
	text-align:center;
}

.champions-list-landing li img {
	max-width: 300px;
	max-height: 360px;
}

.champion {
/*	font-family:"MuseoSlab700Italic", sans-serif;*/
	font-family: "museo-slab-i7", "museo-slab", Verdana, Arial, sans-serif;
	font-weight:700;
	font-style:italic;
/*	float: left;*/
	display:inline-block;
	text-align: center;
	font-size: 18px;
}

.champion span {
/*	font-family:"MuseoSlab1000Italic", sans-serif;*/
	font-family: "museo-slab-i9", "museo-slab", Verdana, Arial, sans-serif;
	font-weight: 900;
	font-style:italic;
	font-size: 37px;
}

div.champion {
	line-height: normal;
}

div.champion a:hover {
	opacity: 0.8;
    filter:Alpha(Opacity=80);
}

div.champion > div {
	margin-bottom: 30px;
}

.champion .description {
	font-size: 14px;
	margin-bottom: 48px;
	height: 165px;
	overflow: hidden;
}

.champion .description p {
/*	font: 14px/18px "MuseoSlab700Italic", Verdana, Arial, sans-serif;*/
	font: 14px/18px "museo-slab-n7", "museo-slab", Verdana, Arial, sans-serif;
		font-weight:700;
	font-style:italic;
}

.champion.size1of3 {
/*	height: 285px;*/
}

.champion-fullbody {
	height: 390px;
}

/**
 * Global Village Tv
 */

.videos .box {
	margin: 10px auto;
	display: block;
	border-radius: 0px;
	background-color: #1b1b1b;
}

.box.selected {
	background-color: #2D2D2D;
}

.box h2 {
	font-size: 15px;
	color: #6b959e;
	margin-top: 0;
}

.box.selected h2 {
	font-size: 20px;
	color: #9ad9e7;
	max-height: auto;
}

.video-placeholder {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #000;
}

.selected .video-placeholder, .selected .video-placeholder iframe {
	width: 100%;
	height: auto;
}

.video-description {
	overflow: hidden;
}

.selected .video-description, .selected .video-description h2 {
	max-height: none;
	display:inline-block;
}

.videos .box:hover {
	background-color:#222222;
}

.videos .box.selected:hover {
	background-color:#1b1b1b;
}

.videoThumb {
	display: inline-block;
}

.video-hover {
	background: url('/Static/Image/video-hover.png') no-repeat center center scroll #9ad9e7;
	opacity: 0.3;
    filter:Alpha(Opacity=30);
	display: none;
}

.videos .box:hover .video-hover {
	display: block;
	position: absolute;
}

/**
 * Albums
 */

.photo-placeholder {
	background: url('/Static/Image/photo-placeholder.png') repeat-x -1px bottom scroll transparent;
	width: 159px;
	height: 81px;
	background-color: #ccc;
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
}

/**
 * Exclusive Collectables
 */

.squares-list.collectables li {
	height:290px;
	margin-bottom: 0;
}

.squares-list.collectables span {
	margin-top: 60px;
}

#BecomeAVillagerCtlcollectablesAct h2 {
	display: none;
}

/**
 * Forms
 */

form {
	margin: 25px 0;
	border:6px solid #1e1e1e;
}

.submit {
	text-align:right;
}

input,textarea {
	background-color: #1f1f1f;
	padding: 11px 24px;
	border-radius: 12px;
	border: 0;
	width: 175px;
	font: 10px/14px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color:#b2b2b2;
	text-shadow: -1px 1px 0 #000;
}

select {
	padding: 11px 0 10px 21px;
	width: 245px;
	background: transparent;
	font: 10px/14px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color:#b2b2b2;
	text-shadow: -1px 1px 0 #000;
	border: 0;
	height:36px;
	-webkit-appearance: initial;
}

input:focus, .focus, textarea:focus {
	color:#93d0dd;
	box-shadow: 0px 0px 5px #93d0dd;
}

.input-container, .select-container, .textarea-container {
	position: relative;
	float: left;
	margin-bottom: 25px;
}

.fake-select {
    background: url("/Static/Image/select-arrow.png") no-repeat scroll right top #1f1f1f;
	width: 225px;
	border-radius: 12px;
	border: 0;
	font: 10px/14px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color:#b2b2b2;
	text-shadow: -1px 1px 0 #000;
	overflow: hidden;
}

button {
    background: url("/Static/Image/sprites-buttons-300.png") no-repeat scroll left top transparent;
    margin-bottom: 10px;
    padding: 0 0 0 16px;
    border: 0;
    color: #56595D;
    margin-right: 10px;
    overflow: visible;
}

button:hover {
	color:#93d0dd;
	cursor: pointer;
	position: relative;
}

button span {
    background: url("/Static/Image/sprites-buttons-300.png") no-repeat scroll right top transparent;
    display: inline-block;
    font-size: 17px;
    padding: 9px 50px 9px 0;
    text-decoration: none;
    width: inherit;
    margin-right: -10px;
    margin-top: -1px;
    position: relative;
    line-height: 22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
	    padding: 9px 50px 10px 0;
	    margin-top: 0;
	}
}

.ie9 button span, .ie8 button span {
	margin-top: 0;
	padding: 9px 50px 10px 0;
}

.ie7 button {
	margin-top: 35px;
	height:41px;
}

.ie7 button span {
	padding: 9px 50px 10px 0;
}

.ie7 button:hover span {
	margin-top: 0;
}

form label {
	position: absolute;
	left: -10000px;
}

.fake-select.error {
	color:#af9696;
	background-color: #b41919;
}


input.error, textarea.error {
	color:#af9696;
    background: url("/Static/Image/error.png") no-repeat scroll right 8px  #b41919;
}

input.error:focus, textarea.error:focus {
	box-shadow: none;
}

span.error {
/*	font: 12px/22px "MuseoSans300Regular", Arial, Verdana, sans-serif;*/
	font: 12px/22px "museo-sans-n3", "museo-sans", Verdana, Arial, sans-serif;
		font-weight:100;
    margin-bottom: -23px;
    margin-top: 1px;
    padding-left: 14px;
    color:#b41919;
    display: block;
}

.signupMessage {
	margin: 25px 0;
}

#loading {
	display: none;
}

.loading {
	font-size: 13px;
	text-transform: uppercase;
	color: #46484c;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}

.list .loading {
	border-top: 1px solid #4d4d4d;
	margin-bottom: 0px;
}

.loading img {
	vertical-align: middle;
	margin: 0 15px;
}

.contactus-address {
	float: right;
	margin-bottom: 50px;
}

address, phone {
/*	font: 13px/22px "MuseoSans300Regular", Arial, Verdana, sans-serif;*/
	font: 13px/22px "museo-sans-n3", "museo-sans", Verdana, Arial, sans-serif;
		font-weight:100;
}

/**
 * Modal Windows
 */


.ui-dialog { position: absolute; width: 300px; overflow: hidden;
	background-color: #000000;
	padding:22px;
	border:6px solid #1e1e1e;
    left: 50% !important;
    margin-left: -375px;
    margin-top:40px;
}
.ui-dialog .ui-dialog-titlebar { width: 100%; display: inline-block;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { 
    background: url("/Static/Image/sprites-icons.gif") no-repeat scroll left -70px transparent;
    display: inline-block;
    float: right;
    height: 18px;
    margin: 0 0 15px;
    padding: 0 8px 0 20px;
    text-transform: uppercase;
    top: 0;
    width: auto;
}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1;text-align: center; }
.ui-dialog .ui-dialog-content img { max-width: 655px; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-widget-overlay {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #000000;
    opacity: 0.5;
    filter:Alpha(Opacity=50);
}

.hidefirst { display: none; }
#infooter { font: 12px/22px "museo-sans-n3", "museo-sans", Verdana, Arial, sans-serif; text-align: right;  }