/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

body{
	background-color:#000;
	

	}
	
p {
	color:#000000;
}

h3 {
	color:#FFF;
	padding: 0 10px;
	line-height: 16px;
}


a {
	color:#ffffff;
	text-decoration:none;
}
	
	/* M A I N  */

#container {

    background-image:url(../images/back.jpg);
	width: 1000px;
	margin: 0px auto;
	padding: 0px 12px 70px 12px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	overflow: hidden;
	position:relative;
	border: 1px solid #fff;
	}


.spacer {
    clear:both;
	

}
/* H E A D E R */


#header{

	width:1000px;
	height:257px;

	}
	
#logo {

	width:372px;
	height:237px;
	margin: 10px 190px 10px 0; 
	float:right;
	display:inline;
	}
	
	
#gmplogo {

	width:136px;
	height:73px;
	float:right;
	display:inline;
	}

#gmplogo img {
border:none;
}

#logo img {
border:none;
}
	

/* C O N T E N T */


#content {
    font-family: Arial, Helvetica, sans-serif;

	width:1000px;
	
}



#centercontent h1{
color:#ffffff;
font-size: 27px;
font-weight:bold;
margin-bottom:20px;
line-height: 27px;
text-align:center
}


#centercontent h2{
	color:#ddd200;
	font-size: 24px;
	margin-bottom:25px;
	text-align:center;
}

#centercontent p{
	color:#939598;
	font-size: 15px;
	
}



#centercontent {
	
	width:1000px;
	float:left;

}

#video {
	float:right;
	border: 2px solid #c51d22;
	margin-right:50px;
	margin-top: 30px;
	padding: 5px;
	display:inline;
}

#menu {
	margin-left: 45px;
	float:left;
	border: 2px solid #c51d22;
	width:380px;
	height: 344px;
	display:inline;
	margin-top: 30px;
	color:#FFF;
	padding: 5px;
}
#menu ul {
	margin-left: 20px;
	margin-top:10px;
}


#menu li, #menu li a{
	color:#fff;
	text-align:left;
	line-height: 65px;
	font-size: 19px;
	list-style: none;
	text-decoration:underline;
}

#menu li a:hover {
	color: #c51d22;
}



  #pic2 {
    width: 200px;
    height: 248px;
	border: 3px solid #c51d22;
	float:left;
	display:inline;
  }
  
   #pic1 {
    width: 200px;
    height: 248px;
	border: 3px solid #c51d22;
	float:left;
	display:inline;
	margin-left:80px
  }

.infotext {
	padding: 0 10px;
	
}

.infotext a{
	color:#FFF;
	
}

.demoDiv {
	

	width:210px;
	height: 248px;

}

.slidecontainer {
width: 250px; 
float:left;	
display:inline;
}

.grid {
	padding-top: 40px;
	margin-left: 55px;
}



.demoDiv2 {
	visibility:hidden;
	width:160px;
	height: 139px;
	
	
}

.grid img {
	border: none;
	float:left; 
}


.slidecontainer2 {
width: 160px; 
float:left;	
display:inline;

}

#footer h2 {
	text-align:center;
	font-size: 18px;
	font-weight:normal;
	padding: 70px 0 30px 0;
}
	


	






