
body {
	background: url(../images/bg.png) repeat;
	font: 12px Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}

#container {
	width: 1165px;
}


/* ---- Standard stuff ---- */

a {
	color: #10345C;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #10345C;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

p {
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 5px 0;
}


/* ---- top bit ---- */

#header {
	background: url(../images/header_bg.png) repeat-x;
	height: 130px;
}

.header_title {
	float: left;
	background: url(../images/header_titlebg.png);
	width: 370px;
	height: 110px;
	padding: 20px 0px 0px 30px;
}

.header_title h1 {
	font-size: 47px;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: -4px;
}

.header_title span {
	font-size: 10px;
	color: #71b3f0;
}

.header_lang {
	float: right;
	text-align: left;
	width: 130px;
	height: 110px;
	font-size: 10px;
	color: #FFFFFF;
}

.header_lang img {
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ---- Left stuff ---- */

#left {
	float: left;
	width: 840px;
	margin-right: 25px;
}

.portfolio_section-top {
	background: url(../images/topdivider.png) repeat-y;
	width: 790px;
	height: auto;
	padding: 30px 10px 0px 30px;
	margin-left: 10px;
}

.portfolio_section {
	background: url(../images/divider.png) repeat-y;
	width: 790px;
	height: auto;
	padding: 30px 10px 0px 30px;
	margin-top: 10px;
	margin-left: 10px;
}

.portfolio_section-top img, .portfolio_section img {
	background: #111111;
	padding: 15px;
	border: 1px solid #222222;
}

.portfolio_section-top h1, .portfolio_section h1 {
	margin-bottom: 5px;
}

.portfolio_section-top small, .portfolio_section small {
	font: 10px Arial, Helvetica, Sans-Serif;
	color: #364F6B;
	text-transform: uppercase;
	line-height: 2em;
}

.portfolio_section-top p, .portfolio_section p {
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #222222;
	margin-top: 10px;
	line-height: 1.8em;
}

.button_bg {
	background: url(../images/button_bg.png) repeat-x;
	height: 14px;
	font: 10px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
}

.tdmarginright td {
	padding-right: 30px;
	vertical-align:top;
}

.tdmarginright2 td {
	padding: 10px 17px 0px 0px;
}

.tdimage {
	 width:310px;
	 text-align:center;
	 align: center;
}

.copytext {
	color: #364F6B;
}

.footer {
	width: 1000px;
	text-align: center;
	margin-left: 30px;
	margin-top: 10px;
	color: #999999;
}

/* ---- Right stuff ---- */

#right {
	float: left;
	width: 250px;
	margin-top: 10px;
}

.sidebar_title {
	background: url(../images/sidebar_titlebg.png);
	width: 233px;
	height: 38px;
	padding: 12px 0px 0px 17px;
	-moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.sidebar_title h3 {
	color: #FFFFFF;
}

.sidebar_bg {
	background: url(../images/sidebar_bg.png) repeat-y;
	width: 218px;
	color: #444444;
	padding: 0px 15px 15px 17px;
}

.sidebar_bottom {
	background: url(../images/sidebar_bottom.png) repeat-y;
	width: 250px;
	height: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.rounded_topcorners {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
