@charset "utf-8";
/* CSS Document */
/* Business: Gemini Men */

body {
	background-color:#000;
	padding:0;
	border:0;
	margin:0 auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

strong {
	font-weight:bold;
	color:red;
}

/* Index 1 */

#wrapper1 {
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	background-image:url(geminimen-1.png);
	background-repeat:no-repeat;
}

	#container1 {
		width:900px;
		height:600px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		top:96px;	
	}
	
		#landing {
			width:600px;
			height:300px;
			margin-left:auto;
			margin-right:auto;
			position:relative;
			top:305px;	
		}
/* Message Page */
#wrapper3 {
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	background-image:url(message.png);
	background-repeat:no-repeat;
}

	#container3 {
		width:900px;
		height:600px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		top:96px;	
	}

/* Index2 */

h2.headline {
	color: red;
	text-transform: uppercase;
	text-align: center;
	font-size:34px;
	line-height:24px;
}

#wrapper2 {
	width:999px;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 22px;	
}

	#container2 {
		width:994px;
		height:1050px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 22px;
		/*background-image:url(gemini-header.png);*/
		/*background-repeat:no-repeat;
		background-position:center;*/

	}
	
		#header {
			width:994px;
			height:400px;
			margin-left:auto;
			margin-right:auto;
		}
		
		#login {
			width:331px;
			height:100px;
			clear:left;
			float:left;
			background-color:#FFF;
		}
		
		#join {
			width:331px;
			height:100px;
			float:left;
			background-color:#FFF;
		}
		
		#tour {
			width:331px;
			height:100px;
			float:left;
			background-color:#FFF;
		}
		
		#features {
			width:994px;
			clear:left;
			float:left;
			/*background-image:url(features.png);
			background-repeat:no-repeat;*/
			font-size:18px;
			font-weight:bold;
			text-align:center;
			border:2px solid white;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			margin-bottom:20px;
		}
		
		#features h2.headline a {
			background:red;
			padding:20px 50px;
			color:white;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			border-radius: 5px;
			         
			-moz-background-clip: padding; 
			-webkit-background-clip: padding-box; 
			background-clip: padding-box;
			
		}
		#features h2.headline a:hover {
			background:white;
			color:black;
		}

		#footer {
			width:994px;
			height:75px;
			clear:left;
		}

		#copyright {
			width:994px;
			height:25px;
			margin-left:auto;
			margin-right:auto;
			clear:left;
			text-align:center;
			color: #333;
			text-decoration:none;
			font-size:12px;
		}

		.copy a:link, .copy a:visited {
		color: #333;
		text-decoration:none;
		font-size:12px;
		}
	
		.copy a:hover {
				color: #CCC;
				text-decoration:none;
			}

.gemini {
	font-size:36px;
	color: #FFF;
	font-weight:bold;
}

.men {
	font-size:36px;
	color:#F00;
	font-weight:bold;
}

.slogan {
	font-size:28px;
	color: #FFF;
}

.warning1 {
	font-size:16px;
	color: #F00;
	font-weight:bold;
}

.warning2 {
	font-size:16px;
	color: #FFF;
	font-weight:bold;
}

.warning3 {
	font-size:14px;
	color: #FFF;
	font-weight: lighter;
}

.enter1 {
	font-size:10px;
	color: #fff;
}

.landing a:link, .landing a:visited{
	font-size:18px;
	color: #F00;
	font-weight:bold;
	text-decoration:none;
}

.landing a:hover {
		color: #fff;
		text-decoration:underline;
		font-weight:bold;
	}

a:link, a:visited {
		color: #FFF;
		text-decoration:none;
		font-size:18px;
		font-weight:bold;
	}
	
a:hover {
		color: #F00;
		text-decoration:none;
	}


#slideshow {
    position:relative;
    height:400px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}