@charset "UTF-8";
/* CSS Document */



/* WIREFRAME */


body{

	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	text-align:center;
	
}


#wrapper{

	width:960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:;

}

.header{

	margin-bottom:30px;

}

.logo{

	width:311px;
	float:left;
	padding-right:15px;	
	margin-bottom:30px;
	

}

.menu{

	float:left;
	width:630px;
	padding-top:40px;

}

div{

	text-align:left;

}

p{

	text-align:left;

}

.topLeft{

	float:left;
	width:469px;
	padding-right:15px;
	padding-bottom:30px;

}

.topRight{

	float:left;
	width:472px;
	padding-bottom:30px;

}

.topDivider{

	border-bottom:2px solid #00C4C9;
	margin-bottom:30px;

}

.bottomLeft{

	float:left;
	width:311px;
	padding-right:15px;

}

.bottomRight{

	float:left;
	width:615px;

}

.footer{

	margin-top:30px;

}


/* SOLPART MENU */

.MainMenu_MenuItem{

	font-size:.9em;
	color:#05aeb3;
	
	

}

.MainMenu_RootMenuItem
{
    border: solid 10px purple;
	height:40px;
	font-size:1.3em;
	color:#fff;
} 

.MainMenu_RootMenuItemSelected{

	font-size:1.3em;
	color:#fff;

}

.MainMenu_RootMenuItemActive{

    border:;
    background-color: #05aeb3;
    height: 40px;
	color:#000;
}

.MainMenu_MenuArrow{

	display:none;

}

.MainMenu_RootMenuItemSelected
{
    background-color:#05aeb3;
    height: 40px;
	color:#000;
}

.MainMenu_MenuBreak {

border-style:solid;
border-color:#000;
background-color:transparent;


}


