@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family:GothamMedium;
    src: url('/candy/gotham-medium.eot');
    src: url('/candy/gotham-medium.eot?#iefix') format('embedded-opentype'),
         local('☺'),
	 url('/candy/gotham-medium.woff') format('woff'),
	 url('/candy/gotham-medium.ttf') format('truetype'),
	 url('/candy/gotham-medium-webfont.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-repeat: repeat-x;
    background-color: #000000;
    font-size: 14px;
    color: #B3B3B3;
}

#container {
    position: relative;
    background-color: #000000;
    margin: 0 auto;
    width: 980px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#header {
    height: 106px;
    font-family:GothamMedium, sans-serif;
    text-transform:uppercase;
    font-size:12px;
}

#header td {
    padding:0 60px 0 12px;
}

#footer {
    font-family: GothamMedium, sans-serif;
    font-size:10px;
    margin:0 0 0 38px;
}

#footer .social {
    padding:0;
}

#footer .social li {
    float:left;
    list-style:none;
    padding-right:18px;
}

#footer .follow {
    text-transform:uppercase;
    margin-top:2px;
}

#footer .facebook a, #footer .twitter a, #footer .youtube a {
    display:block;
    height:16px;
    overflow:hidden;
}

#footer .facebook a {width:57px;}
#footer .twitter a {width:58px;}
#footer .youtube a {width:42px;}

#footer .facebook a:before, #footer .twitter a:before, #footer .youtube a:before {
    content:url(/images/footer_social_sprites.png);
    display:-moz-inline-box;
    display:inline-block;
    font-size:0;
    line-height:0;
}

#footer .facebook a:hover:before,
#footer .facebook a:focus:before,
#footer .facebook a:active:before {margin:-16px 0 0 0;}

#footer .twitter a:before {margin:0 0 0 -57px;}
#footer .twitter a:hover:before,
#footer .twitter a:focus:before,
#footer .twitter a:active:before {margin:-16px 0 0 -57px;}

#footer .youtube a:before {margin:0 0 0 -115px;}
#footer .youtube a:hover:before,
#footer .youtube a:focus:before,
#footer .youtube a:active:before {margin:-16px 0 0 -115px;}


#footer .subscribe {
    text-transform:uppercase;
    padding-left:12px;
}

#footer .subscribe span {
    float:left;
    margin:2px 3px 0 0;
}

#footer .email {
    float:left;
    background-color:#4d4d4d;
    border:0;
    padding: 0px 2px 1px 3px;
    height: 15px;
    width: 110px;
    outline:none;
    margin:0 1px 0 0;
    color:#d9d9d9;
}

#footer .submit {
    float:left;
    background-color:#4d4d4d;
    border:0;
    text-transform:uppercase;
    font-family: GothamMedium, sans-serif;
    color:#d9d9d9;
    font-size:10px;
    height:16px;
    width:50px;
    line-height:14px;
    padding-bottom:2px;
}

#footer .extra {
    clear:left;
    padding:16px 0 40px 0;
}

#footer .extra li {
    float:left;
    list-style:none;
    padding-right:18px;
    text-transform:uppercase;
}

#footer .copyright {
    position:absolute;
    right:0;
}


#tab_content {
	width: 100% - 2em;
	min-height: 269px;
	border-color:#4D4D4D;
	border-style:solid;
	border-width:thin;
	border-top-style:none;
}
#tab_content_gap {
	position:relative;
	background-color:#000000;
}
p {margin-top: 0px; margin-bottom: 1em;}
a {outline: none; text-decoration: none; color: #B3B3B3;}
a:hover {color: #FFFFFF;}

.red {
    font-weight:bold;
    color: #cc0000;
}

.title-float {
	float:left;
}

.title-icon-fb {
	float:left;
	margin-left:17px;
}

.title-icon-tw {
	float:left;
	margin-left:9px;
}

.semi-bright {
	color:#e0e0e0;
}

.semi-bright:hover {
	color:#FFF;
}

#mc-embedded-subscribe-form input {
    background-color:#d9d9d9;
    border:0;
    color:#000000;
    font-size:12px;
    outline:none;
}

#mc-embedded-subscribe-form .field {
    height:20px;
}

