@font-face {
    font-family: 'Centima';
    src: url('../fonts/Centima.eot');
	src: local("Centima"), url('../fonts/Centima.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Centima';
    src: url('../fonts/Centima-Italic.eot');
	src: local("Centima-Italic"), url('../fonts/Centima-Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Centima';
    src: url('../fonts/Centima-Bold.eot');
	src: local("Centima-Bold"), url('../fonts/Centima-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Centima';
    src: url('../fonts/Centima-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
*/

@font-face {  
	font-family: US101 ;  
	src: url( ../fonts/US101.eot );  
	src: local("US101"), url(../fonts/US101.ttf) format("truetype");
}  

html {
	height:100%;
}

body {
    margin: 0 0 0 0;
	font-size: 13pt;    
	font-family: Centima, Helvetica, verdana, sans-serif;
	color: #fff;
	background: #000;
    height:100%;
}

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

a:hover {
	color:#736C52;
	outline: none;
}

a:active {
	outline: none;
}

a:visited {
	outline: none;
}

strong, b, strong *, b * {
	font-weight: bold !important;
}

em, i, em *, i * {
	font-style: italic !important;
}

pre {
	font-size: 13pt;
	font-family: Centima, Helvetica, verdana, sans-serif;
	color: #fff;
}

h3 {
	margin: 10px 0 30px -30px;
	font-family: US101, Helvetica, verdana, sans-serif;
	font-size: 36pt;
	color: gray;
}

h4 {
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 29pt;
	color: gray;
}

h5 {
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 22pt;
	color: white;
}

h6 {
	margin: 0;
	font-family: US101, Helvetica, verdana, sans-serif;
	font-size: 13pt;
	color: gray;
}

hr {
	width: 100%;
	border-top: 1px dashed #f00;
	border-bottom: 1px dashed #f00;
	border-right: 0px;
	border-left:0px;
	color: #000;
	background-color: #000;
	height: 4px;
}

table {
	border-collapse:collapse;
}

td {
	padding: 5px;
}

dt {
	margin: 20px 0 0 0;
	font-family: Centima, Helvetica, verdana, sans-serif;
	font-size: 15pt;
}

dd {
	font-size: 13pt;
}


/*structure*/
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background-color: #000;
}
	
#content {
	position: absolute;
	top: 0;
	left: 250px;
	margin-top: 10px;
	margin-right: 25px;
	width: 70%;
	padding-left:30px;
}


/*text alignments*/
.alignright {
	float: right;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}



/*font classes*/
.us24 {
	font-family: US101, helvetica, sans-serif;
	font-size: 24pt;
	font-weight:bold;
	line-height: normal;
	text-decoration:none;
	letter-spacing:1px;
}

.tomato20 {
	font-family: Centima, helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	line-height: normal;
	text-decoration:none;
	letter-spacing:1px;
}

.monospace {
	margin: 20px 0 20px 0;
	font-family: Courier, monospace, fixed-width;
	font-size: 16pt;
	font-weight: normal;
}


/*image options*/
.crop{
	text-align: left;
	overflow:hidden;
}

.crop img{
	border: none;
	margin:-45px 0px -45px 0px;
}

/*dock menu options*/
#dockmenu {
	position:fixed;
	top:0;
	left:10px;
	display:none;
	width: 250px;

}

div.jqDockLabel {
	font-family: Centima, helvetica, sans-serif;
	font-size: 34pt;
	white-space:nowrap;
	color:#fff;
	cursor:pointer;
	text-align:center;
	border: 0 none;
}
