@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../_assets/gradient-background.png);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:"Trebuchet MS";
	font-size:16px;
	line-height:150%;
	color:#000;
}

#container {
	width:960px;
	margin:auto;
}

#header-individuals {
	background-image:url(../_assets/mindmapping-individuals-heading.png);
	background-position:center;
	background-repeat:no-repeat;
	width:960px;
	height:207px;
	border-bottom:#fff dashed 1px;
}

#header-business {
	background-image:url(../_assets/mindmapping-business-heading.png);
	background-position:center;
	background-repeat:no-repeat;
	width:960px;
	height:207px;
	border-bottom:#fff dashed 1px;
}

#content {width:auto;}

h1, h2, h3, h4, h5, h6 {font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; line-height:150%;}

h1 {font-size:300%;}

h2 {font-size:250%;}

h3 {font-size:200%;}

h4 {font-size:150%;}

h5 {font-size:125%;}

h6 {font-size:75%; text-transform:uppercase;}

.discount-code {font-size:200%; color:#FF0000;}

.img {
	border:solid;
	border-color:#CCCCCC;
	border-width:10px;
}

a, a:visited {
	color:#666666;
	text-decoration:none;
	border:0px;
}

a:hover { border-bottom:1px #efefef dotted;}

hr {#333333 dashed 1px;}

#body {
	margin:0px;
	text-align:center;
	background-image:url(../graphics/gradient-background.png);
}

#container {
	/*height:1000px;*/
	height:100%;
	text-align:center;
}

.container {
	background-image:url(../graphics/gradient-background.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

.kk-background {
	background-image:url(../graphics/kk-logo-background.png);
	background-repeat:no-repeat;
	/*height:330px;*/
}

.top-logo {
	background-image:url(../graphics/mind-mapping-header.png);
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	padding-top:15px;
}

.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	color:#333333;
	padding-top:30px;
	width:80%;
	margin-left:10%;
}

#content-area {
	position:absolute;
	top:0px;
	left:50%;
	/*margin-left:-70px;*/
	width:700px;
}

#buttons {
	padding:10px;
}

.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999999;
}

#form-fields {
	width:50%;
	float:left;
	text-align:right;
}

#text-box {
	width:50%;
	float:right;
	text-align:left;
}

.register-button {
	background-image:url(../graphics/register-button.png);
	height:89px;
	width:407px;
	border: 4px solid #990000;
	font-size:24px;
	background-repeat:no-repeat;
	background-color:#efefef;
	cursor:default;
}

.text-box {
	background-image:url(../graphics/text-box.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:227px;
	height:29px;
	border:0px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

