/*-------------------CSS Reset ----------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
color:#FFF;
}





/*---------------Text-----------------*/
a {
	color:#C00;
	text-decoration: none;
}

a:visited {
	color:#C00;
}

a:hover {
	color:#C00;
	text-decoration: underline;
}

a:active {
	color:#C00;
}

h1 {
	font-size:12px;
	color:#C00;
	
	}

h2 {
	font-size:12px;
	margin-top:10px;
	}
	
h3 {
	font-size:10px;

	}



/*-------------Background image-------------------*/

html, body {
height:100%;
width:100%;
margin: 0;
padding: 0;
}

#bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}




/*-----------Content--------------------------------*/

	
#container {
	left:50px;
	position:absolute;
	top:20px;
	width:740px;
	z-index:70;
	height:1050px;
	background-image: url(../images/main-bg.png);
	background-repeat:repeat-y;
}


#lineleft1 {
	width:210px;
	height:5px;
	position:absolute;
	top: 180px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
}

#lineleft2 {
	width:210px;
	height:5px;
	position:absolute;
	top: 479px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	left: 0px;
}

#lineright1{
	position:absolute;
	top: 180px;
	width:50px;
	height:5px;
	background-image: url(../images/line.png);
	background-repeat:no-repeat;
	left: 690px;
}

#lineright2 {
	width:50px;
	height:5px;
	position:absolute;
	top: 479px;
	background-image: url(../images/line.png);
	background-repeat:no-repeat;
	left: 690px;
}



#logo{
	width: 272px;
	position:absolute;
	left: 270px;
	top:46px;
	margin:0 auto;
}

#media{
	position:absolute;
	top: 180px;
	width:480px;
	height:300px;
	left: 210px;
}

#textcontent {
	width:480px;
	position:absolute;
	top: 500px;
	left: 210px;
}


#textcontentleft {
	float:left;
	margin-left:20px;
	width: 320px;
	margin-right: 20px;
}

#textcontentright {
	float:right;
	margin-left:0px;
	width: 100px;
	margin-right: 20px;
	text-align: center;
}

#textcontentleftindex {
	float:left;
	margin-left:20px;
	width: 440px;
	
}

#textcontentright10 {
	float:right;
	margin-left:0px;
	width: 150px;
	margin-right: 15px;
	text-align: center;
}









/*-----------Navigation--------------------------------*/

#mainnav {
	position:absolute;
	top:200px;
	width: 160px;
	margin-left:62px;
	clear:both;
	color:#FFF;
	font-size:12px;
	
	
}

.menu {
    width:160px;
}
.menu a {
    color:#fff;
    text-decoration:none;
}
.menu ul {
    padding:0;
}
.menu ul li {
    list-style:none;
	display:block;
	padding:6px;

}

.menu ul li a:hover, .menu ul li.selected a  {
    color:#C00;
}


.menu ul li.selected ul {
    display:block;
	padding:0px;
}
.menu ul li.selected ul a {
    color:#fff;

}

.menu ul li.selected ul li.selected a, .menu ul li.selected ul li a:hover {
    color:#C00;

}
