﻿body
{
	/*background:#ff0000 !important;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.2em;
    padding: 0;
    margin: 0;	 
}

a 
{
    text-decoration: none;
}

img 
{
    border: 0;
}

ul 
{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

p 
{
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 
{
    color: #008285;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

h3 
{
    color: #008285;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#wrapper 
{
    margin: 0;
    padding: 0;
    width: 475px;
}


/* HOME PAGE STYLES */

#header 
{
    height: 150px;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #000;
    position: relative;
    top: 155px;
}

#header ul#mainMenu a
{
    color: #828285;
    font-weight: bold;
}

#header ul#mainMenu a:hover
{
    color: #008285;
}

#bannerWrapper 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 475px;
    height: 158px;
    background: url(../img/mobile_home_banner.jpg) 0 0 no-repeat;
}

.bannerTextsV2 
{
    color: #FFF;
    width: 210px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 60px;
}

.bannerTextsV2 p 
{
    font-size: 11px;
    line-height: 1.1em;
}

.bannerTextsV2 .heading 
{
    color: #369299;
    font-weight: bold;
    font-size: 12px;
}

.bannerTextsV2 a#homepage_banner_lnkMore 
{
    /*padding: 0 0 0 20px;*/
    position: absolute;
    left: 20px;
    bottom: 2px;
    font-size: 12px;
    color: #369299;
}

.bannerTextsV2 a#homepage_banner_lnkMore:hover 
{
    color: #FFF;
}

.language 
{
    position: absolute;
    top: -155px;
    right: 10px;
    z-index: 10;
}

.language a 
{
    color: #FFF;
    font-size: 10px;
}

.language span{margin-left:3px;}
img.flag {padding-left: 3px; margin-bottom: -3px;}
.language .arrow{top:2px;position:relative;}

/* TEMP HIDE BANNER AND US LINK */

img#header_imgLogo 
{
    display: none;
}

/* End TEMP HIDE */

#relatLoom 
{
    padding: 0 0 0 10px;
    position: relative;
    top: 155px;
}

.box_1, .box_2, .box_3, .box_4, #homeBox5 
{
    margin: 10px 0 10px 0;
}

.box_1 img, .box_2 img, .box_3 img, .box_4 img 
{
    display: none;
}

.chevronLinkHome2{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 10px;
	background: transparent url(../img/chevronIcn6x5.gif) no-repeat center left;
	color: #6e6e64;
	font-weight:bold;
	font-size: 11px;
}

a.chevronLinkHome2:hover{
	color: #008285;
}

.chevronLink2{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 10px;
	background: transparent url(../img/chevronIcn6x5.gif) no-repeat center left;
	color: #6e6e64;
	font-weight:bold;
	font-size: 11px;
}

a.chevronLink2:hover{
	color: #008285;
}

a.hiddenHomelink 
{
    display: none;
}

div#homeFooter 
{
    border-top: 1px solid #000;
    margin: 0 0 10px 10px;
    position: relative;
    top: 155px;
}

div#homeFooter p
{
    font-size: 10px;
    color: #8c8c8c;
}

div#homeFooter ul li , div#homeFooter #footer ul li {
	display: inline;
	padding: 0 3px 0px 0px;
	font-size: 10px;
	margin-right: 4px;
	background: transparent url(../img/homeFooterMenuSeparator.gif) no-repeat center right;
	
}
div#homeFooter ul li.lastItem, div#homeFooter #footer ul li.lastItem {
	padding-right: 0;
	background: none;
}
div#homeFooter ul li a, div#homeFooter #footer ul li a{
	color: #8c8c8c;
	font-size: 10px;
}
div#homeFooter ul li a:hover , div#homeFooter #footer ul li a:hover {
	color: #008285;
}

div#homeFooter #awards 
{
    background: #FFF;
    width: 200px;
    height: 68px;
    margin: 1px;
}

/*
#header #mainMenu li a
{
	color:#FF0000;
}

p
{
	color:#ff0000 !important;
}*/