/* GLOBAL */
body {
	background: #F4FCFE url(../images/new/body.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #468;
	font-size: 62.5%;
}
body * {
	text-align: left;
}
a {
	color: #ff14b4;
}
#head h1 {
	background: transparent url(../images/new/content-top.jpg) left top no-repeat;
	position: relative;
	top: -25px;
	margin: 0;
	width: 974px;
	left: -5px;
	padding: 20px 0 0 50px;
	font-family: GillSans, "Gill Sans", Trebuchet, Calibri, sans-serif;
	font-weight: normal;
	font-size: 2.6em;
	color: #6F9ABC;
}
.odd {
	background-color: #E4F5FF;
}


/* HEADER */
#header {
	width: 900px;
	margin: 51px auto 0;
}
	#logo {
		border: 0;
		float: left;
	}
	#pull {
		float: right;
		margin-top: -10px;
		color: #009DDC;
		font-size: 1.6em;
		text-align: center;
		width: 381px;
	}
		#pull em {
			color: #29ee08;
			font-size: 1.25em;
			display: block;
			font-weight: bold;
			font-style: normal;
			text-align: inherit;
			font-family: Century Gothic, AppleGothic, sans-serif;
		}
	#form-container {
		background: transparent url(../images/new/form-box.gif) no-repeat;
		width: 381px;
		height: 79px;
		margin: 3px 0 20px;
		float: right;
		clear: right;
		font-size: 1.1em;
		text-align: center;
	}
		#form-container form {
			margin: 20px auto;
		}
		#form-container label,
		#form-container input {
			float: left;
			margin: 0;
			height: 16px;
			line-height: 16px;
		}
		#form-container label {
			color: #009DDC;
			width: 3em;
			display: block;
			margin: 0 .4em 0 0.7em;
			text-align: right;
		}
			label abbr {
				border: 0;
			}

		#form-container #forgot-box label {
			width: 18em;
		}
		#form-container input {
			width: 120px;
			border: 1px solid #009DDC;
			border-width: 1px 0;
			padding: 0;
		}
		#form-container br {
			display: none;
		}
		#form-container #ok-button {
			width: 27px;
			height: 24px;
			border: 0;
			margin-left: 10px;
		}
		#form-container p {
			text-align: center;
			clear: left;
		}
		#form-container p,
		#form-container a {
			color: #A0B7DB;
		}

	#loggedin {
		background: transparent url(../images/new/loggedin.gif) left center no-repeat;
		width: 361px;
		float: right;
		clear: right;
		list-style: none;
		padding: 0 0 0 20px;
		height: 60px;
		text-align: center;
	}
		#loggedin li {
			float: left;
			font-size: 1.2em;
			width: 33%;
			text-align: center;
		}
		#loggedin a {
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			line-height: 56px;
		}
		#loggedin .first a {
			text-decoration: underline;
		}
		#loggedin .last {
			float: right;
			background: transparent url(../images/new/loggedin-right.gif) right top no-repeat;
		}

/* MENU */
#menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 44px;
	width: 974px;
	background: #29EE08 url(../images/new/menu-box.gif) left top no-repeat;
	clear: both;
	text-align: center;
}
	#menu li { display:inline; }
	#menu a {
		float: left;
		display: block;
		height: 34px;
		margin-top: 10px;
		background: transparent url(../images/new/menu-items.gif) left top repeat-x;
		text-align: center;
		line-height: 34px;
		text-decoration: none;
		color: #fff;
		font-size: 1.6em;
	}
	#menu #current,
	#menu a:hover,
	#menu a:active,
	#menu a:focus {
		background-color: #F813AF;
		background-position: left bottom;
	}
	#menu .home {
		margin-left: 90px;
		width: 99px;
	}
	#menu .pricing {
		width: 178px;
	}
	#menu .download {
		width: 134px;
	}
	#menu .about {
		width: 96px;
	}
	#menu .faq {
		width: 87px;
	}
	#menu .contact {
		width: 108px;
	}
	#menu .blog {
		width: 99px;
	}


