html
{
	background-color: #FFF;
}
html, body, #TopSpacerDiv, #MenuSpaceLeft, #MenuList, #MenuList li
{
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form,.DarkBlueRectangle, #OverlayImageDiv
{
	padding: 0;
	margin: 0;
	border: none;
}
body
{
	background: url(../Images/bg.jpg) no-repeat center top;
}

.ClearRow
{
	clear: both;
	height: 2px;
	line-height: 0px;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	-moz-opacity: 0;
	#filter: alpha(opacity=0);
}

.DarkBlueRectangle
{
	width: 272px;
	height: 27px;
	background: url(../Images/bg_dark_blue_bar.jpg) no-repeat top left;
	clear: both;
}

#Preload
{
	display: none;
	width: 0;
	height: 0;
}

/*Top div*/
#TopSpacerDiv
{
	width: 1000px;
	height: 129px;
	clear: both;
	margin: 0 auto;
}

#OverlayImageDiv
{
	width: 237px;
	height: 129px;
	background: url(../Images/medici.png) no-repeat bottom left;
	margin-left: 220px;
}

#MenuAndSearch
{
	width: 1000px;
	height: 26px;
	margin: 0 auto;
}

/*Menu Top*/
#MenuContainer
{
	width: 769px;
	height: 26px;
	float: left;
}

#MenuSpacerLeft
{
	width: 35px;
	height: 26px;
	background-color: #FFF;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	#filter: alpha(opacity=0);
}


#Menu
{
	width: 734px;
	height: 26px;
	float: left;
}

#MenuSubContainer
{
	width: 734px;
	position: relative;
	top: 0px;
	left: 0px;
}

#MenuList
{
	list-style: none;
	height: 26px;
}

#MenuList li
{
	display: inline;
	width: 121px;
	height: 20px;
	padding-top: 6px;
	float:left;
}

#MenuList li:hover, #ButtonHome
{
	cursor: pointer;
	cursor: hand;
}

.MenuListSquare_121x20
{
	width: 121px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
	display: block;
	line-height: 0;
	text-decoration: none;
}


/*Individual top menu buttons*/
.ButtonHome
{
	background: url(../Images/buttons/button_home.jpg) no-repeat;
}

#ButtonHome:hover, .ButtonHomeHover
{
	background: url(../Images/buttons/button_home_rollover.jpg) no-repeat;
}

.ButtonDespre
{
	background: url(../Images/buttons/button_despre.jpg) no-repeat;
}

#ButtonDespre:hover, .ButtonDespreHover
{
	background: url(../Images/buttons/button_despre_rollover.jpg) no-repeat;
}

.ButtonServicii
{
	background: url(../Images/buttons/button_servicii.jpg) no-repeat;
}

#ButtonServicii:hover, .ButtonServiciiHover
{
	background: url(../Images/buttons/button_servicii_rollover.jpg) no-repeat;
}

.ButtonEchipamente
{
	background: url(../Images/buttons/button_echipamente.jpg) no-repeat;
}

#ButtonEchipamente:hover, .ButtonEchipamenteHover
{
	background: url(../Images/buttons/button_echipamente_rollover.jpg) no-repeat;
}


.ButtonNoutati
{
	background: url(../Images/buttons/button_noutati.jpg) no-repeat;
}

#ButtonNoutati:hover, .ButtonNoutatiHover
{
	background: url(../Images/buttons/button_noutati_rollover.jpg) no-repeat;
}

.ButtonContact
{
	background: url(../Images/buttons/button_contact.jpg) no-repeat;
}

#ButtonContact:hover, .ButtonContactHover
{
	background: url(../Images/buttons/button_contact_rollover.jpg) no-repeat;
}
/*Marque bar*/
#MarqueDiv
{
	width: 1000px;
	height: 33px;
	margin: 0 auto;
}
/*Outer Div*/
#OuterDivID{
	position:relative;
	z-index:99999;
}
/*Ad container*/
#adcontainer{
	position:absolute;
	height: 470px;
	padding-left:215px;
	z-index:99999; 
	top:auto; 
	overflow:hidden;
}
/*Content Container*/
#ContentContainer
{
	width: 1000px;
	margin: 0 auto;
	margin-top: 4px;
}

