@charset "utf-8";
/* CSS Document */
html {
	background-color: #000;
}
body {
	background-color: #000;
	color: #FFF;
	font-family: sans-serif; /* DizzyDomingoSH */
}

img{ border:0;}
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #171717;
}
.holder {
	position: relative;
}

/* this is for main page */
#main-page{
	height: 430px;
	background-image: url(images/banner/img2.jpg);
	}
/* this is for other page */	
#otherpages{
	height: 200px;
	background-image: url(images/banner/img2.jpg);
	}
/* main page only*/	
.content {
	background-image: url(images/whit-trans-bg.png);
	height: 110px;
	width: 780px;
	position: absolute;
	top: 320px;
}

/*other page*/
.content-other {
	display: none;
}


.header {
	height: 120px;
}
#logo {
	float: left;
	width: 260px;
}
#flashBanner {
	float: right;
	width: 500px;
	height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	background: #000;
}
.header-main {
	width: 780px;
	background-color: #171717;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.page{
	width: 800px;
	background-color: #171717;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;

}

.page a {
	color: #FFF;
	text-decoration: none;
	border-bottom: thin dotted #999;
}

.font-white {
	color: #FFF;
	text-decoration: none;
}

.font-white a:link a:visited a:active {
	color: #FFF;
	text-decoration: none;
}

.font-white a:hover {
	color: #CCC;
}

/* MoTIL Css */
.slide {
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#slide-left a:hover{
}


#slide-left{
	height: 170px;
	width: 50px;
	float: left;
	margin: 0px;
	padding: 0px;

}
#slide-right{
	height: 170px;
	width: 50px;
	float: right;
	margin: 0px;
	padding: 0px;

}
#slide-image{
	height: 150px;
	display: inherit;
	top: 4px;
	position: relative;
	width:680px;
	margin-left:50px;
	text-align:center;
}

#buttons
{
	padding: 0;
	color: #CCC;
	background-image: url(images/btn-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

}

#buttons ul
{
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#buttons ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100px;
}

#buttons ul li a
{
	color: #CCC;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 30px;
	width: 100px;
	font-size: 18px;
	line-height: 30px;
}


#buttons ul li a:hover
{
	background-image: url(images/whit-trans-bg.png);
}

/* MoTIL css end*/
.footer {
	width: 800px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666;
	font-size: 12px;
}
.footer a {
	color: #999;
	text-decoration: none;
}


.footer ul
{
	list-style: none;
	margin-top: -15px;
	margin-left: 50px;

}

.footer ul li
{
	padding-right: 5px;
	border-right: thin dotted #666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-left: 5px;
	float: left;
}

.footer ul li a
{
	color: #666;
	text-decoration: none;

}


.footer ul li a:hover
{
	color: #CCC;

}
#footer-right {
	float: right;
	margin-right: 3px;
	color: #999;
}
#footer-left {
	color: #999;
	float: left;
}
.clear {
	clear: both;
}

.dreamsource a:link{color: #666;text-decoration: none;} .dreamsource a:hover{color: #09F;} .scube a:link{color: #666;text-decoration: none;} .scube a:hover{color: #F00;} .CMS a:link{color: #666;text-decoration: none;} .CMS a:hover{color: #FFF;}

