@charset "utf-8"; /* Vanity Vegas CSS Document */
/*---------------Begin-CSSreset---------------*/

html, body {
	height: 100%;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #eee;
	margin:0;
	padding:0;
	text-align: center;
	overflow: hidden;
	background-color: #414D67;
	min-height: 600px;
	background-image: url(template/bgSpot.jpg);
	background-repeat: no-repeat;
	background-position: -40% -30px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {font-size: 12px;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0px auto;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
/*---------------Begin-Selector-Styles---------------*/

p {
	margin-bottom: 10px;
}
h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	color: #0D5685;
}
h2 {
	font-size: 1.5em;
	padding: 2px 0 2px 0;
	font-weight: 700;
	color: #333333;
}
h3 {
	font-size: 1.3em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	color: #333333;
}
h4 {
	font-size: 1em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	color: #333333;
}
h5 {
	font-size: 0.75em;
	padding: 2px 0 2px 0;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a:link, .login a:link{
	color: #0FF;
	text-decoration: none;
}
a:visited, .login a:visited {
	color: #0FF;
	text-decoration: none;
}
a:hover, .login a:hover{
	color: #0FF;
	text-decoration: underline;
}
a:active, .login a:active{
	color: #047F5D;
	text-decoration: underline;
}
hr {
	margin: 50px 0 8px 0;
	border: 0;
	height: 1px;
	background-color: #FFFFFF;
	color: #676767;
}

/*---------------Begin-Layout---------------*/

#wrapper {margin: 200px auto;


}
#header {
	
}

#navigation {	
}
#navigation ul {
}
#navigation ul li {
}
#navigation ul li a:link {
}
#navigation ul li a:visited {
}
#navigation ul li a:hover {
}
#navigation ul li a:active {
}
#content {
}

/*---------------Begin-Footer-Styles---------------*/



.footer {
}
.footer ul {
}
.footer ul li {
}
.footer ul li a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a:hover, a:active {
	color: #D2D2D2;
	text-decoration: underline;
}
/*---------------Begin-Classes---------------*/

.clearing {
	clear:both;
}
.floatright {
	float: right;
}

.floatleft {
	float: left;
}
/*---------------Forms---------------*/

form {
	font-size: 12px;
	font-weight: bold;
}
#content .formelement {
	background:#fff;
	border:1px solid #959494;
	color:#443;
	font:11px verdana, sans-serif;
	outline:none;
	padding:2px;
	margin: 5px 0 5px 5px;
}
.formelement {
	background:#fff;
	border:1px solid #959494;
	color:#443;
	font:11px verdana, sans-serif;
	outline:none;
	padding:2px;
}
.formelement:hover {
	background:#f2f2f2;
	border:1px solid #035584;
}
.formelement:focus {
	background:#f2f2f2;
	border:1px solid #36c;
}
fieldset p {
	margin:-4px 5px -5px 30px;
}
input.formelement {
	margin-left: 5px;
}
textarea {
	margin: 0px;
}
