/*

Standard stylesheet for 24x7
(c) 2012 - DELTO

*/

/*
		RESETCODE FOR BROWSER COMPATIBILITy
		reset.css - by Eric Meyer | v1.0 | 20080212
*/

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, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
h1 span, h2 span { display: none;}
input { border: none; }
.clear { clear: both;}

/* setting defaults */

body { 
	background: #000000 url('') no-repeat center top;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; line-height: 1.4; }

a { color: #f1592a; text-decoration: none; }
a:hover { color: #ff7246; }

h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

blockquote {  }
input, textarea {  }
input.button {  }

img.logo { margin: 100px 0 0px 0; }
.contact {
	margin: 0 auto;	width: 270px; padding: 10px; margin-top: 40px;
	border-radius: 5px; background: white;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	text-align: left; }