@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin:0;
	padding:0;	
}

body {
	background-color: #000000;
}

.wrapper {
	background-color: #000000;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#IshcoLogo {
	height: 564px;
	width: 1280px;
	
}

.text{
	width:886px;
	height:122px;
	margin-top:250px;
	position:absolute;
	right:0;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}

nav ul{
	list-style-type:none;
	float:right;
		
}

nav ul li {
	display:inline;
	float:left;	
}

nav ul li a{
	padding: 0 30px;		
}

nav {
	width:900px;
	position:relative;
	right: 0;
	top: 20%;
	z-index: 5;
	margin: 0 0 0 300px;
	padding:0px 0px 25px 0px;
	border-style: solid;
	border-bottom-color: #E85D0D;
	border-bottom-width: medium;
}

nav a:hover{
	color:#E85D0D;	
}

.images {
	width:1274px;
	heigth:100px;
	margin: 50px 0px 0px 0px;	
}

.buttons{
	margin:50px auto 0px auto;
	width:1278px;
	height:100px;

		
}

.buttons a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
	
}

.buttons ul li {
	padding:10px 23px 10px 23px;
	margin:0px 0px 0px 35px;
	border: medium solid #E85D0D;
	display:inline;
	
		
}

.buttons a:hover{
	color:#E85D0D;	
}

#contactText {
	position:absolute;
	text-align:center;
	margin:400px 0px 0px 450px;	
}

#postText {
	width:110px;
	position:absolute;
	text-align:center;
	margin:380px 0px 0px 1040px;	
}