@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
}
strong {
	color: #333333;
}

#divContainer {
	margin: auto;
	width: 800px;
}
#divHeader {
	float: left;
	width: 800px;
}

#divLogo {
	height: 56px;
	width: 305px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#divLogo a {
	height: 56px;
	width: 305px;
	position: absolute;
}
#divLogo a h1 {
	display: none;
}

#divWebsiteUtilities {
	float: left;
	height: 56px;
	width: 495px;
	background-image: url(../images/tel-contact-header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#divNavigation {
	float: left;
	width: 800px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ULNavigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ULNavigation li {
	display: inline;
	margin-right: 10px;
}
#ULNavigation a {
	text-decoration: none;
	color: #29B6E1;
	padding: 10px;
	margin-right: 10px;
}
#ULNavigation a:hover {
	color: #333333;
}
#divContent {
	width: 800px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}
#divContent a {
	font-size: 12px;
	color: #29B6E1;
	text-decoration: none;
}

#divContent h2 {
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.2em;
	font-size: 16px;
}
#divContent ul {
	list-style-image: url(../images/bullet-list.png);
}

#divSecNavAndBanner {
	clear: right;
	float: left;
	width: 800px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#divSecondaryNavigation {
	float: left;
	height: 270px;
	width: 250px;
}
#divBannerImage {
	float: left;
	height: 270px;
	width: 550px;
	clear: right;
}
#SecondaryNavTable {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#SecondaryNavTable a {
	text-decoration: none;
	padding: 7px;
	color: #29B6E1;
	font-size: 11px;

}
#SecondaryNavTable a:hover {
	text-decoration: none;
	color: #333333;
}


#SecondaryNavTable img {
	border: 2px solid #CCCCCC;
}

#MaiMulteArticole {
	background-image: url(../images/mai-multe-articole.jpg);
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 250px;
	text-indent: -999px;
}

#divContent #divSummaries {
	float: left;
	width: 800px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#divSummaries img {
	border: 3px solid #CCCCCC;
	margin-right: 7px;
}
#divSummaries p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divSummaries a {
	text-decoration: none;
	color: #29B6E1;
}


#divSummaries #divContentLeft {
	float: left;
	width: 275px;
}
#divContentLeft h3 {
	padding: 0px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divSummaries #divContentMiddle {
	float: left;
	width: 275px;
}
#divContentMiddle h3 {
	padding: 0px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divSummaries #divContentRight {
	float: left;
	width: 250px;
}
#divContentRight h3 {
	padding: 0px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divSiteInfo {
	float: left;
	width: 800px;
	background-color: #666666;
	padding-top: 10px;
	margin-bottom: 30px;
	color: #999999;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#divSiteInfo a {
	text-decoration: none;
	color: #29B6E1;
}

#divSiteInfo p {
	float: left;
	width: 350px;
	padding: 5px;
	margin: 0px;
}

#ULNavSiteInfo {
	padding: 0px;
	list-style-type: none;
	float: right;
}
#ULNavSiteInfo li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ULNavSiteInfo a {
	text-decoration: none;
	color: #29B6E1;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #29B6E1;
	padding-right: 10px;
}
.evidenttext {
	color: #009900;
}
#Prices {
	float: left;
	margin-right: 30px;
}
#contact {
	padding: 10px;
	border: 1px dashed #CCCCCC;
}

#contact input {
	width: 200px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 10px;
	color: #333333;
}
#contact textarea {
	width: 220px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}
#contact #trimite {
	background-image: url(../images/trimite.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 104px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copii {
	margin-right: 10px;
	margin-bottom: 5px;
}
#Animale {
	margin-right: 10px;
	margin-bottom: 5px;
}
#plante {
	margin-right: 10px;
	margin-bottom: 5px;
}
#valoros {
	margin-right: 10px;
	margin-bottom: 5px;
}
#flashMutariLocuinte {
	margin-right: 50px;
	margin-bottom: 5px;
}
#MutareRezidentaImg {
	margin-left: 10px;
}
