/* Basic Elements */
html, body {
	margin: 0;
	color:#333333;
	font-family:Lucida Grande,Lucida Sans Unicode,Bitstream Vera Sans,Geneva,Helvetica,Arial,sans-serif;
	font-size:75%;
	line-height:1.5;
}



#container {
	width: 760px;
	margin: 10px auto;
	position:inherit;
	}
#top {
	width: 100%;
	height: 40px;
	background-repeat: repeat-x;
	background-image: url(../images/bg_topmenu.jpg);
	padding-top: 122px;
	}
#topmenu {
	width: 750px;
	margin: 0 auto;
	height: 35px;
	}	
#logo{
	width: 56px;
	float: left;
	padding-top: 10px;
	background-image: url(../images/coffeesoft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 56px;
	}
	
#menu{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	float: left;
	height: 35px;
	}
#menuOptions{
	font-size: 14px;
	color: #434343;
	width: 750px;
	height: 30px;
	margin-top: 5px;
	}

#menuOptions ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menuOptions li {
	float:left;
	padding-right: 20px;
}

#menuOptions li a {
	color:#BFC1BC;
	text-decoration: none;
	}
#menuOptions li a:hover {
	color:#FFFFFF;
	}


#contentIndex {
	width: 758px;
	height: 300px;
	border-width: 1px;
	border-color: #E5E5E5;
	border-style: solid;
	margin-bottom: 20px;
	}
#homeNews{
	width: 253px;
	float:left;
	padding-bottom: 15px;
}
#homeNewsHeader{
	height: 44px;
	padding-left: 5px;
	border-right-width: 1px;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
	border-bottom-color: #E5E5E5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
#homeNewsHeader p{
	font-size: 14px;
	color: #666666;
	text-transform: none;
}
#homeNewsContent{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.3;
	padding-top: 10px;
}
#content {
	float: right;
	width: 100%;
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 15px 0px;
	}
#left {
	float: left;
	width: 119px;
	}
#footer {
	border-top-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #999999;
	font-size: 11px;
	}
#footerInfo {
	text-align: left;
	float: left;
	}
	
#footerLanguage{
	float: right;
	}

/* Sidebar */
#sidebar {
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: orange;
	}

/* Additional styles */
p {
	margin-top: 0px;
	line-height: 1.3;

	}
img {
	border: 0;
	}
h1 {
	font-size: 16px;
	color: #3F3F3F;
	font-weight: bold;
	}
h2 {
	font-size: 13px;
	color:#3F3F3F;
	margin-bottom: 0px;
	}
h3 {
	font-size: 12px;
	color:#000000;
	margin-bottom: 0px;
	margin-top: 0px;
	}
h4 {
	font-size: 11px;
	color:#666666;
	}
h5 {
	font-size: 12px;
	color:#eee;
	font-weight: normal;
	text-transform: uppercase;
	}
a {
	color: #0099FF;
	text-decoration: none;
	}
a:hover {
	color: #3F3F3F;
	}
input{
	font-size: 12px;
	color: #333333;
}
