/* WHOLE SITE */

body {
	background-color: #FFFFFF;
}
#global {
	width: 980px;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	margin-top: -10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	letter-spacing: -1px;
}
img {
	border: 0px;
}
a {
	outline: none;
	color: #364c9a;
	text-decoration: none;
}


/* HEADER */

#header {
	width: 100%;
	height: 70px;
	position: relative;
	background-image: url(/style/header/horizontalDivider.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
#logo {
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: 3px;
	margin-left: 3px;
}
#nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5px;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 16px;
}
#nav li {
	display: inline;
}
#nav a:link {
	color: #000000;
}
#nav a:visited {
	color: #000000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	color:#FF0000;
	text-decoration: underline;
}
#mininav {
	position: absolute;
	width: 85px;
	height: 20px;
	top: 0px;
	right: 3px;
	font-weight: bolder;
}
#mininav a {
	color:#000000;
	text-decoration:none;
}
/* ABOUT */

#body_about {
	width: 100%;
	height: 655px;
}
#body_about_left {
	width: 490px;
	height: 595px;
	float: left;
	background-image:url(/about/img/leftImage.jpg);
	background-repeat:no-repeat;
}
#body_about_left p {
	padding: 70px 45px 0 50px;
	text-align:justify;
	line-height: 18px;
}
#body_about_right {
	float: right;
	margin-top: 40px;
}
/* NEWS */

#newsMain {
	width: 100%;
	height: 655px;
}
#news_container_left {
	background: url(/style/news/container_left.gif);
	background-repeat: no-repeat;
	width: 402px;
	height: 564px;
	margin-left: 40px;
	margin-top: 30px;
	float: left;
	padding: 25px 13px;
}
#newsMenu {
	background: #000000;
	height: 540px;	
	width: 375px;
	overflow: auto;	
}
#newsMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#newsMenu li {
	border-bottom: 1px solid white; /* white border beneath each menu item */
}
#newsMenu li a {
	background: #333333;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; 
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
#newsMenu li a:hover {
	background-image: url(/style/news/linksOver.jpg);
	color: white;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
#newsMenu li a:visited {
	color: #AAAAAA;
}
#newsDisplay { 
	float: right;
	margin-right: 60px;
	margin-top: 100px;
	overflow: hidden;
}

/* REEL */

#reelMain {
	width: 100%;
	height: 655px;
	position: relative;
}
#reelLeft {
	width: 530px;
	height: 555px;
	margin-left: 60px;
	float: left;
	background-image: url(/style/reel/container_player.jpg);
	background-repeat: no-repeat;
	padding: 0 5px 0 5px;
}
#reelPlayerNav {
	height: 25px;
	margin-top: 5px;
}
#reelPlayerNav a:hover {
	background-position: 0 -25px !important;
}
#reelPlayerNav a:active {
	background-position: 0 -50px !important;
}
#reelPlayerNav_music a {
	float: left;
	background-image: url(/style/reel/buttonsStates_reelM.jpg);
	background-repeat: no-repeat;
	width: 50px;
	height: 25px;
	padding-left: 7px;
	padding-top: 7px;
	font-weight: bold;
	color: #FFFFFF;
}
#reelPlayerNav_SD a {
	float: left;
	background-image: url(/style/reel/buttonsStates_reelSD.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
	padding-left: 3px;
	padding-top: 7px;
	font-weight: bold;
	color: #FFFFFF;
}
#reelPlayer {
	width: 520px;
	height: 520px;
	position: absolute;
	top: 30px;
}
#reelRight {
	width: 280px;
	height: 555px;
	margin-right: 60px;
	float: right;
	background-image: url(/style/reel/container_right.jpg);
	background-repeat: no-repeat;
	padding: 80px 5px 0px 10px;
}
#reelRight h1{
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
}
#reelRight ul{
	text-align: left;
	list-style-type: none;
	font-family: verdana;
	font-size: 14px;
}

