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

    @font-face {
      font-family: Quicksand;
       src: url('/shared/fonts/Quicksand/Quicksand_Light.otf'); 
	   /*src: url('../fonts/Code/CODE_Light.otf');*/
    }
	
    .header {
      font-family: Quicksand, Verdana;
      font-size:34px;
	  letter-spacing:0px;
	  color: #674693;
	  margin-top: 30px;
	  float:left;
	  width:300px;
	  *padding-bottom:50px;
    }
	
	
	
	#contactWrapper{
		width:845px;
		margin:0 37px 30px 37px;
		position:relative;
		/*border:red thin solid;*/
	}
	
	.shown{
		visibility:visible;
		position:relative;
		display:block;	
		height:377px;
		border-right:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background-image:url(/shared/images/contact-us-background-gradient.gif);
		background-repeat:repeat-x;
		background-position:left bottom;
		min-height:375px;
		margin-left:-1px;
		width:843px;
	}
	
	#mainNav{
		display:inline;	
	}
	
	.navTab{
		background-image:url(/shared/images/nav-grey-gradient.gif);
		background-repeat:repeat-x;
		border:1px #CCCCCC solid;
		float:left;
		padding: 12px 0 9px 0;
		height:14px;
		font-size:10px;
		font-weight:bold;
		cursor:pointer;
		margin-left:-1px;
		position:relative;
		z-index:10;
		color:#343434;
		text-align:center;
	}
	
	#United_States
	{
		width:124px;	
	}
	
	#Australia
	{
		width:98px;	
	}
	
	#France
	{
		width:86px;	
	}
	
	#Deutschland
	{
		width:118px;	
	}
	
	#Ireland
	{
		width:89px;	
	}
	
	#日_本
	{
		width:71px;	
	}
	
	#Nederland
	{
		width:106px;	
	}
	
	#España
	{
		width:88px;	
	}
	
	#Sverige
	{
		width:80px;	
	}
	
	#UK
	{
		width:55px;	
	}
	
	
	.selected{
		font-weight:bold;
		border:#467b0e 1px solid;
		background-color:#e4f5ab;
		position:relative;
		z-index:20;
		color:#000000;
		background-image:url(/shared/images/nav-green-gradient.gif);
		background-repeat:repeat-x;
	}

	.hidden{
		position:relative;
		display:none;
		visibility:hidden;
	}
	#navArrow{
		background-image:url(/shared/images/nav-arrow-green.gif);
		width:18px;
		height:11px;
		position:absolute;
		z-index:25;
		left:-2000px;
		top:-2000px;
	}
	.infoDiv{
		margin-left:35px;
		margin-top:40px;
		width:230px;
		float:left;
	}
	.divider{
		float:left;
		background-image:url(/shared/images/contact-us-divider.gif);
		width:1px;
		height:375px;
	}
	.titleHeader{
		font-size:14px;
		padding-top:90px;
		margin-top:90px;
		color:#628d26;
	}
	.contactWrapper a:link, .contactWrapper a:visited, .contactWrapper a:hover, .contactWrapper a:active {
		font-weight:bold;
		color:#6a4794;
	}
	.infoDiv a:link, .infoDiv a:visited, .infoDiv a:hover, .infoDiv a:active {
		font-weight:bold;
		color:#6a4794;
	}
	p{
		margin-bottom:15px;	
	}
	.contactSection{
		margin-top:30px;	
	}
	.headerDiv{
		width:230px;
		margin-top: 30px;
		margin-bottom: 20px;
		float:left;
	}
