/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, b, u, i, center, 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-size: 100%; vertical-align: baseline;
background: transparent; }
ol, ul, li              { list-style:none; }
blockquote, q           { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after       { content: ''; content: none; }

/* remember to define focus styles! */
:focus                  { outline: 0; }
/* remember to highlight inserts somehow! */
ins                     { text-decoration: none; }
del                     { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table                   { border-collapse: collapse; border-spacing: 0; }
.inner 			{ padding:0px 20px; }
.clear          { clear:both; }
.img 			{ padding:5px; }

body                    { font-family:Tahoma, Arial, sans-serif; font-size:11px; background:url("../images/bg.gif"); color:#333; }
.blue 			{ font-weight:bold; color:#06C }

/* LAYOUT AND GENERAL STYLES */
div#complete 		{ width:800px; margin:0 auto; }
div#page-wrap           { width:820px; margin:4px auto; background:url("../images/bg-content.jpg") top left repeat-y #FFF; }
div#header          { width:780px; margin:0 auto 10px auto; background:url("../images/solc.gif") top left no-repeat; height:418px; }
div#languages 		{ 
display:inline;
float:right;
height:95px;
position:relative;
right:0;
top:25px;
width:auto;
 }
div#catalog 	{ position:relative; float:right; top:80px; right:20px; }
div#catalog a	{ color:#333; font-size:11px; font-family:Tahoma, Arial, sans-serif; font-weight:bold;  }
div#nav-bar 	{ position:relative; top:10px; width:780px; height:46px; margin: 0 auto; border-top:6px #3458B8 solid;
	  background:url(../images/fon01.gif); line-height:43px; }
div#nav-bar    ul 	{ margin:0; padding:0; }
div#nav-bar ul li 	{ display:block; float:left; height:46px; padding:0 6px;
			  background:url(../images/separator.gif) top left no-repeat; }
div#nav-bar ul li a 	{ color:#000; font-weight:bold; text-decoration:none; line-height:43px;
				  font-family:Tahoma, Arial, sans-serif; font-size:11px; }
.search { font-size:11px; }

div#header-img      { position:relative; width:780px; background:url("../images/header.jpg") top left no-repeat; height:260px; top:16px; }
div#content 		{ width:460px; float:left; }
div#content p 		{ padding:6px 0; }
div#sidebar 		{ width:284px; float:left; border-right:1px #DDD solid; border-left:1px #DDD solid; padding-left:52px; }
div#sidebar p 		{ padding:8px 0; }
div#sidebar ul li 	{ list-style:square; margin-left:4px; }
.sidebar_inner		{ padding:10px; }

div#footer 		{ width:100%; background:#999; text-align:center; padding:7px 0 7px 0; color:#FFF; }
div#footer a 	{ color:#FFF; font-size:11px; font-family:Verdana, Arial, sans-serif; }
/* STYLES */
h2 		{ margin:2px 4px; padding:2px 4px; font-style:italic; color:#F3400F; font-size:1.9em; font-family: "Times New Roman", Times, serif }
h3 		{ font-weight:bold; font-size:11px; display:inline; padding:0; margin:0; }

.table_principal 	{ border:1px #CCC solid; }
ul.list li 			{ list-style-type:square; list-style-position:inside; padding:3px; }

div.inner ul { list-style:outside; margin:10px 20px; }
div.inner ul li { list-style:square; }