/* CSS Document */

* {
text-decoration : none;
}



/* main page body */

body {
background : #001A63;
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0px;
text-align : center;
}

	img {
	* behavior : url("/includes/pngbehavior.htc");
	border : none;
	}
	
	table {
	border-collapse : collapse;
	font-size : 1.0em;
	margin : 0;
	width : 100%;
	}
	
		td {
		border : 1px solid #CED3E7;
		margin : 0;
		padding : 5px;
		text-align : center;
		}
		
			a.header {
			display : block;
			font-size : 1.6em;
			}



/* page wrapper */

#wrapper {
background : #ffffff;
margin : auto;
text-align : justify;
width : 748px;
}



/* header */

a#header {
background : url(../graphics/layout/logo.jpg) 50% 0% no-repeat;
border-bottom : 1px solid #000000;
display : block;
height : 94px;
margin : 0 4px;
text-indent : -1000em;
}



/* navigation / banner */

#nav {
background : #C9D1E2 url(../graphics/layout/banner.jpg) no-repeat;
font-size : 1.4em;
font-style : italic;
font-weight : bold;
list-style : none;
margin : 0 4px;
padding : 0 0 3px 0;
}

	#nav li {
	width : 145px;
	}

	#nav a {
	background : #485D98;
	border-top : 2px solid #ffffff;
	color : #ffffff;
	display : block;
	padding : 7px 10px;
	* width : 100%;
	}
	
		#nav a:hover {
		background : #E31C1C;
		}



/* intro / tagline */

h1#intro {
background : #C9D1E2;
border-bottom : 1px solid #485D98;
color : #ffffff;
font-size : 1.4em;
font-weight : bold;
letter-spacing : -1px;
margin : 0 4px;
padding : 7px;
}



/* content area */

#content {
font-size : 1.2em;
padding : 10px 20px;
position : relative;
margin : 0 4px;
}

	#content img {
	border : none;
	margin : 10px;
	}

	#content p {
	margin : 0;
	padding : 10px 0;
	}
	
	#content a {
	color : #E31C1C;
	}
	
		#content a:hover {
		color : #ffffff;
		background : #E31C1C;
		}
	
		#content a.nobackgound:hover {
		background : none;
		color : none;
		}
		
	.large {
	color : #E31C1C;
	font-size : 1.2em;
	}



/* spiderlinks */

p#spiders {
background : #C9D1E2;
clear : both;
color : #ffffff;
font-size : 1.1em;
font-weight : bold;
margin : 0;
padding : 7px;
text-align : center;
}

	p#spiders a {
	color : #ffffff;
	}
	
		p#spiders a:hover {
		color : #485D98;
		}



/* text only */

#skeleton {
display : none;
}



/* members map */

#map {
float : right;
position : absolute;
top : -250px;
right : 35px;
}

	#members-shop-name {
	font-size : 1.6em;
	letter-spacing : -1px;
	}
	
#ffmap {
* display : none;
}

html>body #iemap {
display : none;
}

html>body #iemap {
* display : block;
}



/* chart */

table#chart {
margin: 0;
padding: 0;
width: 600px;
}

	/*table#chart thead tr {
	background: url(../graphics/layout/table-back.gif) no-repeat;
	} */

	table#chart thead, table#chart thead th, table#chart thead th.middle {
	background: #485D98 url(../graphics/layout/middle.gif) repeat-x;
	}

		table#chart thead th.left {
		background: url(../graphics/layout/left.gif) no-repeat;
		}

		table#chart thead th.right {
		background: url(../graphics/layout/right.gif) no-repeat 100% 0;
		}

	table#chart th {
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	}
	
	table#chart td {
	margin: 0;
	padding: 0 10px;
	}
	
		table#chart tr.alt td {
		background: #F5F6F9;
		}