/* Add here all your CSS customizations */
.fn-logo-name
{
   display: block;
   text-align: left;
   font-family: "Myriad Pro",Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   font-size: 36px;
   text-decoration: none;
   padding: 0;
   margin: 0;
   color: #0A71BE !important;
}

.fn-logo-text
{
   display: block;
   text-align: left;
   font-family: "Open Sans";
   font-style: normal;
   font-weight: normal;
   font-size: 15pt;
   text-decoration: none;
   padding: 0;
   margin:0;
   margin-left: 130px;
   margin-top: -15px;
   margin-bottom: -10px;
   color: #111111 !important;
   white-space: nowrap;
   
}

/* New Website logo */
.New_Website
{
    position: absolute;
    left: 0px;
    top: 0px;
}

/* Front page */

div.home-intro div.caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

div.home-intro div.top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

div.home-intro div.main-label {
	color: #FFF;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.3;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

div.home-intro div.bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

div.home-intro div.caption a,
div.home-intro div.caption a:hover {
	color: #FFF;
}
/* Front page */
.span6 .text200
{
    left: 0px;
    width: 200px;
    float: left;
}

.LanuguageFlag
{
    position: absolute;
    padding-top: 10px;
    float:left;
}

/* Translator */
.Translator
{
    position: absolute;
    right: 20px;
    top: 10px;
    
}

.optionName
{
    color: #CCC;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 4em;
    height:25px;
}
.optionPrice {
	color: #777;
	font:  20px Georgia, Serif;
	line-height: 2em;
}

.UrlBlock {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}