/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*
		Do not change class names or Container ID's. Alter attributes as required.
*/

/*
		The table structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		
		--Width 
		The fluid width can be modified on the id called #outerWrapper.
		To set a fixed width - delete max-width, min-width, width: expression and add a width value.
		
		--Layouts
		The layouts can be set by changing the class on the main content wrapper.
		1.	Layout 1 - 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* {
margin: 0px; }

body {
	background: #ededed;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */


#outerWrapper {
	position: relative;
	width: 100%;
}

#outerWrapper2 {
	position: relative;
	width: 100%;
	background-color: #ededed;
}
.dojoHome #outerWrapper2 {
	position: relative;
	margin: 0 auto;
	width: 1054px;
	background: #000;
}

#outerWrapper3 {
	position: relative;
	margin: 0 auto;
	width: 904px;
}
.dojoHome #outerWrapper3 {
	margin: 0 auto;
	width: 904px;
	height: 680px;
}
#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
	#mainWrapper {
		display: inline-block;
	}
	.dojoHome #mainWrapper {
	width: 100%;
	padding: 100px 0 0 0;
	*padding: 140px 0 0 0;
}
* html .dojoHome #mainWrapper {
	padding: 80px 0 0 0;
}
	.home #mainWrapper {
		background: url(/Templates/_images/grungeBkg.jpg) no-repeat top left;
	}
	.game #mainWrapper {
		background: url(/Templates/_images/grungeBkg.jpg) no-repeat top left;
		width: 100%;
		height: 570px;
	}
	.login #mainWrapper {
		background: url(/Templates/_images/dojobkg.jpg) no-repeat 50% 50%;
		width: 100%;
		height: 550px;
	}
	
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

.newHome .Content 
{
    margin-right: 0 !important;
    padding-right: 0 !important;
    position: relative;
    background: #EB1C24 url('/Templates/_images/red_bkg.jpg') no-repeat top;
    
}
.newHome .SearchSimple 
{
    position: absolute;
    top: 0;
    right: 0;
}

/* === [ header ] === */
#cHwrapper {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background: #FFFFFF;
}
.dojoHome #cHwrapper {
	background:none;
	height: 1%; 
}
.dojoDefault #cHwrapper {
	background: url(/Templates/_images/cHblack.gif) repeat-x top left;
}

#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	margin: 0 auto;
	height: 110px;
	width: 904px;
	z-index: 200;
	background: url(/Templates/_images/header_banner.jpg) no-repeat center center;
}
.dojoHome #cH {
	padding: 0px 0 0 0;
	height: 70px;
	width: 100%;
	z-index: 200;
	background: none;
}
.dojoDefault #cH {
	padding: 0px 0 0 0;
	height: 70px;
	width: 904px;
	z-index: 200;
	background: none;
	background: #000000;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			clear: none;
			margin-top: 5px;
		}
		.dojoDefault #cH .cLogo {
			float: right;
			width: 187px;
			clear: none;
		}
	
	/* === [ header banner ] === */
		#cT {
			padding:0px;
			float: right;
			text-align: right;
			clear: none;
		}
		#cT .Banner,
		#cT .BannerRandom {margin-top: 35px;}
		#Content {
			margin: 20px 0 0;
		}

#HomepageBanners {
	margin: 40px 0 0;
}
	#HomepageBanners .Banner {
		float: left;
		clear: none !important;
	}


/* === [ main navigation ] === */
#cNwrapper {
	position: relative;
	display: block;
	clear: both;
	z-index: 400;
	padding: 0 0 0px 0;
	}
#cN {
	height: 35px;
	padding: 25px 0 0px 0;
	background: url(/Templates/_images/cNwhite.gif) no-repeat top right;
}
.dojoHome #cN, .dojoDefault #cN {
	height: 35px;
	padding: 16px 0 0px 0;
	float: left;
	width: 700px;
	clear: none;
	background: none;
}
#cB {
	position: relative;
	display: block;
	clear: both;
	z-index: 20;
	padding-top: 16px;
	margin: 0px 236px 0 0;
	}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}