/* HEAD */
#head {
	padding-bottom: 20px;
}
#head p {
	font-weight: bold;
	font-style: italic;
	margin: -20px 0 0 80px;
	color: #658EB0;
}
#head p strong {
	font-weight: bold;
	background: none;
	border-bottom: .2em solid #ff14b4;
	padding: 0;
}
#head p strong a {
	text-decoration: none;
	color: #658EB0;
}
#head p strong a:hover,
#head p strong a:active,
#head p strong a:focus {
	color: #ff14b4;
	text-decoration: underline;
}


/* CONTENT */
#content {
	margin: 25px auto 0;
	background: #d6efff url(../images/new/content.jpg) center bottom repeat-x;
	border: 5px solid #fff;
	border-width: 0 5px 0;
	width: 964px;
	position: relative;
	clear: both;
}
	.odd, .even {
		border-top: 2px solid #FFFFFF;
		padding: 0 160px 20px;
		clear: both;
	}
	.odd form,
	.even form {
		margin: 1.2em 0 0 40px;
		width: auto;
	}
	.odd label,
	.even label {
		width: 15em;
		display: block;
		text-align: right;
		float: left;
		font-size: 1.1em;
	}
	.odd input,
	.even input,
	.odd select,
	.even select {
		width: 30em;
		margin: -3px 0 0 30px;
		float: left;
	}
	form .button {
		width: auto;
		margin: .5em 0 0 195px;
		clear: left;
		float: none;
	}
	form br {
		margin-bottom: 1.3em;
	}
	#content h2 {
		font-size: 1.6em;
		font-weight: bold;
		color: #F813AF;
	}
	#content p {
		font-size: 1.2em;
		line-height: 1.6;
		font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
		margin-bottom: 0;
	}
	#content strong {
		font-weight: normal;
		background-color: #FFBFEC;
		padding: 0 .3em;
	}
	#content a strong {
		text-decoration: underline;
		padding:0;
	}
	#first-row {
		background: transparent url(../images/new/content-top.jpg) center top no-repeat;
		top: -25px;
		left: -5px;
		position: relative;
		padding: 40px 30px;
		width: 914px;
	}
		#main-box {
			height: 241px;
			width: 335px;
			padding: 15px 15px;
			background: transparent url(../images/new/home-main-box.jpg) left top no-repeat;
			float: left;
		}
			#main-box h1,
			#second-row h2 {
				font-family: GillSans, "Gill Sans", Trebuchet, Calibri, sans-serif;
				font-weight: normal;
				font-size: 2.6em;
				margin: 0 10px;
				color: #6F9ABC;
			}
			#main-box p {
				text-align: justify;
				margin: 0;
			}
			#main-box br {
				margin-bottom: .6em;
			}
		#signup-box {
			float: right;
			margin: 50px 30px 0 0;
		}
			#mtme {
				width: 482px;
				height: 55px;
				text-indent: -99em;
				background: transparent url(../images/new/mtme.jpg) left top no-repeat;
			}
			#signup-box p {
				background: transparent url(../images/new/mtme-link.jpg) left top no-repeat;
				list-style: none;
				margin:0;
				padding:0;
				height: 90px;
			}
				#signup-box p a {
					height: 47px;
					color: #fff;
					display: block;
					line-height: 53px;
					margin-bottom: 14px;
					text-align: center;
					text-decoration: none;
					font-size: 1.6em;
				}
	#second-row {
		clear: both;
		padding: 0;
	}
		.box {
			background: transparent url(../images/new/call-out.jpg) left top no-repeat;
			height: 180px;
			width: 264px;
			float: left;
			margin-left: 28px;
			padding: 10px;
		}
		#second-row h2 {
			font-size: 2em;
		}
		#second-row p {
			margin: .4em 0 .6em 0;
		}
		.clear, .clearb {
			visibility: hidden;
			height: 0;
			width: 0;
			clear: both;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}


