@charset "utf-8";

html { height: 100%; margin-bottom: 1px; }

body  {
	font: 67% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #E2EDFF;
	background-image: url(images/BodyBGRPT.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.bigGap img {
	margin: 5px;
	background: #FFF;
	padding: 4px;
	border: #39F 1px solid;
}

.bigGap {
	font-size: 65%;
}

#header-comingsoon {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-ComingSoon.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-gamefeatures {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-GameFeatures.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-press {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-Press.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-characters {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-MeetCharacters.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-home {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-Home2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-downloads {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-Downloads.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-screenshots {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-Screens.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header-videos {
	text-align: center;
	height: 250px;
	padding: 0;
	background-image: url(images/HDR-Videos.png);
	background-repeat: no-repeat;
	background-position: center top;
}




#container  {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	text-align: center;
	height: 400px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-top: 20px;
	background-image: url(images/SideBar1BG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-top: 0px;
}

#sidebar2 .sideBlockHDR {
	height: 18px;
	background: url(images/SBHDR-400.png) top left no-repeat;
}

#sidebar2 .sideBlockBody {
	text-align: left;
	background: url(images/SBBG-400.png) bottom left no-repeat;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#sidebar3  {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-top: 0px;
}

#sidebar3 .sideBlockHDR {
	height: 18px;
	background: url(images/SBHDR-400.png) top left no-repeat;
}

#sidebar3 .sideBlockBody {
	font-size: 100%;
	line-height: 145%;
	text-align: left;
	margin-bottom: 20px;
	background: url(images/SBBG-400.png) bottom left no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#sidebar4  {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/SideBar4BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/SideBar1BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainContentVideoHome {
	margin-top: -50px;
	margin-bottom: 0;
	margin-left: 0;
}

#mainContent  {
	padding: 0; /*padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 0;
}

#mainContent3  {
	width: 550px;
	padding: 0px; /*padding is the space inside the div box and margin is the space outside the div box */
	margin-top: -20px;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/MainIndexBG-550px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent2HDR {
	width: 550px;
	height: 18px;
	padding: 0px; /*padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 0;
	background: url(images/MainHDR-550.png) top left no-repeat;
} 

#mainContent2  {
	text-align: justify;
	font-size: 110%;
	line-height: 150%;
	background: url(images/MainBG-550.png) bottom left no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 0;
}

#footer  {
	height: 283px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/Ftr-BG.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	bottom: 0px;
	text-align: center;
} 
#footer p  {
	color: #5891A4;
	width: 1000px;
	text-align: center;
	margin-left: 0px;
	padding-top: -20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	margin-top: -35px;
	text-align: center;
	padding: 0;
	height: 95px;
}


#mainContentSingle {
	text-align: center;
	font-size: 110%;
	line-height: 150%;
	padding-bottom: 20px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 980px;
	background-image: url(images/MainBG-550px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContentSingle2 {
	text-align: center;
	font-size: 110%;
	line-height: 150%;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 980px;
	background-image: url(images/MainBG-550px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* --- Links ----*/

a {
	color: #69F;
	text-decoration: none;
}

a:active {
	color: #69F;
	text-decoration: none;
}

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

a:hover {
	color: #6CF;
	text-decoration: none;
}
