@charset "utf-8";
body  {
	font: 100% Arial;
	background: #fff url(images/page_bg.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	
}

body#home #home_tab a,
body#team #team_tab a,
body#adventure #adventure_tab a,
body#micro #micro_tab a,
body#brand #brand_tab a{
	color: #fff;
	background: #ff9900 url(images/tab_left_hover.jpg) left top no-repeat;
	padding-left: 10px
	}
	
body#home #home_tab a span,
body#team #team_tab a span,
body#adventure #adventure_tab a span,
body#micro #micro_tab span,
body#brand #brand_tab a span{
	background: url(images/tab_right_hover.jpg) right top no-repeat;
	padding-right: 10px;
	}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000;*/
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding:0;
	background:#fff;
	border-right:1px solid #d1d8c8;
	border-left:1px solid #d1d8c8;
}

#topmenu{
padding:0;
margin:5px auto 5px auto;
width: 780px;
list-style-type:none;
text-align:right;
}

#topmenu ul{

}

#topmenu li{
display:inline;
list-style-type:none;
}

#topmenu a{
line-height:15px;
font-weight:bold;
margin:5px;
font-size:11px;
text-decoration:none;
color:#b76300;
}
#topmenu a:hover{
color:#d8861f;
}

#homepage{
width:770px;
margin:10px 5px;
font-size:12px;
color:#727272;
}

#homepage div{
float:left;
width:185px;
margin-right:10px;
border-bottom:1px solid #e1e1e1;
margin-bottom:10px;
}
#homepage div.right{
margin-right:0;
}
#homepage h3{
	font-size:14px;
	padding-right:8px;
	background:#c9d787 url(images/home_right_bdr.jpg) right top no-repeat;
	padding-top:3px;
	padding-bottom:3px;
	margin:0;
}
#homepage h3 span{
	background:url(images/home_left_bdr.jpg) left top no-repeat;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
}
#homepage p{
font-size:11px;
line-height:1.5em;
color:#666;
letter-spacing:0.2px;
padding:4px;
border-left:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
text-align:justify;
margin:0;
}


/*
#homepage th{
border-bottom:1px solid #333;
width:24%;
background:#CCCCCC;
font-size:12px;
font-weight:bold;
color: #000;
padding-right:10px;
text-decoration: none;

border-right:1px solid #333;
background: url(images/tab_right.jpg) right top no-repeat;
}



#homepage th span{
	background:  #fff url(images/tab_left.jpg) left top no-repeat;
	
	padding-left:10px;
	padding-bottom:2px;
	}

*/
#homepage td{
border-right:1px solid #e1e1e1;
font-size:11px;
color:#666;
padding:4px;
vertical-align:top;
text-align:left;
}
td.myright{
border:none;
}
#homepage a{
color:#6d980b;
font-weight:bold;
}

#homepage a:hover{
color:#666;
}

#header {
	text-align:left;
	width:782px;
	background:#fff6d5 url(images/header_left.jpg) repeat-x top;
	margin:10px auto 0 auto;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 
#header .right_curve{
padding:0;
	float:right;
	}
#header a{
padding:0;
	border:none;
	}
#header img{
padding:0;
	border:none;
	}

#navigation{
    margin:-4px 0 0 0;
    padding:20px 0 0 0;
    border-bottom:1px solid #d2d9c9;
    background:url(images/nav_bg.jpg) repeat-x;
    height:20px;
    }

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0
	}

#navigation li{
	float: left;
	margin-left:8px;
	list-style: none;
	font-size:11px;
	font-weight:bold;
	}
#navigation a{
	color: #ff844b;
	background:  #fff url(images/tab_left.jpg) left top no-repeat;
	text-decoration: none;
	padding-left:10px;
	
	}

#navigation a span{
	background: url(images/tab_right.jpg) right top no-repeat;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:2px;
	}

#navigation a, #navigation a span{
	display: block;
	float: left
	}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span{
	float: none
	}
/* End hide */

#navigation a:hover{
	color: #fff;
	background: #ff9900 url(images/tab_left_hover.jpg) left top no-repeat;
	padding-left: 10px
	}

#navigation a:hover span{
	background: url(images/tab_right_hover.jpg) right top no-repeat;
	padding-right: 10px;
	}
	
.twoColFixRtHdr #sidebar1 {
font: Arial, Verdana, sans-serif;
	float: right; 
	width: 270px; 
	background: #fff; 
	padding:5px 0 0 0;
	margin:0;
	
}


#newcontent{
	overflow:auto;
	height:365px;
	padding:0;
	margin:0;
	background:url(images/new_bg.jpg) left top no-repeat ;
	width: 100%; 
	}

