body {
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #54546E;
}
* {
	padding: 0;
	margin: 0;
}
#page {
	width: 770px;
	margin: 0 auto;
	background: url(../img/bg-content.jpg);
}
#header {
	background: url(../img/header.jpg);
	height: 193px;
}
#menu-hold {
	background: url(../img/menu.jpg);
	height: 31px;
	padding-left: 184px;
}
ul#menu {
	width: 564px;
	height: 31px;
	list-style: none;
	text-indent: -10000px;
}
#menu li {
	float: left;
	display: inline;	
}

#menu a {
	display: block;
	text-decoration: none;
	height: 31px;
	background-position: 0 0;
}
a.acc {
	background: url(../img/m_acc.jpg);
	width: 68px;
}
a.qui {
	background: url(../img/m_qui.jpg);
	width: 146px;
}
a.esp {
	background: url(../img/m_esp.jpg);
	width: 95px;
}
a.cat {
	background: url(../img/m_cat.jpg);
	width: 87px;
}
a.con {
	background: url(../img/m_con.jpg);
	width: 72px;
}
a.ajo {
	background: url(../img/m_ajo.jpg);
	width: 92px;
}
#menu a:hover, #menu a.on {
	background-position: 0 31px;
}

#leftnav {
	background: url(../img/stea.jpg) no-repeat right top;
	float: left;
	width: 172px;
	padding: 50px 0 10px 6px;
}
#leftnav ul {
	list-style: none;
	padding-top: 20px;
}
#leftnav ul ul{
	list-style: none;
	padding-top: 0;
}

/*
#leftnav ul li a {
	color: #54546E;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
	border: 1px solid #E8ECF0;
	border-left: none;
	display: block;
	line-height: 24px;
	width: 140px;
	padding-left: 2.2em;
	background: no-repeat url(../img/ico_bullet.gif) 0.75em 0.65em;
}
#leftnav ul li a:hover {
	background: #fff no-repeat url(../img/ico_bullet.gif) 0.75em 0.65em;
	border-color: #D9E0E8;
}
#leftnav ul ul li a {
	color: #54546E;
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	border: none;
	display: block;
	line-height: 21px;
	width: 120px;
	padding-left: 4.5em;
	background: no-repeat url(../img/ico_arrow.gif) 3.1em 0.65em;
}
#leftnav ul ul li a:hover {
	background: no-repeat url(../img/ico_arrow.gif) 3.4em 0.65em;
}
#leftnav ul li a.on {
	color: #5493B2;
	font-weight: bold;
	background: #fff no-repeat url(../img/ico_bullet.gif) 0.75em 0.65em;
}
#leftnav ul ul li a.on {
	color: #5493B2;
	font-weight: bold;
	background: no-repeat url(../img/ico_arrow.gif) 3.4em 0.65em;
}
*/

#content {
	background: no-repeat url(../img/content.jpg) 0 0;
	float: left;
	width: 524px;
	padding: 10px 25px;
	font-size: 75%;
}
#content h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	padding: 10px 30px;
}
#content h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 3px;
	text-indent: 1em;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	color: #6F6F6F;
	padding-left: 5px;
}
#content h4 {
	font-size: 85%;
	margin: 5px 0;
	padding-left: 15px;
}
#content p {
	line-height: 20px;
	padding: 5px;
	text-indent: 5em;
	text-align: justify;
}
#content a {
	text-decoration: none;
	color: #54546E;
	border-bottom: 1px dotted #54546E;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FAFAFA;
}
#content img {
	text-decoration: none;
	border: 1px solid #E8ECF0;
	padding: 3px;
	margin: 0 15px 5px 15px;
	background: #FFF;
}
#content .bigpic p {
	text-indent: 0;
	text-align: center;
}
#content .bigpic img {
	margin: 0 auto;
}

/* formular */
#formular {
	display: block;
	width: 500px;
	font-size: 90%;
	margin: 0 auto;
}
#formular label {
	display: block;
	width: 200px;
	float: left;
	margin: 4px;
	text-align: right;
}
#formular input {
	border: 1px solid #C0C9E1;
	display: block;
	float: left;
	width: 120px;
	height: 16px;
	margin: 3px;
	padding: 0 3px;
	background: url(../img/bg-input.gif) 0 0;
}
#formular textarea {
	border: 1px solid #C0C9E1;
	display: block;
	float: left;
	width: 240px;
	height: 60px;
	margin: 3px;
	padding: 3px;
	background: #FFF no-repeat url(../img/bg-input.gif) 0 0;
}
#formular .buton {
	display: block;
	width: 70px;
	height: 18px;
	font-size: 90%;
	color: #54546E;
	border: 1px solid #C0C9E1;
	margin: 3px auto 0 210px !important;
	margin-left: 107px;
	background: #fff;
}
#formular br {
	clear: both;
}
#formular div {
	text-align: center;
	padding-top: 20px;
	color: red;
	font-size: 130%;
}


#footer {
	background: #FFF no-repeat url(../img/end.jpg);
	height: 31px;
	clear: both;
}
#copy {
	padding-top: 5px;
	font-size: 70%;	
	text-align: center;
	margin: 0 auto;
}
#copy a {
	color: #808AA5;
}
#copy a:hover {
	color: #54546E;
	text-decoration: none;
}
.ruler {
	clear: both;
	background: no-repeat url(../img/ruler.gif) center 10px;
	width: 495px;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
}
#culori, .culori {
	width: 140px;
	float: right;	
}
#culori table, .culori table {
	font-size: 85%;	
}
#culori
{
     float: left;
}
#culori2, .culori2 {
	width: 50px;
	float: left;
	min-height: 110px;
	height: 110px;	
}
#desc {
	float: left;
    clear: both;
    text-align: left;
}
#content #desc p
{
    text-align: left;
}
.prix {
	width: 360px;	
	float: left;
	text-align: right;
	padding-top: 5px;
}
.produs p {
	padding-left: 20px;
}


#mesaje
{
    margin-bottom: 10px;
}
.notice, .warning, .error, .ok
{
    font-weight: bold;
    font-size: 11px;
}
.notice { color: olive; }
.warning, .error { color: red; }
.ok {color: green; }

.thumb
{
    float: left;
    margin-right: 20px;
}

.level1 {
	color: #54546E;
	font-weight: bold;
	font-size: 75%;
	border: 1px solid #E8ECF0;
	border-left: none;
	display: block;
	line-height: 22px;
	/*height: 24px;*/
	width: 120px;
	padding-left: 2.2em;
	background: no-repeat url(../img/ico_bullet.gif) 0.75em 0.65em;
}
.level1 a {
	color: #54546E;
	text-decoration: none;
	display: block;
}
.level1 a:hover {
	text-decoration: none;
	border-color: #D9E0E8;
	background: #fff;	
}
.level2 {
	color: #54546E;
	font-weight: normal;
	font-size: 70%;	
	border: none;
	display: block;
	line-height: 21px;
	/* height: 21px; */
	padding-left: 4.5em;
	background: no-repeat url(../img/ico_arrow.gif) 3.1em 0.65em;
}
.level2 a {
	color: #54546E;
	text-decoration: none;
}
.level2 a:hover {
	text-decoration: none;
}
#leftnav a.on { 
     color: #5493B2;
     font-weight: bold;    
     background: #fff;
}
#leftnav .level2 a.on { 
     background: none;
}