/* === [ Primary Container ] === */
#cPC {
	padding: 10px 70px 30px 0px;
	display: block;
	z-index: 20;
	clear: both;
}
.home #cPC img { z-index: 20;
}
	.dojoHome .layout1 #cPC /* 3 column layout */
	{
		margin: 0 164px 0 200px;
		padding: 0;
	}
	
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0px 0 0 200px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0px 236px 0 0;
	}
	.game .layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0px 306px 0 0;
		padding: 70px 0px 20px 70px;
	}
	.dojoDefault .layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0px 236px 0 0;
		padding-top: 30px;
	}
	.home .layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0px 211px 0 0;
		padding: 10px 70px 20px 40px;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
		padding: 10px 20px 30px 0px;
	}
	.login .layout4 #cPC /* 1 column layout */
	{
		margin: 40px 95px 0 95px;
		padding: 30px 100px 0px 130px;
		height: 480px;
		background: #FFFFFF;
	}

/* === [ Left Side Column ] === */
.dojoHome #cLS {
	float: left;
	width:200px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 226px;
	padding-top: 20px;
}
.home #cRS {
	width: 191px;
	margin-right: 20px;
	padding-top: 35px;
}
.dojoHome #cRS {
	float: right;
	margin-left: -100%;
	width: 164px;
}
.dojoDefault #cRS {
	padding-top: 35px;
}
.game #cRS {
	float: right;
	margin-left: -100%;
	width: 246px;
	padding-top: 70px;
	margin-right: 40px;
}

#cS {
	position: relative;
	display: block;
	padding: 0px 0 0px 0;
	margin: 0 0 -1px 0px;
	clear: both;
	height: 110px;
}


/* === [ footer ] === */
#cCwrapper {
	display:block;
	clear: both;
	position: relative;
	width: 904px;
	margin: 16px 0 0 0;
	border-top: #b3a8a5 dashed 1px;
	height: 1%;
}
.dojoHome #cCwrapper, .dojoDefault #cCwrapper {
	width: 100%;
	margin: 0 0 0 0px;
	border-top: none;
}
#cTL {
	position: relative;
	display: block;
	padding: 10px 0 20px 0;
	clear: both;
	width: 904px;
	margin: 0 30px 0 0;
	height: 52px;
	border-bottom: #b3a8a5 dashed 1px;
	background: #FFFFFF;
}

.dojoHome #cTL {
	width: 904px;
	margin: 0 0px 0 0px;
}
#cCwrapper2 {
	display:block;
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 904px;
	border-top-style: none;
}
#cF {
	position: relative;
	width: 200px;
	float: right;
	padding: 10px 0 10px 0px;
	display: block;
	clear: none;
}

/* === [ copyRight ] === */
#cC {
	color: #404041;
	font-size: 0.9em;
	width: 500px;
	padding: 10px 0 10px 0px;
	clear: none;
	float: left;
	text-transform: uppercase;
}
	#cC a {
		color: #404041;
		text-decoration: none;
	}
	#cC a:hover {
		color: #999999;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -226px;
}
*:first-child+html #cRS {
	margin-left: -226px;
}
* html .home #cRS {
	margin-left: -211px;
}
*:first-child+html .home #cRS {
	margin-left: -211px;
}
* html .dojoHome #cRS {
	margin-left: -164px;
}
*:first-child+html .dojoHome #cRS {
	margin-left: -164px;
}
* html .game #cRS {
	margin-left: -286px;
}
*:first-child+html .game #cRS {
	margin-left: -286px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */

.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cRS, #cLS, #cTL, #cS, #cT, #cB, #cH, #cN {
		display: none;
	}
	#cPC {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			border-top-style: none;
			border-left-style: none;
		}
		.layout1 #cPC /* 3 column layout */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout2 #cPC /* 2 column - left */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout3 #cPC /* 2 column - right */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout4 #cPC /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
}