/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

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,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/*                                     */
/* Main styles                         */
/*                                     */
/* ----------------------------------- */

html {
	height: 100.01%;
}
body {
	height: 100%;
	background-color:#a7b835;
	background-image: url(/public/img/splash_bg/splash_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
a {
	color: #717174;
	text-decoration: none;
}
a:hover {
	color: #00add0;
	text-decoration: none;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ----------------------------------- */
/*                                     */
/* Div styles                          */
/*                                     */
/* ----------------------------------- */


#maincontainer {
	position: relative;
	width: 850px;
	float: right;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(/public/img/splash_bg/splash_bg_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#left_main {
	float: left;
	width: 550px;
	height: 565px;
	margin-bottom: 10px;
	background-image: url(/public/img/splash_bg/schaduw.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* LOGO */
#right_main {
	float: left;
	width: 300px;
	background-image: url(/public/img/splash_bg/splash_bg_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#right_main_img {
	float: left;
	width: 300px;
	height: 435px;
	background-repeat: no-repeat;
}
#right_main .frumarco {
	background-image: url(/public/img/splash_logo/splash_logo_frumarco.jpg);
}
#right_main .henquet {
	background-image: url(/public/img/splash_logo/splash_logo_henquet.jpg);
}
#right_main .sicof {
	background-image: url(/public/img/splash_logo/splash_logo_sicof.jpg);
}
#right_main .timson {
	background-image: url(/public/img/splash_logo/splash_logo_timson.jpg);
}
#right_main .lubeck {
	background-image: url(/public/img/splash_logo/splash_logo_lubeck.jpg);
}
#right_main .frutesse {
	background-image: url(/public/img/splash_logo/splash_logo_frutesse.jpg);
}
#right_main .sesamstraat {
	background-image: url(/public/img/splash_logo/splash_logo_sesamstraat.jpg);
}

/* KOPJE */
#header{
	height: 175px;
	width: 550px;
	background-image: url(/public/img/splash_header/splash_header_onze_merken.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

/* FOOTER */
#footer{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 130px;
	width: 750px;
}
#footer_left {
	float: left;
	height: 20px;
	width: 435px;
	padding: 110px 15px 0 0;
	font-size: 9px;
}
#footer_right {
	float: right;
	height: 130px;
	width: 300px;
}

#xcom_footer {
	text-align: right;
	font-family: arial;
	font-size: 9px;
	color: #ffffff;	
}
#xcom_footer a {
	color: #ffffff;
}
#xcom_footer a:hover {
	color: #ffffff;
}

/* STATS */
#stats {
	display: none;
	visibility: hidden;
}

/* ----------------------------------- */
/*                                     */
/* NAV styles                          */
/*                                     */
/* ----------------------------------- */


#splash_menu {
	float: left;
	width: 550px;
}
#splash_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#splash_menu li {
	float: left;
	margin: 0px 0px 0px 0px;
}
#splash_menu ul li a {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 550px;
	height: 65px;
}
#splash_menu ul li a:hover {
	background-position: right top;
}
#splash_menu .active {
	background-position: right top;
}
#splash_menu #henquet {
	background-image: url(/public/img/splash_nav/splash_nav_henquet.gif);
}
#splash_menu #sicof {
	background-image: url(/public/img/splash_nav/splash_nav_sicof.gif);
}
#splash_menu #timson {
	background-image: url(/public/img/splash_nav/splash_nav_timson.gif);
}
#splash_menu #lubeck {
	background-image: url(/public/img/splash_nav/splash_nav_lubeck.gif);
}
#splash_menu #frutesse {
	background-image: url(/public/img/splash_nav/splash_nav_frutesse.gif);
}
#splash_menu #sesamstraat {
	background-image: url(/public/img/splash_nav/splash_nav_sesamstraat.gif);
}

/* ----------------------------------- */
/*                                     */
/* LANGUAGES styles                    */
/*                                     */
/* ----------------------------------- */

#language {
	width: 300px;
}
#language ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#language li {
	float: left;
	margin: 0px 0px 0px 0px;
}
#language ul li a {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: top;
	width: 300px;
	height: 55px;
}
#language ul li a:hover {
	background-position: bottom;
}
#language .nl {
	background-image: url(/public/img/splash_language/splash_language_nl.gif);
}
#language .uk {
	background-image: url(/public/img/splash_language/splash_language_eng.gif);
}