/*Left, Center and Right containers*/
#ContentContainerLeft
{
	width: 277px;
	float: left;
	height: 100%;
	/*background: url(../Images/bg_vertical_dotted.jpg) right top repeat-y;	*/
}

#ContentContainerCenter
{
	width: 474px;
	float: left;
}

#ContentContainerRight
{
	width: 243px;
	float: left;
	/*background: url(../Images/bg_vertical_dotted.jpg) left top repeat-y;*/
}


#ContentContainerLeftBox,
#ContentContainerLeftBoxTop,
#ContentContainerLeftBoxMiddle,
#ContentContainerLeftBoxBottom,
#ContentContainerCenterBox,
#ContentContainerCenterBoxTop,
#ContentContainerCenterBoxMiddle,
#ContentContainerCenterBoxBottom,
#NewsletterBox,
#NewsletterBoxTop,
#NewsletterBoxMiddle,
#NewsletterBoxBottom,
.NewsletterField,
.NewsLetterLabel,
#ContentContainerLeftBlank,
#ContentContainerShowEnlarge
{
	margin: 0;
	padding: 0;
	border: none;
}
/*Left Container - The fancy gradient content box*/
#ContentContainerLeftBox
{
	width: 267px;
	margin-right: 4px;
	float: left;
	clear: both;
}

#ContentContainerLeftBoxTop
{
	width: 267px;
	height: 15px;
	background: url(../Images/bg_box_left_top.jpg) no-repeat top left;
}

#ContentContainerLeftBoxMiddle
{
	width: 259px;
	padding-left: 4px;
	padding-right: 4px;
	color: #8C8B8A;
	font-size: 10px;
	background: url(../Images/bg_box_left_middle.jpg) repeat-y top left;
}

#ContentContainerLeftBoxBottom
{
	width: 267px;
	height: 15px;
	background: url(../Images/bg_box_left_bottom.jpg) no-repeat top left;
}

/*Center container - The fancy gradient box*/
#ContentContainerCenterBox
{
	width: 465px;
	margin: 0 auto;
	clear: both;
}

#ContentContainerCenterBoxTop
{
	width: 465px;
	height: 23px;
	background: url(../Images/bg_box_center_top.jpg) no-repeat top left;
}

#ContentContainerCenterBoxMiddle
{
	width: 455px;
	color: #8C8B8A;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../Images/bg_box_center_middle.jpg) repeat-y top left;
	text-align: center;
}

#ContentContainerCenterBoxBottom
{
	width: 465px;
	height: 33px;
	background: url(../Images/bg_box_center_bottom.jpg) no-repeat top left;
}

#ContentContainerLeftBlank
{
	width: 400px;
	height: 33px;
	padding-left: 20px;
}

#ContentContainerShowEnlarge
{

}
/*Newsletter Box*/
.NewsletterBox
{
	width: 230px;
	float: right;
	clear: both;
}
.NewsletterBoxTop, .NewsTop
{
	width: 230px;
	height: 38px;
	background: url(../Images/newsletter_box_top.jpg) no-repeat top left;
}

.NewsTop
{
	height: 38px;
	background: url(../Images/NewsTopBg.jpg) no-repeat top left;
}

.NewsletterBoxMiddle
{
	width: 220px;
	color: #8C8B8A;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../Images/newsletter_box_middle.jpg) repeat-y top left;
}
.NewsletterBoxBottom, .NewsBottom
{
	width: 230px;
	height: 29px;
	background: url(../Images/newsletter_box_bottom.jpg) no-repeat top left;
}

.NewsBottom
{
	background: url(../Images/NewsBottomBg.jpg) no-repeat top left;
}

.NewsLetterLabel,
.NewsletterField,
.NewsLetterSubmit
{
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #8C8B8A;
}
.NewsletterField
{
	width: 140px;
	background: url(../Images/bg_newsletter_field.jpg) no-repeat;
	float: left;
}

.NewsLetterLabel
{
	width: 65px;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-right: 3px;
}

.NewsLetterSubmit
{
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	#filter: alpha(opacity=0);
	cursor: pointer;
	#cursor: hand;
}

#ReclamaLeft
{
	float: right;
	clear: both;
	margin-top: 5px;
}

/*News Left*/
.TextRight
{
	margin: 0;
	padding: 0;
	border: none;
	width: 217px;
	float: right;
	clear: both;
	color: #8C8B8A;
}

