/* CSS Document */

/*Expo CSS*/
/*Hung Le*/


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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a{
	color:#0CF;	
}

a:hover{
	color:#3FF;	
}

body{
	background-color:#00212a;
	height:100%;
}

#banner-container{
	background-image:url(../_source/image/bg-gradient-top.jpg);
	background-repeat:repeat-x;
	height:165px;
	width:100%,;
}

#banner{
	position:relative;
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

#banner-fixed-width{
	position:relative;
	width:1024px;
	height:166px;
	margin-right:auto;
	margin-left:auto;
}


/*============================= BODY =================================*/

#content-container{
	width:100%;
	height:100%;
	background-image:url(../_source/image/bg-gradient-mid.jpg);
	background-repeat:repeat-x;
	background-color:#001a3b;
}

#content{
	margin-left: auto;
    margin-right: auto;
	background-image:url(../_source/image/bg-body-mid.jpg);
	background-repeat:repeat-x;
	background-color:#002443;
	width:964px;
	color:#FFF;
	padding:30px;
}

#news-text{
	padding:10px;
	width:700px;
	background-image:url(../_source/image/bg-text-white10.png);
	background-repeat:repeat;
	border-top:2px solid #09C;
	font-family:"Century Gothic", sans-serif;
	font-size:15px;
	color:#FF0;
}

#main-text{
	margin:5px 0 0 0;
	padding:10px;
	width:700px;
	background-image:url(../_source/image/bg-text-white10.png);
	background-repeat:repeat;
	border-top:2px solid #09C;
	font-family:"Century Gothic", sans-serif;
	font-size:15px;
}

/*============================= CBOX =================================*/

#cbox-container{
	position:absolute;
	margin-left:740px;
	width:224px;
}

.cbox-comment{
	padding-top:5px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../_source/image/bg-text-white10.png);
	color:#FF0;
	height:50px;
	font-family:"Century Gothic", sans-serif;
	font-size:15px;
}

/*============================ DVD =================================*/

#dvd-container{
	margin-top:30px;
	padding-top:1px;
	width: 222px;
	height: 405px;
	background-image:url(../_source/image/dvd-shadow.png);
	background-repeat:no-repeat;
}

#dvd-title{
	width:192px;
	height:40px;
	background-image:url(../_source/image/dvd-title-bg.jpg);
	background-repeat:repeat;
	margin-top:10px;
 	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}

#dvd-content{
	width:182px;
	height:317px;
	background-image:url(../_source/image/dvd-main-bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
 	margin-left: auto;
	margin-right: auto;
	border:3px solid #335069;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	padding:2px;
}