@charset "utf-8";
body  {
	font: 100%  Tahoma, Verdana, Helvetica, Arial, sans-serif;
	background: #ECF4FB;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
body a {
	text-decoration: none;
	color: #369;
}
body a:visited {
	text-decoration: none;
	color: #29E;
}
body a:hover {
	text-decoration: underline;
	color: #29E;
}

#container {
	position: relative; 
	width: 880px;
	height: auto;
	margin: 0 auto;
	border: 0px;
	text-align: left;
} 
/*Code for the header from here */
#header { 
	height: 240px;
	background: #ECF4FB; 
	padding: 0 0 0 0;
} 
.inside #header{
	height: 80px;
	background-image: url(../images/headerboxbg_inside.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.inside #header h1 {
	position: absolute;
	top: 20px;
	left: 300px;
	margin: 0;
	padding-top: 10px;
	font-weight: bolder;
	font-size: 16px;
	color: #EEE;
}
.inside #header h2 {
	position: absolute;
	top: 45px;
	left: 300px;
	margin: 0;
	padding-top: 0px;
	font-weight: bolder;
	font-size: 16px;
	color: #F28;
}
/*Titling image*/
#wedoweb {
	position: absolute;
	
	
	top:31px;
	left:40px;
	width: 255px;
	background-image: url(../images/wedoweb250.png);
	/*
	top: 15px;
	left: 5px;
	width: 298px;
	background-image: url(../images/insideheading.png);
	*/
	height: 85px;
	padding: 0;
	
	background-repeat: no-repeat;
	background-position: left top;
}
#textboxcon {
	width: 150px;
}
#headerbox { 
	position: relative;
	text-align: justify;
	top: 60px;
	height: 90px;
	background: #103; 
	background-image: url(../images/headerboxbg.png);
	background-position:left;
	padding: 25px 25px 25px 25px;
} 
#headerbox h1 {
	position: absolute;
	top: 30px;
	left: 20px;
	margin: 0;
	padding-top: 10px;
	font-weight: bolder;
	font-size: 28px;
	color: #EEE;
}
#headerbox h2 {
	position: absolute;
	top: 65px;
	left: 20px;
	margin: 0;
	padding-top: 0px;
	font-weight: bolder;
	font-size: 28px;
	color: #F28;
}
#headerbox h3 {
	position: absolute;
	right: 20px;
	top: 25px;
	margin: 0;
	width: 549px;
	padding-top: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #DDD;
}
#headerbox b {
	font-weight: 900;
	padding-top: 0;
	font-size: 12px;
	color: #FFF;
}
/*End code for header*/
/*Menu begins here*/
#menu {
	position:absolute;
	width: 880px;
	top: 200px;
	height: 40px;
	padding:0;
	background-image: url(../images/menubg.png);
	background-repeat: repeat;
	font-size:14px;
}
#menu ul {
	width: auto;
	min-width: 800px;
	max-height:20px;
	padding-top: 0;
	position: relative;
	margin-top:10px;
	margin-left: 150px;
	margin-right:200px;
	padding: 0;
}
#menu li {
	float:left;
	display: block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 15px;
}
#menu a {
	color: #232649;
	font-weight: bold;
}
#menu a:hover {
	color: #29E;
	text-decoration: none;
}
.inside #menu { 
	top:80px;
	width: 880px;
}
.inside #menu ul {
	margin-left: 290px;
}
#activemenu a {
	color: #369;
	font-weight: bolder;
}
/*End Menu*/
/*Layout for the body*/
#maincontainer {
	position: relative; 
	background: #FFF;
	float: left;
	border: #DDF 1px solid;
} 
.inside #maincontainer {
	float:left;
	margin-top: 40px;
	min-height: 90px;
	width: 880px;
	padding-bottom: 40px;
}
#maincontainer h1{
	text-align: center;
	margin 0;
	padding: 0;
	font-size: 20px;
}
#maincontainer h2{

	vertical-align: text-top;
	padding: 0;
	font-weight: bolder;
	font-size: 15px;
	margin:0;
	color: #147;
}
#maincontainer p{
	font-weight: bold;
	font-size: 10px;
	text-indent: 20px;
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
}
#maincontainer a{
	float:right;
	display: inline-block;
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
}
/*Baground watermark at the bottom right */
#backgroundwedoweb {
	position: absolute;
	float: right;
	bottom: -10px;
	right: 0px;
	background-image: url(../images/backgroundwedoweb.png);
	background-position: right bottom;
	width: 400px;
	height: 87px;
}
/*Three column arrangement*/
#sidebar1 {
	position: relative;
	z-index:1;
	padding: 10px 10px 10px 10px;
	padding-bottom: 90px;
	float:left;
	width: 230px; 
}
#sidebar1 h1{
	text-align:center;
	font-size: 18px;
}
#sidebar2 {
	position: relative;
	z-index:2;
	padding: 10px 10px 10px 10px;
	padding-bottom: 90px;
	margin: 0;
	float:left;
	width: 168px;
}
#sidebar2 h1{
	text-align: center;
	margin 0;
	padding: 0;
	font-size: 15px;
}
#scrollme {
	position:absolute;
	left:5px;
	top: 160px;
	background-image:url(../images/scrollme.png);
	width: 40px;
	height: 27px;
	repeat:no-repeat;
}
#sidebar2 h2{
	vertical-align: text-top;
	padding: 0;
	font-weight: bolder;
	font-size: 10px;
	margin-bottom: 3px;
	color: #147;
}
#sidebar2 a{
	float: none;
	display: inline;
	padding:0;
}
#flashcontainer {
	border: #FFF 1px solid;
	position: relative;
	float: right;
	z-index:3;
}
#solutionstext{
	position:absolute;
	top: 200px;
	left:1px;
	right:1px;
	
	float:left;
}
#mainsidebar {
	padding: 10px 10px 10px 10px;
	float:left;
	width: 420px;
}
/*End three colum arrangement*/
/*For content pages, the frame surrounding text*/
.inside #innercontainer {
	position:relative;
	float: left;
	border: #369 4px solid;
	width: 750px;
	margin: 40px 40px 0px 40px;
	padding: 10px  20px 10px 20px;
	background-image: url(../images/backgroundwedoweb.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 90px;
}
/*For content pages, the container for the header of the body*/
.inside #innerheader {
	float: left;
	font-size:12px;
	font-stretch:semi-expanded;
	font-weight:bold;
	margins: 0;
}
/*For content pages, the container of the main content*/
.inside #innertext {
	position: relative;
	float: left;
	width: 540px;
	padding-top: 20px;
	font-size: 11px;
	text-align: top left;
	padding-bottom: 90px;
}
.inside #innertext h1{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #147;
}
.inside #innertext a{
	float: none;
	display: inline;
}
.inside #innertext p{
	font-weight: normal;
	font-size: 11px;
}
/*End Layout for the body*/
/*Footer Layout*/
#footer { 
	position: relative;
	width: 880px;
	height: 40px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	background:#ECF4FB;
	font-size: 9px;
	text-align: right;
} 
#footer p {
	text-align: center;
	margin: 0;
}
/*End Footer Layout*/
/*
span.select {
  position: absolute;
  width: 128px;
  height: 18px;
  padding: 0;
  color: #147;
  padding-left: 2px;
  padding-top: 5px;
  margin-top:3px;
  margin-bottom:15px;
  font-size: 10px;
  font-weight:bold;

  border: #147 1px solid;
  overflow: hidden;
}
#name{
  position: relative;
  width: 128px;
  height: 18px;
  padding: 0;
  color: #147;
  padding-left: 2px;
  padding-top: 5px;
  font-size: 10px;
  font-weight:bold;

  border: #147 1px solid;
  margin-top: 3px;
  overflow: hidden;
}
#email{
  position: relative;
  margin-top: 3px;
  width: 128px;
  height: 18px;
  padding: 0;
  color: #147;
  padding-left: 2px;
  padding-top: 5px;
  font-size: 10px;
  font-weight:bold;

  border: #147 1px solid;
  overflow: hidden;
}*/
form {
	text-align: right;
	font-size: 8px;
	font-weight: bold;
}/*
textarea {
	margin-top: 3px;
  position: relative;
  font-family: Tahoma;
  font-size:19px;width: 128px;
  height: 40px;
  padding: 0;
  color: #147;
  padding-left: 2px;
  padding-top: 5px;
  font-size: 10px;
  font-weight: bold;

  border: #147 1px solid;
  overflow: hidden;
}*/
#details {
	width: 150px;
	
}
#select {
	width: 150px;}
#planguage {
	width: 150px;
}

#sidebar1 p{
	vertical-align:top;
}
#floatbox {
	position: fixed;
	right:20px;
	left:950px;
	top: 200px;
	width:40px;
	height: 500px;
}