.TextRight h1, .TextRight h1 a, .TextRight h1 a:hover
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #4C8EBB;
}

/*Photo Gallery*/
#GalleryImage,
#GalleryImageHolder,
#GalleryImageNav,
#GalleryImageNavNext,
#GalleryImageNavPrev
{
	border: none;
	margin: 0;
	padding: 0;
}
#GalleryImage
{
	display: none;
}
#GalleryImageHolder
{
	width: 100%;
}
#GalleryImageNav
{
	width: 100%;
	padding: 5px;
}
#GalleryImageNavNext, #GalleryImageNavPrev
{
	cursor: pointer;
	#cursor: hand;
}
#GalleryImageNavNext
{
	float: right;
}
#GalleryImageNavPrev
{
	float: left;
}

/*Fancy menu for Products Section*/
#EquipmentRootMenu,
#EquipmentMenuContainer,
#EquipmentMenuMiddle,
#EquipmentMenuFooter,
.EquipmentRootMenuItem,
.GuideItem,
.EquipmentRootMenuItemHidden,
.EquipmentRootMenuItemSpacer,
.EquipmentSubMenu,
.EquipmentSubMenu li
{
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#EquipmentTitle
{
	font-family: Trebuchet Ms, Lucida Grade, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 23px;
	padding-top: 4px;
}

#EquipmentMenuContainer
{
	width: 272px;
}

#EquipmentMenuMiddle
{
	width: 272px;
	background:url(../Images/bg_equipment_menu_middle.jpg) repeat-y top left;
	clear: both;
}

#EquipmentMenuFooter
{
	width: 272px;
	height: 7px;
	background:url(../Images/bg_equipment_menu_bottom.jpg) no-repeat top left;
}

.GuideItem,
.EquipmentRootMenuItem,
.EquipmentRootMenuItemSelected,
.EquipmentRootMenuItem a,
.EquipmentRootMenuItem a:link,
.EquipmentRootMenuItem a:hover,
.EquipmentRootMenuItem a:visited,
.EquipmentRootMenuItem a:active,
.GuideItem a
{
	font-family: Trebuchet Ms, Lucida Grade, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #1F528B;
	cursor: pointer;
	text-decoration: none;
	#cursor: hand;
}

.GuideItem,
.EquipmentRootMenuItem
{
	margin-top: 2px;
}


.EquipmentRootMenuItem, .EquipmentRootMenuItemSelected, .GuideItem
{
	width: 255px;	
	background-color: #EBEBEB;
	border: 1px solid #CDCDCD;
	padding-top: 3px;
	padding-left: 15px;
}

.GuideItem
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.EquipmentRootMenuItem, .EquipmentRootMenuItemSelected
{
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	#cursor: hand;
}

.EquipmentRootMenuItemSelected
{
	background:url(../Images/bg_liquid_bar.png);
	border: none;
	width: 257px;
	height: 24px;
}


.EquipmentRootMenuItemHidden
{
	display: none;
}

.EquipmentSubMenu li,
.EquipmentSubMenu li a:link,
.EquipmentSubMenu li a:visited,
.EquipmentSubMenu li a:hover,
.EquipmentSubMenu li a:active
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #666363;
	text-decoration: none;
}
.EquipmentSubMenu li
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#HomePic_2
{
	margin-right: 6px;
}

/*Contact secction*/
.TextareaContact, .FieldContact, .LabelContact, .SubmitContact
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #8C8B8A;
}

.TextareaContact
{
	width: 251px;
	height: 133px;
	background: url(../Images/bg_textarea_contact.jpg) no-repeat top left;
	overflow: auto;
}

.FieldContact
{
	width: 251px;
	height: 21px;
	background: url(../Images/bg_field_contact.jpg) no-repeat top left;
}

.LabelContact
{
	width: 30%;
	font-weight: bold;
	text-align: right;
}
.FieldCellContact
{
	width: 70%;
	text-align: left;
}
.SubmitContact
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #8C8B8A;
	width: 249px;
	padding: 2px;
	background-color: #EDEDED;
	border: 1px solid #D3D3D3;
}

/*Misc styles*/
.Text, .TextLeft
{
	border: none;
	margin: 0;
	text-align: left;
	padding: 1px;
	font-size: 11px;
}
.Text
{
	width: 445px;
}
.TextLeft
{
	width: 255px;
}
.Text p
{
	text-indent: 25px;
	margin: 0;
	padding: 0;
}

