* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #231f20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #231f20;
    font-style: normal;
    font-weight: normal;
}

h1 {
    font-size: 14px;
    line-height: 23px;
}

h2 {
	font-size: 20px;
    line-height: 23px;
}

h3 {
    font-size: 18px;
    line-height: 20px;    
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 10px;
}

img{
	border: 0px none;
}

html {
    height: 100%;
}

body {
    font-family: tahoma,arial,verdana;
    font-size: 11px;
    height: 100%;
    line-height: 13px;
    position: relative;
    text-align: center;
	color: #231f20;
	background: #fcfcfc url(../img/headerBkg.gif) repeat-x top left;
}
.clearer {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upclearer {
    clear: both;
}

.bottomSpace {
    margin-bottom: 16px;
}

.topSpace {
    margin-top: 16px;
}

.rightSpace {
    margin-right: 16px;
}

.leftSpace {
    margin-left: 16px;
}

.error {
    color: #B71C24;
    font-size: 10px;
    line-height: 12px;
    padding: 10px 0px;
}

.centerText {
    text-align: center;
}

input.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.none{
	display: none;
}

p.smallertext{
	font-size: 0.85em;
}


#container{
/*

	margin: 0 auto;	
	width: 1000px;
*/
	text-align: left;
	background: url(../img/header.jpg) no-repeat top left;
}

#containerWarp{
	background: url(../img/bodyBkg.jpg) repeat-y top left;
}

#container #left{
	width: 236px;
	float: left;
}

#container #left #logo{
	height: 168px;
}

#container #left #logo img{ 
	margin-left:71px;
	margin-top:17px;
}

#container #left #subColom #headeing{
	height: 31px;
	_height: 40px;
	padding-top: 9px;
	padding-left: 8px;
	color: black;
	/*background: transparent url(../img/subColomHeading.gif) no-repeat scroll 9px 15px;*/
	font-size: 16px;
}

#container #left #subColom #subColomContent{
	padding: 8px;
}

#container #left #subColom #subColomContent div{
	background: transparent url(../img/infoMenuIcon.gif) no-repeat left bottom;		
}

#container #left #subColom #subColomContent a{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	color: black;
	background: transparent url(../img/subColomHeading.gif) no-repeat scroll 0px 8px;
	font-size: 16px;
}

#container #right{
	padding-left: 236px;
}

#container #right #menuContainer{
	padding-top: 76px;
}

#container #right #menuContainer #menu{
	height: 208px;
	min-width: 870px;
	_width: 870px;	
}

#container #right #menuContainer #menu .items{
	float:left;
}

#container #right #menuContainer #menu h1{
	float: left;
}

#container #right #menuContainer #menu h1 a{
	font-size: 16px;
	line-height: 16px;
	color: black;
	font-weight: bold;
	padding-top: 13px;
	padding: 13px 19px 10px 19px;
	display: block;
	background: url(../img/menuBkg.gif) no-repeat top right;
}

#container #right #menuContainer #menu h1 a.active,
#container #right #menuContainer #menu h1 a:hover{
	color: white;
	background: url(../img/menuActiveBkg.gif) repeat-x top right;
	text-decoration: none;	
}

#container #right #menuContainer #menu .language{
	padding: 14px 0 0 12px;	
	float: left;
}

#container #right #menuContainer #menu .language a{
	display: block;
	float: left;
	background: no-repeat top left;
	width: 23px;
	height: 16px;
}

#container #right #menuContainer #menu .language a.bg{
	background-image: url(../img/flagBG.gif);
}

#container #right #menuContainer #menu .language a.en{
	background-image: url(../img/flagUK.gif);
}

#container #right #menuContainer #menu .language .separator{
	float: left;
	display: block;
	width: 4px;
	height: 1px;
}


#container #content{
	min-height: 356px;
	_height: 380px;
	min-width: 602px;
	_width: 602px;	
	padding: 12px;
}
#container #content .contactInfo .logo{
	background: url(../img/logoContatcs.gif) no-repeat left 4px;
	width: 184px;
	height: 23px;
}

#container #content .contactInfo .text{
	padding: 16px 0px; 
}

#container #footerContainer{
	background: url(../img/footerBkg.jpg) repeat-x top left;
	height: 90px;
}

#container #footerContainer{
	text-align: center;
}

#container #footerContainer #footer{
	height: 29px;
	_height: 41px;
	padding-top: 12px;

}
#container #footerContainer #footer a{
	 font-size: 11px;
	 color:#34363D;
	 padding-right: 8px;
}

#container #footerContainer #footer a.active{
	font-weight: bold;
}

#container #footerContainer #footer a:hover{
	color: #ff0000;
	text-decoration: none;
}

#container #footerContainer #copyright{
	height: 37px;
	_height: 49px;
	padding-top: 12px;
	color: #B1B3BB;	
}

.paddings{
	padding: 8px 0px;
}

.csc-textpic-imagewrap{
	width: auto!important;
}

div.csc-textpic-imagewrap {
	margin: 0;
}

div.csc-textpic.csc-textpic-center{
	text-align: left;
}