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

/* --- Global --- */
A {
	color: #4699D6;
	font-style: italic;
	outline: none;
}

A:hover {
	color: #064679;
}

IMG {
	border: 0;	
}


A IMG {
	display: block;	
}

FORM {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;	
}

.clear {
	clear: both; /* required for IE7 compatibility */	
}


/* --- Main Layout --- */
BODY {
	margin: 0;
	background: #CCCCCC;
	
	font-family:  Helvetica, Arial;
}

#shadow {
	width: 958px;
	margin: 0px auto;
	padding: 0px 11px;
	background: url(../images/shadow_bkg.png) repeat-y;
}

#shadowBottom {
	width: 980px;
	height: 11px;
	margin: 0px auto;
	background: url(../images/shadowBottom_bkg.png) repeat-y;
}

#page {
	background: white;	
	position: relative;
	min-height: 760px;
	padding-bottom: 50px;
}

#sidebar {
	width: 180px;
	float: left;
	margin: 3px 50px;
	
	font-size: 11px;
}

#main {
	margin-left: 280px;
	position: relative;
}

/* --- Visual & Menu --- */
#visual1 {
	height: 100px;
	background: url(../images/visual1_bkg.jpg) no-repeat;
}

#visual2 {
	padding-top: 62px;
	background: url(../images/visual2_bkg.jpg) no-repeat;
}

#languagePicker {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 160px;
	font-size: 11px;
}

#languagePicker SELECT {
	font-size: 11px;	
}

#menu {
	margin-left: 158px;
	margin-bottom: 30px;
	background: url(../images/menu_bkg.gif) repeat-x 0px 36px;
}

@media all and (min-width: 0px) { /* Opera fix */
	#menu {
		height: 74px;
		margin-bottom: 0;
	}
} 

#menu A.menuItem,
#menu A.menuItem_selected {
	float: left;
	padding-bottom: 14px;
	cursor: pointer; /* Opera fix */
}

#menu A.menuItem:hover {
	background: url(../images/menuItem_rollover_bkg.gif) repeat-x bottom;
}

#menu A.menuItem_selected {
	background: url(../images/menuItem_selected_bkg.gif) repeat-x bottom;
	cursor: default;
}

/* --- Sidebar --- */
#sidebar .paragraph {
	text-align: justify;
	margin-bottom: 8px;
}

/* --- Main Content --- */


/* --- Who & How --- */

#main {
}

#main .mediumNumber {
	float: left;
	width: 42px;
	height: 46px;
	
	padding-top: 12px;
	padding-left: 24px;
/*	margin-left: 8px; */ /* IE7 fix */
	background: url(../images/mediumNumber_bkg.png) no-repeat right;
}

#main .headline {
	margin-left: 100px;
	padding-top: 16px;
	padding-bottom: 20px;

	color: #003366;
	font-size: 26px;
	font-weight: bold;
}

#main .headline .search {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
}

#main .text {
	padding: 0px 50px 0px 100px;
	font-size: 13px;
	line-height: 17px;
	background: url(../images/dottedLine_vertical.gif) repeat-y 36px;
}

#main .text .paragraph {
	margin-bottom: 8px;
}

#main .text .paragraph IMG {
	vertical-align: middle;
}


#main .text .form {
	margin-bottom: 8px;
	padding: 12px;
	padding-bottom: 2px;
	
	border: solid 1px #CFE4F4;
	background: #E3F2FD;
}

#main .text .form .formItem {
	width: 376px;
	margin: 0px auto;
	margin-bottom: 8px;;
}

#main .text .form .formItem_fix {
	margin-bottom: 8px;
	margin-left: 66px;
}

#main .text .form .formItem_fix .eu { /* IE7 fix */
	color: #333333;
	font-size: 16px;
	margin-right: 34px;
}

#main .text .form .formItem LABEL {
	float: left;
	width: 210px;
	padding-top: 3px;
}

#main .text .form INPUT[type="text"] {
	border: solid 1px #A8CFED;
	width: 162px;
}

