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


/* ----------------------- basic elements ----------------------- */
* {
	margin:0;
	padding:0;
}


a {
	color: #949494;	
}

body {
	background: #131313 url(../_images/background.jpg) no-repeat top center;
	color: #909090;	
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #ffffff;
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 18px;
}

p {
	font-size: 14px;
	line-height: 1.5em;
}



/* Clearfix
/* -------------- */

.clear:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
    
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

/* ----------------------- specific classes ----------------------- */

.copyright {
	clear: both;
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	text-align: right;
	text-transform: none;	
}

.heading {
	color:#ffffff;
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-weight: bold;	
}

.red {
	color:#cd2127;
}
	
.topLinks {
	float: right;	
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

/* ----------------------- specific IDs ----------------------- */

#contact {
	border: 2px dashed #cb2127;
	color: #ffffff;
	float: right;
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 50px;
	position: relative;
	top: -355px;		
	padding: 10px 25px;
	width: 695px;
}

#contact span {
	color: #cb2127;
}

#container {
	margin: 0 auto;
	margin-top: 60px;	
	min-height: 660px;
	padding-bottom: 30px;
	text-align: left;	
	width: 960px;
	position:relative;
}

#header {
	width: 960px;
}

/* ----------------------- content images ----------------------- */

#one {
	background-image: url(../_images/01.png);
	background-repeat: no-repeat;
	height: 718px;
	margin: 0 auto;	
	padding-bottom: 45px;
	padding-top: 75px;
	width: 960px;
}

#two {
	/*background-image: url(../_images/02.png);
	background-repeat: no-repeat;*/
	margin: 0 auto;
	position: relative;
	top: -265px;			
	width: 990px;
}

#three {
	background-image: url(../_images/03.png);
	background-repeat: no-repeat;
	height: 683px;
	margin: 0 auto;
	position: relative;
	top: -225px;		
	width: 960px;
}

#four {
	background-image: url(../_images/04.png);
	background-repeat: no-repeat;
	height: 870px;
	left: -5px;
	margin: 0 auto;
	position: relative;
	top: -204px;	
	width: 990px;
}


/* ----------------------- content text ----------------------- */

#intro {
	margin:0 auto;
	margin-bottom: 15px;	
	margin-top: 45px;
	width: 860px;
}

#pOne {
	float: right;
	left: -33px;
	position: relative;
	top: -265px;
	width: 740px;
}

#pTwo {
	float: right;
	left: -33px;	
	padding-top: 60px;
	position: relative;
	top: -305px;	
	width: 740px;
}

#pThree {
	float: right;
	
	width: 280px;
}

#pFour {
	float: right;

	width: 460px;
}

#pFive {	
	position: relative;
	top: -450px;
	left: 220px;
	width: 720px;
}

#pSix {
	float: right;
	width: 460px;
}

/* ----------------------- links ----------------------- */

a:link {
	color: #ffffff;
	text-transform: none; 
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: none; 	
}

a:hover {
	color: #ffffff;
	background-color: #cd2127;
	text-decoration: none;
	text-transform: none; 	
}

a:active {
	color: #6e6d5e;	
	text-decoration: none;
	text-transform: uppercase; 	
}