@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
	padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
}
abbr,acronym { border:0; 
}


/******************************/
body {
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:normal;
}

a {
	color:#44b749;
	text-decoration:underline;
}

a:hover {text-decoration:none;
}

h1 {	
	font-size:20px;
	padding-bottom:10px;
}

h2 {
	font-size:20px;
	padding-bottom:10px;
}

strong {font-weight:bold;}

#header_wrapper{
	width:100%;
	height:100px;
	overflow:hidden;
	/*background-color:#f5f5eb;*/
}

#block {
	background:#F5F5EB ;
	background-position: center top;
	/*background-position:1px 150px;*/
	width:100%;
	height:80px;
	position:relative;
	top:0%;
	left:50%;
	margin-left:-260px;
	overflow:hidden;
}

#header{
	width:940px;/* - padding */
	margin:0 auto;
	height:80px;
	padding:0px 0px 0px 20px;
	margin-top:-80px;
  	position:relative;
}

#logo{
/*	margin:20px 0px 0px 0px;    */
	
	height:100px;
	width:200px;
	/*padding-right:5px;    */
	float:left;
	background:url(img/header_bg.gif) right top no-repeat;
}

#logo a {display:block; margin:20px  60px 0px 0px;}
#logo img {border:0;}

#lang {
	float:left;
	height:20px;
	width:640px;
	padding:0px 100px 0px 0px;
}

#lang a {
	display:block;
	color:#acacac;
	font-size:9px;
	float:right;
	padding:3px 5px 0px 5px;
	margin-left:10px;
}

#lang a:hover, #lang a.active {
	display:block;
	color:#fff;
	background-color:#acacac;
	text-decoration:none;
}

#lang a:hover {text-decoration:underline;}

#menu {
	height:50px;
	width:500px;
	float:left;
}

#contact {
	float:left;
	height:40px;
	width:230px;
	padding:15px 0 0 0;
	color:#acacac;
	text-align:right;
}

.code {font-size:16px;  }
.number {font-size:30px;}


#wrapper{
	width:960px;
	margin:30px auto;
	/*clear:both;*/
}

#left {
	float:left;
	width:220px;
}

#left ul {list-style:none;}
#left li {padding-bottom:5px;}
#left li.active a {color:#ec088e;}

#right {
	float:left;
	width:740px;
}

#right p {
  line-height:15px;
  padding:5px 0 5px 0;
}

#right ul {
  border-left:4px solid #DEDCD6;
  margin:10px 0px 10px 5px;
  padding:5px 0;
}

#right ul li {
  background:transparent url(img/ul.gif) no-repeat scroll 0 9px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:5px;
  padding-left:15px;
}

.portfolio {
	padding:12px;
	height:216px;
	width:222px;
	display:inline-block;
	vertical-align:top;
	float:left;
}

.portfolio img {border:0;}
.title {text-align:center; padding-top:5px;}

#prior, #next{
	float:left;
	width:22px;
	margin-top:312px;
	height:100%;
display:table;
vertical-align:middle;

/*
top: 312px !important;
width:22px;
height:44px;
position:fixed;*/
}


#content {
	float:left;
	width:876px;
	padding:0 20px 0 20px;
}

#footer{
	width:100%;
	float:left;
	border-top-color:#d7d7d7;
	border-top-style:solid;
	border-top-width:3px;
	margin-top:30px;
}

#copyright {
	padding:20px 0 0 20px;;
}



/******************8  LavaLamp ****************/
.lavaLampWithImage {
	height:50px;
	width:480px;
	float:left;
    position: relative;
    padding: 0 15px 0 15px;
    margin: 5px 0;
    overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
    list-style: none;
}

.lavaLampWithImage li.back {
	background: url("img/lava.gif") no-repeat right -30px;
    width: 10px; height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left {
    background: url("img/lava.gif") no-repeat top left;
	height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	/*font: bold 14px arial;*/
	font-size:16px;
    text-decoration: underline;
    color:#000;
    outline: none;
    text-align: center;
    top: 4px;
    /*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 15px;    
}

.lavaLampWithImage li.current a {
	border: none;
	color:#000;
	text-decoration:none;

}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;	
}

.B_homeCrumb, .B_crumb, .B_crumbBox {
	font-size:12px;
	color:#999;
	
}

.B_crumbBox {width:100%; display:block; padding-bottom:15px;}