

/*--------------- Global Reset Start ------------------*/


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;
}
/* remember to define focus styles! */
:focus {
	outline: none;
	outline: 0;
}

strong {
	font-weight: bold;
}

/*body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/*------------------------- Global Start -----------------------------*/


body {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #6b38af;
}

ins, del { text-decoration: none; }

dl, dt, dd, .ulreset, .ulreset li { margin: 0px; padding: 0px; list-style: none; float: left; }

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: bold; }

h1 {
	font-size: 26px;
	color: #f87317;	
}

h2 {
	font-size: 20px;
	color: #4ca978;
}

:focus { outline: none; }

p { margin-top: 15px; line-height: 18px; }

a { text-decoration: none; }

a:hover { }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5f5f5f; }

div { float: left; }

.inputreset {
}


/*------------------------- Common Element Start -----------------------------*/


.centralizer {
	width: 960px;
	margin: 0 auto;
	float: none;
}

.btn {
	display: block;
	background: url(../images/bg-btn.gif) 0 0 no-repeat;
	height: 23px;
	padding-left: 10px;
	color: #336666;
	float: left;
	font-weight: bold;
}

a.btn:hover {
	color: #000000;
}

.btn span {
	display: block;
	height: 21px;
	background: url(../images/bg-btn.gif) right top no-repeat;
	padding: 2px 10px 0px 0px;
	cursor: pointer;
	float: left;
}

a.btn:hover span {
}


/*------------------------- Workspace Start -----------------------------*/


.wrapper {
	width: 100%;
	background: url(../images/bg-page.gif) center center no-repeat;
	float: left;
	padding: 30px 0 0 0;
	height: 600px;
}

.container {
	background: url(../images/bg-body.gif) repeat-y;
	width: 960px;
	float: left;
}


/*------------------------- Menubar Start -----------------------------*/


.menubar {
	background: url(../images/bdr-maint.gif) 0 0 no-repeat;
	width: 882px;
	float: left;
	padding: 30px 39px 5px 39px;
}

.menubar img {
	float: left;
}

#top_navi, #bottom_navi {
	float: right;
	margin: 17px 0 0 0;
	padding: 0;
}

#bottom_navi {
	margin: 0;
}

#top_navi li, #bottom_navi li {
	float: left;
	margin: 0 0 0 5px;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

#top_navi li a, #bottom_navi li a {
	height: 31px;
	padding-left: 12px;
	background: url(../images/bg-links.gif) 0 0 no-repeat;
	display: inline-block;
}

#top_navi li a:hover, #bottom_navi li a:hover {
	background-position: left bottom;
}

#top_navi li a span, #bottom_navi li a span {
	padding: 8px 12px 0 0;
	color: #9592af;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/bg-links.gif) right top no-repeat;
	height: 23px;
	display: inline-block;
	cursor: pointer;
}

#top_navi li a:hover span, #bottom_navi li a:hover span {
	background-position: right bottom;
	color: #fff;
}

#top_dropdown {
	margin: 0;
	padding: 0;
	background-color: #6133a0;
}

#top_dropdown li {
	float: none;
	margin: 0;
	list-style: none;
	padding: 0;
}

#top_dropdown li a {
	height: auto;
	background-image: none;
	display: block;
	margin: 0;
}

#top_dropdown li a:hover {
	background-image: none;
}


/*------------------------- Body Start -----------------------------*/


.bottomshade {
	background: url(../images/bottomshade.gif) left bottom no-repeat;
	width: 960px;
	float: left;
	padding-bottom: 50px;
}

.frame {
	background: url(../images/frame.png);
	width: 880px;
	height: 460px;
	margin: 0 0 0 30px;
	display: inline;
	float: left;
	padding: 10px;
	position: relative;
}


/*------------------------- Footer Start -----------------------------*/


.footer {
	width: 880px;
	margin: 10px 0 0 40px;
	float: left;
	display: inline;
}

.footer div {
	float: left;
	color: #aa98c8;
}



#showcont {
	position:absolute;
	right: 40px;
	z-index: 9999;
	top: 50px;
	background: url(../images/transblack-75pc.png);
	color: #FFF;
	border: 1px solid #000;
	display:none;
	cursor: pointer;
	padding: 5px 10px;
}

#hidecont {
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 99999;
	background: url(../images/close.png);
	width: 30px;
	height: 30px;
	cursor: pointer;	
}

#article_contents {
	position:absolute;
	cursor: pointer;
	right: 40px;
	top: 50px;
	width: 300px;
	padding: 0 20px 20px 0;
	z-index: 9999;
	background: url(../images/transblack-75pc.png);
	color: #FFF;
	border: 1px solid #000;
}

.background_slide {
	position: absolute;
	display:none;
	top:10px;
	left:10px;
}

.background_slide p {
	margin: 0;
}