#newcontent3{
	overflow:auto;
	height:800px;
	padding:0;
	margin:0;
	background:url(images/new_bg.jpg) left top no-repeat ;
	width: 100%; 
	}
	
#newcontent2{
	overflow:auto;
	height:365px;
	padding:0;
	margin:0;
	background:url(images/new_bg.jpg) left top no-repeat ;
	width: 100%; 
	}

#sidebar1 h3{
	margin:0 0 0 3px;
	padding:5px 0 5px 18px;
	font-size: 14px;
	font-weight:bold;
	color:#333;
	background:url(images/concept_tiele.jpg) 2px top repeat-x;
	border-left:solid 1px #eeeef0;
	border-top:solid 1px #eeeef0;
	}
#newcontent ul{
	display:block;
	list-style-type:none;
	margin:2px 4px;
	padding:0;
	}

#newcontent li{
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	
	}

#newcontent a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0 8px 15px;
	background:url(images/news_li_bg.jpg) repeat-x;
	}
#newcontent a span{
	color:#666666;
	background:url(images/news_arrow.jpg) no-repeat center left;
	padding-left:15px;
	}

#newcontent a, #newcontent a span{
	display: block;
	}

#newcontent a:hover{
	color: #f7e3c3;
	background:url(images/news_li_bg_over.jpg) repeat-x;
	}

#newcontent a:hover span{
	background:url(images/news_arrow_over.jpg) no-repeat center left;
	color: #b96200;
	}

#newcontent h4{
	display:block;
	font-size:85%;
	padding:5px 0 5px 20px;
	color:#676;
	margin:0;
	background:url(images/news.jpg) no-repeat 2px 7px;
	}

#newcontent p{
	font-size: 70%;
	line-height:1.2em;
	color:#666;
	padding:0px 0 10px 0;
	border-bottom:1px dotted #333;
	margin:0px 0 10px 0;
	}
	

#mynews{
	overflow:auto;
	height:250px;
	padding:0;
	margin:0;
	background:url(images/new_bg.jpg) left top no-repeat ;
	}


#mynews h4{
	display:block;
	font-size:75%;
	padding:5px 0 5px 30px;
	color:#676;
	margin:0 10px;
	background:url(images/news.jpg) no-repeat 12px 7px;
	
	}
	
#mynews p{
	font-size: 70%;
	line-height:1.2em;
	color:#666;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #333;
	margin:0 20px;
	}
	
#mynews a{
color:#6d980b;
}

#mynews a:hover{
color:#666;
}



div.events dl{
border:1px solid #d9d9d9;
padding:5px;
width:208px;
background:#fff;
margin:10px 0 0 15px;
}

div.events{
	overflow:auto;
	height:370px;
	padding:0;
	margin:0;
	background:url(images/new_bg.jpg) left top no-repeat ;
	}

div.events dt,
div.events dd{
color:#4f4f4f;
font-size:10px;
margin:2px 0 0 0;
}

div.events dl img{
display:block;
border:1px solid #000;
}

#calltoaction{
	padding:0;
	margin:30px 0 0 0;
	}
	
#calltoaction ul{
	display:block;
	list-style-type:none;
	margin:2px 4px;
	padding:0;
	}

#calltoaction li{
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	
	padding:10px 0 10px 15px;
	background:url(images/cta_li_bg.jpg) no-repeat;
	}

#calltoaction a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	color:#b96100;
	}


#calltoaction a:hover{
	color: #666;

	}

#calltoaction a.ref{
	background:url(images/references.jpg) left center no-repeat;
	padding-left:25px;
}


#calltoaction a.cf{
	background:url(images/concept.jpg) left center no-repeat;
	padding-left:25px;
}
#calltoaction a.contact{
	background:url(images/emailus.jpg) left center no-repeat;
	padding-left:25px;
}
#tagcloud{
	
	padding:0px 15px;
	margin:0;
	}

/*
#mainContent {
	margin: 0 280px 0 0; 
	_margin: 0 270px 0 0; 
	padding: 0 10px; 
	background: #fff;
}
*/
#mainContent {
	width: 484px ; 
	_width: 474px ; 
	padding: 4px 8px; 
	background: #fff;
}


#mainContent h1{
padding:10px 0 10px 5px;
margin:0;
font-size: 22px;
font-weight:bold;
color:#ff844b;
}
#mainContent center {
margin-bottom:5px;
}
#mainContent img{
padding:0;
margin:0;
}

#mainContent p{
font-size:11px;
line-height:1.5em;
color:#666;
letter-spacing:0.2px;
margin:0;
}

