@import url("nav.css");
@import url("modules.css");

body {margin: 0; padding: 0; color: #333; background: #fff; font-size: 76%;}
body, textarea {font-family: Arial, Helvetica, sans-serif;}
p, blockquote, li, dd, dt, h4, label, input, select, textarea {font-size:1em;}

a {color:#f58415; text-decoration: none; outline: none;}
a:hover {text-decoration: underline;}
img {border: none;}
table, form {margin: 0; padding: 0; font-size: 100%;}
th, td { vertical-align:top; }

h1, h2, h3 {margin:0 0 0.5em 0; font-weight: bold; padding: 0;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.2em;} /* also used in common files*/
h3 {font-size: 1em; }
h4 {font-size: 0.8em; font-style: italic; font-weight: normal;}


p, pre { margin: 0 0 1em 0; line-height: 1.4em; }
dd, ul li, ol li { line-height: 1.3em;}
dl, ul, ul li, ol, ol li, blockquote { padding: 0;}
dl { margin: .5em 0;}
dt { font-weight: bold; margin: 0.25em 0 0 0;}
dd { margin-left: 0.5em;}
ul { margin: 0.5em 0 0.5em 1.1em;}
ul li { list-style: square; margin:0 0 0.25em 0.5em;}
ol { margin: 0.5em 0 0.5em 1.4em;}
ol li { margin:0 0 0 0.5em;}
blockquote { margin: 0 1em 0.5em 1em;}

fieldset {padding: 1em; margin: 0.25em 0; border: 1px solid #ccc;}  
legend {font-size: 1.1em; font-weight: bold; color: #333; padding: 0 0.5em; margin: 0;}
*:first-child+html legend {margin: 0 0 0.5em 0;} /* hack for all IE versions */

input, select, textarea {margin: 0.01em; padding: 0 0.02em; vertical-align: middle;}
textarea {vertical-align: top;}
input:focus, textarea:focus, select:focus { border: 1px solid #3575bd;}
label { position: relative; top: 0.02em; padding-right: 0.02em;}

.Clearer { clear: both;}
/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

.zoneLeft { padding: 0 1em 0 0; width: 20%;}
.zoneRight { padding: 0 0.5em; border-left: 1px solid #ccc; }

#wrap {width: 980px; position: relative; margin: 0 auto;  }
#logo {margin: 2em 0 0.8em 5px; }

#cnt {border: 1px solid #ccc; min-height: 600px; padding-top: 2px; position: relative; }
	#main { width: 800px; padding: 10px; }
	#ads { width: 120px; position: absolute; top: 0; right: 0; }

#foot { text-align: right; font-size: 0.9em; padding: 0.5em; clear: both;}

#search { position: absolute; top: 50px; right: 5px;}
#search input.stxt { border: 1px solid #ccc; padding: 2px; color: #666; font-size: 0.9em; font-style: italic; width: 160px;}
#search input.stxt:focus { border-color: #3575bd;}
#search input.sbtn {margin: 0 0 0 3px;}
