body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	font-size: 12px;
}
a {
	border: 0;
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
}

#startLogo {
	position: absolute;
	top:10px;
	left:40px;
	height:50px;
	width:140px;
	z-index:300;
	padding-top:30px;
}
#startLogo img {
	position: absolute;	
}
#MachimaRotationArea {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	z-index: 1;
}
#MachimaRotationPrevious {
	position:absolute;
	left:0;
	top:13px;
	z-index:200;
	width:68px;
	height:44px;
	padding: 20px 20px 20px 10px;
    background: #fff;
	overflow:hidden;
}
#MachimaRotationNext {
	position:absolute;	
	right:0px;
	top:13px;
	z-index:200;
	width:68px;
	height:44px;	
	padding: 20px 10px 20px 20px;
    background: #fff;
	overflow:hidden;
}
#newsletterSignup {
	margin:0;
	padding:0;
}
#newsletterSignup .email,
#newsletterSignup input[type=text] {
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #333;
	background: #fff;
	width: 130px;
	color:gray;
	border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -o-border-radius: 3px;
}
#newsletterSignup .submit,
#newsletterSignup input[type=submit] {
	margin: 5px 0 0 0;
	padding:0;
	float:right;
}

div.start_image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}


div#start_bar {
	position: absolute;
	overflow: hidden;
	width: 228px;
	height: 0;
	z-index: 100;
	left:66%;
}
div#start_menu {
	background-color: #fff;
	padding: 40px 40px 25px 40px;
	width: 148px;
}

div#startBar {
	position: absolute;
	overflow: hidden;
	width: 228px;
	height: 0;
	z-index: 100;
	left:66%;
}
div#startMenu {
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
	padding: 0 40px;
	width: 140px;
}
div#startMenuTop {
	padding-top:80px;
	width:140px;
}
div#startMenuBottom {
	position:absolute;
	bottom:20px;
	width:140px;
}



img.logo {
	margin-bottom: 15px;
}
div.menu-level1 a {
	color: #222;
}
div.menu-level1 a:hover {
	color: #777;
}
div.menu-level1 ul {
	margin: 0 0 0 4px;
	padding: 0;
}
div.menu-level1 li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: left;
	font-size: 1.5em;	
	line-height: 110%;
}
div.menu-level2 {
	margin-top: 10px;
}
div.menu-level2 a {
	color: #555;
}
div.menu-level2 a:hover {
	color: #000;
}
div.menu-level2 ul {
	margin: 0 0 0 4px;
	padding: 0;
}
div.menu-level2 li {
	margin: 0 10px 0 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: block;
	font-size: 1.2em;	
	line-height: 110%;
}






div.wrap {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 2;
}
div.wrap-left {
	position: absolute;
	height: 100%;
	right:  37%;
	left:   0px;
}
div.wrap-right {
	position: absolute;
	height: 100%;
	right:  0px;
	left:   63%;
}
div.content-left {
	position: relative;
	float: right;
	width: 645px;
}
div.content-right {
	position: relative;
	float: left;
	width: 375px;
}
