/****************** HOME CSS *******************/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
}

body {
	background: url(img/1000stipendii_default_bg.gif) repeat;
}

:focus {
	outline: none;
}

img {
	border: none; 
}

#home_wrapper {
	clear: both;
	margin: 0 auto;
	width: 993px; 
	height: 570px;
	background: url(img/1000stipendii_home_wrapper.jpg) no-repeat bottom center;
}

#home_header {
	clear: both;
	width: 993px; 
	height: 277px;
	background: url(img/1000stipendii_header.jpg) no-repeat;
}

#cf_logo {
	display: block;
	float: right;
	width: 80px;
	height: 73px;
	margin-top: 10px;
	padding-right: 10px;
	background: url(img/CF_logo.gif) no-repeat;
}

/********************  HOME MENUS *******************/


a#about{
	position: relative;
	top: 246px;
	left: 30px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #95207D;
}


a#what {
	position: relative;
	top: 36px;
	left: 110px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #da1f0e;
}

a#project {
	position: relative;
	top: 150px;
	left: 90px; 
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0094e4;
}

a#what_to_do {
	position: relative;
	top: 150px;
	left: 230px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #b1000f;
}

a#who_can {
	position: relative;
	top: 148px;
	left: 630px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #e26500;
}
/*
a#how {
	position: relative;
	top: 16px;
	left: 620px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #d60071;
}
*/
a#how {
	position: relative;
	top: 14px;
	left: 125px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #d60071;
}

a#users {
	position: relative;
	top: 100px;
	left: 360px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #007428;	
}

span#users {
	position: relative;
	top: 100px;
	left: 244px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #007428;	
}

#nav {
	height: 20px;
	padding: 10px 0 0 0;
}

/******************** NEWS SCROLLER *****************/

.tickercontainer { /* the outer div with the black border */
background: #f5f5e9; 
width: 993px; 
height: 28px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 8px;
width: 993px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
white-space: nowrap;
background: #f5f5e9;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*********************** FOOTER *********************/

#footer {
	clear: both;
	margin: 20px auto 0 auto;
	width: 450px;
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #aaa;
	text-align: center;
	overflow: hidden;
}


#footer #copyright {
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #aaa;
}

#footer #created {
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #aaa;
}

#creative {
	text-decoration: none;
	font: 10px Arial, Verdana, Helvetica, san-serif;
	color: #aaa;
}

#creative:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
	visibility: hidden;
	border-collapse: collapse;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding:0;
	border: 0;
	border-width:0;
	outline-width:0;
	page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;
	empty-cells: hide;
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }