@charset "utf-8";
/* CSS Document */

body { 
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #d3d3d3 url(images/bg.png) repeat-x top left;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
/*------------------------------------------------main--------------------*/
#container {
	margin:0 auto 0 auto;
	width:1001px;
}
#logo {
/*	width:258px;  */
	width:238px;
	height:340px;
	float:left;
}
.logoim {
	position:relative;
	top:175px;
/*	left:45px;  */
	left:25px;
}
#banner {
	background:url(images/bannerbg.png) no-repeat;
	width:734px;
/*	width:714px;  */
	height:373px;
	float:left;
}
.email {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding:37px 0 15px 500px;
	color:#666;
	width: 250px; /* Or the Go button goes down in firefox on opensuse */
/*	width:180px; 
 	width:195px; */
	height:24px;
}
.menu {
	###float:left;
}
.menu ul {
	margin:0;
	float:left;
/*	padding:20px 0 0 28px;  */
	padding: 0px 0 0 28px;
	margin-top: -16px; /* new */
	list-style:none;
	width:80px;
	color:#fff;
}
.menu ul li {
	margin:0;
	float:left;
	padding:0 0 0 15px;
	list-style:none;
	font-size:12px;
/*	width:80px; */
	width: 99px;
	line-height:30px;
	background:url(images/bu.png) no-repeat left;
}
.menu ul li a {
	text-decoration:none;
	color:#fff;
}
.cont {
	position:relative;
	top:20px;
	left:50px;
	float:left;
	width:181px;
	height:164px;
	background:url(images/cont.png)
}
.content {
	position:relative;
	top:25px;
/*	left:85px;  */
	left:65px;
	background:url(images/sep.png) no-repeat top left;
	float:left;
/*	width:625px;  */
	####height:250px;
	/* new nitish */
	padding-left: 20px;
	width: 695px;
}
.content h1 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
       line-height:100%;
	color:#000000;
	padding:5px 0 0 25px;
	margin:0;
	###float:left;
	####height:18px;
}
.content p {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:19px;
	float:left;
	width:550px;
	padding:5px 0 0 25px;
}
.logos {
	margin:15px 0 0 10px;
	float:left;
}
.footer {
	###float: left;
	###width:932px;
	###margin:8px 0 8px 0;
	padding:25px 0px;
	text-align:center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;)
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

/* Error and message for newsletter */
div#error {
	color: #ff0000;
}
div#message {
	color: green;
}

