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

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img{
	
   border: 0px;
	margin: 0px;
	padding: 0px;	
}

/* firefox dots removal*/
a:active{
	outline:none;
}

a:focus{
	-moz-outline-style:none;
}

center{
position:absolute;
top: 5%;
width: 100%;
height: 700px;
overflow: visible;
}

/* Container Styles */
.container {
	width: 1100px;
	height:700px;
	border: 0px solid #000;
	overflow: visible;
}





/*name*/
.name {
	position: relative;
	border: 0px solid #039;
	width: 250px;
	height: 100px;
	margin-top: -30px;
	left: -410px;
	top:50px;
	
}
/*nextbutton*/
.nextbutton {
	position: relative;
	border: 0px solid #039;
	width: 50px;
	height: 40px;
	margin-top: 420px;
	left: -330px;
	top:50px;
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#999;
	font-weight:600;

}

.nextbutton a {
	
	text-decoration: none;
	padding-right: 3px;
	color:#999;
	margin-right:0px;
	margin-top:0px;
	padding-top: 0px;
	letter-spacing: 2.2px;



}



.nextbutton a:hover {
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	letter-spacing: 2.2px;

	}


/*prevbutton*/
.prevbutton {
	position: relative;
	border: 0px solid #039;
	width: 50px;
	height: 40px;
	margin-top: 10px;
	left: -390px;
	top:0px;
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#999;
	font-weight:600;

}
.prevbutton a {
	
	text-decoration: none;
	padding-right: 3px;
	color:#999;
	margin-right:0px;
	margin-top:0px;
	padding-top: 0px;
	letter-spacing: 2.2px;



}



.prevbutton a:hover {
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	letter-spacing: 2.2px;

	}



	

/* indexmenu */
.indexmenu {
	position: relative;
	border: 0px solid #0C6;
	width: 200px;
	height:200px;
	left: 0px;
	margin-top: 160px;
	float: left;
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	margin-left:30px;

	
}

.indexmenu ul {
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	margin-top:0px;
	padding-top: 0px;
	line-height:1.5em;
	color:#666;
	border: 0px solid #0F0;

}

.indexmenu ul li {
	list-style:none;
	text-align: right;
	border: 0px solid #000;
	color:#666;
	font-weight:900;
	letter-spacing: 2.5px;
	margin-top:0px;
	padding-top: 0px;
	line-height:1.5em;


}


.indexmenu a {
	
	text-decoration: none;
	padding-right: 3px;
	color:#666;
	margin-right:0px;
	margin-top:0px;
	padding-top: 0px;


}



.indexmenu a:hover {
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	}


.indexmenu a h2:hover {
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 12px;
	text-transform:uppercase;
	color:#000;
	font-weight: 900;
}

h2{
	color:#000;
	font-size: 12px;
	margin-top:0px;
	padding-top: 0px;
	margin-right:3px;



}






/* image folder container in work*/


.indexpagegallery{
	position: absolute;
	width:700px;
	height:550px;
	top:10px;
	border: 0px solid #C00;
	float: left;
	margin-left:250px;
	font-family:  "Century Gothic",helvetica, serif;
	font-size: 11px;
	text-transform:uppercase;
	text-align:left;
	
}




.indexpagegallery .indeximage {
	width: 250px;
	float: left;
	border: 0px solid #C39;
	height:280px;
	margin:10px;
	margin-right:10px;
}









 

