/* Style sheet - Madcatz website - created May 2, 2005 */
/* --- BASIC SITE LAYOUT STYLES --- */
#site
{
	text-align: left;
	width: 743px;
	border: solid 4px #000;
	margin: 0 auto;
}

body {
	text-align: center;
	background-color: #666666;
}

#navigation td{
	 vertical-align:top;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

#footer td{
	padding: 5px;
	margin: 0px;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;	
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;	
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

#copyright {
	text-align: right;
}

.floatright {
	float: right;
	display: block;
	clear: both;
	}
	
	.floatleft {
	float: left;
	display: block;
	clear: both;
	padding-right: 10px;
	}


ul.gallery {
	list-style-position: outside;
	padding: 0px;
	margin: 0px 0px 0px 60px;
	list-style-type: none;
	list-style: none;
}

ul.gallery li {
	width: 350px;
	height: 150px;
	list-style-type: none;
} 

ul.gallery li img{
float: left;
	border: none;
}
