@import "reset.css";

* {
    line-height: 1.4em;
}

body {
    background-color: #FFFFFF;
    color: #4D4D4D;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, "LiGothic Medium", "MS Gothic", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

strong, em, b, i {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, "LiGothic Medium", "MS Gothic", Arial, sans-serif;
    color: #1A1A1A;
}

.cn strong, strong .cn {
    letter-spacing: -1px;
}

a {
    text-decoration: none;
    color: #ED1E79;
}

a:link {}
a:visited {}
a:hover {
    color: #1A1A1A;
}
a:active {}


a.bar {
    display: block;
    height: 40px;
    width: 300px;
    text-align: center;
    padding-top: 10px;
    color: white;
    float: left;
    background-position: left bottom;
    font-size: 16px;
    
    
    font-weight: bold;
}

a:hover.bar
 {
    background-position: left top;
}


.smallfont {
    font-size: 11px;
}

.color {
    color: #ED1E79;
}

img {
    border: none;
}

hr {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    height: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    clear: both;
}

div.hr {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    height: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    clear: both;
}


h1, h2, h3 {
    font-family: dinprobold, 'Trebuchet MS', "ms gothic", sans-serif;
    font-weight: normal;
    color: #1A1A1A;
}

h1 span.cn, h2 span.cn {
    font-family: dfliheimedium, 'Trebuchet MS', "ms gothic", sans-serif;
}

h2 span.cn {
    font-size: 15px;
}

h1 { 
    font-size: 24px;
    height: 40px;
}
h2 { 
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
}

h1 , h2, h3 { margin-bottom: 9px; }
p { margin-bottom: 14px; }

ul#menu{
    height: 1em;
    float: right;
    padding-bottom: 10px;
}

ul#menu li {
    float: left;
    position: relative;
    padding-left: 1.5em;
}

ul#menu li a {
    display: block;
    color: #999999;
    font-size: 11px;
    font-family: dinprobold, 'Trebuchet MS', "ms gothic", sans-serif;
    text-transform: uppercase;
}

ul#menu li a:hover, ul#menu .select { 
    color: #1A1A1A;
    text-decoration: none;
}

ul.sections {
    display: block;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 11px;
}

ul.sections li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sections li + li {
    display: block;
    border-top: 1px dashed #CCCCCC;
}

#follow a:hover img {
    opacity:1;
}

#follow a img {
    opacity:0.75;
}

#follow img {
    opacity:0.2;
}

#header, #content, #footer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 900px;
    clear: both;
}

#footer {
    font-size: 11px;
}

#footer a {
    color: #1A1A1A;
}

#bar {
    background-color: #4D4D4D;
    height: 9px;
}




.column {
    display: block;
    float: left;
    margin-right: 18px;
}
.end, .six { margin-right: 0; }
.end  + *, .six  + *, .clear { clear: both; }

.one { width: 135px; }
.two { width: 288px; }
.three { width: 441px; }
.four { width: 594px; }
.five { width: 747px; }
.six { width: 900px; }

.border {
    border: 1px solid #CCCCCC;
    padding: 18px;
}

#application label {
	display: block;
	width: 8em;
	float: left;
	margin-right: 10px;
}

#application .checkbox {
	float: left;
	margin-right: 10px;
}

#application .mark {
	clear: both; 
	float: left;
	font-size: 20pt;
}

#language {
    width: 80px;
    float: right;
}

#language a {
    background-image: none;
    color: #999999;
    display: block;
    float: left;
    height: 18px;
    text-align: center;
    width: 40px;
    font-size: 10px;
    padding-top: 2px;
}

#language a.selected {
    color: white;
    background-image: url('/assets/language-select.gif');
}

.profile {
	display: block;
	background-color: #CCCCCC; 
	width: 135px; 
	height: 180px;
    position: relative;
}

.profile .number {
    font-size: 20px;
    color: white;
    padding: 5px;
    text-align: right;
}

.profile .caption {
    display: block;
    width: 100%;
	color: white;
	bottom: 18px; 
	position: absolute;
}

.profile .caption span {
	background-color: black;
    padding: 2px;
    line-height: 2em;
}

a.profile:hover .caption span {
	background-color: #ED1E79; 
	color: white; 
}




