/********************** reset default browser style **********************/
/* Reset unneeded margins and paddings */
html, body, form, fieldset { margin: 0; padding: 0; }
/* Vertical margins */ 
h1, h2, h3, h4, h5, h6, p { margin: 1em 0 0 0; padding: 0; }    /* top */
ul, ol, dl { margin: 0 0 1em; padding: 0; }                     /* bottom */
pre, blockquote, address { margin: 1em 0; padding: 0; }         /* top & bottom */  
li { margin: 0; padding: 0; }									/* none */
/* Left margin */
li, dd, blockquote { margin-left: 1em; }
/* Page colors (background and text) */
body { background: white; color: black; }
/* Page main font */
h1, h2, h3, h4, h5, h6, p, li, dd, dt, th, td, input, textarea, select, label { font: 11px/1.2em Tahoma, Verdana, Arial, sans-serif; }
h1 { font-size: 16px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 12px; font-weight: bold; }
/* Links: underlined only when hovered */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* Images without borders when used as links */
a img { border: 0; }
/* Labels have 'hand' as mouse pointer */
label { cursor: pointer; }
/********************** /reset default browser style *********************/
#container { margin: 0 auto; width: 976px; background: #2e2b26 url('images/bgMain.jpg') center repeat-y; }
#header { padding: 10px 0 5px 0; background: #2e2b26 url('images/bgHeader.jpg') repeat-y; }
	#logo { margin-left: 5px; font: 22px Tahoma, Verdana, Arial, sans-serif; color: #f28700; }
	#links { float: right; display: inline; margin-right: 8px; padding-top: 10px; width: 410px; text-align: right; color: #b69571; }
	#links a { font: 12px/1.2em Tahoma, Verdana, Arial, sans-serif; color: #b69571; }
	#links a:hover { text-decoration: none; color: #f6f0e2; }
#body { background: url('images/bgBody.jpg') -1px 0 no-repeat; min-height: 375px; }
	ul#menu { float: left; width: 150px; padding: 190px 0 0 30px; text-align: right; }
	ul#menu li { list-style-type: none; padding: 0; margin: 0; border-bottom: 1px solid #eb8000; }
	ul#menu li a { font: 12px/28px Tahoma, Verdana, Arial, sans-serif; color: #554a38; }
	ul#menu li a:hover { text-decoration: none; color: white; }
	div#main { float: left; width: 774px; padding: 20px 0; margin-left: 20px; }
		div#main h1 { margin: 0 0 7px 12px; font: 20px Tahoma, Verdana, Arial, sans-serif; color: #4c4944; }
		div#main h1.small { margin: -7px 0 0 12px; font-size: 16px; }
		div#main h2 { font: 13px/1.2em Tahoma, Verdana, Arial, sans-serif; color: #e97e00; }
		div#main p { margin: 0; font: 11px/1.2em Tahoma, Verdana, Arial, sans-serif; color: #5d564c; }
		div#main li { font: 11px/1.2em Tahoma, Verdana, Arial, sans-serif; color: #5d564c; }
		#motto {  display: inline; }
		#motto h1 { float: left; padding-top: 10px; }
		#motto img { padding-left: 10px; }
    #text { float: left; width: 574px; /*584px*/ padding: 15px; }
		#text.large { width: 704px; }		
		#text.homepage { background: url('images/chirurg.jpg') right 45px no-repeat; }
		#text.homepage p.short { width: 500px; }
		#text div.img-float-right { }
			#text div.img-float-right img { float: right; padding: 5px 0 20px 5px;  }
			#text div.img-float-left img { float: left; padding: 0 20px 5px 0;  }
		#text ul { list-style-image: url('images/bulOrange.gif'); }
		#text ul li { margin-left: 17px; }
		#text ol li { margin-left: 20px; }
		#text ol li { font-style: italic; }
		#text ul ul { list-style-image: url('images/bulBlack.gif'); }
		#text ul#about { padding-right: 190px; height: 134px; background: url('images/cristina.jpg') top right no-repeat; }
		.orange { color: #e97e00; }
		#text a { color: #e97e00; font: 11px/1.2em Tahoma, Verdana, Arial, sans-serif; }
		#text td#filleretd { padding-top: 10px; padding-left: 40px;}
    #text td#filleretd li{ line-height: 19px; }
    #text .yel { background-color: #ffffcc; }
		#thumbs { float: left; width: 150px; margin: 125px 0 0 10px; background: #e68800 url('images/bgThumbs.jpg') repeat-y; }
			#headerThumbs { height: 15px; background: url('images/headerThumbs-2.jpg') no-repeat; }
			#footerThumbs { height: 14px; background: url('images/footerThumbs-2.jpg') no-repeat right bottom; }
			#thumbs table { margin-left: 15px; }
			#thumbs table td.arrow { padding-left: 10px; }
		#addresses { margin-left: 3px; }
		#addresses p { padding-top: 5px; }
		table#contact { margin: 20px 0; border-collapse: collapse; width: 375px; }
		table#contact td { font: 11px/1.2em Tahoma, Verdana, Arial, sans-serif; color: #5d564c }
		table#contact td input.text,
		table#contact td textarea { width: 335px; background: white; }
		table#contact td.message { text-align: center; }
		table#contact td.btnSend { text-align: right; }
		table#contact input#btnSend { margin-top: 15px; padding: 0 0 5px 27px; text-align: left; border: none; width: 111px; height: 30px; line-height: 9px; background: url('images/buton.jpg') no-repeat; cursor: pointer; }
		table#contact input#btnSend:hover { background: url('images/buton.jpg') 0 -30px no-repeat; }
#footer { background: url('images/bgFooter.jpg') no-repeat; height: 27px; }
body { background: #2e2b26 url('images/bg.jpg') center repeat-y; }
