/*Body*/
body
{
	margin: 0;
/*  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;  	
  	font-size: 14px;
  	line-height: 20px;
  	color: black;
  	background-color: white;	
	background-image:none;
}

.nav_bar {
	height: 125px;
}

.container {
	width: 500px;	
	height: 200px;
	margin: 10px 0 40px 200px;
}
	
.logo_topleft {
	width: 250px;	
	margin-left: -140px;
	margin-bottom: 60px;
	float: left;
}	

.horizontal {
	color: black;	
	font-weight: bold;	
	display: inline;
	padding: 9px 2px 2px;
  	border: 2px solid black;
  	border-style: none;
  	margin: 10px 15px 10px;
}

.horizontal_active {
	font-weight: bold;	
	font-style: normal;
	color: black;
	display: inline;
	padding: 9px 2px 2px;
  	border: 2px solid black;
  	border-style: none none solid none;
  	margin: 10px 15px 10px;
}

#nav_top a {
	font-style: normal;
	text-decoration: none;	
}

#nav_top a > li:hover {
	color: black;  	
  	border-style: none none solid none;
}

.nav_bar ul {
  margin-top: 75px;
  display: inline-block;
}

.banner { 
	width: 100%;	
	height: 90px;
	margin: 10px 0 40px;	
	/*background-color: #de9d34;} old color */
	background-color: #FFC000;}

h1 {
  	margin-bottom: 10px;
  	line-height: 100px;
	font: "Lucida Sans Unicode";  
  	font-size: 32px;
  	color: #FDFDFD;
}

.menu_home {
	width: 100%;	
	height: auto;
}

.menu_home ul {
	list-style-type: none;
	padding: 0;
	/*margin-right: 50px;*/		
}

.menu_home .container {
	width: 130px;
	margin: 1px 1px 1px 65px;
	display: inline-block;	
	position: relative; top: -300px;
}

.menu_left {
	/*display: inline-block;*/
}

#menu_left a {
	font-style: normal;
	text-decoration: none;	
}

#menu_left a > li:hover {
	color: black;  	
  	border-style: none none solid none;
}

.vertical {
	color: black;	
	display: inline;	
	padding: 9px 2px 2px;
  	border: 1px solid black;
  	border-style: none;
  	margin: 10px 0 10px 0;
}

.vertical_active {
	color: black;	
	display: inline;	
	font-style: normal;
	padding: 9px 2px 2px;
  	border: 1px solid black;
  	border-style: none none solid none;
  	margin: 10px 0 10px 0;
}

#content {
	width: 750px;
	display: inline-block;	
}

.content_about {
	display: inline;
	position: relative; top: -50px;
}

#team_list {
	width: 750px;
	display: inline-block;	
}

.content_team {
	display: inline;
	position: relative; top: -50px;
}

#contact_list {
	width: 750px;
	display: inline-block;	
}

.content_contact {
	display: inline;
	position: relative; top: -50px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	color: darkblue;
	background-color: white;
}
	
p
{
	margin-top: 2px;
} 

.shop_item {
	font-size: 12px;	
	width: 540px;
	padding-right: 50px;
	display: inline-block;	
}

.shop_button {
	font-size: 12px;	
	width: 150px;
	position: relative; top: -20px;
	display: inline-block;	
}


		.tooltip {
			/*border-bottom: 1px solid #000000; outline: none;*/
			color: #000000;			
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			/*font-family: Calibri, Tahoma, Geneva, sans-serif;*/
			color: #000000;			
			position: absolute; left: -10em; top: -30em; z-index: 99;
			margin-left: 0; width: 550px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
/*			font-family: Candara, Tahoma, Geneva, sans-serif; */
			font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFFF; border: 1px solid #000000; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
		
.tab { margin-left: 80px; }

/*Hyperlink*/
a
{
	color: #0000ff;
   text-decoration: underline;
}  
a:link
{  
   color: black;
}  
a:hover
{  
	color: #0000ff;
}
a:active
{  
	color: red;
}



/*Image*/ 
div.img
{
	margin:1px;
	border:2px solid #000000;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
}
div.img img
{
	display:inline;
	margin:3px;
}
div.img a:hover img
{
	border:1px solid #0000ff;
}
div.desc
{
	text-align:center;
	font-family: Arial;  
   font-size: 12px;  
	font-weight:normal;
	margin:2px;
}

label {    
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
}
input {
  display: inline-block;
  float: left;
}
