@charset "utf-8";
/* CSS Document */

body {
		
	color: #000;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 0;
}

div#bkg {
	width:934px;
	background: #fff url(img/middle.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#bkg-top {
	width:934px;
	height: 27px;
	background: #fff url(img/top.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#bkg-bottom {
	width:934px;
	height: 27px;
	background: #fff url(img/bottom.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#wraper {
	width: 900px;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 900px;
	height: 148px;
	background: #fff url(img/head.jpg) no-repeat;
}

div#nav {
	width: 900px;
	height: 106px;
	background: url(img/nav2.jpg) no-repeat;
	padding-top: 40px;
	padding-bottom: 0;
	margin-bottom: -40px;
}

ul#menuSectiuni {
	display: block;
	margin-left: 250px;
	margin-top: 0;
	height:26px;
}

ul#menuSectiuni li {
	text-align: center;
	display: block;
	background: url(img/bkgButton.png) center no-repeat;
	width: 180px;
	height: 26px;
	list-style:none;
	float:left;
	margin-left:5px;
}

ul#menuSectiuni li a {
	font-weight: bold;
	font-size: 15px;
	width: 180px;
	height: 26px;
	display: block;
	color: #608294;
	text-decoration: none;
	padding-top: 3px;
	
}
ul#menuSectiuni li a:hover {
	color: #A7BCC7;
	background: none;
}

div#wraper2 {
	width: 900px;
	margin: 0 0 0 0;
	display: block;
	min-height:400px;
	overflow:hidden;
}

div#sidebar {
	width: 212px;
	float:left;
	min-height:400px;
	text-align:center;
	display:block;
	clear:left;
}

div#meniu-produse {
}

div#fb {
	display:block;
	background: #fff url(img/leftShadow.jpg) 212px repeat-y;
	overflow:hidden;
}

div#pets {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	width: 212px;
	float:left;
}

div#main {
	float:left;
	width: 688px;
	min-height:400px;
	display:block;
	background: #fff url(img/leftShadow.jpg) repeat-y;
	clear:right;
}

ul#menuProduse {
	margin-left: 0px;
	width:173px;
	margin-left: -20px;
	
}

ul#menuProduse li {
	text-align: center;
	display: block;
	background: url(img/bkgBtnProdus.jpg) center no-repeat;
	width: 173px;
	height: 41px;
	list-style:none;
}

ul#menuProduse li a {
	font-weight: bold;
	width: 173px;
	height: 41px;
	display: block;
	color: #fff;
	text-decoration: none;
}

ul#menuProduse li a:hover, ul#menuProduse li a:active {
	color: #703026;
}

.sl a {
	padding-top: 11px;
	font-size: 14px;
}

.dl a {
	padding-top: 6px;
	font-size: 12px;
}

div#back {
	text-align:right;
	padding-right: 15px;
}

div#back a {
	font-weight:bold;
	text-decoration:none;
	color:#FB670F;
}

div#back a:hover {
	color: #A7BCC7;
}


div#footer {
	width: 934px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#content {
	padding: 5px 15px 5px 15px;
	text-align:justify;
	overflow:hidden;
}

div#article {
	
}

div#produs {
	width: 50%;
	float:left;
	margin-bottom:10px;
}

div#produs-img {
	text-align:center;
}

div#produs-img a, div#produs-img img {
	border:none;
}

div#produs-title {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
}

div#produs-title, div#produs-title a {
	color:#FB670F;
	text-decoration:none;
}

div#produs-link {
	text-align: center;
	display: block;
	background: url(img/bkgButton.png) center no-repeat;
	height: 26px;
	padding-top:3px;
	padding-bottom:3px;
}

div#produs-link a {
	font-weight: bold;
	font-size: 15px;
	width: 180px;
	height: 26px;
	display: block;
	color: #608294;
	text-decoration: none;
	padding-top: 3px;
	margin-left:auto;
	margin-right:auto;
}

div#produs-link a:hover {
	color: #A7BCC7;
	background: none;
}

div#prospect h1, div#pagina h1 {
	color:#FB670F;
	font-size:22px;
	text-transform:capitalize;
}

div#prospect h2, div#pagina h2 {
	color:#39BF26;
	font-size:18px;
}

div#prospect img, div#pagina img {
	margin: 0 20px 0 0;
}

div#prospect table {
	width: 90%;
}

div#prospect td {
	border: #666666 dashed 1px;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

div#pagina table {
	width:auto;
}

div#pagina td {
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

div#pagina input, div#pagina textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	width: 300px;
	border: #FF6600 solid 1px;
	color:#C66B06;
}

div#pagina input:focus, div#pagina textarea:focus {
	background:#FEEFBC;
	color:#333333;
}

div#prospect .clear {
	width: 50%;
}

a {
	color:#B84E07;
	text-decoration:none;
}

a:hover {
	color:#7C3505;
	text-decoration:none;
}
