body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {
	
	background: #000;

    font: 11pt Garamond, "Times New Roman", Times, serif;
	
	color: #b6a26d;

}

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

.clear-fix {
	
	clear: both;
	
}

.dark {
	
	color: #808183;
	
}

.gold {
	
	color: #b6a26d;
	
}

.no-border {
	
	border: none !important;
	
}


/*#### CONTAINER ###########################################################################################################*/

div#container {

	position: relative;
	
	min-width: 980px;
	
	max-width: 1280px;
	
	margin: auto;
	
}



/*#### BANNER #############################################################################################################*/

div#banner {

	position: relative;
	
	margin: 75px 0 0 0;
	
}



/*#### HEADER ##############################################################################################################*/

div#header {

	position: relative;
	
	height: 110px;
	
	z-index: 9;
	
}

div#header p {
	
	width: 472px;
	
	margin: 0 auto;
	
}

div#header p a {

	display: block;
	
	background: url(../images/pages/logo.gif) left -5px no-repeat;
	
	width: 472px;
	
	height: 110px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}


/*#### NAVIGATION ##########################################################################################################*/

div#navigation {

	position: relative;
	
	height: 14px;

	padding: 0 0 5px 0;
	
}

div#navigation ul {
	
	display: block;
	
	background: url(../images/pages/nav-bg.gif) no-repeat;
	
	width: 979px;
	
	height: 14px;
	
	margin: auto;
	
}

div#navigation li {
	
	display: block;
	
	float: left;
	
}

div#navigation a {
	
	display: block;
	
	height: 14px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

div#navigation .home {
	
	background: url(../images/pages/nav-bg.gif) no-repeat;
	
	width: 61px;
	
}

div#navigation .previews {
	
	background: url(../images/pages/nav-bg.gif) 101px top no-repeat;
	
	width: 101px;
	
	margin: 0 0 0 38px;
	
}

div#navigation .characters {
	
	background: url(../images/pages/nav-bg.gif) 200px top no-repeat;
	
	width: 136px;
	
	margin: 0 0 0 38px;
	
}

div#navigation .purchase {
	
	background: url(../images/pages/nav-bg.gif) 374px top no-repeat;
	
	width: 108px;
	
	margin: 0 0 0 38px;
	
}

div#navigation .downloads {
	
	background: url(../images/pages/nav-bg.gif) 521px top no-repeat;
	
	width: 139px;
	
	margin: 0 0 0 38px;
	
}

div#navigation .creators {
	
	background: url(../images/pages/nav-bg.gif) 698px top no-repeat;
	
	width: 106px;
	
	margin: 0 0 0 38px;
	
}

div#navigation .contact {
	
	background: url(../images/pages/nav-bg.gif) 822px top no-repeat;
	
	width: 100px;
	
	margin: 0 0 0 38px;
	
}


/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;
	
	background: url(../images/pages/content-bg.jpg) center top no-repeat;
	
	height: 427px;
	
}




.sidebar {
	
	display: block;
	
	position: absolute;
	
	top: 16px;
	
	left: 20px;
	
	background: url(../images/pages/sidebar-bg.png);
	
	width: 210px;
	
	padding: 10px 10px 0 10px;
	
	z-index: 9;
	
}





.sidebarleft {
	
	padding: 3px 10px 0 10px;
	
}

.sidebarleft ul {
	
	list-style: none;
	
}

.sidebarleft li {
	
	display: block;
	
	padding: 7px 0;
	
}

.sidebarleft a {
	
	display: block;
	
	height: 25px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.sidebarleft .facebook a {
	
	background: url(../images/pages/button-facebook.png) center top no-repeat;
	
}

.sidebarleft .twitter a {
	
	background: url(../images/pages/button-twitter.png) center top no-repeat;
	
	height: 29px;
	
}

.sidebarleft .myspace a {
	
	background: url(../images/pages/button-myspace.png) center top no-repeat;
	
	height: 29px;
	
}

.sidebarleft .eblog a {
	
	background: url(../images/pages/button-eblog.png) center top no-repeat;
	
}

.sidebarleft form {
	
	padding: 0 0 10px 0;
	
}

.sidebarleft p {
	
	background: url(../images/pages/input-bg.png) center top no-repeat;

}

.sidebarleft p input {
	
	display: block;
	
	background: #fff url(../images/pages/input-bg.png) no-repeat;
	
	width: 182px;
	
	height: 27px;
	
	margin: 10px auto 0 auto;
	
	padding: 0 5px;
	
	font-size: 20px;
	
	border: none;
	
}

.sidebarleft input.MailPressFormSubmit,
.sidebarleft button {
	
	display: block;
	
	background: url(../images/pages/button-joinourmailinglist.png) no-repeat;
	
	width: 191px;
	
	height: 45px;
	
	margin: 10px auto 0 auto;
	
	padding: 0;
	
    /* hide from IE Mac \*/
	
	text-indent: -999px !important;

    overflow: hidden;
	
	font-size: 0 !important;
	
	color: #212121;

    /* end hide */
	
	border: none;
	
	cursor: pointer;

}

.mp-loading,
.mp-message {
	
	margin: 10px 0 0 10px;
	
}





.sidebarright {
	
	left: auto;
	
	right: 20px;

}

.sidebarright .box {
	
	width: 213px;
	
	margin: auto;
	
}

.sidebarright .box h3 {
	
	height: 28px;
	
	margin: 0 0 10px 0;

}

.sidebarright .box h3 a {
	
	display: block;
	
	height: 28px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.sidebarright .news h3 a {
	
	background: url(../images/pages/news-h3.jpg) no-repeat;
	
}

.sidebarright .blog h3 a {
	
	background: url(../images/pages/button-eblog.png) center center no-repeat;
	
	height: 32px;
	
}

.sidebarright .box h4 {
	
	font-weight: normal;
	
	text-transform: uppercase;
	
}

.sidebarright .box ul {
	
	list-style: none;
	
}

.sidebarright .box li {
	
	background: url(../images/pages/dotted.gif) left bottom repeat-x;
	
	margin: 0 0 10px 0;
	
	padding: 0 10px 10px 10px;	
	
}

.sidebarright .box a {
	
	color: #b6a26d;
	
}

.sidebarright .box .last {
	
	background: none;
	
	margin: 0;
	
}

.sidebarright .box .author {
	
	font-size: 11px;

}

.sidebarright .box .author strong {
	
	font-size: 10px;
	
	font-weight: normal;
	
	color: #b6a26d;
	
	text-transform: uppercase;
	
}

.sidebarright .box .read-more {
	
	padding: 3px 0 0 0;
	
}

.sidebarright .box .read-more a {
	
	background: url(../images/pages/arrow.png) left center no-repeat;
	
	padding: 0 0 0 10px;
	
}


.fireleft {
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
	background: url(../images/pages/fire-left.jpg) no-repeat;
	
	width: 242px;
	
	height: 72px;
	
}



.fireright {
	
	position: absolute;
	
	top: 0;
	
	right: 0;
	
	background: url(../images/pages/fire-right.jpg) no-repeat;
	
	width: 281px;
	
	height: 73px;
	
}



.dseign {
	
	padding: 10px 0 5px 0;
	
	text-align: center;
	
}

.dseign a {
	
	color: #b6a26d;
	
}