
/*.container_12 {
	background: url(../images/12_col.gif) repeat-y
}*/
a:link, a:hover, a:visited {
	color: #00F;
}
.spacer {
	height: 20px;
}
.spacer_header {
	height: 15px;
}
.divider {
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(../images/dotted.gif) repeat-x bottom;
	clear: both;
}
#content p {
	font-size: 0.75em;
}
#content li {
	font-size: 12px;
}
/*------------------------------------------------------------------
Header
------------------------------------------------------------------*/
#header {
	position: relative;
	padding: 18px;
	background: #39F;
	color: #FFF;
	min-width: 960px;
	z-index: 100;
}
#header_bg{
	background: url(../images/promo-bg.jpg) repeat-x;
	padding-top: 20px;
	min-height: 300px;
}
#promo_header {
	background: url(../images/promo-header.jpg) no-repeat;
	height: 360px;
	position: relative;
}
#promo_header p{
	font-size: 1.125em;
	color: #999;
}
#promo_header .title1 {
	position: absolute;
	width: 940px;
	left: 10px;
	bottom: 38px;
	text-align: center;
}
.promo_cta {
	position: absolute;
	right: 20px;
	top: 32px;
	width: 210px;
}
.promo_cta img{
	margin-bottom: 4px;
}
.promo_home {
	position: absolute;
	left: 20px;
	top: 20px;
}

/*------------------------------------------------------------------
Bulleted Lists
------------------------------------------------------------------*/
ul {
	list-style: outside;
	margin-left: 0;
	padding-left: 1em;
}
ul ul {
	list-style: circle;
}
li {
	padding: 0 0 0.5em 0;
	font-size: 14px;
}

/*------------------------------------------------------------------
Feature 3 col
------------------------------------------------------------------*/
#feature{
	background: #006;
	background: url(../images/feature-header.gif) no-repeat #006;
	padding-top: 10px;
}
#feature div.grid_4 {
	background: url(../images/feature-bg.jpg) bottom repeat-x #FFF;
}
#feature div.grid_4 span {
	display: block;
	padding: 1em;
}
.feature_footer {
	height: 10px;
	background: url(../images/feature-footer.gif) no-repeat;
}
#feature p{
	font-size: 0.875em;
}
/*------------------------------------------------------------------
Downloads
------------------------------------------------------------------*/
.download {
	padding: 10px;
	background: #EDEDED;
	font-size: 0.75em;
	margin-bottom: 4px;
	clear: both;
}
.download:hover, .download:hover strong {
	background: #39F;
	color: #FFF;
}
.download strong{
	color: #39F;
}
.download_icon {
	float: left;
	display: inline;
	margin-right: 8px;
}
/*------------------------------------------------------------------
Sticky footer
------------------------------------------------------------------*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}
.push {
	height: 170px;
}
/*------------------------------------------------------------------
Footer
------------------------------------------------------------------*/
#footer {
	position: relative;
	background: #003;
	font-size: 0.6875em;
	line-height: normal;
	clear: both;
	color: #FFF;
	height: 140px;
	z-index: 99;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
.footer_left {
	padding: 6px 12px;
	float: left;
	display: inline;
}
.footer_left img {
	display: block;
	margin: 6px 0 0 0;
}
.footer_right {
	float: right;
	display: inline;
	margin: 6px 0 0 0;
	text-align: right;
}
.ssl {
	float: right;
	margin: 9px 12px 0 10px;
}
/*------------------------------------------------------------------
Mkt navigation
------------------------------------------------------------------*/
#nav {
	position: absolute;
	right: 18px;
	top: 24px;
}
#nav span{
	margin-right: 14px;
}
#nav img {
	vertical-align: middle;
}
#nav span a {
	margin-left: 6px;
}
#nav a, #nav a:visited, #nav a:active, #nav a:hover  {
	color: #FFF;
	text-decoration: underline;
}
/*------------------------------------------------------------------
Partner logos
------------------------------------------------------------------*/
div.logos {
	padding: 12px;
	background: #DDD;
	margin-bottom: 0.5em;
}
div.logos img {
	margin: 0 8px 8px 0;
}
div.logos img.last {
	margin: 0 0 8px 0;
}
/*------------------------------------------------------------------
Contact us
------------------------------------------------------------------*/
#contact_form {
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#address {
	background: #FFF;
	padding: 20px;
	color: #006;
}

