/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* v1.0 | 20080212 / reset css by meyerweb.com																								*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	margin: 10px 0px 10px 0px;
	border: none;
	}

/* GENERIC TAGS */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #000000 url(../images/body.jpg) repeat;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #EA7619;
	}
h1 {
	color: #B0B0B0;
	margin: 10px 0px 10px 0px;
	font: bold 24px/26px "Verdana", sans-serif;
	}
h2 {
	color: #FFBF00;
	margin: 10px 0px 10px 0px;
	font: bold 20px/22px "Verdana", sans-serif;
	}
h3 {
	color: #A6D371;
	margin: 10px 0px 10px 0px;
	font: bold 16px/18px "Verdana", sans-serif;
	}
a:link, a:visited {
	color: #C7C6C0;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* STRUCTURE */
#mainpage {
	width: 550px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	}
#container {
	width: 5400px;
	height: 540px;	
	padding: 0px 20px 40px 10px;
	}
#maincontent {
	border: 0;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #EA7619;
	}
#maincontent li {
	width: 540px;
	height: 530px;
	padding: 30px 10px 0px 10px;
	float:left;
	vertical-align: middle;
	text-align: center;
	margin: 0px 30px 20px 0px;
	list-style: none;
	background-image: url(../images/bg.png);
	background-position: top left;
	}


/* TOP MENU */
#menu {
	background: url(../images/menubox.png) no-repeat top left;
	margin: 30px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	height: 52px;
	width: 1200px;
	}
#menu ul {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	}
#menu li {
	display: inline;
	}
#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 16px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #CDCDE2;
	}
#menu a:hover {
	color: #FFFFFF;
	}

/* FOOTER SECTION */
#footer {
	clear: both;
	width: 660px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 10px;
	position: relative;
	border-top: 1px solid #000000;
	}
#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
	}
#legal {
	}


/* GENERIC CLASSES */
img.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
