/** { behavior: url(../css/iepngfix.htc); }*/
body{
background:url(../images/bg.jpg) bottom repeat-x #332a24;
background-attachment: fixed;
color:#636363;
font-family: arial, "lucida console", sans-serif;
font-size:12px;
}
#container{
	width:900px;
	margin:0 auto;
	padding-left:31px;
}
#footer{
	background:url(../images/home_01_17.png);
	width:869px;
	height:23px;
	text-align:center;
	color:#FFFFFF;
	padding-top:50px;
	font-size:9px;
	behavior: url(../css/iepngfix.htc);
}
#head1{
	width:869px;
	height:97px;
}
#head2{
	background:url(../images/home_01_08.png) no-repeat;
	width:869px;
	height:50px;
}
#logo a{
	background:url(../images/velve.jpg) no-repeat;
	width:153px;
	height:97px;
	float:left;
	display:block;
	behavior: url(../css/iepngfix.htc);
}

#banner{
	background:url(../images/home_01_04.png) no-repeat;
	width:716px;
	height:97px;
	float:left;
	behavior: url(../css/iepngfix.htc);
}

#left_stripe{
	background:url(../images/home_01_09.png) no-repeat;
	width:10px;
	height:582px;
	float:left;
	behavior: url(../css/iepngfix.htc);
}
#right_stripe{
	background:url(../images/home2_01_13.png) no-repeat;
	width:9px;
	height:582px;
	float:right;
	behavior: url(../css/iepngfix.htc);
}
* html #right_stripe
{
margin-right:3px;
}
#lang{
	background:url(../images/lng.png) no-repeat;
	width:26px;
	height:582px;
	float:right;
	padding-left:5px;
	behavior: url(../css/iepngfix.htc);
	
}
* html #lang
{
	width:23px;
}
#lang a{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	line-height:26px;
}
#lang a:hover{
	color:#CCCCCC;
}
.clr{
	clear:both;
}
#menu_cont{
	background:url(../images/home_01_18.png) repeat-y #fff;
	width:138px;
	height:582px;
	float:left;
	
}
#menu_top{
	background:url(../images/home_01_11.png)  #fff;
	width:712px;
	height:117px;
	float:left;
}
#content{
	background:url(../images/home_01_16.png) repeat-x;
	width:442px;
	height:465px;
	float:left;
	text-align: left;
	padding-left:250px;
	padding-right:20px;	
	overflow: auto;
}
#right_cont{
width:430px;
margin-right:10px;
font-size:12px;
	float:right;
	text-align: left;
}
.new_project{
	height:115px;
	width:115px;
	background:url(../images/home2_01_12.png) center right;
	float:right;
	margin-right:10px;
	margin-left:34px;
	cursor:pointer;
	float:right;
	
}
* html .new_project
{
margin-left:27px;
}

.new_project_h{
	background:url(../images/new_proj_head.png) repeat-x;
	height:24px;
	float:left;
	font-size:12px;
	padding-top:2px;
	behavior: url(../css/iepngfix.htc);

}
.new_project_h2{
	background:url(../images/new_proj_head2.png) no-repeat;
	height:26px;
	width:25px;
	float:left;
	behavior: url(../css/iepngfix.htc);
}

.suckerdiv{
margin-top:120px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 137px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:#636363;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	padding-left:20px;

	font-size:12px;
	background:url(../images/home_01_18.png) repeat-y ;
}

.suckerdiv .sub li a{
	background:none;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	width:120px;
	color:#636363;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 5px;
	border-bottom: 0;
	padding-left:20px;
	height:16px;
	background:url(../images/sub.jpg) repeat-x;
}


.suckerdiv ul li a:hover{
	background:url(../images/home_01_22.png) repeat ;
	color:#FFFFFF ;

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

* html h2{
margin-top:20px;
}