/* ////////////////////////////////////////////
///                                         ///
///      Design & Development:              ///
///      Inorbital.com / Giuliano Liker     ///
///                                         ///
//////////////////////////////////////////// */

/* BODY
--------------------------------*/

body {
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:url(images/website-background.jpg) #fff 50% 50%;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

h1 {
	font-size:18px;
	margin:0;
	padding:0;
}

a, a:visited {
	color:#0080C0;	
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

/* GENERAL
--------------------------------*/

.wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:980px;
	height:605px;
	margin:-302px 0 0 -490px;
}

.leftColumn {
	float:left;
	width:340px;
	height:605px;
	background:url(images/left-column-background.gif) top right no-repeat;
}

.leftColumnIn {
	display:inline;
	position:relative;
	float:left;
	width:300px;
	height:550px;
	margin:35px 0 0 20px;
}

.rightColumn {
	float:right;
	width:640px;
	height:605px;
}

.logo {
	float:left;
	width:300px;
	height:41px;
}

/* MAIN MENU
--------------------------------*/

.mainMenu {
	display:block;
	float:left;
	width:300px;
	height:40px;
}

.mainMenu ul {
	float:left;
	width:300px;
	list-style:none;
	margin:7px 0 17px 0;
	padding:0;
}

.mainMenu ul li {
	float:left;
	display:inline;
	height:17px;
	margin:0;
	padding:0;
}

.mainMenu a {
	display:block;
	text-indent:-9999px;
	outline:none;
}

.openness {
	width:70px;
	background:url(images/main-menu-openness.gif) no-repeat;
}

.peering {
	width:60px;
	background:url(images/main-menu-peering.gif) no-repeat;
}

.sharing {
	width:62px;
	background:url(images/main-menu-sharing.gif) no-repeat;
}

.acting {
	width:108px;
	background:url(images/main-menu-acting.gif) no-repeat;
}

.mainMenu a:hover {
	background-position:0 -20px;	
}

/* SUBMENU
--------------------------------*/

.submenu {
	position:absolute;
	width:300px;
	top:80px;
	left:0;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}

.submenu ul {
	float:left;
	width:300px;
	list-style:none;
	margin:0;
	padding:0;
}

.submenu li {
	float:left;
	display:inline;
	margin:0;
	padding:0 6px 0 10px;
	background:url(images/dot-orange.gif) 0 7px no-repeat;
}

.submenu li.first {
	padding-left:0;
	background:none;
}

.submenu a, .submenu a:visited {
	color:#000;
	outline:none;
	text-decoration:none;
}

.submenu a:hover {
	color:#ff2700;
	text-decoration:none;
}

/* LANDING PAGE MENU
--------------------------------*/

.landingMenu {
	display:inline;
	float:left;
	width:330px;
	height:465px;
	margin:24px 0 0 -15px;
}

.landingMenu a {
	display:block;
	float:left;
	width:330px;
	height:110px;
	margin-top:5px;
	outline:none;
}

.landingMenu img {
	border:none;	
}

.landingMenuOpenness {
	background:url(images/menu-landing-openness.jpg) no-repeat;
}

.landingMenuPeering {
	background:url(images/menu-landing-peering.jpg) no-repeat;
}

.landingMenuSharing {
	background:url(images/menu-landing-sharing.jpg) no-repeat;
}

.landingMenuActing {
	background:url(images/menu-landing-acting.jpg) no-repeat;
}

/* PAGE CONTENT
--------------------------------*/

.pageContent {
	float:left;
	width:300px;
	height:330px;
	overflow:hidden;
	margin-top:65px;
}

/* ADDRESS
--------------------------------*/

.address {
	float:left;
	width:300px;
	height:60px;
	overflow:hidden;
	line-height:14px;
	margin-top:15px;
}

.address span {
	font-size:12px;
	font-weight:bold;
}

/* EXTRA
--------------------------------*/

canvas {
	overflow:visible;
}