@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.png) #6b952b repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer { clear: both; }

#wrapper {
	width: 820px;
	margin:auto;
}

#top {
	background: url(../images/bg_top.png) no-repeat;
	width: 790px;
	height: 34px;
	margin: auto;
	z-index: 1;
	position: relative;
	top: -170px;
}

#topgraphic {
	background: url(../images/bg_top_graphic.png) no-repeat;
	width: 790px;
	padding-top: 15px;
	margin: auto;
	z-index: 1;
	position: relative;
	top: -170px;
}

#topgraphic p{
	text-align: center;
}

#logo {
	width: 248px;
	height: 185px;
	position: relative;
	z-index: 2;
	top: 0;
}

/* top navigation */
#navalign {
	width: 600px;
	margin: auto;
	padding-left: 200px;
	z-index: 1;
	position: relative;
	top: -170px;
}
	

#nav {
	margin: 0;
	padding: 0;
	height: 88px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 615px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
}

#nav a {
	float: left;
	padding: 88px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:88px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -88px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -88px;
	}
	
#nav1 a  {
	width: 111px;
	background: url(../images/nav_01.png);
	}
	
#nav2 a  {
	width: 123px;
	background: url(../images/nav_02.png);
	}
	
#nav3 a  {
	width: 117px;
	background: url(../images/nav_03.png);
	}
		
#nav4 a  {
	width: 109px;
	background: url(../images/nav_04.png);
	}
	
#nav5 a  {
	width: 140px;
	background: url(../images/nav_05.png);
	}

	

#container {
	background: url(../images/bg_container.png) repeat-y;
	width: 750px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	z-index: 1;
	position: relative;
	top: -170px;
}

#container .right {
	width: 267px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#container .buscard {
	width: 351px;
	height: 150px;
	background-image: url(../images/familyphoto.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	padding-top: 365px;
	line-height: 20px;
}

#container .left {
	width: 425px;
	margin-top: 10px;
	float: left;
}

#container .title {
	width: 700px;
	float: right;
	text-align: right;
	padding: 0;
}

/*Individual Game Pages */

#container .gamephoto {
	width: 300px;
	float: left;
	text-align: center;
}

#container .gamespecs {
	width: 420px;
	float: right;
	margin-top: 12px;
}

#container .gamespecs table {
	width: 400px;
}

#container .gamespecs tbody .gamespecs2 {
	padding: 5px;
	border-bottom: 1px #ccc dotted;
	font-size: 14px;
	text-transform: uppercase;
}

#container .gamespecs h1 {
	font-size: 20px;
	color: #046bca;
	font-weight: bold;
}

#container .video {
	width: 430px;
	float: left;
}

#container .videodesc{
	width: 298px;
	float: right;
	text-align: left;
}

#container .imageleft {
	float: left;
	border: #ccc 2px solid;
	margin: 0 10px 10px 0;
}

#container .imageright {
	float: right;
	border: #ccc 2px solid;
	margin: 0 0 10px 10px;
}
	

#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #046bca;
	line-height: 22px;
}

#container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

#container ul {
	list-style-image: url(../images/li.gif);
	margin-left: 40px;
	line-height: 23px;
}

#container a {
	color: #046bca;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

/* Gallery for Games */

table {
	width: 750px;
	border: 0;
}


/* Photos */

tbody .photo {
	background: url(../images/bg_game.gif) no-repeat;
	text-align: center;
	height: 187px;
}

tbody td .photo {
	height: 187px;
	vertical-align: middle;
}

/* Description of Games */

tbody .desc {
	font-family: Arial, Helvetica, sans-serif;
	color: #046bca;
	font-size: 12px;
	font-weight: 200;
	text-align: center;
}


tbody td {
	width: 25%;
}

/* Dimensions of Games */

table .dim {
	width: 100px;
	background-color: #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-left: 45px;
}

tbody .dimcell {
	background-color: #6b952b;
}


/* Footer */
	

#footer {
	background: url(../images/bg_footer.png) no-repeat;
	width: 790px;
	height: 140px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	text-align: center;
	padding-top: 30px;
	z-index: 1;
	position: relative;
	top: -170px;
}


#footer a {
	color: #046bca;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

