/* Covalt 3.0 */
html{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	background-color:#000;
	background-image:url(../images/masterbackground1.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	height:100%;
}

img{
	border:0px;
}

a{
	color:#711873;
	text-decoration:none;
}

h2{
	font-size:26px;
	color:#711873;
}

.container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.header{
	background-image:url(../images/imaginatio.png);
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	height:100px;
}

.boxup{
	background-image:url(../images/box_up.png);
	background-repeat:no-repeat;
	height:45px;
	width:100%;
}

.boxdown{
	background-image:url(../images/box_down.png);
	background-repeat:no-repeat;
	height:45px;
	width:100%;
}

.maincontent{
	min-height:65%;
	background-image:url(../images/box.png);
	background-repeat:repeat-y;
}

.content{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-left:30px;
	margin-right:30px;
}

.footer{
	text-align:center;
	width:980px;
	color:#FFF;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:10px;
}

.logo{
	background-image:url(../images/logo_covalt.png);
	background-repeat:no-repeat;
	width:180px;
	height:188px;
	position:absolute;
	z-index:1;
}

.menu{
	background-image:url(../images/pleca.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:22px;
	margin-left:22px;
	height:99px;
	width:930px;
	position:absolute;
	z-index:1;
	text-align:right;	
}

/*Table*/
.menutable table {
    margin: auto;
    border-spacing: 0px;
    padding: 0px;
    border-color:#ff0000;
    border-spacing: 0px;
    background-color: #fff;
    empty-cells: show;
}

.menutable td {
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    height:15px;
    color:#444;
    font-size:12px;
	font-weight:bold;
}

