/* CSS Document */
/****************************************
|
| Authors:	Nick Cobb 
| Copyright 2009 Lightmaker.com

|/*nested font size calculation: child pixels / parent pixels = child ems */
/* ie6 */ /* atribute also set in ie6.css
****************************************/

html{
	min-height:100%;height:auto;
}

body {
	min-height:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10px*/
	margin:0px;
	padding:0px;
	color:#003366;
	background:url(../../images/layout/background.gif) #fff;
}



.territory h1{}

table, td, img, div {
	border-collapse: collapse;
	margin: 0px;
}

p {
	margin-top:1em;
}

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

textarea{font-family: Arial, Helvetica, sans-serif;}


.outline{
	font-size:1.1em;
	min-width:994px;
	margin:auto;
	padding:0;
}

/** territory selector */
.territory{background:#000000;color:#666666;}

.territory .wrapper{width:990px;margin:auto;}
.territory_ident{display:block;width:846px;height:562px;margin:50px auto;background:url(../../images/layout/territory/spore_territory.jpg) no-repeat;}
.territory h1 span{visibility:hidden;}
.territory ul{list-style-type:none;color:#fff;padding:0 0 0 0;}
ul.tselect_first{margin:330px 0 0 136px;width:650px;text-align:center;}
ul.tselect_second{margin:10px auto;width:650px;text-align:center;}
ul.tselect_first li,ul.tselect_second li{float:left;display:block;width:65px;height:65px;text-align:center;padding:0 0 0 0;margin:0 7px 0 0;}
ul.tselect_first li a ,ul.tselect_second li a {display:block;width:65px;height:21px;text-align:center;padding:44px 0 0 0;color:#fff;text-decoration:none;}

.tselect_first li.en{background:url(../../images/layout/territory/flag_en.gif) no-repeat top center;}
.tselect_first li.it{background:url(../../images/layout/territory/flag_it.gif) no-repeat top center;}
.tselect_first li.dk{background:url(../../images/layout/territory/flag_dk.gif) no-repeat top center;}
.tselect_first li.fi{background:url(../../images/layout/territory/flag_fi.gif) no-repeat top center;}
.tselect_first li.no{background:url(../../images/layout/territory/flag_no.gif) no-repeat top center;}
.tselect_first li.se{background:url(../../images/layout/territory/flag_se.gif) no-repeat top center;}
.tselect_first li.ru{background:url(../../images/layout/territory/flag_ru.gif) no-repeat top center;}
.tselect_first li.hu{background:url(../../images/layout/territory/flag_hu.gif) no-repeat top center;}

.tselect_second li.pl{background:url(../../images/layout/territory/flag_pl.gif) no-repeat top center;}
.tselect_second li.es{background:url(../../images/layout/territory/flag_es.gif) no-repeat top center;}
.tselect_second li.nl{background:url(../../images/layout/territory/flag_nl.gif) no-repeat top center;}
.tselect_second li.cz{background:url(../../images/layout/territory/flag_cz.gif) no-repeat top center;}
.tselect_second li.fr{background:url(../../images/layout/territory/flag_fr.gif) no-repeat top center;}
.tselect_second li.de{background:url(../../images/layout/territory/flag_de.gif) no-repeat top center;}
.tselect_second li.br{background:url(../../images/layout/territory/flag_br.gif) no-repeat top center;}
.tselect_second li.be_nl{background:url(../../images/layout/territory/flag_be.gif) no-repeat top center;}
.tselect_second li.be_fr{background:url(../../images/layout/territory/flag_be.gif) no-repeat top center;}

.copy,.credit{text-align:center;}
.credit a{color:#666;text-decoration:none;}
.credit a:hover{text-decoration:underline;}
a.nllink{color:#CCCCCC;text-decoration:none;}
a.nllink:hover{text-decoration:underline;}

.legallinks {width:320px;margin:auto;}
.legallinks ul{list-style-type:none; margin:5px 0 15px 0;padding:0;}
.legallinks ul li{display:inline;padding:0 6px 0 6px;border-right:1px solid #666; color:#666;line-height:.8em;}
.legallinks ul li.last{border:0px;}
.legallinks ul li a{ color:#666;text-decoration:none;}
.legallinks ul li a:hover{text-decoration:underline;}


/** global links **/
a{color:#003366;}
a:hover{}

