@import "header.css";
@import "navigation.css";
@import "content.css";
@import "preview.css";
@import "footer.css";

/******************************************************************************
 * STANDARD ELEMENTS
 ******************************************************************************/
body {
	margin: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	background-color: #d9dadb;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, p, a, ul, div, form, fieldset, dd, dt, dl, input, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

p, li {
	font-family: "Arial", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #006ab2;
	margin-left: 20px;
	line-height: 15px;
}

a {
/* 	color: #b1c800; */
	color: #006ab2;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

.partners {
	color: #006ab2;
}

/*a:visited {
	text-decoration: none;
	color: #006ab2;
}*/

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/*h1 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #b1c800;
	text-align: left;
}

// h2 => h3
h2 {
	font-size: 11px;
	color: #006ab2;
	font-weight: strong;
	margin-left: 20px;
}

h3 {
	font-size: 12px;
	color: #006ab2;
	margin-left: 20px;
}

// h4 => h1
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #b1c800;
	text-align: center;
}

// h5 => h2
h5 {
	font-size: 12px;
	color: #006ab2;
	text-align: center;
}*/

/******************************************************************************
 * MAIN DIVISIONS
 ******************************************************************************/
#container {
	width: 773px;
	height: 580px;
	padding: 5px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
}

/******************************************************************************
 * MISC
 ******************************************************************************/
#thumbmenu_home {
	width: 135px;
	position: absolute;
	top: 480px;
	left: 20px;
	z-index: 999;
	height: 380px;
	background-color: #daeaf5;
}

.thumbbox {
	width: 115px;
	height: 40px;
	background-color: #daeaf5;
	margin-bottom: 12px;
	text-align: left;
	padding: 10px;
}
