@CHARSET "UTF-8";

body {
    font-family: Arial, 'Lucida Sans Unicode', Helvetica, sans-serif;
}

li {
	margin: 0.5em;
}

.hcenter {
    margin-left: auto;
    margin-right: auto;
}

.content {
    width: 1000px;
    min-height: 450px;
}

.header {
}

.footer {
    color: #797979;
    font-size: 0.9em;
}

.footer a{
    text-decoration: none;
    color: inherit;
}

.main {
    min-height: 400px;
    color : #000000;
}

.shadow {
    box-shadow:0px 1px 10px rgba(0,0,0,0.25) ,inset 0px 0px 4px rgba(225,255,255,0.65);
}

.active-btn {
	background: #db3c14; 
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: .9em 1.8em .8em;
	text-transform: uppercase;
    margin-right: 10px;
    text-shadow: none;
    cursor: pointer;
}

.active-btn:HOVER {
	background: rgba(250,126,95,0.9);
}

.pull-right {
    float: right;
}