html {
	min-height:		100%;
	woverflow:		scroll;
	woverflow-x:		hidden;
	woverflow-y:		hidden;
}

body {
	wmin-height:		80%;
	height:			100%;
	line-height:		1.5em;
	color:			#222;
}

body, h1, h2, h3, h4, h5, h6, p, div, form, img, hr, ul {
	margin:			0 auto;
	padding:		0;
	border:			0;
}

img {
	display:		none;
}

A , A:active , A:visited	{color: #FF6600; padding-left: 0px; padding-right: 0px; margin: 1px}
A:hover				{color: #ffffff; background-color: #FF6600}
//A:hover				{text-decoration: none; border: 1px solid #FF6600; margin: 0px}

BODY {
	background:		#636363 url(/imgs/bg_main.jpg) repeat-y center top;
	cursor:			default;
	font:			10px "trebuchet ms", verdana, sans-serif;
	color:			#555;
	word-spacing:		3px;
	text-align:		center;
}

TABLE {
	width:			100%;
	height:			100%;
}


/*******************************************************************/
/********************** CONTAINER HOME *****************************/
/*******************************************************************/
.container_main {
	background:		url(/imgs/bg_home.gif) no-repeat center center;
	position:		absolute;
	top:			0px;
	left:			0px;

	width:			100%;
	height:			100%;
	margin:			0 auto;
	text-align:		center;

	z-index:		2;
}

.container_shadow {
	position:		absolute;
	top:			5px;
	left:			0px;

	width:			100%;
	height:			100%;
	margin:			0 auto;
	text-align:		center;

	z-index:		1;
}


.container_stage {
	position:		relative;
	eborder:			red 1px solid;
	width:			740px;
	height:			500px;
	margin:			0 auto;
	text-align:		center;
}



.logo_bird {
	position:		absolute;
	top:			10px;
	left:			20px;
}

.logo_robinsports {
	position:		absolute;
	top:			15px;
	left:			54px;
}


.bird {
	position:		absolute;
	left:			0px;
	top:			110px;
	width:			100%;
	text-align:		right;
	z-index:		3;
}

.stage {
	background:		url(/imgs/page_bgs_home/200.jpg);
	position:		absolute;
	left:			0px;
	top:			55px;
	width:			720px;
	height:			390px;
	text-align:		right;
	z-index:		3;
}







.container_home span {
	position:		absolute;
	top:			40%;
	left:			40%;
	color:			white;
}

.container_home span a , .container_home span a:hover , .container_home span a:visited , .container_home span a:active {
	color:			white;
}

/*******************************************************************/
/********************** CONTAINER TOP ******************************/
/*******************************************************************/
.container_top {
	position:		relative;
	width:			100%;
	margin:			0 auto;
	background:		url(/imgs/bg_lines.gif) no-repeat top center;
}

.container_top .menu {
	position:		relative;
	background:		url(/imgs/bg_menu.png) no-repeat top center;
	height:			271px;
	width:			740px;
	margin:			0 auto;
	text-align:		left;
}



.container_top .title {
	position:		absolute;
	top:			178px;
	width:			100%;
}

.container_top .title p {
	font:			normal 33px Univers, Arial;
	color:			white;
	letter-spacing:		10px;
	margin-right:		10px;
	text-align:		right;
}

.container_top .menu_div {
	position:		absolute;
	top:			240px;
	width:			100%;
	text-align:		center;
}

.container_top .menu_div a , .container_top .menu_div a:hover , .container_top .menu_div a:active , .container_top .menu_div a:visited {
	font:			bold 20px Arial;
	color:			white;
	word-spacing:		20px;
	letter-spacing:		1px;
}





/*******************************************************************/
/********************** CONTAINER BOTTOM ***************************/
/*******************************************************************/
.container_bottom {
	position:		relative;
	width:			740px;
	min-height:		10px;
	margin:			0 auto;
	text-align:		center;
	float:			clear;
}

/********************** SIDEBAR ************************************/
.container_bottom .sidebar {
	position:		relative;
	width:			127px;
	min-height:		100px;
	margin:			0 auto;
	text-align:		left;
	float:			left;
}

/********************** SUBMENU ************************************/
.container_bottom .submenu {
	background:		url(/imgs/bg_submenu.gif) no-repeat bottom center;
	width:			100%;
	margin:			0 auto;
	text-align:		left;
}

.container_bottom .submenu_but {
	padding:		0;
	height:			20px;
	cursor:			pointer;
	width:			100%;
	white-space:		nowrap;
	overflow:		hidden;
	font:			normal 12px Arial;
}

.container_bottom .submenu_but p {
	margin-left:		10px;
	text-align:		left;
}





.container_bottom .submenu .active p {
	color:			#ff6600;
	margin-left:		-10px;
	text-align:		center;
	cursor:			default;
}

.container_bottom .submenu .active a {
	color:			#ff6600;
	font:			normal 12px Arial;
	cursor:			default;
}


/*
.container_bottom .submenu_but_over IMG {
	background:		url(/imgs/submenu_arrow.gif);
}

.container_bottom .submenu_but_out IMG {
	background:		url(/imgs/submenu_blank.gif);
}
*/


.container_bottom .submenu a {
	text-decoration:	none;
	text-align:		left;
	color:			#444;
	font:			normal 12px Arial;
}

.container_bottom .submenu a:hover {
	background:		none;
	etext-decoration:	underline;
}


/********************** LOGOS **************************************/
.container_bottom .logos {
	width:			100%;
	margin:			0 auto;
	margin-top:		10px;
	font:			12px;
	color:			white;

	text-align:		center;
	overflow:		hidden;
}



/********************** BETWEEN ************************************/
.container_bottom .between {
	background:		url(/imgs/between.gif) no-repeat;
	position:		relative;
	width:			10px;
	height:			100px;
	margin:			0 auto;
	text-align:		center;
	float:			left;
}

/********************** CONTENT ************************************/
.container_bottom .content {
	background:		white;
	position:		relative;
	width:			603px;
	min-height:		100px;
	text-align:		center;
	float:			left;
}

.location {
	background:		#e6e6e6;
	position:		relative;
	width:			580px;
	text-align:		left;
	margin:			10px;
	color:			#999;
	word-spacing:		0px;
}

.location h3 {
	font:			normal 10px Arial;
	display:		inline;
	color:			#666;
}

.location h4 {
	padding:		0 0 0 10px;
	font:			normal 10px Arial;
	display:		inline;
}

.location a {
	text-decoration:	none;
}

.bottom_menu {
	text-align:		center;
	word-spacing:		10px;
	letter-spacing:		1px;
}






.copyright {
	width:			603px;
	margin:			0px;
	margin-top:		2px;
	float:			right;
}

.copyright p , .copyright A , .copyright A:visited , .copyright A:active {
	font:			9px arial;
	color:			white;
	word-spacing:		2px;
	letter-spacing:		1px;
	text-decoration:	none;
	border-bottom:		0px dotted #FF6600;
	border:			0px solid red;
}


.copyright a:hover {
	color:			#ff6600;
	text-decoration:	none;
	background-color:	white;
}

