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

* {
margin: 0px;
padding: 0px;
}

body {
margin:0px; 
padding:0px;
background-color:#FFF;
background-image:url(../_img/logo.png);
background-repeat:no-repeat;
background-position:20px 25px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#999999;
}

.panel {
height:53px;
background-color:#FFFFFF;
border-top:1px solid #666;
background-repeat:no-repeat;
background-position:top left;
position:relative;
}

.panelOpen {
height:452px;
background-image:none;
}

.panelSpacer {   /*serves as button for panels*/
height:50px;
width:70%;
position:absolute;
top:0px;
}

#header {
width:100%;
height:451px;
background-image:url(../_img/bgHome.jpg);
background-repeat:no-repeat;
background-position:top right;
}

#headerIntroText {
font-size:28px;
line-height:1.8;
position:absolute;
top:150px;
left:250px;
width:600px;
color:#666;
}

.panelBtnText {
width: 178px;
height: 100%;
text-align:center;
position:absolute;
left:0px;
top:0px;
padding-top:10px;
color:#fff;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:16px;
background-color:#908C8D;	
}

/*panel styles*/

#about {
width:100%;
vertical-align:top;
}
#about a{
color:#8E6989;
font-size:11px;
text-decoration:none;
}
#about a:hover{
color:#000;
text-decoration:underline;
}
#btnAbout{
width:178px;
height:53px;
}
#aboutBG {
background-image:url(../_img/bgAbout.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;
}

#team {
width:100%;
vertical-align:top;
}
#team a{
color:#724A48;
font-size:11px;
text-decoration:none;
}
#team a:hover{
color:#000;
text-decoration:underline;
}
#btnTeam{	
width:178px;
height:53px;
}
#teamBG {
background-image:url(../_img/bgTeam.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;
}

#services {
width:100%;
vertical-align:top;
}
#services a{
color:#666C93;
font-size:11px;
text-decoration:none;
}
#services a:hover{
color:#000;
text-decoration:underline;
}
#btnServices{	
width:178px;
height:53px;
}
#servicesBG {
background-image:url(../_img/bgServices.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;
}

#products {
width:100%;
vertical-align:top;
}
#products a{
color:#729593;
font-size:11px;
text-decoration:none;
}
#products a:hover{
color:#000;
text-decoration:underline;
}
#btnProducts{	
width:178px;
height:53px;
}
#productsBG {
background-image:url(../_img/bgProducts.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;

}

#contact {
width:100%;
vertical-align:top;
}
#contact a{
color:#98976C;
font-size:11px;
text-decoration:none;
}
#contact a:hover{
color:#000;
text-decoration:underline;
}
#btnContact{	
width:178px;
height:53px;
}
#contactBG {
background-image:url(../_img/bgContact.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;
}

#extras {
width:100%;
vertical-align:top;
border-bottom:1px solid #666;
}
#extras a{
color:#8E6D67;
font-size:11px;
text-decoration:none;
}
#extras a:hover{
color:#000;
text-decoration:underline;
}
#btnExtras{	
width:178px;
height:53px;
}
#extrasBG {
background-image:url(../_img/bgExtras.jpg);
background-repeat:no-repeat;
background-position:top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:451px;
}

/*panel styles END*/

/*Slides*/

.navlevelIntro{
position:absolute;
width:250px;
left:0px;
top:90px;
}

.navlevel1 {
display:none;	
}
.navlevel1 ul {
list-style:none;
}
.navlevel1 li {
display:inline;
}

.navlevel2 ul {
list-style:none;
color:red;
}
.navlevel2 li {
display:inline;
font-size:18px;	
}



.largeText {
font-size:16px;
}

.smallText  {
 font-size:11px;
 }

.btn {
color: #fff;
background-color:#72d3d9;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:2px;
}

.panelContent {
display:none;
position:absolute;
float: left;
width:1000px;
position:absolute;
top:15px;	
margin-left:200px;
}

.loading {
display:none;
margin-top:25px;
}

.cell {
display:none;	
height:400px;
}

.cellText{
width:800px;
height:380px;
overflow:auto;
float:left;
padding-top:25px;
font-size:12px;
color:#333;
z-index:100;
}

.cellTextImage{
width:350px;
height:360px;
overflow:auto;
float:left;
padding-top:25px;
font-size:12px;
color:#333;
}

.cellImage{
float:left;
margin-left:50px;
}
.cell p {
line-height:1.5;
margin-bottom:15px;
}

.itemWrapper {
/*display:none;	
padding:10px;
background-color:#FFF;
font-size:12px;
color:#333;*/
}

.itemText p {
margin:0px;
padding:0px;
}

.itemText {
width:550px;
float:left;
}

.itemImage {
width:220px;
float:right;
}

.itemImage img{
width:220px;	
}

.item {
cursor:pointer;	
}

#closeThis {
position:absolute;
bottom:0px;
right:0px;
padding:5px;
}

#closeThis a{
font-size:11px;
color:#333;	
}

.showItemMenu {
margin-right:50px;	
}

strong {
font-size:13px;
font-family:Tahoma, Geneva, sans-serif;
}

/*BEGIN tooltip*/
/*a.tooltip {color:#333333;} 
a.tooltip:hover {background:#FFFFFF; text-decoration:none;} /*BG color is a must for IE6*/
/*a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:310px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #990000; color:#333333; padding:10px;}

/*END tooltip*/

