@import url(/s/base.css);

body { background: url(../i/bg.gif) repeat-x 0 0; text-align: center; }
a { cursor: pointer; color: #347B95; }
a:hover { color: #EA5400; }

#container { width: 900px; margin: auto; text-align: left; }

#navbar { color: #666; line-height: 35px; float: left; }
#navbar ul { width: 600px; }
#navbar li { display: inline; margin-right: 10px; }
#navbar li a { text-decoration: none; color: #fff; font: bold 12px Tahoma; margin-right: 10px; padding: 3px; }
#navbar li a:hover, #navbar li.act a { text-decoration: underline; }

#searchbar { float: right; width: 260px; line-height: 35px; }
#searchbar input.text { width: 254px !important; }

#top { clear: both; height: 100px; }



#body { line-height: 150%; color: #4A4A4A; margin-top: 20px; }
#body h1, #body h2 { color: #EA5400; font-size: 18px; margin: 0 0 10px; padding: 0; }
#body h2, #body h3 { margin-top: 30px; }
#body h3 { color: #347B95; }

#content { width: 600px; float: left; }
#sidebar { width: 260px; float: right; }

#content ul { list-style: none; }

#content ul.producers li { float: left; }
#content ul.producers li a { display: block; width: 90px; height: 50px; line-height: 50px; border: 1px solid #f4f4f4; margin: 0 5px 5px 0; text-decoration: none; text-align: center; font-weight: bold; }

#content ul.models { margin: 20px 0; }
#content ul.models li { float: left; }
#content ul.models li img { display: block; margin-top: 5px; }
#content ul.models li a { display: block; width: 200px; text-decoration: none; margin-bottom: 30px; font-weight: bold; }

#content #tag_cloud { line-height: 240%; }
#content #tag_cloud a { text-decoration: none; /*color: #666;*/ margin-right: 10px; }
#content #tag_cloud a:hover { text-decoration: underline; color: #EA5400; }

#foot { margin-top: 30px; padding-top: 5px; border-top: 1px solid #A2A2A2; color: #666; }
#foot a { color: #666; }
