@CHARSET "UTF-8";
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe {
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: none;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3f3f3f;
	background: #ecddc0 url(/images/bg_body.jpg) 0 0 repeat-x;
}

h2, h3, h4 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
	
h2 {
	font-size: 16px;
	font-weight: bold;
}
textarea {
	overflow: hidden;
}
.JBody {
	width: 730px;
	margin: 0px auto 0 auto;
	text-align: left;
	background: #fff;
}

.JPage {
}
.JPage_inside {
}

.JHeader {
	height: 175px;
	overflow: hidden;
}
.JLogo {
	width: 199px;
	height: 175px;
	background: url(/images/logo.jpg) 0 0 no-repeat;
	float: left;
}

.JUser1 {
	float: left;
}

.JContent {
	height: 100%;
	background: url(/images/bg_content.jpg) 0 0 repeat-y;
}
.JContent_wrap {
	overflow: hidden;
	min-height: 400px;
}

.JLeft {
	position: relative;
	width: 199px;
	height: 100%;
	background: #80192c;
	float: left;
}

.JCenter {
	width: 531px;
	height: 100%;
	background: url(/images/bg_content_top.jpg) 0 0 repeat-x;
	float: left;
}
.JCenter_wrap {
	height: 100%;
	padding: 20px;
}

/*Menus*/
.JLeft ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.JLeft ul.menu li {
	margin: 0;
	padding: 0;
	line-height: 25px;
}
.JLeft ul.menu li a {
	line-height: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}
.JLeft ul.menu li.item0 a {
	background: url(/images/bg_menu_home.jpg) 0 0 no-repeat;
}
.JLeft ul.menu li.item0 a:hover {
	background: url(/images/bg_menu_home_over.jpg) 0 0 no-repeat;
}
.JLeft ul.menu li.item1 a {
	background: url(/images/bg_menu_produse.jpg) 0 0 no-repeat;
}
.JLeft ul.menu li.item1 a:hover {
	background: url(/images/bg_menu_produse_over.jpg) 0 0 no-repeat;
}
.JLeft ul.menu li.item2 a {
	background: url(/images/bg_menu_contact.jpg) 0 0 no-repeat;
}
.JLeft ul.menu li.item2 a:hover {
	background: url(/images/bg_menu_contact_over.jpg) 0 0 no-repeat;
}

/*Content*/
.JContentPaneHeader {
	padding: 3px;
	border-bottom: 2px solid #ecddc0;
}
.JContentPaneHeader h2 {
	color: #9c2f44;
}

/*List*/
dl.JInlineWeight dt {
	font-weight: bold;
}


dl.JInline, dl.JInlineWeight {
	width: 100%;
	overflow: hidden;
	display: block;
}
dl.JInline dt, dl.JInline dd, dl.JInlineWeight dt, dl.JInlineWeight dd {
	padding: 2px;
	float: left;
}

/*Form*/
div.JForm {
	padding: 10px 0;
}
div.JForm th {
	text-align: left;
	font-size: 12px;
}
.inputbox {
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial;
	border: 1px solid #ccc;
}

button {
	padding: 2px 10px;
	font-family: Verdana, serif;
	font-size: 14px;
	border: 1px solid #aba689;
	background: url(/images/bg_button.jpg) 0 0 repeat-x;
}
.tarife
{
	color: #FFF; 
	font-weight: bold; 
	text-decoration: none; 
	cursor: pointer; 
	font-size: 12px
}

.tarife:hover
{
	color: yellow; 
}

.divmenu
{
	margin-top: 40px;
}

#notices
{
	position:fixed;
	border: 2px solid #FFF;
	background-color: #FECA4E;
	color: maroon;
	font-family: arial;
	font-size: 14px;
	margin: 0 auto;
	padding: 5px;
	z-index: 10000;
}