/*----------------------------------------*\
|*-------------- INIT BASICS -------------*|
\*----------------------------------------*/

body
{
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat-zx;
	margin-top: 0px;
	margin-left: 0px;
	color: #cccccc;	
		text-align: center;

}


b
{
	color: #99FF99;

}

/*----------------------------------------*\
|*----------------- HEADER ---------------*|
\*----------------------------------------*/

.header_banner
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.header_bottom
{
	background-color: #b9ff7b;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 2px;
	text-align: center;
		
}


.site_back
{
	background-color: #222222;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: center;
	background-image: url('../images/site_back.jpg');
	background-repeat: repeat-zx;	

}



/*----------------------------------------*\
|*-------------- LINKS STYLE -------------*|
\*----------------------------------------*/

a
{
	border-style: none;
    text-decoration: none;
    color: #ffffff;
   
}

a:active
{
	color: green;
	text-decoration: none;
	border-style: none;
}
a:visited
{
	color:#ffffff;
	text-decoration:none;
	border-style: none;
}
a:hover
{
	color: green;
	text-decoration:none;
	border-style: none;
}



/*----------------------------------------*\
|*-------------- MENU ELEMENTS -----------*|
\*----------------------------------------*/

.category_bg
{
	/*background-color: grey;*/
	color: #b9ff7b;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	height: 20px;
	background-image: url('../images/category_bg.png');
	background-position: left top;
	background-repeat: no-repeat;
/*
	border-width: thin;
	border-color: green;
	border-style: solid;
*/
}


.text_format
{
	color: #cccccc;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	padding: 10px 10px 10px 10px;


}

.menu_btn
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 6px 0px 0px 0px;
	width: 125px;
	height: 30px;
	background-image: url('../images/menu_button.jpg');
	background-position: left top;
	background-repeat: no-repeat;

}






/*----------------------------------------*\
|*------------ PAGE ELEMENTS -------------*|
\*----------------------------------------*/


/*----- INDEX -----*/

.buenobanner
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	height: 200px;
	background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: green;
	border-style: solid;

}

.clip
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	height: 200px;
	/*background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;*/
	border-width: thin;
	border-color: green;
	border-style: solid;

}

.news
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: grey;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;	
	width: 960px;
	/* height: 100%;  200px */
	background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: green;
	border-style: solid;

}


.aff
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	height: 100px;
	background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: green;
	border-style: solid;

}



.description
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	/*height: 200px;*/
	background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: green;
	border-style: solid;
	
}

/*----- CONTACT -----*/

.contactBox
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: grey;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;	
	width: 960px;
	/*height: 550px;*/
	background-image: url('../images/boxes_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	border-width: thin;
	border-color: green;
	border-style: solid;

}





/*----------------------------------------*\
|*----------------- FOOTER ---------------*|
\*----------------------------------------*/


.footer_Box
{
font-family: Verdana;
font-weight: normal;
font-size: 10px;
text-align: center;
padding: 6px 0px 0px 0px;
color: #cccccc;
width: 960px;
height: 30px;
background-color: #363636;
margin-left: auto;
margin-right: auto;
}






/*----------------------------------------*\
|*------------------ eof -----------------*|
\*----------------------------------------*/