* { margin: 0; padding: 0; }
body { font: 12px Verdana; background-color: #F8FAFA; }	
a { color: #BE0C0C; text-decoration: none; }
a:hover { color: #333; }
a:active, a:focus { outline: none; }
img { border: none; }
h1 { font-size: 16px; font-weight: bold; padding-bottom: 10px; }
p { padding-bottom: 10px; }
.left { float: left; }
.right { float: right; }
#wrapper2 { width: 870px; /*margin: 20px auto;*/}
.menu { list-style-type: none; height: 32px; width: 759px; background: #fff url(../img/menu-bg.jpg) repeat-x top left; }
.menu a.selected {  }
table { width: 100%; background-color: #CCD8E3; }
table tr { background-color: #FFF; }
table thead tr { background-color: #E9F1F4; }
table tr.odd { background-color: #F8FAFA; }
table tr td { padding: 5px; }
table tr td.small { width: 12px; }
table tr td input { width: 13px; height: 13px; }



/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 759px;
	}

.scroller {
	width: 759px;
	height: 146px;
	overflow: hidden;
	}

#content-1 {
	width: 759px;
	}

.slide {
	width: 759px;
	height: 146px;
	float: left;
	background-color: #EBECE6;
	}
	
a.tab1 {
	float: left;
	width: 184px;
	height: 32px;
	background: #fff url(../img/it-support.jpg) no-repeat top left;
	display: block;
}

a.tab1:hover {
	background: #fff url(../img/it-support-hover.jpg) no-repeat top left;	
}

a.tab2 {
	float: left;
	width: 253px;
	height: 32px;
	background: #fff url(../img/mailcontroller.jpg) no-repeat top left;
	display: block;
}

a.tab2:hover {
	background: #fff url(../img/mailcontroller-hover.jpg) no-repeat top left;	
}

a.tab3 {
	float: left;
	width: 142px;
	height: 32px;
	background: #fff url(../img/jargon.jpg) no-repeat top left;
	display: block;
}

a.tab3:hover {
	background: #fff url(../img/jargon-hover.jpg) no-repeat top left;	
}

a.tab4 {
	float: left;
	width: 180px;
	height: 32px;
	background: #fff url(../img/microsoft.jpg) no-repeat top left;
	display: block;
}

a.tab4:hover {
	background: #fff url(../img/microsoft-hover.jpg) no-repeat top left;	
}
