/*              
  Style.css - Stylesheet for Bytessence.com      
  Copyright (c) 2007-2009 Trutia Alexandru      
  Versiune: 2.0      
  Ultima modificare: 7 Martie 2010
*/
body {
	background-color: #4f4f4f;
	text-align: center;
	font: normal 8pt/13pt verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.page {
	width: 798px;
	background-image: url(img/website/page.png);
	text-align: left;
	margin: auto;
}
li {
	list-style: url(img/website/li.png);
	margin-left: -18px;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #176cba;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	color: #176cba;
	font-weight: 700;
	text-decoration: underline;
}
.buttonclass a {
	font: normal 8pt/13pt verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/website/button.png) 0 0 repeat-x;
	color: #FFF;
	border: 1px solid #0e3f6d;
	height: auto;
	padding: 3px;
}
.buttonclass a:hover {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: url(img/website/buttonhover.png) 0 0 repeat-x;
	border: 1px solid #155fa5;
	text-decoration: underline;
}
.header {
	width: 798px;
	height: 97px;
	background-image: url(img/website/header.png);
	clear: both;
}
.logo {
	padding-top: 30px;
	padding-left: 10px;
	margin-left: 18px;
}
.menu {
	width: 798px;
	height: 35px;
	background-image: url(img/website/menulinks.png);
	clear: both;
}
.menucontainer {
	margin-left: 20px;
}
.menusearch {
	margin-top: 6px;
	margin-right: 30px;
	float: right;
}
.menu a {
	padding: 9px 10px 0px 15px;
	width: auto;
	height: 25px;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: url(img/website/menuseparator.png) no-repeat top right;
}
.menu a:hover {
	text-decoration: underline;
}
.mainarea {
	width: 798px;
	clear: both;
	padding-top: 2px;
	margin: 0px;
}
.toparea {
	width: 740px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 27px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
}
.fullcontainer {
	margin: 7px 29px 5px 29px;
	padding: 5px;
	width: auto;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	font-size: 11px;
}
.leftcontainer {
	float: left;
	margin-bottom: 7px;
	margin-left: 27px;
	width: 130px;
}
.leftcontainerbox {
	margin-left: 0px;
	margin-bottom: 7px;
	padding: 5px;
	width: 120px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	font-size: 11px;
}
.centercontainer {
	height: auto;
	margin: 7px 29px 5px 165px;
	font-size: 95%;
}
.centercontainerbox {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
}
.centercontainerbox h1, .fullcontainer h1 {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 11pt;
	font-weight: bold;
	color: #176cba;
}
.centercontainerbox h2, .fullcontainer h2 {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 8pt;
	font-weight: 400;
	color: black;
	padding-left: 20px;
	background-image: url(img/website/post.png);
	background-repeat: no-repeat;
}
.centercontainerbox p, .fullcontainer p {
	margin-bottom: 5px;
}
.centercontainerad {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.centersection {
	border: 1px solid #ededed;
	background-color: #fefefe;
	padding: 5px;
	margin-bottom: 10px;
}
.footer {
	width: 798px;
	height: 50px;
	background-image: url(img/website/footer.png);
	clear: both;
}
.footer p {
	color: #FFF;
	padding-left: 25px;
	padding-top: 9px;
	line-height: 20px;
	font-size: 10px;
}
.footer a {
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}