* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-image: url(images/bg.png);
	background-color: #474747;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover{
	text-decoration:underline
}

a img {
	outline: none;
	border: none;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ienag {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ff0400;
	border-bottom: 1px solid #ff0400;
	background-color: #ffca26
}

.head {
	font: 100px Helvetica, Arial, Sans-Serif;
	letter-spacing: -5px;
	color: #999;
	text-shadow: 0px 3px 8px #2a2a2a;
	margin-left: 20px;
	height: 120px;
}

#wrapper {
	width: 800px;
	position: relative;
	float: left;
	margin-left: 20px;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #555;
}

#s1lider {
	width: 800px;
	position: relative;
	float: left;
	margin-left: 20px;
}

.scroll {
	width: 800px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 20px;
	width: 760px;
}

div.panel .panel-interior {
	padding: 20px;
	background: #222;
	font-size: 22px;
	color: #555;
	text-shadow: 0px 2px 3px #171717;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.divider-left, .divider-right {
	width: 48%;
	float: left;
}

.divider-left {
	padding-right: 20px;
}

#web .divider-left {
	width: 100%;
}

#web .divider-right {
	display: none;
}

#web .divider-right {
	text-align: center;
}

.clearleft {
	clear: left;
}

#flickrImages img {
	float: left;
}

#navcontainer {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	right: 0px;
	background-color: #222;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px
}

#navcontainer a:hover{
	text-decoration:none;
}

ul.navigation {
	list-style-type: none;
	text-align: center;
}

ul.navigation li {
	display: inline;
	padding-left: 20px;
}

ul.navigation a.selected {
	text-shadow: 0px 1px 2px #555;
	color: white;
}

a:focus {
	outline: none;
}

#twitterwrap {
	float: right;
	width: 250px;
	margin-top: 100px;
	margin-right: 40px
}

#twitter {
	color: #555;
	text-shadow: 0px 2px 3px #171717;
	background: #222;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.openquote, .closequote {
	font: 70px Helvetica, Arial, Sans-Serif;
	color: #999;
	text-shadow: 0px 3px 8px #2a2a2a;
	height: 0px;
}

#tweets {
	padding: 20px;
}

#twitterwrap h3 {
	font: 30px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #999;
	text-shadow: 0px 3px 8px #2a2a2a;
	margin-left: 20px;
	height: 40px;
}

#tweets ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tweets li {
	margin-bottom: 10px
}

a.time {
	font-size: 0.7em;
}

.openquote {
	
}

.closequote {
	display: block;
	text-align: right;
	margin-top: -30px;
}

.hide {
	display: none;
}

label, input[type="text"] {
	float: left;
	display: block;
}

label {
	margin-right: 5px;
}

.field {
	width: 100%;
	overflow: hidden;
	margin: 5px 0px;
	background-color: #222;
}

.textbox, .button {
	border: none;
	background-color: #555;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.button{
	border: 2px solid #555;
	background-color:#222;
	font-size: 22px;
	color: #555;
	text-shadow: 0px 2px 3px #171717;
}

.notification_error {
	height: auto;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-shadow: none;
}

.notification_ok {
	height: auto;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-shadow: none;
}

#fields {
	
}

textarea {
	
}

form, fieldset {
	border: none;
}