/* CSS for colourpods
 * (c) 2009, Colourpods.net */

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

body {
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	text-align: center;
	width: 100%;
}

/***** General style *****/
p, li {
	font-family: Kabel, Verdana, Arial, Sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 16px;
}

p.bottomseo {
	color: #FFFFFF;
}

p.form {
	font-family: Kabel, Verdana, Arial, Sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 12px;
}

p.mandatory {
	font-family: Kabel, Verdana, Arial, Sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	color: #FF0000;
}

p.space {
	font-size: 3px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #003D59;
	padding: 10px;
	background-repeat: no-repeat;
}

table.tablebuttons {
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

td.padded {
	padding: 25px;
}

td.noborder {
	border-width: 0px;
	border-spacing: 0px;
	padding: 00px;
	vertical-align: top;
}

img {
	border-style: none;
}

/***** Specific styles *****/

div#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 626px;
	text-align: center;
}

div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	overflow: hidden;
}

div#languages {
	position: absolute;
	left: 500px;
	top: 50px;
	height: 40px;
	overflow: visible;
}

div#main {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	overflow: visible;
}

div#footer {
	text-align: center;

	font-size: 9px;
	color: #7D7D7D;
}

a.footer:link { color: #7D7D7D; }
a.footer:visited { color: #7D7D7D; }

/* Below for Carousel */
#carousel {
	margin:0 auto;
	width:450px;
	height:225px;
	padding:0;
	overflow:scroll;
	border:0px solid #999;
}
#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
.textholder {
	text-align:left;
	font-size:small;
	padding:6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;
}

