
/* Tags */
body {
	font: 62.5%/133% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #fff url(/_img/layup/main/bg.gif) repeat-x;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1 {
	font: 2.2em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px;
	color: #b39cc0;
	text-transform: lowercase;
}

/* Structure */

#contents{
	margin: 0 auto;
	width: 744px;
	text-align: left;
}
#topbar {
	height: 266px;
}
.logo {
	text-indent: -9000px;
	background: url(/_img/layup/main/logo.png) no-repeat;
	margin: 15px 0 0 10px;
	padding: 0;
	height: 237px;
	width: 263px;
	float: left;
}
#text {
	margin: 0;
	padding: 25px 15px 25px 35px;
	float: right;
	width: 369px;
	height: 216px;
	font-size: 1.15em;
	line-height: 1.25em;
	background: #7d4b99;
}
#text div {
	width: 340px;
	height: 170px;
	padding-right: 20px;
	overflow: auto;
	scrollbar-face-color: #b39cc0;
	scrollbar-highlight-color: #b39cc0;
	scrollbar-shadow-color: #b39cc0;
	scrollbar-3dlight-color: #b39cc0;
	scrollbar-arrow-color:  #642583;
	scrollbar-track-color: #642583;
	scrollbar-darkshadow-color: #b39cc0;
}
.printlogo {
	display: none;
}
#leftside {
	width: 320px;
	float: left;
	margin: 27px 0 0 5px;
}
#leftside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftside li {
	display: inline;
	float: left;
	height: 171px;
}
#leftside a {
	width: 138px;
	height: 163px;
	text-indent: -9000px;
	float: left;
	cursor: pointer;
	margin: 0 12px 0 0;
	outline: 0;
}
#n1 {
	background: url(/_img/layup/main/marketing.png) no-repeat;
}
#n1:hover {
	background: url(/_img/layup/main/marketing.png) no-repeat 0 -171px;
}
#n2 {
	background: url(/_img/layup/main/sales.png) no-repeat;
}
#n2:hover {
	background: url(/_img/layup/main/sales.png) no-repeat 0 -171px;
}
#n3 {
	background: url(/_img/layup/main/recruitment.png) no-repeat;
}
#n3:hover {
	background: url(/_img/layup/main/recruitment.png) no-repeat 0 -171px;
}
#n4 {
	background: url(/_img/layup/main/training.png) no-repeat;
}
#n4:hover {
	background: url(/_img/layup/main/training.png) no-repeat 0 -171px;
}
#rightside{
	float: right;
	width: 419px;
}
#rightside span {
	display: block;
	width: 419px;
	height: 36px;
	margin: -3px 0 0;
	background: url(/_img/layup/main/shadow.png) no-repeat; 
}
#footer{
	clear: both;
	margin: -10px 0 0;
	width: 419px;
}
#footer ul{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	text-align: right;
}
#footer li{ 
	display: inline;
	float: left;
}
#footer a{
	font-weight: bold;
	color: #b7b7b7;
	font-size: 1.1em;
	text-decoration: none;
	border-right: 1px solid #ccc;	
	padding: 0 10px;
}
#footer .last {
	float: left;
	margin: 10px 0 0;
}
#footer .no a { 
	border-right: none;	
}
#footer .last a { 
	border-right: none;	
	color: #dfdfdf;
}
#footer a:hover,
#footer a:focus {
	color: #797979;
}

/* Extras */

.clear{
	clear: both;
}
.hidden {
	position: absolute; 
	left: -9999px; 
}
.hand {
	cursor: pointer;
}
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