/*Equipment List*/
#EquipmentList, #EquipmentList td
.EquipmentItemTop, .EquipmentItemBottom
{
	border: none;
	padding: 0;
	margin: 0;
}

#EquipmentList
{
	width: 455px;
}

#EquipmentList td
{
	width: 227px;
}

.EquipmentItemTop h1, .Text h1, .Text h1 a, .NewsMenu, .NewsMenu a
{
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #4C8EBB;
}

.Text h1 img
{
	border: none;
	margin-left: 6px;
}

.Text h1
{
	margin-left: 25px;
}

.EquipmentItemTop
{
	width: 223px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666363;
	padding-left: 2px;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.EquipmentItemTop img
{
	display: inline;
}

.EquipmentLinkProd, .emph
{
	color: #1F528B;
	font-weight: bold;
}

/*dropdown menu for equipment section*/
#CategoriesDiv, #NewsCategoriesDiv, #SolutionsCategoriesDiv
{
	margin: 0;
	padding: 0;
	border: none;
	border-left: 5px solid #418EC4;
	background-color: #549DD0;
	width: 250px;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
#CategoriesDiv, #NewsCategoriesDiv, #SolutionsCategoriesDiv
{
	width: 250px;
	position: absolute;
	left: 363px;
	top: 155px;
	z-index: 100;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;;
	float: left;
	display: none;
}

#NewsCategoriesDiv
{
	left: 484px;
}

#SolutionsCategoriesDiv
{
	left: 242px;
}

#CategoriesDiv a, #NewsCategoriesDiv a, #SolutionsCategoriesDiv a
{
	text-decoration: none;
	color: #FFF;
	width: 240px;
}
#CategoriesDiv a:hover, #NewsCategoriesDiv a:hover, #SolutionsCategoriesDiv a:hover
{
	text-decoration: underline;
	color: #FFF;
}

/*News section*/
.NewsDetails
{
	width: 445px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	padding-top: 2px;
	margin-left: 5px;
	padding-bottom: 3px;
	border: none;
	float: left;
	clear: both;
	border-bottom: 1px dotted #666363;
	text-align: left;
}

.NewsDetails h1, .NewsDetails h1 a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4C8EBB;
	text-decoration: none;
}

.DocTitle
{
	list-style: none;
	list-style-type: none;
	padding-bottom: 3px;
}

#BottomBar
{
	margin: 0 auto;
	padding: 0;
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;

	padding-bottom: 5px;
	width: 1000px;
	clear: both;

	border-bottom: 1px dotted #666363;
	border-top: 1px dotted #666363;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666363;
	text-align: center;
}

#MisiuneaMedicreditContainer, #ManagementContainer, #MicroleasingContainer, #CorporateContainer, #ListaDocCmiScm
{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.vSpacer
{
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 3px;
	height: 15px;
	display: inline;
	border-left: 1px solid #8C8B8A;
}

#newsticker, #newsticker ul 
{
	border: none;
	margin: 0;
	padding: 0;
}
#newsticker ul 
{
	list-style: none;
	padding-top: 6px 4px;
	overflow: hidden;
}

#newsticker li, #newsticker li a
{
	color: #fff;
	text-decoration: none;
}
#newsticker 
{
	overflow: hidden;
	position: absolute;
	top: 155px;
	width: 960px;
	outline: none;
	padding-top: 8px;
	padding-left: 40px;
}

#SearchSquare, #SearchButton, #SearchField, #SearchSquare form
{
	border: none;
	margin: 0;
	padding: 0;
}

#SearchSquare form
{
	width: 100%;
}

/*Search*/
#SearchSquare
{
	width: 201px;
	height: 20px;
	float: left;
	display: block;
	background: url(../Images/search_bg.jpg) no-repeat left top;
	margin-top: 4px;
}

#SearchButton
{
	width: 80px;
	height: 20px;
	opacity: 0;
	-moz-opacity: 0;
	#filter: alpha(opacity=0);
	display: block;
	float:left;
	cursor: pointer;
	cursor: hand;
}

#SearchField
{
	width: 100px;
	height: 12px;
	margin-top: 3px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #8C8B8A;
	float: right;
	margin-right: 17px;	
}

.error
{
	text-align: left;
}
