
html,
body {
	background-color: #252525;
}

.clear {
	clear: both;
}

h1.title-tags {
	font-weight: bold;
	font-size: 2.5em;
	padding-bottom: 10px;
}

h4.title-tags {
	font-size: 2em;
}

#wrapper {
	width: 100%;
}

#header-wrapper {
	width: 100%;
	background: transparent url("../images/header-background.png") repeat-x 0px 0px;
}

#header {
	width: 990px;
	height: 153px;
	margin: 0px auto;
	background-color: transparent;
	background-image: none;
}
	#header h1 {
		float: left;
		width: 600px;
		padding-top: 40px;
	}
	#header h1 a {
		display: block;
		height: 70px;
		background: transparent url("../images/jottercms-logo.png") no-repeat 8px 1px;
		text-indent: -9999px;
		overflow: hidden;
	}
	#header #loginbox {
		position: absolute;
		top: 60px;
		right: 0px;
	}
		#header #loginbox a {
			text-decoration: none;
		}
		#header #loginbox .forgotten a {
			display: block;
			text-align: right;
			padding-right: 0px;
		}

#middle {
	background-color: #ffffff;
}

#footer-wrapper {
	width: 100%;
}
	#footer-wrapper p {
		padding: 10px 0px;
		text-align: center;
		clear: both;
	}
	#footer-wrapper {
		color: #ffffff;
	}
	#footer-wrapper a {
		color: #c0c0c0;
	}
	#footer-wrapper a:hover {
		color: #ffffff;
	}

#footer {
	width: 970px;
	margin: 0px auto;
	background-color: transparent;
	background-image: none;
	padding: 30px 10px 0px;
}
	#footer h4 {
		font-weight: bold;
		font-size: 1.05em;
		padding-bottom: 5px;
	}
	#footer ul,
	#footer li {
		display: block;
		list-style: none outside;
	}
	#footer li {
		text-indent: 15px;
		font-size: 0.85em;
	}
	#footer .footer-column {
		float: left;
		width: 240px;
		height: 242px;
	}
	#footer .footer-image {
		height: 165px;
	}
	#footer .footer-features .footer-image {
		padding: 10px 10px 0px;
		height: 155px;
	}
	#footer .footer-button {
		height: 77px;
	}
	#openabout a {
		color: #ffffff;
		cursor: text;
	}
	#page-index #openabout a {
		color: #c0c0c0;
		cursor: pointer;
	}
	#page-index #openabout a:hover {
		color: #ffffff;
	}

#middle {
	background-color: #f1f1f1;
}
	#middle .inner {
		width: 990px;
	}
	#page-index #middle .inner {
		padding: 40px 0px;
	}
	#middle .welcome-video {
		float: left;
		width: 530px;
		line-height: 320px;
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		text-indent: 5px;
	}
	#middle .signup-area {
		float: left;
		width: 420px;
		padding: 40px 20px 0px;
	}
	#middle .signup-area a {
		display: block;
		padding-top: 10px;
	}
	#middle .inner a {
		border-width: 0px;
	}
	#middle .signup-area img {
		
	}

#rounded-corners {
	
}
	#rounded-corners .top-left {
		background: transparent none no-repeat 0px 0px;
	}
	#rounded-corners .top-right {
		background: transparent none no-repeat right 0px;
	}
	#rounded-corners .bottom-left {
		background: transparent none no-repeat 0px bottom;
	}
	#rounded-corners .bottom-right {
		background: transparent none no-repeat right bottom;
		padding: 10px 20px 20px;
	}
	#rounded-corners .rounded1 {
		background-color: #ffa000;
	}
		#rounded-corners .rounded1 .top-left {
			background-image: none;
		}
		#rounded-corners .rounded1 .top-right {
			background-image: url("../images/border-top-right1.png");
		}
		#rounded-corners .rounded1 .bottom-left {
			background-image: url("../images/border-bottom-left1.png");
		}
		#rounded-corners .rounded1 .bottom-right {
			background-image: url("../images/border-bottom-right1.png");
		}
	#rounded-corners .rounded2 {
		background-color: #f1f1f1;
	}
		#rounded-corners .rounded2 .top-left {
			
		}
		#rounded-corners .rounded2 .top-right {
			
		}
		#rounded-corners .rounded2 .bottom-left {
			
		}
		#rounded-corners .rounded2 .bottom-right {
			border: 0px solid #a7abaf;
			background-color: #ffffff;
			border-radius: 0px 30px 30px 30px;
			-moz-border-radius: 0px 30px 30px 30px;
			-webkit-border-radius: 0px 30px 30px 30px;
		}
	#rounded-corners .rounded3 {
		background-color: #3e194e;
	}
		#rounded-corners .rounded3,
		#rounded-corners .rounded3 a {
			color: #ffffff;
		}
		#rounded-corners .rounded3 .top-left {
			background-image: none;
		}
		#rounded-corners .rounded3 .top-right {
			background-image: url("../images/border-top-right3.png");
		}
		#rounded-corners .rounded3 .bottom-left {
			background-image: url("../images/border-bottom-left3.png");
		}
		#rounded-corners .rounded3 .bottom-right {
			background-image: url("../images/border-bottom-right3.png");
			padding: 20px;
		}

