/* ------------------------ */
/* HOMEPAGE */
/* ------------------------ */

body		{ background-color: #ccc; margin: 0px; }

body, td
	{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #0E409A;
	}


/* --------- Top --------- */

.flags		{ padding: 4px; }

.homemain	{ background-color: #fff; width: 1003px; }

.hometop
	{
	background: url(/grfx/hometop.gif) repeat-x;
	height: 108px;
	}

.homelogo	{ margin-top: 20px; }

.homettl
	{
	font-weight: bold;
	font-size: 14px;
	width: 50%;
	padding-top: 30px;
	}

.homelang
	{
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 30px;
	}

/* -------- Menu --------- */

.homemenu
	{
	background: url(/grfx/bgmenu.gif) repeat-x;
	border: solid #fff;
	border-width: 0px 1px 1px 1px;
	height: 304px;
	}

.homemenu-item
	{
	color: #fff;
	padding-left: 30px;
	vertical-align: middle;
	}

.homemenu-item a	{ color: #fff; text-decoration: none; }
.homemenu-item a:hover	{ color: #F34233; text-decoration: none; }


.homephoto
	{
	background: url(/grfx/homephoto.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	width: 526px;
	height: 304px;
	}

/* -------- Login --------- */

.homelogin
	{
	background: url(/grfx/bglogin.gif) repeat-x;
	border: solid #fff;
	border-width: 0px 1px 1px 1px;
	width: 196px;
	height: 304px;
	}

.login			{ margin-top: 40px; }
.login td		{ text-transform: uppercase; }

.textfield
	{
	border: 1px solid #ccc;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	width: 112px;
	padding: 2px;
	}

/* ------- Middle -------- */

.homefill		{ background-color: #D7B994; height: 6px; }

#fill1			{ background: url(/grfx/fill1.gif) #D7B994 repeat-y; }
#fill3			{ background: url(/grfx/fill3.gif) #D7B994 repeat-y; }

/* ------- Contact -------- */

.homecontact
	{
	background: url(/grfx/bgcontact.gif) no-repeat center;
	border: solid #fff;
	border-width: 1px 1px 0px 1px;
	}

.contactcnt
	{
	position: relative;
	top: 75px;
	left: 25px;
	padding: 10px;
	}


/* ------- Project -------- */

.homeproject
	{
	background: url(/grfx/bgproject.gif) no-repeat center;
	border-top: 1px solid #fff;
	width: 526px;
	height: 230px;
	}

.projectdesc
	{
	background-color: #26247B;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 6px;
	}

.projectcnt		{ padding: 6px; }
.projectcnt a	{ color: #32AF39; text-decoration: none; }
.projectcnt a:hover	{ color: #F34233; text-decoration: underline; }

/* ------- News -------- */

.homenews
	{
	background: url(/grfx/bgnews.gif) no-repeat center;
	border: solid #fff;
	border-width: 1px 1px 0px 1px;
	width: 196px;
	}

.newshead
	{
	background-color: #F34233;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 6px;
	}

.newscnt		{ padding: 6px; padding-top: 0px; line-height: 1.0em; }
.newscnt a		{ color: #32AF39; text-decoration: none; }
.newscnt a:hover	{ color: #F34233; text-decoration: underline; }
.newsdate		{ font-size: 10px; color: #666; }

