/* @group General Styles */
body, html {
	text-align: center;
	margin: 0;
	padding: 0;
}

body	{
	background:url(/packages/theme_splash/themes/splash/../../background.jpg) no-repeat fixed top;
	background-color:#161616;
}

p {
	font-size: 0.9em;
	line-height: 1.4em;
}

b, strong {
 font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

#contentso {
	text-align: left;
	width:1024px;
	height:auto;
	margin-top:20px;
}
#contentso .contentbox{
	display:block;
	float:left;
	width:311px;
	padding:5px;
	margin-right: 10px;
	margin-left: 10px;
	background-color:#FFF;
	}
#contentin{
	background-color:#FFF;
	padding:15px;
}

/* @end */

/* @group Layout */

#container {
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 1024px;
	height: auto;
	
}

#innercontainer{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
}

#container #content {
	margin-top: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#content img {
	border: none;
}
	
/* @end */

#navcontainer {
	top: 0px;
	right: 0;
	font-size: 1.2em;
	width: 100%;
}
/* Parent - Level 0 */

#navcontainer ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#navcontainer ul li {
	display: inline-block;
	margin: 0 12px;
}

#navcontainer ul li a {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

#navcontainer ul li a:hover {
	font-weight: normal;
}

#navcontainer ul li a.nav-selected, #navcontainer li.nav-selected a {
	font-weight: bold;
}

/* @end */


/* @group Colors */
body,
.movie-background, .photo-background {
	/*customize_background*/background-color: #E6E6E6;/*customize_background*/
}

a:link, a:visited {
	/*customize_link*/color: #014b92;/*customize_link*/
}

a:hover, a:active {
	/*customize_link_hover*/color: #014b92;/*customize_link_hover*/
}


#content {
	/*customize_content_font*/color:#333;/*customize_content_font*/
}

#navcontainer {
	/*customize_navbar_bgcolor*/background-color: #f0f0f0;/*customize_navbar_bgcolor*/
}

#navcontainer a:link, #navcontainer a:visited {
	/*customize_navbar_link*/color: #7F7F7F;/*customize_navbar_link*/

}

#navcontainer a:hover, #navcontainer a:active, #navcontainer a.nav-selected, #navcontainer li.nav-selected a, #navcontainer li.nav-path-selected a, #navcontainer a.nav-path-selected {
	/*customize_navbar_hover*/color: #444444;/*customize_navbar_hover*/
}


/* @end */


/*customize_custom_css*//*customize_custom_css*/


/*cutom addins*/

#social {
	width:280px;
	float:right;
	margin-right:20px;
	margin-top:35px;
	
}

#social-twitter {
	height:50px;
	text-align: right;
	color:#FFF
}

#social-twitter a:link {
	color:#FFF;
}

#social-twitter a:visited {
	color:#FFF;
}

#links a:link {
	color:#FFF;
}

#links a:visited {
	color:#FFF;
}

#logos a:link {
	color:#FFF;
}

#social a:link {
	color:#FFF;
}


#logos{
	height:85px;
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/footer.png) no-repeat;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#logosinfooter{
	height:89px;
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/footerlogos.png) no-repeat;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#links{
	margin-top:35px;
	width:700px;
	float:left;
	text-align: left;
	margin-left:20px;
	color:#FFF;
}
#sponsors{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:67px;
}

/*	##################################
   	MENU
	################################## */
	
#menu-wrap {
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/bg-menu-wrap.png) repeat-x left top;
	width:585px;
	margin-left:34px;
}

.red #menu-wrap {
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/bg-menu-wrap-red.png) repeat-x left top;
}

.green #menu-wrap {
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/bg-menu-wrap-green.png) repeat-x left top;
}

.grey #menu-wrap {
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/bg-menu-wrap-grey.png) repeat-x left top;
}
	
.ts-menu-main {
	width: 1024px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
}

/** also see /superfish/superfish.css */

#barcontent {
	color:#333;
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-left: thin solid #014b92;
	border-right: thin solid #014b92;
	border-bottom: thin solid #014b92;
}

#container #barcontent {
	margin-top: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#leftcontent {
	width:550px;
	height:auto;
	float:left;
}

#rightbar{
	width:380px;
	height:auto;
	float:right
}
#clear{
	clear:both;
}
#white{
	height:10px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#sponsors .footbox{
	display:block;
	float:left;
	width:184px;
	padding:0;
	margin-right: 10px;
	margin-left: 10px;
	}
#banner	{
	width:1024px;
	height:150px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background: url(/packages/theme_splash/themes/splash/../../../theme_splash/img/banner.png) no-repeat;
}
#innerbanner	{
	width:580px;
	height:150px;
	padding-left:444px;
	
}

#virtual {
	color:#FFF;
	font-weight:bolder;
	width:400px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}