/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Ecolamp
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#container{
	width:1000px;
	position:relative;
	padding:3px 0 0 0;
}
#header{
	height:115px;
	padding:0 0 3px 178px;
	background:url(images/phone.png) no-repeat left top;
}
#changingPic{
	height:115px;
	padding:0 0 0 231px;
	background-position:left top;
	background-repeat:no-repeat;
}
#logoContainer{
	height:115px;
	padding:0 0 0 334px;
	background:url(images/revolution.png) no-repeat left top;
}
#content{
	position: relative;
	float: left;
	width:1000px;
	padding:40px 0 0 0;
	background:url(images/bg.jpg) no-repeat left top #213973;
}
#flags{
	position:absolute;
	right:10px;
	top:135px;
}
#contentTable{
	width:1000px;
}
#subMenu{
	height:25px;
	line-height: 25px;
	color:#fff;
}
#menu{
	width:175px;
	float: left;
	position: relative;
}
#main_content{
	position: relative;
	float: left;
	width: 810px;
}

#content_top_left{
	background: url(images/content_top_left.png) no-repeat;
	width: 19px;
	height: 20px;
}

#content_top_repeat{
	background: url(images/content_top_repeat.png) repeat-x;
	height: 20px;
}

#content_top_right{
	background: url(images/content_top_right.png) no-repeat;
	width: 24px;
	height: 20px;
}

#content_center_left{
	background: url(images/content_left_repeat.png) repeat-y;
	width: 19px;
}

#content_center_repeat{
	background: url(images/content_center_repeat.png) repeat;
}

#content_center_right{
	background: url(images/content_right_repeat.png) repeat-y;
	width: 24px;
}

#content_bottom_left{
	background: url(images/content_bottom_left.png) no-repeat;
	width: 19px;
	height: 20px;
}

#content_bottom_repeat{
	background: url(images/content_bottom_repeat.png) repeat-x;
	height: 20px;
}

#content_bottom_right{
	background: url(images/content_bottom_right.png) no-repeat;
	width: 24px;
	height: 20px;
}

#tdLeftPane{
}
#scrollCenter{
	width:760px;
	height:auto;
	overflow:auto;
}
#scrollCenter #scrollInner{
	width:760px;
	float:left;
	min-height: 300px;
	height:auto;
}
#CenterPane{
}
#tdRightPane{
	width:335px;
	background:url(images/rightSide.png) no-repeat 4px top;
	min-height: 306px
}

#tdRightPane{
	clear: left;
	float: right;
	position: relative;
	right: 25px;
	top: 10px;
	margin-bottom: 20px;
}

#rightSpacer{
	width:13px;
}