#reelRight a:hover {
	text-decoration: underline;
}
#reelBottom {
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	background: url(/style/reel/container_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	text-align: center;
}

/* Credits */

#body_credits {
	width: 100%;
	height: 655px;
}
#body_credits_left {
	margin-top: 30px;
	padding: 70px 40px 0px 40px;
	width: 564px;
	height: 552px;
	float: left;
	background: url(/style/credits/container_left.gif);
	background-repeat:no-repeat;
}
#body_credits_left p {
	text-align:justify;
	line-height: 18px;
	font-size:14px;
	line-height:25px;
}
#body_credits_right {
	margin-top: 30px;
	float: right;
	width: 281px;	
	height: 556px;
	background: url(/style/credits/container_right.gif);
	background-repeat:no-repeat;
}

/* SERVICES */

#body_serviceHeader {
	width: 100%;
	height: 175px;
	position: relative;
}
#body_serviceHeader_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 100%;
}
#body_serviceHeader_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	height: 100%;
}
#body_service_main {
	height: 480px;
	width: 100%;
}
#body_service_left {
	width: 480px;	
	height: 480px;
	position: absolute;
	left: 0px;
}
#body_service_left_top {
	width: 465px;
	height: 120px;
	margin-top: 20px;
	background-image: url(/style/shared/bodyContainer_LT.jpg);
	background-repeat: no-repeat;
}
#body_service_left_top p {
	padding: 20px 20px 0 20px;
	text-align:justify;
}
#body_service_left_bottom {
	width: 465px;
	height: 300px;
	margin-top: 15px;
	background-image: url(/style/shared/bodyContainer_LB.jpg);
	background-repeat: no-repeat;
}
#body_service_left_bottom p {
	padding: 10px 20px 0 20px;
	text-align:justify;
}
#body_service_right {
	width: 500px;	
	height: 480px;
	position: absolute;
	right: 0px;
}

/* STUDIO */

#body_studio {
	height: 655px;
	width: 100%; 
	background-image:url(/style/studio/logoBG.jpg);
	background-repeat:no-repeat;
	background-position: 250px 40px;
	position: relative;
}

#galleryContainer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

/* CONTACT */

#body_contact {
	height: 655px;
	width: 100%; 
}
#body_contact_container {
	width: 470px;
	height: 625px;
	background: url(/style/contact/container.png);
	background-repeat: no-repeat;
	margin-left: 235px;
}

/* FOOTER */

#footer {
	position: static;
	width: 100%;
	height: 110px;
}
#footerLeft {
	width: 30%;
	height: 100px;
	float: left;
}
#navTag {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}
#footerNav {
}

#footerNav a:link {
}
#footerNav a:hover {
	background-position: 0 -80px !important;
}
#footerNav a:active {
	background-position: 0 -160px !important;
}
#footerNav_game a {
	float: left;
	background-image: url(/style/footer/buttonsStates_game.jpg);
	background-position: 0 -160px;
	width: 70px;
	height: 80px;
}
#footerNav_video a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_video.jpg);
	background-position: 0 -160px;
}
#footerNav_music a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_music.jpg);
	background-position: 0 -160px;
}
#footerNav_audiobook a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_audiobook.jpg);
	background-position: 0 -160px;
}
#footerNav_game_active a {
	float: left;
	background-image: url(/style/footer/buttonsStates_game.jpg);
	width: 70px;
	height: 80px;
}
#footerNav_video_active a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_video.jpg);
}
#footerNav_music_active a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_music.jpg);
}
#footerNav_audiobook_active a {
	float: left;
	width: 70px;
	height: 80px;
	background-image: url(/style/footer/buttonsStates_audiobook.jpg);
}
#footerRight {
	width: 70%;
	height: 75px;
	background-image:url(/style/footer/rightDividers.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
#footerRight_content {
	width: 500px;
	height: 60px;
	float: right;
	margin-top: 10px;
	text-align: center;
}
#footerRight_content p {
	margin-bottom: -10px;
}
#legal {
	width: 100%;	
	text-align: center;	
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
}