/* BLOG */
.shotcode {
	float: left;
	margin: -3em 0 0 -120px;
}
#content .meta {
	font-size: 0.9em;
	color: #6F9ABC;
}
#content .meta a {
	text-decoration: none;
	color: #E43FFF;
	float: right;
	margin-top: -1.6em;
}
#content .meta a strong {
	background: none;
	font-weight: bold;
	padding: 0;
}
#best,
#archive,
#spread {
	margin-top: 20px;
}
#best ul,
#archive ul {
	margin: .4em 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
.clearb {
	height: 15px;
}
.rss a {
	width: 100px;
	height: 100px;
	display: block;
	background: transparent url(../images/new/rss.png) left top no-repeat;
	margin: 0 auto;
	text-indent: -99em;
}
.comment {
	margin-left: 20px;
	padding: 0 10px;
	border-left: 4px solid #749BCF;
}
#content .react p {
	font-size: 1em;
}

/* CONTACT & BLOG REACT */
#contact br,
.react br {
	display: block;
}
#contact input,
#contact label,
.react input,
.react label {
	float: none;
}
#contact label,
.react label {
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}
#contact textarea,
.react textarea {
	margin-left: 30px;
}


/* PRICING */
.plans {
	padding: 0;
	border: 0;
	margin: 0;
}
.plans thead th {
	width: 9em;
	border-bottom: 1px dotted #808ED3;
	padding-left: 1em;
}
.plans .firstcolumn {
	width: 14em;
	font-size: 1.2em;
	padding: .3em 0;
	border-bottom: 1px solid #606EB3;
}
.plans tbody td {
	padding-left: 2em;
}
.plans tbody td em {
	font-style: normal;
	color: #34CF19;
	font-weight: bold;
}

/* DOWNLOAD */
#model-pic {
	float: right;
	width: 85px;
	height: 85px;
	margin-top: -5em;
}
img#modelimg {
	border: 5px solid #F912AC;
	width: 75px;
	height: 75px;
	margin-left: 30px;
}

#download_link {
    padding-left: 240px;
}

/* ABOUT */
#content p.mission {
	font-size: 4em;
	text-align: center;
	font-family: GillSans,"Gill Sans",Trebuchet,Calibri,sans-serif;
	margin-top: 0.4em;
}
.left {
	float: left;
	width: 50%;
	margin-left: -20px;
}
.right {
	float: right;
	width: 50%;
	margin-right: -20px;
}
#content .right p,
#content .left p {
	text-align: justify;
}

/* ABOUT */
#content p.mission {
	font-size: 4em;
	text-align: center;
	font-family: GillSans,"Gill Sans",Trebuchet,Calibri,sans-serif;
	margin-top: 0.4em;
}
.left {
	float: left;
	width: 50%;
	margin-left: -20px;
}
.right {
	float: right;
	width: 50%;
	margin-right: -20px;
}
#content .right p,
#content .left p {
	text-align: justify;
}


/* FOOTER */
#footer {
	background: transparent url(../images/new/content-bottom.jpg) left top no-repeat;
	width: 974px;
	padding-top: 47px;
	margin: 0 auto;
	font-size: .9em;
	color: #B3BDB8;
}
	#footer ul {
		margin: 0 0 1em;;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	#footer li {
		display: inline;
		border-right: .2em solid #D3DDD8;
		padding: 0 1.3em 0 .9em;
	}
	#footer .last {
		border: 0;
	}
	#footer a {
		text-decoration: none;
		color: #727F72;
	}
	#footer a:hover,
	#footer a:active,
	#footer a:focus {
		text-decoration: underline;
	}
	#footer img {
		border: 0;
		vertical-align: bottom;
	}
	.copyright {
		text-align: center;
	}



div#box-success{
	margin-left:-15px;
}

div#box-success div#success-text{
	height:auto;
	width:466px;
	text-align:center;
	padding:20px 0;
	background:transparent url(../images/bg/success.gif) 0 0 repeat-y;
}

div#box-success p{
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	margin:0 10px;
}


div#box-error{
	margin-left:-15px;
}

div#box-error div#error-text{
	height:auto;
	width:466px;
	text-align:center;
	padding:20px 0;
	background:transparent url(../images/bg/error.gif) 0 0 repeat-y;
}

div#box-error p{
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	margin:0 10px;
}
