/* CSS Document for non-flash explodemon site */

body {
	background-color: #000000;
	font-family: 'MathSoftText', 'Comic Sans MS', 'Eras Light ITC', 'kidprint', 'Tempus Sans ITC', 'Lucida Casual', sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 12px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

#main {
	background-color: #336699;
	background-image:url('../img/nibian_bg.gif');
	background-repeat:no-repeat;
	width: 677px;
	margin: 0px auto;
	border-top: 2px solid #660000;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
}

#header {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 657px;
	height: 100px;
}

#textbox {
	margin: 0px 0px 0px 0px;
	padding: 1px 15px 5px 15px;
	width: 647px;
	background-color: #0e0e1e;
	border-bottom: 2px solid #000000;
	text-align: justify;
	line-height: 22px;
	clear: both;
}

a:link { 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}

/*images style*/

#gallery {
	width: 677px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	line-height: 8px;
}

img { 
	border-style: none; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}


.icontop {
	vertical-align: top;
	padding: 10px 0px 0px 5px;
	float: right;
}

.bigimg{
	margin: 0px;
	padding: 0px;
	border: 2px solid #000000;
}

/*carousel style*/

#carousel_inner {
	float:left;
	width:485px;
	overflow: hidden;
	background: #0e0e1e;
}

#carousel_ul {
	position:relative;
	left:-154px;
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	width:9999px;
	padding-bottom:0px;
	border-top: 2px solid #000000;
}

#carousel_ul li{
	float: left;                                 
	width: 145px; 
	padding: 2px;
	height: 80px;
	background: #000000;
	margin: 10px 5px 0px 5px; 
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	cursor:pointer;
	cursor: hand; 
	border:0px; 
}

#left_scroll, #right_scroll{
	float: left; 
	padding: 12px 6px 2px 6px; 
	height: 80px; 
	width: 84px; 
	background: #0e0e1e; 
	border-top: 2px solid #000000;
}

#left_scroll img, #right_scroll img{
	cursor: pointer;
	cursor: hand;
}

/*footer style*/

#footer {
	font-family: 'MathSoftText', 'Comic Sans MS', 'Eras Light ITC', 'kidprint', 'Tempus Sans ITC', 'Lucida Casual', sans-serif;
	color: #EEEEEE;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	background-color: #336699;
	width: 677px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #660000;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
	clear: both;
}

.iconfooter {
	vertical-align: middle;
}

 .superscript{
	font-size: 5px; 
	vertical-align: text-top;
}

