/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	text-align: center;
	background-color: #E0E0E0;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../assets/img_body_BGR.jpg);
}
#bar {
	width: 100%;
	height: 100%;
	display: table;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(../assets/img_bar.jpg);
}	
#container {
	width: 950px;
	display: table;
	margin: auto;
	padding: 0px;
}

#maincontainer {
	position: relative;
	float: left;
	display: inline;
	width: 950px;
	padding: 0px;
	margin: 0px;	
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: top left;	
	background-image: url(../assets/img_container_BGR.jpg);
	border-bottom: 1px solid #FFF;
}
	#colleft {
		position: relative;
		float: left;
		display: inline;
		width: 250px;
	}
		#click {
			position: absolute;
			top: 20px;
			left: 0px;
			z-index: 10;
			width: 125px;
			height: 200px;
			background-attachment: scroll;
			background-repeat: repeat;
			background-position: top left;
			background-image: url(../assets/img_spacer.gif);
			cursor: pointer;
		}
		#logo {
			position: relative;
			float: left;
			display: inline;
			width: 250px;
			height: 222px;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
			background-image: url(../assets/img_logo.jpg);
		}
		#news {
			position: relative;
			float: left;
			display: inline;
			width: 250px;
			padding: 28px 0px 0px 0px;
			margin: 0px;
		}
		#news_close {
			position: relative;
			float: left;
			display: inline;
			width: 250px;
			height: 16px;		
			margin: 0px;
			padding: 0px;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
			background-image: url(../assets/img_ezinebottom.gif);

		}
		#tellafriend {
			position: relative;
			float: left;
			display: inline;
			width: 250px;
			margin: 0px;
			padding: 0px;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
			background-image: url(../assets/img_mail.jpg);
			background-color: #333;
		}

	#main {
		position: relative;
		float: left;
		display: inline;
		width: 700px;
		background-color: #FFF;
	}
		#partners {
			position: relative;
			float: left;
			display: inline;
			width: 700px;
			height: 80px;
			border: none;
			margin: 0px;
			padding: 0px;
		}
			#partners img{
				width: 700px;
				height: 77px;
				border: none;
				margin: 0px;
				padding: 0px;
			}
		#content {
			position: relative;
			float: left;
			display: inline;
			width: 700px;
			margin: 0px;
			padding: 0px;
		}
		#content.home {
			height: 525px;
		}
		
		#content.content {
			background-color: #FFF;
		}
			#content.content img.topbanner{
				position: relative;
				float: left;
				display: inline;
				margin: 0px;
				padding: 0px;
				width: 700px;
				height: 194px;
			}
		.tabs {
			position: relative;
			float: left;
			display: inline;
			margin: 0px;
			padding: 0px 0px 0px 4px;
			width: 696px;
			height: 24px;
			background-color: #0066b3;
		}
		#slider {
			position: relative;
			float: left;
			display: inline;
			margin: 0px;
			padding: 2px;
			width: 696px;
			background-color: #00aeef;
		}
	
	#nav {
		position: relative;
		float: left;
		display: inline;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		clear: both;
		width: 940px;
		height: 155px;
		border-top: 4px solid #666;
		background-color: #F6F6F6;
		background-attachment: scroll;
		background-repeat: repeat-x;
		background-position: 0px 30px; 
		background-image: url(../assets/img_pix.jpg);
	}
	
	#footer {
		position: relative;
		float: left;
		display: inline;
		width: 950px;
		background-color: #E0E0E0;
		clear: both;
	}


	
