/*--------------------------------------
CANDY STUDIOS page layout CSS
---------------------------------------*/
body 
{
	background-color:#1A1A1A;
	
	height:100%;
	width:100%;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	text-align: center;
	text-align: -moz-center;
	*text-align: center !important;
}

html
{
	text-align: center;
	text-align: -moz-center;
	*text-align: center !important;
}

body,td,th 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color:#FFFFFF;
}



/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a 
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.anchors
{
	color:#FFFFFF;
	text-decoration:none;
}

a.anchors:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a.anchors:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

ul
{
	
}

li
{
	
}

/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 
{
	
}

/* approx 21px*/
h1 
{
	font-size: 18px;
}

/* approx 16px*/
h2 
{
	font-size: 16px;
}

/* approx 14px*/
h3 
{
	font-size: 14px;
}

/* approx 12px*/
h4 
{
	
}

/* approx 11/14 */
p 
{
		
}


/*--------------------------------------

---------------------------------------*/

#candy_container
{
	height:95%;
	min-height:95%;
	
	width:916px;
	
	padding-left:26px;
	padding-right:26px;
	
	text-align:left;
}

#header
{
	height:120px;
	
	border-bottom: 1px dashed #CCC;
}

#header_menu
{
	margin-left:6px;
	margin-right:6px;
}

#header_menu_item
{
	float:left;
	
	margin-top:45px;
	margin-right:12px;
}

#header_menu_logo
{
	margin-top:28px;
	
	float:right;
}

#stage
{
	height:auto !important;	
	height:484px;
	min-height:484px;
	
	border-bottom: 1px dashed #CCC;
}

#stage_below
{
	height:50px;
}

/*--------------------------------------

---------------------------------------*/

#stage_content
{	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:6px;
	margin-right:6px;
}

#content_col1
{
	float:left;
	
	width:512px;
	
	height:auto !important;	
	height:620px;
	min-height:620px;
	
	border-right: 1px dashed #CCC;
	
	padding-right:15px;
	margin-right:15px;
}

#content_col2
{	
	float:left;
	
	width:360px;
	
	height:auto !important;	
	height:620px;
	min-height:620px;
}

/*--------------------------------------

---------------------------------------*/

#video_player
{
	width:512px;
	height:400px;
	
	background-color:#000000;
}

#video_title
{
	width:512px;
	height:40px;
	
	margin-top:7px;
	
	background-color:#333333;
}

#col1_text
{
	margin-top:15px;
	
	width:512px;
}

#col2_item
{
	float:left;
	
	width:112px;
	height:111px;
	
	margin-right:8px;
	margin-bottom:8px;
}

#col2_item_image
{
	width:112px;
	height:84px;
	
	background-color:#333333;
}

#col2_item_text
{
	width:112px;
	height:27px;
	
	background-color:#222222;
}

#col2_pages
{
	float:right;
	
	text-align:right;
	
	width:232px;
	height:20px;
	
	margin-right:8px;
}



/*--------------------------------------

---------------------------------------*/

#break
{	
	height:1px;
	
	border-bottom: 1px dashed #CCC;
	
	margin-top:15px;
}

/*--------------------------------------

---------------------------------------*/

#menu-hide
{	
	position: absolute; 
	left: -200px;
}

a.link1 
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-home.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link1 
{
	background-position: 0 -26px;
}

a.active1
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-home.gif) 0 -26px no-repeat;
	text-decoration: none;
}

a.link2
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-music.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link2 
{
	background-position: 0 -26px;
}

a.active2
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-music.gif) 0 -26px no-repeat;
	text-decoration: none;
}

a.link3
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-audio.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link3 
{
	background-position: 0 -26px;
}

a.active3
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-audio.gif) 0 -26px no-repeat;
	text-decoration: none;
}

a.link4
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-facilities.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link4 
{
	background-position: 0 -26px;
}

a.active4
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-facilities.gif) 0 -26px no-repeat;
	text-decoration: none;
}

a.link5
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-contact.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link5 
{
	background-position: 0 -26px;
}

a.active5
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-contact.gif) 0 -26px no-repeat;
	text-decoration: none;
}

a.link6
{
	display:block;
	overflow:hidden;
	
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-people.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link6 
{
	background-position: 0 -26px;
}

a.active6
{
	display:block;
	overflow:hidden;
	width: 92px;
	height: 26px;
	background: url(../graphics/candy-menu-people.gif) 0 -26px no-repeat;
	text-decoration: none;
}
