@charset "utf-8";
body, h1, h2, td, a, span, div {
	font-family: Tahoma;
}

body {
	background-image: url(http://www.simpliq.ro/images/bg.jpg);
	font-size: 75%;
}
A {
	TEXT-DECORATION: none;
	color: #4B7100;
}

A:hover {
	text-decoration: underline;
}

h1, h2 {
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	font-weight: bold;
}

.exh1 {
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	font-weight: bold;
}


ul {
	margin: 0px;
	padding: 5px;
}

li {
	padding-left: 2px;
	margin-left: 20px;
}
img {
	border: 0px;
}
.main-section table {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #595959;
}
.main-section tr th {
	background-color:#595959;
	margin: 0px;
	padding: 5px;
	color: white;
}
.main-section tr td {
	border: 1px solid #595959;
	margin: 0px;
	padding: 7px;
	text-align: center;
}

div.mainpage {
	background-image: url(http://www.simpliq.ro/images/bg_center.jpg);
	background-repeat: repeat-y;
	background-position: -11px top;
	margin: 0px;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	padding: 0px;
}
div.pagecontent {
	background-image: url(http://www.simpliq.ro/images/layout_simpliq_10.jpg);
	background-repeat: no-repeat;
	background-position: -11px top;
	width: 780px;
	padding: 22px 11px 22px 11px;
	margin: 0px;
	text-align: left;
}
div.header {
	margin: 0px;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
.header {
	height: 73px;
}
.headermenu {
	margin-right: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.headermenu a, .white {
	color: #FFFFFF;
}
.header img {
	float: left;
}
.header .headermenu img {
	float: none;
	vertical-align:text-bottom;
}
#mainpage-slideshow
{
	width: 755px !important;
	height: 300px !important;
	background-color: black;
}
#secondpage-slideshow
{
	width: 755px !important;
	height: 200px !important;
	background-color: black;
}
.main-section {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: -5px;
	min-height: 240px;
}
.box-alpha {
	margin-left: 10px;
	margin-bottom: 22px;
	background-color: #1560BD;
	width: 238px;
	float: left;
	-moz-opacity: .70;
	opacity: .70;
	filter: alpha(opacity=70);
	color: white;
}
.box {
	margin-left: 10px;
	margin-bottom: 22px;
	background-color: #1560BD;
	width: 238px;
	float: left;
	-moz-opacity: 80;
	opacity: .80;
	filter: alpha(opacity=80);
	color: white;
}
.box-padding {
	padding: 0px 10px 0px 10px;
}
.box h1, .box-alpha h1, .box .exh1, .box-alpha .exh1 {
	font-size: 1.1em;
	font-weight: bold;
}
.center {
	text-align: center;
}
.menu {
	width: 190px;
	min-height: 290px;
	margin-top: 5px;
	margin-right: 11px;
	padding: 13px 0px 10px 10px;
	background: url(http://www.simpliq.ro/images/layout_simpliq_14.jpg) repeat-x;
	float: left;
}
.menuitem {
	text-align:left;
	width: 172px;
	height: 22px;
	margin-bottom: 1px;
	padding: 3px 3px 3px 15px;
	background-color:#595959;
	cursor: pointer;
}
.menuitemover {
	text-align:left;
	width: 172px;
	height: 22px;
	margin-bottom: 1px;
	padding: 3px 3px 3px 15px;
	background-color:white;
	cursor:pointer;
}
.menuitem span, .menuitemover span {
	font-weight:bold;
	font-size: .9em;
	line-height: 22px;
	color: #FFFFFF;
}
.menuitemover span {
	color: black;
}
.menuitem a, .menuitemover a {
	font-weight:bold;
	font-size: .9em;
	line-height: 22px;
	color: #FFFFFF;
}
.menuitemover a {
	color: black;
}
.menubuttons {
	text-align: center;
	margin-top: 20px;
}