@charset "utf-8";
/* CSS Document */

/*HTML Css*/

*,body,div,img { 
	margin:0;
	padding:0;
}

body {
	
	background-color: #363636;
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
}

#wrapper {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

.front {
	-moz-box-shadow: 3px 3px 3px #0f0f0f;
	-webkit-box-shadow: 3px 3px 3px #0f0f0f;
	box-shadow: 3px 3px 3px #0f0f0f;
}

/*Header Css*/

#head {
	z-index: 1;
	font-size: 27px;
	position:relative;
	height: 215px;
}


#left {
	z-index: 6;
	position:relative;
	bottom: 98px;
	left: 270px;
}

.header {
	z-index: -1;
	margin: 0px;
	padding: 0px;
}

/* Content CSS */

#contentbox {
	margin: 0px;
	padding: 0px;
	background-image: url(images/content.png);
	background-repeat:repeat-y;
	width: 1024px;
	height: 100%;
	min-height: 460px;
}

#content {
	margin-left: 140px;
	width: 777px;
}

#title {
	margin-bottom: 15px;
	margin-left: 120px;
}

/*Footer Css*/

#footer {
	margin: 0px;
	padding: 0px;
	position:relative;
	height: 94px;
	
}

#foottext {
	text-align:center;
	position:relative;
	bottom: 61px;
	font-size: 15px;
}

/*Link Css*/

A:link {
	text-decoration: none;
	color: #e5e5e5;
}
A:visited {
	text-decoration: none;
	color: #e5e5e5;
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; color: #FFF;
}

/* Contact Form */

.block, label {
	display:block;
	margin: 10px 0 0 0;
}

label {
	font-size: 14px;
}

#form {
	margin-top: 14px;
	margin-left: 140px;
}

input,textarea {
	margin: 0;
	padding: 6px 8px;
	font-size: 13px;
	color: #b3b3b3;
	background: #3c3c3c;
	border: 1px solid #6f6f6f;
	width: auto;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.textfieldRequiredMsg, .textareaRequiredMsg {
	color: #888;
	padding: 2px;
	font-size: 12px;
}

#button {
	background-image: url(images/button.jpg);	
	height: 30px;
	width: 80px;
	font-size: 13px;
	color: #b3b3b3;
	border: 1px solid #6f6f6f;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 12px;
}