@charset "utf-8";

/*	-------------------------------------------------------------
	Marketing Week Style Sheet
	Boussias Communications
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Base setup styles
	Filename:			marketingweek.base.css
	Version:			1.0
	Date:				November 24, 2006
	------------------------------------------------------------- */

	@import url("mw.header.css");
	@import url("mw.navigation.css");
	@import url("mw.modules.css");
	@import url("mw.carousel.css");
	@import url("mw.tabs.css");

/*	-------------------------------------------------------------
	Generic Elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		body {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			background-color: #fff;
			color: #000;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 12px; }
		
		a:link, a:visited, a:active {
			color: #000;
			text-decoration: underline;
			outline: none; }
			
		a:hover {
			color: #8c1015;
			text-decoration: none; }
		
		a.more {
			text-decoration: underline; }
		
		a.kleid {
			padding-right: 10px;
			text-decoration: underline;
			background: url("../_images/lock.gif") no-repeat right center; }
		
		a img {
			border: 0px; }
		
		html {
			height: 100%;
			width: 100%; }
		
		form {
			margin: 0px;
			padding: 0px; }
		
		.clear {
			clear: both;
			margin: 0;
			padding: 0; }
		
		.accesibility {
			display: none;
			visibility: hidden;  }
	
/*	Form Elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		input.inputButton {
			font-family: Arial, Helvetica, sans-serif;
			height: 25px;
			font-size: 12px;	
			padding: 0px 5px 0px 5px;
			margin: 5px 5px 5px 0px; }
		
		input.inputReset {
			font-family: Arial, Helvetica, sans-serif;
			height: 25px;
			font-size: 12px;	
			padding: 0px 5px 0px 5px;
			margin: 5px 5px 5px 0px; }

	


	
/*	-------------------------------------------------------------
	Structure
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		#pageContainer {
			width: 940px;
			margin: auto auto;
			text-align: left;
			padding: 0px; }	

	
		#pageContent {
			width: 940px;
			margin: 10px 0 0 0;
			text-align: left;
			padding: 0;
			background: url(../_images/containerBack.gif) repeat-y left;
			float: left; }


		#pageContentDelta {
			width: 940px;
			margin: 10px 0 0 0;
			text-align: left;
			padding: 0;
			float: left; }


		#alpha {
			float: left;
			width: 180px;
			margin: 0px 10px 0 0; }
			
		#beta {
			float: left;
			margin: 0px 10px 0 0;
			width: 420px; }
			
		#gamma {
			float: left;
			width: 310px;
			margin: 0px 0px 0 0; }
			
		#delta {
			background-color: #fff;
			width:734px;
			float:left;
			padding-bottom: 10px; }
			
			

/*  Below Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#belowContainer {
			clear: both;
			width: 940px;
			margin: 10px 0px 0px 0px;
			text-align: left;
			padding: 0;
			background: url(../_images/containerBack.gif) repeat-y left;
			float: left; }
			
		#alpha-below {
			float: left;
			width: 180px;
			margin: 0px 10px 0px 0px; }
			
		#beta-below {
			float: left;
			margin: 0px 10px 0px 0px;
			width: 420px; }
			
		#gamma-below {
			float: left;
			width: 310px;
			margin: 0px 0px 0px 0px; }


	

/*  Paging
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	div.paging {
			text-align: center;
			margin: 10px 0px 10px 0px;
			padding: 0px;
			float: left;
			width:409px;

		}
	
	div.paging a, div.paging a:visited{
		text-decoration:none;
		/*display: block;*/
		border: 1px solid #999999;
		background-color:#fefefe;
		padding: 2px 5px 2px 5px;
		height: 22px;
		line-height: 20px;
		
		/*float: right;*/
		/*margin: 0px 0px 10px 4px;*/
	}
	
	div.paging a:hover, div.paging a.selected, div.paging a.selected:visited {
		background-color: #d71920;
		color: white;
		border: 1px solid black;
	}
	
	/*div.paging a.next {
		padding: 0 18px 0 9px;
		background: #fefefe url(../_images/arrow4.gif) no-repeat right center;
	}
	
	div.paging a.prevOff {
		background: #fefefe url(../_images/arrow4BackOff.gif) no-repeat left center;
		width: 6px;
		border: 1px solid #d6d6d6; 
	}
	*/

/*	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#footerContainer {
			width: 940px;
			float: left;
			font-size: 11px;
			margin: 20px 0px 0px 0px; }
		
		#footerContainer #footerTop {
			line-height: 18px;
			width: 920px;
			float: left;
			background-color:#f5f5f4;
			border-top: 1px solid #3e332f;
			border-bottom: 1px solid #3e332f;
			margin: 10px 0px 0px 0px;
			padding: 6px 10px 6px 10px; }
				
		#footerContainer #footerMiddle {
			width: 940px;
			float: left; }
		
		#footerContainer #footerMiddle p {
			margin: 10px;
			padding: 3px 0 3px 140px;
			background: url(../_images/logoBoussias.gif) no-repeat left top;  }
		
		#footerContainer #footerMiddle p a span {
			color: #d71920; }
		
		#footerContainer #footerBottom {
			width: 920px;
			padding: 10px;
			float: left;
			background-color: #000;	
			color: white; }
			
		#footerContainer #footerBottom a {
			/*color: white;*/ }
		
		#footerContainer #footerBottom p#left {
			margin: 0px;
			width: 720px;
			float: left; }

#footerContainer #footerBottom p#left a {
			color:#ffffff; }
			
		#footerContainer #footerBottom p#right {
			margin: 0px;
			float: left; }
		
		#footerContainer #footerBottom p#right a {
			margin: 0px 0px 0px 15px;
			color: white;
			float: left; }
		
		#footerContainer #footerBottom p img {
			/*vertical-align: -8px;*/ }
			
		#right2 {
			margin: 0px;
			padding-left:15px;
			float: left; }
		#right2 a {font-family:Tahoma,Verdana,sans-serif;font-size:10px;font-weight:normal;color:#ffffff;text-decoration:none;}
		#right2 a:hover {font-family:Tahoma,Verdana,sans-serif;font-size:10px;font-weight:normal;color:#ff6000;text-decoration:none;}