body {
	margin:0px;
	padding:0px;
    background: #fff url('../images/header_bg.jpg') repeat-x;
    color: #666;
    font-family: Verdana, Arial;
    font-size: 11px;
}
img {
    border: 0;
}
a,
a:hover,
a:visited {
    text-decoration: none;
}
.clearfloat {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    clear: both;
    margin: 0;
    padding: 0;
}
#wrapper {
    width: 990px;
    margin: 0 auto;
}
#header {
    height: 166px;
    position: relative;
    color: #FFF;
}
#header a,
#header a:hover,
#header a:visited {
    color: #FFF;
}
#header #logo {
    position: absolute;
    top: 15px;
    left: 15px;
}
#header #logo img {
    height: 62px;
    width: 261px;
    background: url('../images/casius_logo.jpg') no-repeat;
}
#header #language {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
#header #userdata {
    position: absolute;
    top: 5px;
    left: 330px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
#header #title {
    position: absolute;
    top: 35px;
    left: 330px;
    font-size: 18pt;
    font-weight: 100;
    width: 660px;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
}
#header #login {
    position: absolute;
    top: 45px;
    right: 0px;
    height: 17px;
    background: url('../images/btn_login.jpg') no-repeat;
    padding-left: 30px;
    line-height: 17px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}
#header #illustration {
    position: absolute;
    top: 5px;
    left: 830px;
}
#header #illustration img {
    height: 70px;
    width: 61px;
    background: url('../images/illustration.jpg') no-repeat;
}
#header #nav {
    position: absolute;
    top: 102px;
    right: 0px;
}
#header #subnav {
    position: absolute;
    top: 136px;
    left: 0;
}
#nav ul,
#subnav ul {
    margin: 0;
    padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	padding-left: 10px;
	background: url('../images/tabs_reg_l.gif') 0 0 no-repeat;
}
#nav ul li a {
	display: block;
	float: left;
	height: 34px;
	line-height: 38px;
	padding: 0 20px 0 8px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	font-weight: bold;
	background: url('../images/tabs_reg_r.gif') 100% 0 no-repeat;
}
#nav a:link,
#nav a:visited {
	color: #666;
}
#nav a:hover {
	color: #000;
}
#nav ul li.active_menu {
	background: url('../images/tabs_active_l.gif') 0 0 no-repeat;
}
#nav ul li.active_menu a,
#nav ul li.active_menu a:link,
#nav ul li.active_menu a:visited {
	background: url('../images/tabs_active_r.gif') 100% 0 no-repeat;
	color: #000;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#subnav ul li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	font-weight: bold;
}
#header #subnav {
	padding-left: 20px;
}
#subnav a:link,
#subnav a:visited {
	color: #666;
}
#subnav a:hover {
	border-top: 4px solid #FFB001;
	background: #E6E6E6;
	color: #000;
}
#subnav ul li.active_menu a,
#subnav ul li.active_menu a:link,
#subnav ul li.active_menu a:visited {
	border-top: 4px solid #FFB001;
	background: #E6E6E6;
	color:#000;
}
#maincontent {
    margin: 0;
    padding: 0;
    background: url('../images/bg_wrapper.gif')  0px -3px repeat-x;
}
.left_column {
    width: 450px;
    float: left;
}
.right_column {
    width: 532px;
    float: left;
}
.full_column {
}
.box {
    margin-top: 10px;
    margin-left: 10px;
    background: url('../images/box_left.jpg') top right repeat-y;
    float: left;
}
.box .inner {
    border-left: 1px solid #E4E4E4;
    padding-bottom: 5px;
}
.box .outer {
    background: url('../images/box_bottom.jpg') bottom right no-repeat;
}
.quarter-width {
    width: 215px;
}
* html .quarter-width {
    width: 217px;
    margin-left: 5px;
}
.half-width {
    width: 440px;
}
* html .half-width {
    width: 439px;
    margin-left: 5px;
}
.full-width {    
    float: none;
}
.box .box-title {
    background: #E4E4E4;
    padding: 11px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.box .box-title-flag {
    background: #E4E4E4 url('../images/flag.jpg') center left no-repeat;
    padding: 11px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-left: 40px;
}
.box .box-content {
    padding: 12px;
}
.tagcloud {
}
.tagcloud .inner {
    padding-bottom: 7px;
}
.tagcloud .box-content {
    background: #AF0912;
    margin:0;
    margin-right: 3px;
    padding: 12px;
    text-align: center;
}
.tagcloud .box-title {
    border-top: 1px solid #FFFFFF;
    background: #292929;
    color: #FFF;
    font-size: 22px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.tagcloud a:link {padding: 0px; color:white; text-decoration: none}
.tagcloud a:visited {padding: 0px; color:white; text-decoration: none}
.tagcloud a:active {padding: 0px; color:white; text-decoration: none}
.tagcloud a:hover {padding: 0px; color:white; text-decoration: underline;}
.tagcloud a.tag1 { font-size: 1.0em; font-weight: 100; }
.tagcloud a.tag2 { font-size: 1.2em; font-weight: 200; }
.tagcloud a.tag3 { font-size: 1.4em; font-weight: 300; }
.tagcloud a.tag4 { font-size: 1.6em; font-weight: 400; }
.tagcloud a.tag5 { font-size: 1.8em; font-weight: 500; }
.tagcloud a.tag6 { font-size: 2.0em; font-weight: 600; }
.tagcloud a.tag7 { font-size: 2.3em; font-weight: 700; }
.tagcloud a.tag8 { font-size: 2.6em; font-weight: 800; }
.tagcloud a.tag9 { font-size: 3.0em; font-weight: 900; }
.tagcloud a.tag10 { font-size: 3.2em; font-weight: 900; }
#testimonials {
    padding-bottom: 10px;
}
#testimonials .inner {
    height: 278px;
    margin: 10px;
    position: relative;
    background: url('../images/bg_testimonials.jpg') no-repeat;
}
#testimonials .inner div {
    overflow: auto;
    width: 176px;
    height: 200px;
    position: absolute;
}
#testimonials .inner .box-title {
    position: absolute;
    top:5px;
    left: 60px;
    overflow: hidden;
    width: 800px;
    height: 20px;
    padding: 11px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
#testimonials .txt_1 {
    top: 60px;
    left: 80px;
}
#testimonials .txt_2 {
    top: 60px;
    left: 290px;
}
#testimonials .txt_3 {
    top: 60px;
    left: 500px;
}
#testimonials .txt_4 {
    top: 60px;
    left: 710px;
}
.readmore {
    height: 17px;
    background: url('../images/btn_readmore.jpg') no-repeat;
    padding-left: 22px;
    line-height: 17px;
    font-weight: bold;
    float:right;
}
#footer {
    text-align:center;
    padding:10px;
}
