﻿/***********************************************\
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{
	width:1000px;
	padding:40px 0 0 0;
	background:url(images/bg.jpg) no-repeat left top;
}
#flags{
	position:absolute;
	right:10px;
	top:135px;
}
#contentTable{
	width:1000px;
}
#subMenu{
	height:25px;
	line-height: 25px;
	color:#fff;
}
#menu{
	width:175px;
}
#tdLeftPane{
}
#scrollCenter{
	width:477px;
	height:305px;
	overflow:auto;
}
#scrollCenter #scrollInner{
	width:457px;
	float:left;
	height:auto;
}
#CenterPane{
}
#tdRightPane{
	width:335px;
	background:url(images/rightSide.jpg) no-repeat 4px top;
}
#rightSpacer{
	width:13px;
}