/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, section, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
    -webkit-text-size-adjust: none;
}
.clear{clear:both;}

body{
   background:#000;
   font-size:22px;
   color:#fff;
   font-family:Arial, Helvetica, sans-serif;
}
#background-img img{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}
#content{
    width:950px;
	margin:250px auto 0;
}
#content hgroup h1{
    font:normal 60px "Arial Black", Arial,Gadget, sans-serif;
	color:#fff;
	line-height:55px;
    text-shadow:0em -0.05em 0em #000;
}
@-moz-document url-prefix(){
	#content hgroup h1{ font:900 60px "Arial Black", Arial,Gadget, sans-serif;}
}
#content hgroup p{
    font-size:30px;
	line-height:30px;
	font-weight:bold;
	margin-top:10px;
	text-shadow:0em -0.05em 0em #000;
}
#contact{
	 width:540px;
     margin-top:35px;
	 color:#bebebe;
}
#contact a{
    font-weight:bold;
	color:#fff;
}
#contact #form{
    height:100px;
	padding-left:100px;
	margin-top:25px;
	background:url(images/or.png) no-repeat left center;
}
#contact #form .email{
    width:320px;
	height:45px;
	*height:41px;
	*line-height:41px;
	border:none;
	font-size:18px;
	text-indent:12px;
	float:left;
	border-radius:0;
}
#contact #form .button{
    width:110px;
	height:48px;
	float:left;
	background:#c52a2a;
	border:none;
	color:#fff;
	font:bold 14px Arial, Helvetica, sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
}
#contact #form .button:hover{
    background:#A80000;
}
#contact #social a{
    width:32px;
	height:32px;
	display:block;
	float:left;
	margin:10px 10px 0 0;
	text-indent:-999999999px;
	background:url(images/social.png) no-repeat;
	opacity:0.8;
    -moz-opacity:0.8;
    -o-opacity:0.8;
    filter:alpha(opacity=80);
}
#contact #social a:hover{
    opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
    filter:alpha(opacity=100);
}
#contact #social a.facebook{
    background-position:0 0;
}
#contact #social a.twitter{
    background-position:-43px 0;
}
#contact #social a.flickr{
    background-position:-85px 0;
}
#contact #social a.dribbble{
    background-position:-126px 1px;
}
#contact #social a.linkedIn{
    background-position:-167px 1px;
}
#contact #social a.tumblr{
    background-position:-208px 1px;
}

#loading{
    width:100%;
	border-bottom:10px solid #292929;
	z-index:1;
}
#current{
    min-width:1%;
	z-index:2;
	border-bottom:10px solid #c52a2a;
}
#loading,#current{
	position:fixed;
	bottom:0;
	left:0;
	height:40px;
	color:#fff;
	text-align:right;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.arrow_box {
	position: relative;
	width:55px;
	height:30px;
	line-height:28px;
	float:right;
	text-align:center;
	background: #c52a2a;
	border: 1px solid #c52a2a;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(197, 42, 42, 0);
	border-top-color: #c52a2a;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(197, 42, 42, 0);
	border-top-color: #c52a2a;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}