/*------------------------------------------------------------------
Forms
------------------------------------------------------------------*/
.cssform_2 span.first, .login_form span.first {
	padding-top: 0;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.cssform_2, .login_form {
	clear:both;
}
.cssform_2 span, .login_form span {
	clear: left;
	padding: 6px 0;
	font-size: 0.75em;
	margin: 0;
	border-bottom: 1px solid #DDD;
	display: block;
	text-align: left;
}
.cssform_2 span.last, .login_form span.last {
	border-bottom: none
}
.cssform_2 span {
	padding-left: 160px; /*width of left column containing the label elements*/
}
.login_form span {
	padding-left: 80px;
}
.cssform_2 label {
	font-weight: bold;
	float: left;
	text-align: left;
	margin-left: -160px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.login_form label {
	font-weight: bold;
	float: left;
	text-align: left;
	margin-left: -80px; /*width of left column*/
	width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform_2 em, .login_form em  {
 color: #f00;
 vertical-align: top;
}
.cssform_2 p {
	margin: 0 0 6px 0;
}
.login_form input {
	vertical-align: middle;
}
.login_form a {
	margin-left: 6px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}
input.vsmall, textarea.vsmall {
	width: 60px;
}
input.small, textarea.small {
	width: 140px;
}
input.medium, textarea.medium  {
	width: 220px;
}
input.large, textarea.large {
	width: 300px;
}
input.xlarge, textarea.xlarge {
	width: 360px;
}
input.xxlarge, textarea.xxlarge {
	width: 460px;
}
/*------------------------------------------------------------------
CTA
------------------------------------------------------------------*/
#call_to_action img {
	clear: both;
	margin-bottom: 16px;
}
/*------------------------------------------------------------------
Login
------------------------------------------------------------------*/
.login_top {
	background: url(../images/login-itsgenie-top.png) no-repeat;
	padding: 20px 20px 0 20px;
}
.login_bottom {
	background: url(../images/login-itsgenie-bottom.png) no-repeat bottom;
	height: 20px;
}
.login_form {
	background: #FFF;
	width: 300px;
	margin-left: 60px;
	padding: 30px 0;
}
.login_form p {
	font-size: 0.75em;	
}
#login_outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	z-index: 101;
}
#login_inner  {
	width: 460px;
	margin-left: -230px;
	position: absolute;
	top: -240px;
	left: 50%;
}
#login_brand_opt1 {
	background: #39F;
}
#login_brand_opt2 {
	background: #2DB5DE url(../images/login-brand-opt2-bg.jpg) right bottom no-repeat;
}
#login_brand_opt1 h1, #login_brand_opt2 h1 {
	color: #FFF;
}
#login_brand_opt1  .login_top, #login_brand_opt2  .login_top {
	background: url(../images/login-brand-opt1-top.png) no-repeat;
}
#login_brand_opt1  .login_bottom, #login_brand_opt2  .login_bottom {
	background: url(../images/login-brand-opt1-bottom.png) no-repeat bottom;
}
/*------------------------------------------------------------------
Warning Messages
------------------------------------------------------------------*/

#mssgField {
	padding: 8px;
	margin-bottom: 12px;
}
#mssgField img {
	margin-right: 8px;
	float: left;
}
#mssgField li, #mssgField div.desc {
	font-size: 0.75em;
	list-style-position: inside;
}
#mssgField .title {
	margin: 0;
	font-weight: bold;
	padding-bottom: 6px;
}
#mssgField .title.first {
	padding-bottom: 0;
}
#mssgField .subtitle {
	font-size: 0.875em;
	font-weight: normal;
	background: none;
	padding: 0;
	border: none;
	clear:none;
}
#mssgField ul, #mssgField div.desc {
	padding-top: 6px;
	background-repeat: repeat-x;
	list-style: disc;
}
#mssgField.last {
	margin-bottom: 0;
}
.error {
	border: 1px solid #FF6600;
	background-color: #FFFAE6;
}
.error .title, .error .subtitle {
	color: #FF6600;
}
.error ul, .error div.desc {
	background-image: url(../images/error-dots.gif);
}
.success {
	border: 1px solid #41A035;
	background-color: #EAFFE8;
}
.success .title, .success .subtitle {
	color: #41A035;
}
.success ul, .success div.desc {
	background-image: url(../images/success-dots.gif);
}

.warning-mssg, .success-mssg {
	padding: 6px 8px;
	font-size: 0.75em;
}
.warning-mssg {
	background: #FFC;
	border: solid 1px #FC0;
}
.success-mssg {
	background: #E5F1BF;
	border: solid 1px #A9D12A;
}