/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {font:14px/1.6 Arial, Helvetica, sans-serif; color:#47210d/*cccccc*/;;color:#333;background:#eee;}
a, a:visited {color:#FFF;text-decoration:none;}
a:hover, a:active {color:#FFF;text-decoration:none;}

body {font:14px/1.6 Arial, Helvetica, sans-serif; color:#47210d/*cccccc*/;;color:#fff;background:#F0F0F5;}
a, a:visited {color:#FFF;text-decoration:none;}
a:hover, a:active {color:#FFF;text-decoration:none;}


#wrapper {margin:0 auto 0 auto;background:#FFF;width:970px;height:100%;}
#mov {position:fixed;top:550px;right:0px;}
#head {margin:0 auto 0 auto;background:#FFF;width:970px;height:112px;}
#cont {margin:0 auto 0 auto;background:#FFF;width:902px;height:100%;}
#footer {margin:0 auto 0 auto;background:#FFF;width:970px;height:100%;}




#menu{margin:5px auto 0 auto;background:#FFF;width:960px;height:30px;}
#menu a{display:block;width:160px;height:30px;float:left;text-indent:-9999px;font-size:1px;margin-left:0;}

.menu01{background:url(../img/m01.jpg);}
.menu02{background:url(../img/m02.jpg);}
.menu03{background:url(../img/m03.jpg);}
.menu04{background:url(../img/m04.jpg);}
.menu05{background:url(../img/m05.jpg);}
.menu06{background:url(../img/m06.jpg);}

.menu01:link,.menu01:visited,.menu02:link,.menu02:visited,.menu03:link,.menu03:visited,.menu04:link,.menu04:visited,.menu05:link,.menu05:visited,.menu06:link,.menu06:visited{background-position:top;}
.menu01:hover,.menu02:hover,.menu03:hover,.menu04:hover,.menu05:hover,.menu06:hover{background-position:bottom;}


#menu2{margin:0 auto 5px auto;background:#FFF;width:960px;height:30px;}
#menu2 a{display:block;width:160px;height:30px;float:left;text-indent:-9999px;font-size:1px;margin-left:0;}

.menu201{background:url(../img/m07.jpg);}
.menu202{background:url(../img/m08.jpg);}
.menu203{background:url(../img/m09.jpg);}
.menu204{background:url(../img/m10.jpg);}
.menu205{background:url(../img/m11.jpg);}
.menu206{background:url(../img/m12.jpg);}

.menu201:link,.menu201:visited,.menu202:link,.menu202:visited,.menu203:link,.menu203:visited,.menu204:link,.menu204:visited,.menu205:link,.menu205:visited,.menu206:link,.menu206:visited{background-position:top;}
.menu201:hover,.menu202:hover,.menu203:hover,.menu204:hover,.menu205:hover,.menu206:hover{background-position:bottom;}



#contentsmenu{clear:both;float:left;margin-top:3px;margin-bottom:5px;}
#contentsmenu a{display:block;width:140px;height:30px;float:left;text-indent:-9999px;font-size:1px;margin-left:4px;}

.contentsmenu01{background:url(img/m1.jpg);}
.contentsmenu02{background:url(img/m2.jpg);}
.contentsmenu03{background:url(img/m3.jpg);}
.contentsmenu04{background:url(img/m4.jpg);}
.contentsmenu05{background:url(img/m5.jpg);}
.contentsmenu06{background:url(img/m6.jpg);}
.contentsmenu07{background:url(img/m7.jpg);}

.contentsmenu02:link,.contentsmenu02:visited,.contentsmenu03:link,.contentsmenu03:visited
,.contentsmenu04:link,.contentsmenu04:visited,.contentsmenu05:link,.contentsmenu05:visited,.contentsmenu06:link,.contentsmenu06:visited,
.contentsmenu07:link,.contentsmenu07:visited{background-position:top;}
.contentsmenu01:link,.contentsmenu01:visited,.contentsmenu01:hover,.contentsmenu02:hover,.contentsmenu03:hover,.contentsmenu04:hover,.contentsmenu05:hover,.contentsmenu06:hover,.contentsmenu07:hover{background-position:bottom;}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}