html {
	overflow:scroll;
	overflow-x:auto;	
}

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;
	font-size:1em;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	z-index:0; 
}
body {
	font-family:Verdana;
	font-size:62.5%;
	color: #646464;
	background:#07d5ff url(../images/bg.gif) 0 0 repeat-x;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells:show;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
br{line-height:10px; float:none; clear:both}

.box {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#fff;
	border:1px solid #666;
	margin-bottom:15px;	
}
.shadow{
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

/* main style */
#wrapper{width:950px; margin:20px auto 0 auto}
#content{padding:40px}
h1.logo{font-size:2.4em; color:#222; border-bottom:1px dotted #222; background:url(../images/logo.gif) 0 0 no-repeat; height:54px; line-height:72px; padding-left:68px}
span{font-size:.9em; color:#ff6900}
p{font-size:1.4em}
h2{font-size:1.6em; color:#222; margin-bottom:.5em; font-weight:bold; border-bottom:1px dotted #222;}
h3{font-size:1.6em; color:#222; margin-bottom:.5em; font-weight:bold}
address{font-size:1.2em; line-height:1.4em}

.navul{float:left; width:200px}
li{font-size:1.2em; line-height:1.4em; background:url(../images/bullet_ani.gif) 0 25% no-repeat; padding:2px 0 2px 15px; color:#222}
ul.bullet li{background:none; padding-left:25px}
ul.bullet li:before{content:"="; font-family:Webdings; font-size:9px; position:relative; top:-2px; color:blue; margin:0 10px 0 -20px}

#footer{width:950px; margin:0 auto; clear:both; font-size:.9em; line-height:3em	}
#footer a {text-decoration:none}
.djo{color:#0169ff; font-family:"Lucida Sans Unicode"; letter-spacing:1px}
.djo:hover{text-decoration:none; color:#ff6900; border-bottom:1px dotted #ff6900}

.crumbs{border-bottom:1px dotted #222; padding-bottom:10px}
.crumbs a{text-decoration:none; color:blue}

/**********************************/
.nyroModal {
}
.nyroModal img{display:block}
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #fff;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../_images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #F00;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -20px;
	right: -20px;
	width: 12px;
	height: 12px;
	color:#fff;
	padding-left:15px;
	text-decoration:none;
	background: url(/images/close.gif) no-repeat;
	outline: 0;
}
h3#nyroModalTitle {
	position: absolute;
	top: -30px;
	left: -4px;
	font-size: 1.0em;
	font-weight:bold;
	color: #000;
	background:#fff;
	line-height:1.3em;
	padding:5px 10px;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	display:block;
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 49.9%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0 !important;
	background:transparent url(/images/prev.png) left 50% no-repeat !important;
}
#ie6 a.nyroModalPrev {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/prev.png');
}
a.nyroModalPrev:hover {
	background:transparent url(/images/prev-hover.png) left 50% no-repeat !important;
}
#ie6 a.nyroModalPrev:hover {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/prev-hover.png');
}
a.nyroModalNext {
	right: 0 !important;
	background:transparent url(/images/next.png) right 50% no-repeat !important;
}
#ie6 a.nyroModalNext {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/next.png');
}
a.nyroModalNext:hover {
	background:transparent url(/images/next-hover.png) right 50% no-repeat !important;
}
#ie6 a.nyroModalNext:hover {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/next-hover.png');
}

