body
{background-color:#EFEFEF;
font-family:Arial, Helvetica, sans-serif;
}		


.list_moremargin li{
	list-style-type:circle;
 	margin-bottom:10px;
}


.lists li{ list-style:circle;margin-bottom:2px;

}
/*Complete Page WRapper*/
#pagewrapper
{
	top:0px;
  	width: 980px; 
  	margin: 0 auto; 
	   -webkit-box-shadow: -6px 0 10px 1px GRAY;
           -moz-box-shadow:-6px 0 10px 1px GRAY;
                box-shadow: -6px 0 10px 1px GRAY;
}

/* Header */

#header
{
	width:980px;
	background-image:url(../images/default_banner_plain.png);
	height:75px;
} 

#logo
{
position: relative;
z-index: 200;
left: 25px;
background: url(../images/logo.png);
width: 60px;
height: 71px;
background-repeat: no-repeat;
overflow: hidden;
}

#logo:hover
{
	background-position:-60px 0;
}

#navigation
{
	position:relative;
	top:10px;
	height:50px;
	width: 710px;
	padding:0;
	color:#FFF;
	float:right;
	right:0px;	
}
	#navigation a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;}
	
	#navigation li{
		list-style-image:url(../images/divider.png);
		float:left;
		margin:7px;
		list-style-type:armenian;		
	}
	
	#navigation a:hover{color:#F36;}
	
	
/*Slider*/	
#slideshow
{
	width:980px;
	height:210px;
	position:absolute;
	z-index: -1;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0.0;
	width:980px;
	height:210px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#left_bar
{
	background-image: url("../images/welcome-box-background.png");
	display: inline;
	float: left;
	height: 210px;
	width: 230px;
	position:relative;
	z-index: 2;
	font-size:11px;
	overflow: hidden;
}

/*Slider left - Text*/	
#left_bar span
{
    color: #E7ECF8;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
	overflow:hidden;
}

/*Slider Triangle*/
#HomePage_Image_Overlay{
	background-image:url(../images/image-overlay.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 2;
	float: left;
	height: 210px;
	left: 0;
	width: 65px;
	overflow:hidden;
}

#slider_bottom_bar{
	position: absolute;
	z-index:2;
	top:162px;
	left:544px;
	width:437px;
	height:45px;
	background-color:#404040;
	opacity:0.8;
	filter: alpha(opacity=50);
}

#complete_slider{
	position:relative;
	width:980px;
	height:210px;
	overflow:hidden;
	z-index:-1;
}


/*Main*/
#main
{
	padding-top:25PX;
	position:relative;
	width:980px;
	height:750px;
	background-color:white;
	overflow:hidden;
	font-size:12px;
}

#main_home{
	padding-top:35px;
	padding-bottom:35px;
	position:relative;
	width:980px;
	height:450px;
	background-color:white;
	overflow:hidden;
}




/*Divide main by 4*/
#column{
	position:relative;
	width:240px;
	float:left;
}


/*2 blocks within each 4 columns  */

#block
{
	overflow:hidden;
	height:215px;
	width:240px;
	overflow:hidden;
	border-bottom: 1px dotted #E7ECF8;
	border-right: 1px solid #E7ECF8;
	float:left;
}

#block:hover{
	background-color:#E7E7E7;
}

#block a
	{
	color: #007C92;
    text-decoration: none;	
}

/*So that hover effect wont affect*/
#block_clients
{
	overflow:hidden;
		height:215px;
	width:220px;
	padding-left:25px;
	border-bottom: 1px dotted #E7ECF8;
	border-right: 1px solid #E7ECF8;
	float:left;
}

#block_clients a
	{ color: #007C92;
    text-decoration: none;	
}

#block_clients a img
	{
		overflow:hiiden;
		height:170px;
	width:190px;}


/*location_block block */
#location_block
{	overflow:hidden;
background-repeat:no-repeat;
	background-image:url(../images/map.png);
		height:215px;
	width:239px;
	overflow:hidden;
	border-bottom: 1px dotted #E7ECF8;
	border-right: 1px solid #E7ECF8;
	border-left: 1px solid #E7ECF8;
	float:left;
}

#location_block:hover{	background-position: -240px 0; }

#location_block a
	{ color: #007C92;
    text-decoration: none;	
}

#content{
	float:left;
	height:225px; 
	width:220px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;

}

#content img{
	
	height:120px;
	width:180px;
	overflow:hidden;
}


#icon
{
	float:left;margin-top:12px;
	height:35px;
	background-image:url(../images/icon1.png);
	width:15%;
	overflow:hidden;
}


#block_nohover
{
	overflow:hidden;
		height:215px;
	width:240px;
	overflow:hidden;
	border-bottom: 1px dotted #E7ECF8;
	border-right: 1px solid #E7ECF8;
	float:left;
}

#block_nohover a
	{ color: #007C92;
    text-decoration: none;	
}




/*Footer*/
#footer
{
	position:relative;
	bottom:0px;
	width:100%;
	height:15px;
	background-image:url(../images/footer_bg.png);
	background-repeat: no-repeat;
	color:White;
	padding:10px;
	font-size:10px;
	overflow:hidden;
}

/**********************************************************/
