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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	margin:0;
	padding:0;
	background-color:#2a2a2a;
}
.hr{
	color:#F90;
}



@font-face {
    font-family: 'EurostileT';
    src: url('eurostilet-webfont.eot');
    src: url('eurostilet-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostilet-webfont.woff') format('woff'),
         url('eurostilet-webfont.ttf') format('truetype'),
         url('eurostilet-webfont.svg#EurostileT') format('svg');
    font-style: normal;
}

  h1 {
	font-family: EurostileT, Helvetica, Arial, sans-serif;
	font-size: 100px;
	color: #FFFFFF;
	}
	
	h2 {
			text-decoration:none;
			font-weight:100; 
			color:#CCC;
			font-family: EurostileT, Helvetica, Arial, sans-serif;
			font-size: 32px;
}

h3 {
	font-size: medium;
}


	
#right {
	float:right;
}
#right2 {
	float:left;
	width:235px;
}
#header {
	width: 200px;
	margin-top: 15px;
	float: left;

	}
#footer {
	clear: both;
	height: 75px;
	padding-top: 50px;
	}
#container {
	margin: 0 auto;
	width:960px;
}

#container2 {
	width:100%;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
}

#container3 {
	width:100%;
	clear: both;
	background-color: #687F91;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
}

#content {
	margin-top: 40px;
}

		
#buttons {

		padding-top: 40px;
}
		#buttons a{
				opacity:1;

}
	#buttons a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);

}
		
a:link {
	color:#92b6c7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.style1 {
	font-size:18px;
	color: #fff;
}

.style2 {
	font-size:12px;
	color: #000;
	line-height: 20px;
}

.style3 {
	font-size:12px;
	color: #FFF;
}

.style4 {
	font-size:18px;
	color: #fff;
	font-style:italic;
}

#text {
	width:600px;
	margin-left:40px;
	margin-right:40px;
	float: right;
}

#text2 {
	width:600px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:125px;
	float: right;
}

#box {
	width:950px;
	margin-top:50px;
}

.smallcontact {
	width: 234px;
	height: 30px;
	border: 0;
	padding: 10px;
	background-color: #92B6C7;
}

.largecontact {
	width: 305px;
	height: 209px;
	border: 0;
	padding: 15px;
	background-color: #92B6C7;
}

.submit {
	width: 120px;
	height: 50px;
	border: 0;
	padding: 15px;
	background-color: #CCC;
}

#nav {
	margin-top: 87px;
	width: 700px;
	float: right;
	height:40px;
	}	
	
				
		/* this is the parent menu */
		#nav a {
			text-decoration:none; 
			text-align:left; 
			color:#CCC;
			font-family: EurostileT, Helvetica, Arial, sans-serif;
			font-size: 32px;

		}

		#nav a:hover {
	background-color: #92b6c7;
	color:#333;
		}


/*
	Slideshow
*/

#slides {
	width:96px;
	height:260px;
	position:relative;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:260px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:960px;
}

/*
	Pagination
*/

.pagination {
	margin:auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.portfolio1 {
	border:#666666 thin solid;}
	
.portfolio2 {
	border:#666666 thin solid;margin-left:35px;}
