
/*Header start*/
.tweetHeaderBlock {
	
	/*background-color:#C1C2C4;*/ /*border:1px solid #D0D1d3;*/
	background-image: url(../images/header_bcg.gif);
	background-repeat: no-repeat;
	width: 950px;
	height:98px;
	float: left;
	padding-left: 2%;
	padding-top: 1%;
}
.popUpHeader{
	height: 82px;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}

.tweetLogo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	/*width: 28%;*/
	height: 61px;
	float: left;
	margin:10px 0px 0px 17px;	
    width:224px;
    float:left;
	cursor: pointer;
}

.headerContentBlock {
	width: 70%;
	height: 66px;
	font-size: 11px;
	float: left;
	color: gray;
	position: relative;
	margin-left: 15px;
}

.mainMenu {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: 14%;
}

.tellAFriendMenu,.ContactMenu,.FeedbackMenu,.helpMenu,.aboutUsMenu,.feedbackMenu,.services {
	font-weight: bold;
	font-size: 17px;
	float: left;
	color: white;
	width: 114px;
}
.tellAFriendMenu {
	width:20%;
	*width:21%;	
}
.feedbackMenu{
	width:17%;
}
.aboutUsMenu{
	width:18%;
}
.helpMenu{
	width:15%;
}
.services{
	width:16%;
}
/*
.tellAFriendMenu {
	width: 18%; *
	width: 19%;
}

.ContactMenu {
	width: 17%;
}

.FeedbackMenu {
	width: 19%;
}

.helpMenu {
	width: 15%;
	width: 14%;
}

.aboutUsMenu {
	width: 30%;
}
*/
a.mainMenuLink {
	height:15px;
	color: gray;
	text-decoration: none;
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
}

a.mainMenuLink:hover {
	color: white;
}

/*MainContent*/
.mainContentGlobeBcg {
/*	background-image: url(../images/globe_new.gif);*/
	background-image: url(../images/new_orange_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	padding-bottom:10px;
	float: left;
}

.mainContentTransBcg { /*background-color:#F58220;*/
	/*filter: alpha(opacity=85); -moz-opacity: .85;*/ /*position:absolute;
	top:30%; */

	background-repeat:no-repeat;
/*	background-image: url(../images/orange_bg.png);
	background-repeat: repeat;
	background-color:#FA7B10;
	filter: alpha(opacity = 90);
	opacity: 0.90;*/
	width: 930px;
	float: left;
	margin-top: 70px;
	padding-left: 2%;
	padding-top: 2%;
	height: 230px;
	*padding-bottom: 2%;
}

.mainContentLeft {
	color: white;
	width: 30%;
	float: left;
	padding-right: 20px;
	line-height: 16px;
	text-align:justify;
	*width: 33%;
}

.poweredBy {
	padding-top: 3%;
}

.mainContentSeprator {
	width: 1%;
	height: 140px;
	border-left: 1px solid white;
	float: left;
	margin-left: 15px;
	*margin-left: -3px;
	
}

.mainContentRight {
	padding-left: 10px;
	*padding-left: 1px;
	
	color: white;
	float: left;
	*float: none;
	width: 63%;
	*width: 63%;
}

.mainSearch {
	width: 100%;
	float: left;
	font-size: 14px;
}

.mainSearchTextBoxBlock {
	width: 100%;
	float: left;
}

.mainSearchTextBox {
	color: #DDDEDF;
}

.mainSearchCompaniesList {
	width: 95%;
	float: left;
	text-align: center;
	margin-top:5px;
}
.wwFormTable{
	padding: 0px;
	margin: 0px;
	}
.mainSearchTop{
	width: 100%;
	float: left;
}
.mainSearchTop form{
	width: 100%;
	float: left;
	margin :0px;
	padding:0px;
}	
.mainFooterBlock {
	width: 100%;
	float: left;
}

.mainFooterContent {
	width: 100%;
	float: left;
	border-top: 1px solid #A8A9AD;
	color: #A8A9AD;
	margin-top: 20px;
}

.mainFooterCopyRights {
	float: left;
	width: 42%
	font-size: 8px;
	padding-left: 15px;
}

.mainFooterPoweredBy {
	float: right;
	width: 8%;
}

.poweredByContentLogo {
	width: 20%;
	float: right;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	width: 51px;
	height: 60px;
	padding-right: 27px;
}

.companyLogo{
	max-width: 105px;
	min-width: 30px;
}
.powerdBy{
	float: right;
	text-align: right;
	color: #b7b8b9;
	margin-top: 5px;
}
.logoutBlock{
	height:15px;
}
