/* 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;
}

/*------------- common ---------------*/
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.center {
	align: center;
}
.fleft {
	float:left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}

.bdr {
border-width: 1px;
border-style: solid;
border-color: #cccccc;
}

img {
border: none;
}

.dotted {
	background-image: url(http://www.claromentis.com/img/dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 1px;
}

/*----------- horizontal layout for framework -----------*/


.fleft350 {
float: left;
width: 400px;
}
.fleft120{
width: 120px;
float: left;

}

/*----------- horizontal layout for case studies-----------*/

.fleft500 {
float: left;
width: 470px;
}
.fleft80{
width: 80px;
float: left;

}




/*-------------main layout control -----------------------*/

#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;
}
#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;
	background:url(../img/claromentis_logo.jpg) no-repeat;
	text-indent:-9999px;
}

#WebHeaderLogoPrint {
display:none;
}

#WebMainLeft {
	float:left;
	width: 605px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#WebMainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#WebContentTop, #WebContent, #WebContentTop>span:first-child, #WebMainLeft {
	clear: both; 
}
#WebMainRight {
	float: right;
	margin-top: 0px;
	margin-right: 18px;
	width: 208px;
}
#WebMainRight {
margin-top: 50px;
}

#WebMainRightMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#WebMainRightMenu ul {
	list-style-image: url(http://www.claromentis.com/img/arrowrss.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b4063;
	font-weight: normal;
	list-style-position: outside;
	margin-left: 18px;
	padding: 0;
}

#WebMainRightMenu ul li {
	padding: 2px;

}
#WebMainRightMenu ul li a:link, #WebMainRightMenu ul li a:visited {
}

#WebMainRightMenu ul li a:hover {
	text-decoration: underline;
	color: #ff9c16;
}


#WebMainRightBox {
	height: 34px;
	width: 208px;
	overflow: hidden;
}


.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;
	margin-left: 30px;
	margin-right: 30px;
}
#Strapline {
text-align: right;
margin-right:30px;
}

#flash {
   /*position: relative; or absolute*/
  z-index: -1;
}

/*----------------- country selector ----------------------*/

#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: 0px;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
	margin-top: 0px;
	height: 15px;
		
}
/*---------------------------------------------------------*/



/*------------------- box style layout -----------------*/

.floatleft {
float: left;
width: 130px;
padding: 5px;
}
.floatleft p {
font-size: 10px;
font-family: Verdana, Tahoma, Arial, sans-serif;
line-height: normal;
}

.floatleft200 {
float: left;
width: 170px;
padding: 5px;
}

.floatleft200 p {
font-size: 10px;
font-family: Verdana, Tahoma, Arial, sans-serif;
line-height: normal;
}

/*------------------------------------------------------*/

#demo { width:600px; }
#demo .yui-content { padding:1em; } /* pad content container */



#FreeDemoBox {
font-size: 11px;
}
