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

html,
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}

h1 {
	font-size:26px;
	color:#1E6992;
}

h2 {
	font-size:22px;
	color:#438db1;
	margin-top:0;
}
h3 {
	color:#438db1;
	margin-top:0;
}

ul.test { 
	list-style-image: url("../images/li.png"); 
	} 

a.tabmenu {
	color:#CCC;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:#000;
	margin-left:8px;
}

#tabactive a.tabmenu {
	color:#FFF;
}

#content a:link { color:#36C; }
#content a:visited { color:#36C; }
#content a:hover { color:#F60; }
#content a:active { color:#36C; }

img {
	text-decoration:none;
	border:none;
}

.container {
	min-height:100%;
	height:auto;
   	position:relative;
}
	
.topbg {
	background-image:url(../images/top_background.png);
	background-repeat:repeat-x;
	width:auto;
	height:157px;
}

.containertop {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:157px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	width:772px;
	height: 62px;
	margin-top:50px;
	text-align:left;
	float:left;
}

#stamp {
	width:128px;
	height:112px;
	float:right;
}

#menu {
	background:none;
	width:980px;
	height:32px;
	margin-left:9px;
	float:left;
}

#tabactive {
	background-image:url(../images/activetab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:10;
	float:left;
	padding-top:8px;
}
#tab1 {
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:7;
	float:left;
	padding-top:8px;
}
#tab2{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:6;
	float:left;
	padding-top:8px;
}
#tab3{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:5;
	float:left;
	padding-top:8px;
}
#tab4{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:4;
	float:left;
	padding-top:8px;
}
#tab5{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:3;
	float:left;
	padding-top:8px;
}
#tab6{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:2;
	float:left;
	padding-top:8px;
}
#tab7{
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	width:140px;
	height:32px;
	position:relative;
	z-index:1;
	float:left;
	padding-top:8px;
}

#contenttopleft {
	background-image:url(../images/contenttop_left.png);
	background-repeat:no-repeat;
	width:10px;
	height:13px;
	float:left;
}

#contenttopcenter {
	background-color:#FFF;
	width:880px;
	height:13px;
	float:left;
}

#contenttopright {
	background-image:url(../images/contenttop_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:13px;
	float:right;
}
	
.centerbg {
	background-image:url(../images/center_bg.png);
	background-repeat:repeat-x;
	width:auto;
	min-height:480px;
	padding-bottom:63px;   /* Height of the footer */
}

.containercenter {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

#contentleft {
	background-image:url(../images/content_left.png);
	background-repeat:no-repeat;
	background-position:top;
	width:10px;
	min-height:464px;
	float:left;
}

#content {
	background-color:#FFF;
	width:860px;
	font-size:12px;
	min-height:464px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:70px;
	float:left;
}

#contentright {
	background-image:url(../images/content_right.png);
	background-repeat:no-repeat;
	background-position:top;
	width:10px;
	min-height:464px;
	float:right;
}

#film {
	width:50%;
	float:left;
	text-align:center;
	height:300px;
}

#filmtextr {
	float:left;
	width:45%;
	text-align:left;
	margin-right:5%;
	font-size:12px;
	height:300px;
}

#filmtextl {
	float:left;
	width:45%;
	text-align:left;
	margin-left:5%;
	font-size:12px;
	height:300px;
}

.footerbg {
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	position:fixed;
	height:63px; /* Height of the footer */
   	width:100%;
	bottom:0;
}

.livezilla {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:63px;
	text-align:right;
}

.testscore {
	text-align:center;
	font-size:24px;
}

.scan {
	float:right;
	width:40%;
	height:100%;
	text-align:center;
	background-color:#e3ebed;
	padding-top:70px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}
	
	