#main .text .form .formItem_fix INPUT[name="domain"] {
	width: 142px;
}

#main .text .form .formItem SELECT {
	width: 164px;
}

#main .text .form INPUT,
#main .text .form SELECT {
	font-size: 13px;
}

/* --- Why --- */
.reason {
	position: absolute; /* absolute positioning for script.aculo.us transitions */
	left: 0px;
	top: 0px;
}


.reason .bigNumber {
	float: left;
	width: 55px;
	height: 59px;
	
	padding-top: 13px;
	padding-left: 17px;
	background: url(../images/bigNumber_bkg.png) no-repeat;
}

.reason .tagline {
	padding-top: 16px;
	margin-left: 97px;
	
	color: #333333;
	font-size: 30px;
}

.reason .tagline .eu {
	color: #003367;
	font-size: 36px;
	font-weight: bold;
}

.reason .subtagline {
	padding-top: 6px;
	margin-left: 158px;
	
	color: #4699D6;
	font-size: 16px;
	line-height: 16px;
}

.reason .quote {
	height: 184px;
	padding: 24px 50px 0px 158px;
	font-size: 13px;
	line-height: 17px;
	background: url(../images/dottedLine_vertical.gif) repeat-y 36px;
}

.reason .quote .startQuotes {
	padding-left: 32px;
	padding-top: 6px;
	background: url(../images/startQuotes_bkg.gif) no-repeat top left;
}

.reason .quote .endQuotes {
	padding-right: 16px;
	background: url(../images/endQuotes_bkg.gif) no-repeat bottom right;
}

.reason .quote .author {
	margin-left: 32px;
	margin-top: 10px;
}

.navigation {
	position: absolute; /* absolute positioning for script.aculo.us transitions */
	left: 0px;
	top: 284px;
	width: 613px;

	margin-top: 8px;
	margin-left: 20px;
	margin-right: 46px;
}

.navigation .numbers {
	float: left;
}

.navigation .numbers A.smallNumber,
.navigation .numbers A.smallNumber_selected {
	float: left;
	height: 24px;
	width: 23px;
	padding-top: 8px;
	padding-left: 9px;
	margin-right: 10px;
}

.navigation .numbers A.smallNumber {
	background: url(../images/smallNumber_bkg.gif) no-repeat;
	cursor: pointer; /* Opera fix */
}

.navigation .numbers A.smallNumber_selected {
	background: url(../images/smallNumber_selected_bkg.png) no-repeat;
	cursor: default;
}

.navigation .numbers A.smallNumber:hover {
	background: url(../images/smallNumber_rollover_bkg.gif) no-repeat;
}

.navigation .buttons {
	float: right;
	margin-top: 6px;
}

.navigation .buttons A.previous {
	float: left;
	padding-left: 22px;
	margin-right: 14px;
	background: url(../images/previous_bkg.gif) no-repeat left;
}

.navigation .buttons A.previous:hover {
	background: url(../images/previous_rollover_bkg.gif) no-repeat left;
}

.navigation .buttons A.next {
	float: left;
	padding-right: 22px;
	margin-left: 14px;
	background: url(../images/next_bkg.gif) no-repeat right;
}

.navigation .buttons A.next:hover {
	background: url(../images/next_rollover_bkg.gif) no-repeat right;
}

.navigation .buttons .separator {
	float: left;
	width: 1px;
	height: 22px;
	background: url(../images/dottedLine_vertical.gif) repeat-y;
}


/* --- Visual Animation --- */
#pos_slogan1, #pos_slogan2, #pos_slogan3 {
	position: absolute;
}


.orangeBox {
	padding: 2px 5px;
	background-color: #F78E1E;
}

.orangeBox IMG {
	display: block;	
}

#pos_numbers1, #pos_numbers2, #pos_numbers3 {
	position: absolute;
	top: 58px;	
}

/* --- Incompatibility Message --- */
#errMsg {
	margin: 0 auto;
	padding: 60px;
	font-size: 15px;
	line-height: 20px;
}