#mainRef ul li{
background:transparent url(images/puce.png) 2px .4em no-repeat;
padding-left:15px;
list-style-type:none;
font-size:11px;
line-height:1.5em;
text-align: justify;
margin-bottom: 5px;
color:#666;
}

#mainContent2 ul li{
background:transparent url(images/puce.png) 2px .4em no-repeat;
padding-left:15px;
list-style-type:none;
font-size:11px;
line-height:1.5em;
text-align: justify;
margin-bottom: 5px;
color:#666;
}

#mainContent a{
font-weight:bold;
text-decoration:none;
color:#679900;
}
#mainContent a:hover{
color:#b87b29;
}

#concepts {
margin:0;
padding:0;
}

#concepts img{
float:right;
margin:2px;
padding:0;
border:1px solid #666;
border-right:1px solid #333;
border-bottom:1px solid #333;
}

#concepts object{
float:right;
margin:2px;
padding:0;
border:1px solid #666;
border-right:1px solid #333;
border-bottom:1px solid #333;
}

#concepts table{
width:55%;
margin:0;
}
#concepts td{
font-size:11px;
border-bottom:1px solid #ccc;
padding:4px;
color:#667766;
}

#concepts p{
margin:5px 0;
padding:0;
}

#concepts img{
float:right;
margin:2px;
padding:0;
border:1px solid #666;
border-right:1px solid #333;
border-bottom:1px solid #333;
}

#references{
width:480px;
margin:0;
}

#references th{
font-size:18px;
padding:6px;
color:#a9a194;
font-weight:bold;
text-align:left;
}

#references td{
padding:4px;
vertical-align:top;
text-align:left;
}

#references td p{
color:#667766;
font-size:12px;
line-height:18px;
margin-bottom:10px;
}

#references td.left{
background:url(images/new_bg.jpg) right top no-repeat ;
width:168px;

text-align:center;

}
#references td.right{
width:286px;
text-align: justify;
}

#references dl{
border:1px solid #d9d9d9;
padding:4px;
width:148px;
background:#fff;

}


#references dt,
#references dd{
color:#4f4f4f;
font-size:11px;
margin:2px 0 0 0;
}

#references dl img{
display:block;
border:1px solid #000;
}

#references td a{
color:#41a26a;
font-weight:bold;
font-size:12px;
}
.twoColFixRtHdr #footer { 
	padding:0 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer_bg.jpg) repeat-x;
	text-align:center;
	font-size:80%;
	color:#fff;
	width:782px;
	margin:0 auto;
}
footer p{
display:block;
float:left;
padding:0;
margin:0;
background:url(images/footer_left.jpg) no-repeat left;
}
.right{
float:right;

}
.left{
float:left;
}
#footer ul{
padding:4px 0;
margin:0;
}

#footer li {
display:inline;
list-style-type:none;
}

#footer a{
font-size:85%;
line-height:15px;
font-weight:bold;

text-decoration:none;
color:#fff;
}

#footer a:hover{

color:#333;
}
.twoColFixRtHdr #footer b {
font-size:80%;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
display:block;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
			content:".";
			display:block;
			visibility:hidden;
			clear:both;
			line-height:0;
			height:0;
			}
			
			*html .clearfix {
			height:1%
			}	
			
			
#contact_info table{
width:99%;
background-color:#fff;
border:1px solid #ccc;
border-bottom:2px solid #ccc;
border-bottom:1px solid #ccc;
}

#contact_info th{
font-size:12px;
color:#757d75;
padding:4px;
background-color:#e9efd5;
text-align:left;
}
#contact_info input select{
vertical-align:center;
}
#contact_info td{
font-size:11px;
border-bottom:1px solid #ccc;
padding:4px;
color:#667766;
}

#newcontent p.address{
    font-size:11px;
    color:#666;
    padding:0px 0 10px 22px;
    margin:0px 10px 10px 0;
    border:none;
    }





dl.jobs {
	list-style: none;
	margin:0 0 0 3px;
	padding:20px 20px;
	font-size:11px;
	border-bottom:1px solid #d2d9c9;
	
	text-align:left;
	}

dl.jobs dt{
	font-weight:bold;
	background:url(images/puce.png) center left no-repeat;
	padding-left:15px;
	
	}
dl.jobs dd{
padding-left:15px;
padding-top:5px;
margin: 0;
color:#666;
text-align:justify;
	}



#newcontent p.address a{
    font-size:11px;
    color:#666;
    padding:0px 0 10px 2px;
    background:none;
    display:inline;
    color:#56aa56;
    }

#newcontent p.address a:hover{
color:#333;
}
