/*
Theme Name: Convex
Author: Sven Linckels
Author URI: http://www.seven.lu/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #2E271F url('/images/bg.jpg');
	color: #333;
	text-align: center;
	margin:0;
}

.language_item img {
	padding-left: 5px;
	border: 0px;
}

.mainTable {
	width: 800px;
	background: #FFFFFF;
}

.mainMenu {
	background: #D2CFC0;
	width: 197px;
}

#menu {
	width: 182px;
	height: 154px;
	background: #F6F6EA url('/images/menu-bg.gif');
	padding: 15px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #548605;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	list-style: none;
}

#menu ul li {
	width: 160px;
	border-bottom: 1px solid #D2CFC0;
	padding: 2px 0px 2px 0px;
}

#menu ul li a {
	text-decoration: none;
	color: #548605;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	background: url(/images/menu-bullet.gif) no-repeat 0px 4px;
}

#menu ul li a:hover  {
	color: #BFDA00;
}

#header {
	background: #BEDA00 url('/images/header1L.jpg');
	width: 760px;
	height: 79px;
	padding: 20px 20px 0px 0px;
	text-align: right;
}

#content {
	padding: 0px 20px 20px 20px;
	color: #020A00;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

#content h1 {
	color: #648A1D;
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	color: #648A1D;
	font-size: 14px;
}

#content h3 {
	color: #648A1D;
	font-size: 13px;
}

#content a:link, #content a:visited {
	color: #90BA00;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
	border: solid 1px #648A1D;
	padding: 5px;
	margin: 10px 0px 10px 10px;
}

.alignleft {
	float: left;
	border: solid 1px #648A1D;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}

#footer, #footer a {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 800px;
	height: 30px;
	margin: 0 auto;  
	margin-top: 10px;
	margin-bottom: 10px;
}

#noborder img {
	border: 0px;
}

