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

a, a:active, a:visited {
	color:#FFF;
	text-decoration:underline;
}

body, input, textarea {
	font-family:Arial !important;
	color:#5f6062;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:0;
	}
#container{
	height:768px;
	width:5100px;
	margin-top:-30px;
	}
.field_clears {
	clear:both;
	height:4px;
}
.field_fields {
	float:left;
	width:430px;
}
.field_names {
	float:left;
	width:100px;
}
#gallery {
	overflow:hidden;
}
html{
	margin:0;
	}

h1{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	}

.home {
	background:url(../images/home.png) no-repeat;
	margin-left:280px;
}

.home, .next, .next_2, .previous, .previous_2 {
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	width:150px;
	height:30px;
}

input, textarea {
	border:#CCC 1px solid;
	padding:2px;
	width:100%;
}

#logo{
	background:url(../images/logo.gif) no-repeat left;
	width:316px;
	height:31px;
	margin-bottom:33px;
	}

.next { background:url(../images/next.png) no-repeat; }
.next_2 {
	background:url(../images/next_2.png) no-repeat;
	float:right;
	width:100px;
}

p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:20px;
	}

.page{
	width:1275px;
	height:768px;
	float:left;
	}
	
.previous {
	background:url(../images/previous.png);
	margin-right:30px;
	margin-left:280px;
	}
.previous_2 { background:url(../images/previous_2.png) no-repeat; }
	
.welcome{
	background:url(../images/welcome.jpg) no-repeat bottom right;
	padding-top:170px;
	height:598px;
	padding-left:108px;
	width:1167px;
	}
	
#welcomecontent{
	width:545px;
	padding:0px;
	}
	
.about{
	background:url(../images/about.jpg) no-repeat bottom right;
	padding-top:170px;
	height:598px;
	padding-left:155px;
	width:1120px;
	}
	
.aboutcontent{
	width:551px;
	height:392px;
	margin-bottom:25px;
	}
	
.quote{
	font-size:1.2em;
	font-weight:bold;
	}
	
.media{
	background:url(../images/media.jpg) no-repeat bottom right;
	padding-top:170px;
	height:598px;
	padding-left:355px;
	width:920px;
	}
	
.mediacontent{
	width:551px;
	height:392px;
	margin-bottom:25px;
	}

.contact{
	background:url(../images/contact.jpg) no-repeat bottom right;
	padding-top:130px;
	height:638px;
	padding-left:555px;
	width:720px;
	}
	
.contactcontent{
	width:551px;
	height:392px;
	margin-bottom:25px;
	}

.contactbutton{
	background:url(../images/getincircle.jpg) no-repeat center;
	float:left;
	width:125px;
	height:32px;
	padding:15px 0px 0px 20px;
	}
	
.images{
	border:none;
	width:270px;
	margin-right:3px;
	}
.images img { border:none; }
	
.end{
	padding-right:0px;
	margin-right:0px;
	}
	
.btn_git {
	background:url(../images/btn_git.jpg);
	cursor:pointer;
	height:45px;
	margin-top:-10px;
	width:142px;
}
.btn_git:hover { background:url(../images/btn_git_hover.jpg); }
.div_error {
	background:#FF9;
	border:#F93 1px solid;
	color:#F93;
	font-size:14px;
	padding:3px;
	text-align:center;
	width:465px;
}
.text_title {
	color:#F60;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	margin-bottom:20px;
}