/*****************************************************
					GENERAL
*****************************************************/

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, em, 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-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

:focus {
	outline: 0;
}

body {
	font-family: "Trebuchet MS";
	font-size: 62.5%;
	color: #3d3938;
	background: #c2c2c2;
}

ol, ul {
	list-style: none;
}

ul.newlist {
	list-style-type: disc;
	list-style-position: outside;
	padding-left:16px;
	font-size: 140%;
}

ul.newlist li {
	margin-bottom: 0.6em;
}

.bigsize {
font-size: 135%;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: baseline;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: #867e7b;
	outline: none;
}

img {
/*	display: block;*/
	border: none;
}

.centered {

margin: 30px auto;

}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

.clearfix { display: block; }

* html .clearfix { height: 1px; }

.clear { clear: both; }

#logo_site {
	padding-left: 31px;
}

#flash {
	width: 385px;
	height: 144px;
}

/*****************************************************
					FOOTER
*****************************************************/

div#footer {
	background: url(/images/bg_footer_lines.png) repeat-x 0 0;
	clear: both;
	padding-bottom: 6px;
	font-size: 1.1em;
}

div.footer_menu {
	margin: 0 10px 3px 10px;
	padding: 20px 20px 10px 20px;
	background: #e6e6e6 url(/images/bg_footer_shadow_menu.png) repeat-x top left;
}

div.footer_menu ul {
	float: left;
	line-height: 1.8em;
	margin-right: 42px!important;
	margin-right: 41px;
}

div.footer_menu ul li strong a {
	color: #665f5d;
}

div.footer_menu ul li a {
	color:#7e7e80;
}

div.footer_menu ul li a:hover {
	text-decoration: underline;
	color: #665f5d;
}

div.footer_contact {
	margin: 0 10px;
	padding: 24px 20px 10px 20px;
	background: #3d3938 url(/images/l_footer_contact.png) no-repeat 97% 50%;
	clear: both;
}

div.footer_contact h3 img {
	float: right;
	padding-right: 180px;
	margin-top: -1px;
}

div.footer_contact span {
	display: none;
}

div.footer_contact ol {
	background: url(/images/bg_footer_contact.png) no-repeat;
	height: 100%;
	padding: 22px 0 0 0; 
}

div.footer_contact li {
	float: left;
	background: url(/images/bg_footer_contact_line.png) no-repeat 0 4px;
	margin: 8px 7px 0 0px;
	padding-left: 7px;
}

div.footer_contact li.first {
	background: none;
	padding-left: 0px;
}

div.footer_contact li a {
	color: #FFFFFF;
}

div.footer_contact p {
	color: #8f8f90;
	line-height: 2.0em;
	clear: both;
}