/* basic stuff to neutralize margin and padding */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/bg/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#demobox {
	background-color: #f8f9fb;
	padding: 3px;
	/* border: 1px solid #F2F4F8; */
	display: block;
}

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}


form {
margin: 0;
padding: 0;

}

img {

border: 0;
}

#MainContainer {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}
#WebContent {
	background-color: #FFFFFF;
	background-image: url(../img/bg/mainbg.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 600px;
	height: auto!important; height: 600px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 23px;
}
#WebContentTop, #WebContent, #WebContentTop>span:first-child, #WebMainLeft {
	clear: both; 
}
#WebHeaderMenu {
	padding: 0px;
	margin-top: 47px;
	height: 50px;
	float: left;
	z-index: 10;

}

#WebHeaderLogo {
float: left;
}

#WebHeaderLogo h1 a {
	display: block;
	width:248px;
	height:98px;
	padding: 0px;
	background:url(../img/claromentis_logo.jpg) no-repeat top left;
	text-indent:-9999px;
	margin-top: -20px;
}

.floatleft {
float:left;
}
.floatright {
float: right;
}

#WebMainLeft {
	float:left;
	width: 605px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#WebMainLeft h3 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
}

#WebMainLeft h4 {
	margin: 0px;
	font-size: 10px;
}

#WebMainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 23px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}
#WebMainRight {
	float: right;
	margin-top: 0px;
	margin-right: 18px;
	width: 208px;
	height: 700px;
}
#WebMainRight {
margin-top: 50px;
}

#WebMainRightMenu ul {
	list-style-image: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 0px;
}

#WebMainRightMenu ul li {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;



}
#WebMainRightMenu ul li a:link, #WebMainRightMenu ul li a:visited {
	padding: 5px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#WebMainRightMenu ul li a:hover {
	background-color: #F2F4F8;
	text-decoration: none;
	color: #000066;
	border: 1px solid #CCCCCC;
}


#WebMainRightBox {
	height: 34px;
	width: 208px;
	overflow: hidden;
}

.clear {
clear: both;
}
.MainContentItem {
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
#CommonLinks {
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#CommonLinks img {
padding-right: 5px;
vertical-align: middle;
border: 0px;
}

#CommonLinks p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F3F8;
	display: block;
}
#CommonLinks p a {
	text-decoration: none;
	
}

#ClientsLogo {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #888585;
	text-transform: uppercase;
	padding-top: 20px;
}

#WebFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #888585;
	text-transform: uppercase;
	text-align: center;
	height: 35px;
	line-height: 25px;
}
#Strapline {
text-align: right;
}

#flash {
   /*position: relative; or absolute*/
  z-index: -1;
}

#Country  {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #888585;
	text-transform: uppercase;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
		
}
#dark, #access_form, #confirmation {
	position: fixed;
	z-index: 200;
}
#dark {
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#access_form, #confirmation {
	background: #fff;
	color: #333;
	border: 4px solid #888;
	width: 400px;
	left: 50%; top: 20px;
	margin-left: -200px;
}
#access_form {
	font: 12px Helvetica, Arial, sans-serif;
}
#confirmation {
	top: 100px;
	padding: 40px 20px;
	font: 14px Helvetica, Arial, sans-serif;
	text-align: center;
}
* html #dark, * html #confirmation, * html #access_form {
	position: absolute;
}
* html #dark {
	top: expression(parseInt(document.documentElement.scrollTop) + "px");
	height: expression(document.documentElement.clientHeight + 'px');
	width: expression(document.documentElement.clientWidth + 'px');
}
* html #access_form {
	top: expression(parseInt(document.documentElement.scrollTop) + 20 + "px");
}
* html #confirmation {
	top: expression(parseInt(document.documentElement.scrollTop) + 100 + "px");
}
#access_form th {
	padding: 5px 0px 0 8px;
	text-align: left;
}
#access_form td {
	padding: 0 0 0 8px;
}
#access_form small {
	font-weight: normal;
	font-size: 10px;
}
#access_form th {
	color: red;
}
#access_form th label {
	color: black;
}
#access_form input {
	width: 95%;
	vertical-align: bottom;
}
* html 	#access_form input {
	vertical-align:baseline;
}
* + html #access_form input {
	vertical-align:baseline;
}
#access_form fieldset input {
	width: auto;
}
#access_form caption {
	background: #888;
	color: #000;
	padding: 5px 5px;
	text-align: left;
	font-size: 14px;
}
