/* CSS styles */

	body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #6e408f url('../images/bg.jpg') no-repeat top left;
	}
	h1 {
	margin: 0;
	padding: 0;
	}
	h2 {
	margin: 0;
	padding: 0;
	}
	h3 {
	margin: 0;
	padding: 0;
	}
	p {
	margin: 0;
	padding: 0;
	}
	ul {
	padding: 0;
	margin: 0;
	}
	

	
	

/* -------- WRAPPER -------- */
#wrapper {
width: 1026px;
padding: 0;
margin: auto;
background: #fff;
}


/* -------------------------------------------------------------- LOGO COLUMN -------------------------------------------------------------- */
#logo-column {
width: 1026px;
height: 300px;
padding: 0;
margin: 0;
}


/* -------- MENU -------- */
#menu {
height: 46px;
padding: 0;
margin: 5px 0 0 0;
background: url('../images/bg_menu.jpg') repeat-x top;
}


/* -------- WELCOMETEXT -------- */
#welcometext {
float: left;
width: 670px;
padding: 0;
margin: 0;
background: url('../images/bg_welcometext.jpg') no-repeat top;
}
#column {
float: left;
width: 410px;
}
#columnquote {
float: right;
width: 188px;
margin: 0 18px 0 0;
padding: 0;
}
#welcometext h1 {
font-size: 31px;
font-weight: bold;
color: #ffffff;
padding: 0;
margin: 52px 0 32px 30px;
}
#welcometext h2 {
font-size: 18px;
line-height: 24px;
font-weight: bold;
color: #666666;
padding: 10px 0 0 0;
margin: 0 0 20px 30px;
}
#welcometext p {
font-size: 14px;
font-weight: normal;
line-height: 21px;
color: #666666;
padding: 0 0 10px 0;
margin: 0 30px 20px 30px;
}
#welcometext ul {
padding: 0 20px 0 8px;
margin: 0 15px 20px 30px;
}
#welcometext li {
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #565656;
list-style-image: url('../images/arrow.png');
padding: 0;
margin: 0 0 5px 10px;
}
#welcometext a:link, #welcometext a:visited {
text-decoration: none;
color:#1598c8;
}
#welcometext a:hover, #welcometext a:active {
text-decoration: underline;
}
#welcometext img {
float: right;
padding: 0;
margin: 20px 15px 0 0;
}



/* -------- VIDEO -------- */
#video {
height: 360px;
width: 550px;
padding: 45px 0 0 39px;
margin: 10px 0 0 5px;
background: url('../images/video_container.png') no-repeat top;
}



/* -------- FEATURESRIGHT -------- */
#featuresright {
float: right;
width: 305px;
padding: 20px 20px 0 20px;
margin: 5px 5px 0 0;
background: #6e408f url('../images/bg-ball.png') no-repeat top right;
}
#featuresright p {
font-size: 14px;
font-weight: bold;
line-height: 21px;
color: #fff;
padding: 0;
margin: 0 0 20px 0;
}
#featuresright a:link, #featuresright a:visited {
text-decoration: none;
color:#fff;
}
#featuresright a:hover, #featuresright a:active {
text-decoration: underline;
}



/* -------- FOOTER -------- */
#footerwrapper {
height: 45px;
padding: 0;
margin: 0;
background: #262626;
}
#footer {
float: left;
color:#585858;
font-weight: normal;
line-height: 10px;
font-size: 9px;
margin: 17px 0 0 20px;
padding: 0;
}
#footer a:link, #footer a:visited {
text-decoration: none;
color:#585858;
}
#footer a:hover, #footer a:active {
text-decoration: underline;
}



/* ---------------- */
#clear {
clear: both;
}