#inner-area {
	padding: 20px 0px;
}

#page-signup {
	
}
	#page-signup .inner {
		width: 880px;
		margin: 0px auto;
	}
	#page-signup #left-column {
		width: 440px;
		margin: 0px;
		padding: 20px 0px;
		padding-right: 40px;
	}
	#page-signup #right-column {
		width: 400px;
		margin: 0px;
		padding: 20px 0px;
	}
	#page-signup #right-column a {
		color: #222222;
	}
	#page-signup #signupform {
		width: auto;
		border-width: 0px;
		background-color: transparent;
		background-image: none;
		padding: 0px;
		margin: 0px;
	}
	#page-signup #signupform h2 {
		color: #ffffff;
		font-weight: normal !important;
	}

#page-features {
	
}
	#page-features #rounded-corners {
		width: 450px;
	}
	#page-features #rounded-corners h2,
	#page-features #rounded-corners h2 a {
		color: #ffffff;
	}
	#page-features #rounded-corners h2 {
		margin: 10px 0px;
	}
	#page-features #rounded-corners ol,
	#page-features #rounded-corners ol a {
		color: #000000;
	}
	#page-features #rounded-corners li {
		list-style-type: decimal;
	}
	#page-features .inner h3 {
		font-size: 1.3em;
		padding-top: 20px;
	}
	#page-features .back-to-top {
		display: none;
	}

#page-support,
#page-contact {
	
}
	#page-support #rounded-corners,
	#page-contact #rounded-corners {
		float: none;
		width: 420px;
		padding-right: 20px;
	}
	#page-support .information,
	#page-contact .information {
		float: left;
	}
	#page-support .enquiry-form #rounded-corners,
	#page-contact .enquiry-form #rounded-corners {
		float: left;
		width: 540px;
		padding-right: 0px;
	}
	#page-support .rounded1 h3,
	#page-contact .rounded1 h3 {
		color: #ffffff;
	}
	#page-support .rounded2 .bottom-right,
	#page-contact .rounded2 .bottom-right {
		padding-top: 20px;
	}
	#page-support .rounded1 ul,
	#page-contact .rounded1 ul,
	#page-support .rounded1 li,
	#page-contact .rounded1 li {
		display: block;
		list-style: none outside;
		margin: 0px;
	}
	#page-support .rounded1 ul li,
	#page-contact .rounded1 ul li,
	#page-support .rounded1 ul a,
	#page-contact .rounded1 ul a {
		font-weight: bold;
	}
	#page-support .rounded1 ul li ul,
	#page-contact .rounded1 ul li ul {
		padding: 15px 0px;
	}
	#page-support .rounded1 ul li ul li,
	#page-contact .rounded1 ul li ul li {
		font-weight: normal;
		padding-left: 15px;
	}
	#page-support .rounded1,
	#page-support .rounded1 a,
	#page-contact .rounded1,
	#page-contact .rounded1 a {
		color: #000000;
	}

#page-partners-index {
	
}
	#page-partners-index .rounded1 h3 {
		color: #ffffff;
	}
	#page-partners-index #left-col #rounded-corners {
		float: left;
		width: 545px;
		padding-right: 20px;
	}
	#page-partners-index #right-col #rounded-corners {
		float: left;
		width: 410px;
	}
	#page-partners-index .rounded1 ul,
	#page-partners-index .rounded1 li {
		list-style: none outside;
		margin: 0px;
	}
	#page-partners-index .rounded1 li {
		text-indent: 15px;
		list-style: decimal inside;
	}

#enqform table,
#enqform tr,
#enqform td,
#enqform th {
	background-color: transparent;
	border-width: 0px;
}

.signupnow_sml {
	display: none;
}

#portfolio-area {
	width: 990px;
        margin: 0px auto;
}
	#portfolio-area .portfolio-item-wrapper {
		float: left;
		width: 280px;
		padding: 0px 10px 20px;
	}
	#portfolio-area .portfolio-item {
		text-align: center;
		background: #ffffff none no-repeat 0px 0px;
		border-radius: 0px 30px 30px 30px;
		-moz-border-radius: 0px 30px 30px 30px;
		-webkit-border-radius: 0px 30px 30px 30px;
		text-align: right;
	}
	#portfolio-area .portfolio-item p {
		width: 250px;
		white-space: nowrap;
		overflow: hidden;
		padding: 15px 0px;
		padding-left: 15px;
		text-align: left;
		font-size: 1.1em;
	}
	#portfolio-area .portfolio-item p,
	#portfolio-area .portfolio-item a {
		font-weight: bold;
		color: #000000;
	}

