html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
	font:76% verdana, arial, sans-serif;
	text-align:center;
	background:#fff url(../images/bg.png) repeat-x top left;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing:0;
}

caption, th, td {
    text-align:left;
    font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clear { 
clear:both;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#wrapper {
	margin:0 auto;
	width:970px;
	text-align:left;
}


#site-header {
	margin-top:18px;
	width:968;
	height:166px;
	background: #fff url(../../images/site-header.png) no-repeat top right;
}

/*******   Main Menu   ******/

#mainmenu {
	float:left;
	width:100%;
	background: #fff url(../images/main-menu.png) no-repeat scroll top left;
	height:35px;
	margin-left:8px;
	display: inline;
}

#mainmenu li {
	float:left;
	text-align:center;
	color:#fff;
	margin-top:7px;
}

#mainmenu li a, .mainmenu li a:visited {
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
	padding:0 15px;
}

#mainmenu li a:hover {
	text-decoration:underline;
}

/*******   Main   ******/

#content {
	text-align:left;
	color:#555;
	background: #fff url(../images/content-bg.png) no-repeat scroll top left;
	display:block;
	padding:20px 60px 10px 30px;
	margin:5px 0 20px 17px;
}
	

	
.part-right {
	float:right;
	width:645px;
}
	
.part-left {
	float:left;
	width:210px;
}
	
/*******   right part   ******/

.part-right h1 {
	color:#929292;
	font-size:217%;
	padding:5px 0;
}

.part-right h2 {
	font-weight:bold;
	margin:17px 0 10px 0;
}

.part-right p {
	padding:6px 0;
}

.part-right li {
	padding: 6px 0 6px 25px;
	background:#fff url(../images/ico-heart.png) no-repeat scroll 0px 8px;
	margin-left:20px;
}

.part-right a {
	color:#79B3F2;
	font-weight:bold;
}

img.article-picture, img.link-picture {
	border:1px solid #fe9494;
	padding:3px;
	vertical-align:bottom;
	margin:5px 0;
}

img.link-picture {
	vertical-align:middle;
	margin-right:5px;
}

.no-bullets-part li {
	background:none;		
}

.left-cell {
	text-align:right;
	padding:2px 7px 0 0;
	vertical-align:top;
}

.header-cell {
	padding:13px 0 7px 0;
}

.forma input {
	margin:2px 0;
}

.table-red {
	color:red;
	font-weight:bold;
	padding:4px 0;
	text-align:right;
}


.red {
	color:red;
}
/*******   left part   ******/

.sub-menu li a {
	background:#fff url(../images/left-menu1.png) no-repeat scroll top left;
	width:198px;
	display:block;
	padding:14px 0 20px 0;
	text-align:center;
	color:#c15a5a;
	text-decoration:none;
	font-weight:bold;
}

.sub-menu li a:hover {
	background:#fff url(../images/left-menu1.png) no-repeat scroll bottom left;
	color:#c15a77;
}

.precice {
	text-align:center;
	padding-top:10px;
}

.precice p {
	padding:1px 0;
}

.precice a {
	color:#79B3F2;
	font-weight:bold;
}

/*******   foot   ******/

#footer {
	width:967px;	
	height:69px;
	background: #fff url(../images/footer.png) no-repeat scroll top left;
	text-align:center;
	padding-top:24px;
	color:#555;
}

#footer p {
	line-height:1.5;
	font-weight:bold;
}


#footer a {
	color:#d26464;
	font-weight:bold;
}
