body { 
	background-color : #232323;
	background-image    : url(../imgs/main_bg.png);

	margin      : 0px;
	padding     : 0px;
}
.txt{
	color       : #E3E3E3;
	font-size   : 11px;
	font-family : Arial, sans-serif;
	line-height : 13px;
	/*font-weight : bold;*/
}

body table {
	color       : #E3E3E3;
	font-size   : 11px;
	font-family : Arial, sans-serif;
	line-height : 15px;
	/*font-weight : bold;*/
}


.headlinesBlock br {
    margin: -3px;
    padding: 0px;
}

/* Background choosed different for each page */
#containBg {

}

/* ================================== */
/* TOP */
#topLeft {
	width: 194px; 
	background-image    : url(../imgs/bg_left.png);
	background-position : bottom;
	background-repeat   : no-repeat;
}
#topRight{
	width: 216px; 
	background-image    : url(../imgs/bg_right.png);
	background-position : bottom;
	background-repeat   : no-repeat;
}

.topLeftMain {
	width: 98px; 
	background-image    : url(../imgs/img_main_left.png);
}
.topRightMain {
	background-image    : url(../imgs/img_main_right.png);
}



/* ================================== */
/* LINK */
a {
	color : #E3E3E3;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a.dest{
	color: #C5CF75;
}

#main1024 {
	text-align : center;
	padding    : 0px;
}

#top {
	margin : 0px auto;
	width  : 1003px;
	height : 212px;
}

#centerSite{
	margin : 0px auto;
	width  : 740px;

}

#menu {
	float  : left;
	width  : 800px;
	height : 12px;
	margin-left: 50px;
}

.menuDivImg{
    margin: 0px 11px 0px 12px;
}
#menuList{
    width: 800px;
}

#contain {
    padding: 0px 0px 0px 8px;
	width: 533px;
}

#mainContain {
	float         : left;
	width         : 460px;
	padding-right : 10px;
}

/* ================================== */
/* TEXT FORMAT */
.subTit {
	color          : #C5CF75;
	font-weight    : bold;
	font-size      : 11px;
	text-transform : uppercase;
}
.subTit a{
	color          : #C5CF75;
}

.subTxt {
	color          : #C5CF75;
}
/* ================================== */
/* RIGHT COLUMN */
#right{
	width  : 205px;
	margin : 0px;
	text-align: left;
}

/* ================================== */
/* FOOTER */
#footer {
	text-align: center;
	clear  : both;
	float  : left;
	width  : 720px;
	margin : 30px 0px 30px 0px;

	border-top  : 1px solid #777D46;
	font-weight : bold;
}

#footerCopyRight {
	float : left;
}
#footerCredits {
	float : right;
}


/* ================================== */
/* MENU */
ul.inLine { 
	margin  : 0px; /* Zera as margens */ 
	padding : 0px; /* Zera os paddings */ 
}

ul.inLine li { 
	list-style-type:none; 
	display : inline; 
	float   : left; /* Faz flutuar a esquerda */ 
	margin  : 0px; /* Tira as margens */ 
	padding : 0px; /* Tira os paddings */
}


/* ================================== */
/* MERCH BOX */
.merchBox {
	border: 1px solid #191919;
	background-color 	: #000;
}
/* ================================== */
/* GALLERY */
img.thumbGallery {
	border: 1px solid #191919;
}
.videoThumbBorder {
	border: 2px solid #FFF;
}
/* ================================== */
/* WALLPAPERS */
img.wallPapers {
	border: 1px solid #191919;
}

li.liMedia {
	text-align:center;
	width:185px;
	height: 180px;
}


img.imgTextLeft {
	margin: 0px 4px 4px 0px;
}


	/*==================================================================================*/
	/* Paging Site */
	#pagingSite{
		clear:left;
		float:left;
		width: 100px;
		/* border-top: 1px solid #333; */
	}
	#pgcSite{
		float:left;
		text-align:center;
		width: 20px;
	}
	#pglSite{
		float:left;
		text-align:left;
		width: 40px;
	}
	#pgrSite{
		float:right;
		text-align:right;
		width: 40px;
	}