@CHARSET "UTF-8";

/* general rules */
body {
	background-color: #407bae;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size:12px;
}

a {
	color: #407bae;
	text-decoration:none;
}

#showroom {
	text-align:center;
	border:1px solid #eee;
	padding:10px;
}

h1 {
	margin-top:0px; 
	padding-top:0px; 
	font-size:20px; 
	color: #407bae; 
	border-bottom:1px solid #eeeeee;
	width:98%;
}
h2 {
	margin-top:0px; 
	padding-top:0px; 
	font-size:16px; 
	color: #407bae; 
	width:98%;
}
h3 {
	margin-top:3px;
	margin-bottom:5px;
	padding-bottom:5px; 
	border-bottom:1px solid #eeeeee;
	padding-top:0px; 
	font-size:14px; 
	color: #407bae; 
	width:98%;
}

.image {
	background:#ffffff;
	border:1px solid #eee;
	padding:3px;
	margin-right:10px;
}

.imgs {
	margin-right:5px; 
}

.right {
	float:right;
}
.left {
	float:left;
}
.clr {
	clear:both;
}
.clr_10 {
	clear:both;
	height:10px;
}

/* website content */
#container {
	width:918px;
	margin:0px auto;
	margin-top:10px;
}

/* header styles */
#header {
	background:url("../images/header.jpg") no-repeat;
	height:358px;
}

/* navigation styles */
.nav ul{
	padding:0px;
	margin:28px 0px 0px 0px;
	list-style-type:none;
}

.nav ul li {
	display:inline;
	float:left;
}

.nav a:link { 	
	color:#333333;
	text-decoration:none;
}
.nav a:visited { 
	color: #333333;
	text-decoration:none;
}
.nav a:hover { 
	color: #407bae;
	text-decoration:none;
}
.nav a.sel { 
	color: #407bae;
	text-decoration:none;
}
.produse { 
	text-align:center;
	font-size:18px;
	width:130px;
	display:block;
}
.articole { 
	text-align:center;
	font-size:18px;
	width:120px;
	display:block;
}
.portofoliu { 
	text-align:center;
	font-size:18px;
	width:122px;
	display:block;
}
.comenzi { 
	text-align:center;
	font-size:18px;
	width:125px;
	display:block;
}
.contact { 
	text-align:center;
	font-size:18px;
	width:90px;
	display:block;
}

/* logo style */
.logo {
	margin:20px 40px 0px 0px;
	width:250px;
	background:url("../images/logo.jpg") no-repeat;
}
.logo a { display:block; height:29px; }
.logo h1 { display:none; }

/* breadcrumbs style */
.breadcrumbs {
	background:url("../images/breadcrumbs.jpg") no-repeat;
	height:38px;
}

/* content style */
#content {
	background:url("../images/bk.jpg") repeat-y;
	height:100%;
}

#wrap {
	padding:10px;
}

#left {
	width:590px;
	padding-right:10px;
	border-right:1px solid #eee;
	font-size:13px;
}
#right { 
	width:290px;
}

/* footer styles */
#footer {
	color:#fff;
}
#footer .head{
	background:url("../images/footer.jpg") no-repeat;
	height:46px;
	color:#999999;
}
