/* Reset
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; margin:0; padding:0; }
table { border-collapse:separate; border-spacing:0; margin-bottom:1.4em; }
caption,th,td { text-align:left; font-weight:400; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
a img { border:none; }


html, body { height: 100%; margin: 0; padding: 0; }
body { background:url(../_img/main_bg.png) repeat-x 0% 0%; background-color:#f7ddbc; font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#000; }
#wrapper { height:100%; }
#all { position: relative; height: 100%; width:980px; margin:0 auto; }
html>body #all { height: auto; min-height: 100%; }
#content { background:url(../_img/content_bg.jpg) no-repeat 0% 0%; overflow:hidden; }
.main_content { border: 2px solid #be923d; background:url(../_img/bg.png) repeat; padding:20px; margin-bottom:10px; overflow:hidden; }

/* MENU
----------------------------------------------- */
#menu { list-style:none; width:980px; }
#menu li { float:left; height:26px; }
#menu li a { text-decoration:none; display:block; text-indent:-9999px; width:196px; height:26px; }
.m1 { background:url(../_img/m1.png); }
.m1:hover { background:url(../_img/m1_.png); }
.m2 { background:url(../_img/m2.png); }
.m2:hover { background:url(../_img/m2_.png); }
.m3 { background:url(../_img/m3.png); }
.m3:hover { background:url(../_img/m3_.png); }
.m4 { background:url(../_img/m4.png); }
.m4:hover { background:url(../_img/m4_.png); }
.mne { background:url(../_img/mne.png); }
.mne:hover { background:url(../_img/mne_.png); }

.m5 { background:url(../_img/m5.png); }
.m5:hover { background:url(../_img/m5_.png); }
.m6 { background:url(../_img/m6.png); }
.m6:hover { background:url(../_img/m6_.png); }
.m7 { background:url(../_img/m7.png); }
.m7:hover { background:url(../_img/m7_.png); }
.m8 { background:url(../_img/m8.png); }
.m8:hover { background:url(../_img/m8_.png); }
.mn { background:url(../_img/mn.png); }
.mn:hover { background:url(../_img/mn_.png); }

/* MENU
----------------------------------------------- */
.fl_right { float:right;}
.center { text-align:center; }
.right { text-align:right; }

.thumbs img { background-color:#fff; margin:2px; padding:2px; border:1px solid #7b5306; }
.thumbs:hover { background-color:transparent; }
.thumbs:hover img { background-color:#be923d;  border:1px solid #be923d;}
.bimg { border:4px solid #dda843; margin:5px 5px 5px 15px; }
p { margin-bottom:8px; line-height:1.5; }
a:link, a:visited {	text-decoration:underline; color:#ff0; }
a:hover { text-decoration:none; color:#ffc; }

h1 { font-size:36px; margin:10px 0 5px 25px; }
h2 { font-size:18px; font-weight:bold; margin:10px auto; }
h6 { font-size:12px; }
.col2 { width: 50%; float:left;}
.error { color: red; }
.overlay { width: 100%; height: 100%; background: black url(loader.gif) no-repeat 50% 50%; position: absolute; left: 0; top: 0; display: none; opacity: .9; }

input, textarea { padding:3px; }
input[type=text], textarea { width: 90%; }

.clear { clear:all; font-size:1px; margin-top:-1px; }