/*
 * RESET
 *
 * Made 2012 Rashid Shamsudinov (rash2x).
 * www.rash2x.ru
 */

*{
	margin:0;
	padding:0;
}
body {
	background: #000000;
	
	font: 14px/1 "PT Sans", Arial, Helvetica, sans-serif;
    color: #efc39b;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    
    min-width: 996px;
}

a {
	color: #ffb100;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
fieldset{
	padding: 5px;
}
img {
	border: none;
	vertical-align: middle;
}
input,
textarea,
select,
button,
a,
img{
	outline: none;
}

ol,
ul{
	list-style: none;
}

table {
	border-collapse: 0;
	width: 100%;
	
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 16px;
}
h1 {
	color: #fff8d6;
	font:700 24px/1 "PT Sans", Arial, Helvetica, sans-serif;
}
h2 {
	color: #fff8d6;
	font:700 18px/1 "PT Sans", Arial, Helvetica, sans-serif;
}
@font-face {
	font-family: 'Philosopher';
	    src: url('../fonts/Philosopher.eot');
	    src: local('☺'),
	         url('../fonts/Philosopher.woff') format('woff'),
	         url('../fonts/Philosopher.ttf') format('truetype');
}