/* CSS RESET */

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}




#footer-m {  width:100%; height:169px; background-image:url(../images/footer-bg.jpg); background-repeat:repeat-x; background-color:#FFF;}
#footer { width:960px; margin:auto;}
		#footer #boxf-L { float:left; margin:10px 0px 0px 0px; color:#9c9494; line-height:20px;}
			#footer #boxf-L a { color:#9c9494;}
			#footer #boxf-L h2 { font-size:16px; font-weight:bold; color:#3f3f3f;}
		#footer #boxf-L .creative { font-size:11px; margin:15px 0px 0px 0px;}
		#footer #boxf-L .creative a { text-decoration:none; color:#666666;}
		
		
		#footer #boxf-R { float:right; margin:12px 0px 0px 0px; width:250px;}
			#footer #logo-hsm { width:56px; height:56px; float:left;}
			#footer #logo-troiano { width:153px; height:80px; margin:4px 0px 0px 0px; float:right;}
			#footer #boxf-R img { margin:0px 0px 0px 0px;}
			#footer #boxf-R h2 { color:#a7a7a7; font-size:13px; margin:0px 0px 5px 5px;}
			
			
			
/*
	CLASS EFFECTS
*/

.rounded-corners {
     -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
