
/* == RESET CSS == */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* == PAGE LAYOUT == */

body {
	background: url('images/smi-bg.jpg') repeat-x 50% -220px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#page-wrap {
	padding: 30px 0 60px;
	width: 100%;
}
.home #page-wrap {
	padding-top: 0;
}
#page {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
	width: 960px;
}
.full-width {
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	box-shadow: 0px 1px 1px #ccc;
	padding: 20px;
	width: 900px;
	margin: 0 auto;
}
#sections-wrapper {
	background: url('images/gray-noise-bg.png') 50% 0;
}
.section {
	clear: both;
	margin: 0 auto;
	padding-bottom: 140px;
	overflow: hidden;
	width: 960px;
}
#side-col {
	float: right;
	height: 200px;
	margin-right: 10px;
	width: 300px;
}

/* == HEADINGS == */

h1, h2, h3, h4 {
	color: #404040;
	font-weight: bold;
	text-shadow: 0 1px #fff;
}
h1, .home h2 {
	color: #3b72a5;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 16px;
}
#page h1 {
	margin-left: 10px;
}
#overview h2 {
	line-height: 1;
	margin: 30px 0 4px;
}
.form-section h2, .container h2 {
	color: #404040;
	font-size: 24px;
	padding: 0 0 5px;
}
.full-width h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
h3 {
	color: #404040; 
	font-size: 32px;
}
#overview h3 {
	color: #3b72a5;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 16px;
}
.full-width h3 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
#footer h3 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 12px;;
	text-shadow: 0 -1px #1a3e5f;
}
.section-heading {
	height: 40px;
	margin: 20px 0 40px;
	position: relative;
}
.section-heading h3 {
	background: url('images/section-heading-bg.png') repeat-x 0 19px;
	color: #404040; 
	font-size: 32px;
	height: 40px;
	margin: 0 10px;
	text-align: center;
	text-shadow: 0 1px #fff;
	width: 940px;
}
.section-heading span {
	background: url('images/gray-noise-bg.png') 50% 0;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 10px;
}
ol h4, ul h4 {
	padding-left: 70px;
}
p {
	color: #404040;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 16px;
}

/* == LINKS == */

a, a:visited {
	color: #3b72a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.top-link {
	background: url('images/gray-noise-bg.png') 50% 0;
	color: #999999;
	font-size: 16px;
	height: 40px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 60px;
}
.top-link a {
	background: url('images/smi-sprite.png') no-repeat 44px -306px;
	color: #999;
	display: block;
	line-height: 24px;
	height: 24px;
	margin-top: 8px;
	padding-right: 24px;
	width: 36px;
}
.top-link a:hover {
	background: url('images/smi-sprite.png') no-repeat 44px -336px;
	color: #5a8322;
	text-decoration: none;
}

/* == LISTS == */

/* icon list */
.icon-list li {
	background: url('images/smi-sprite.png') no-repeat;
}
.icon-list h4 {
	padding-left: 34px;
}
.icon-list p {
	padding: 0 0 30px 34px;
}
.icon-list .folder { background-position: -180px -308px; }
.icon-list .binocs { background-position: -150px -338px; }
.icon-list .magnify { background-position: -120px -368px; }
.icon-list .support { background-position: -90px -398px; }
.icon-list .accept-decline { background-position: -60px -428px; }
.icon-list .people { background-position: -30px -458px; }
.icon-list .clapboard { background-position: 0 -488px; }
.icon-list .support { background-position: -90px -398px; }
.icon-list .question { background-position: -210px -278px; }
.icon-list ul {
	color: #404040;
	list-style: disc;
	margin-left: 54px;
}
.icon-list ul li {
	background: none !important;
	font-size: 13px;
	line-height: 20px;
}
.icon-list .complex p {
	padding-bottom: 20px;
}

/* full-width list */

.full-width ul {
	color: #404040;
	list-style: disc;
	margin-left: 40px;
	padding-bottom: 20px;
}
.full-width li {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 5px;
}

/* buttons */
.btn-big, .btn-small {
	background: url('images/smi-sprite.png') no-repeat;
	display: block;
	height: 72px;
	text-indent: -9999px;
	width: 220px;
}

.btn-big{
	-webkit-transition: opacity ease-in .9s;
	-moz-transition: opacity ease-in .9s;
	-o-transition: opacity ease-in .9s;
	transition: opacity ease-in .9s;
}

.btn-big:hover {
	opacity: .6;
	position:relative;top: -1px;
	-webkit-transition: opacity ease-in .6s;
	-moz-transition: opacity ease-in .6s;
	-o-transition: opacity ease-in .6s;
	transition: opacity ease-in .6s;
}
.btn-big:active {position:relative;top: 2px;}



.btn-create {
	background-position: 0 -80px;
	margin-left: 10px;
	width: 210px;
}
.btn-login {
	background-position: -220px -80px;
	margin-top: 10px;
}
.btn-small {
	height: 30px;
	width: 80px;
}
.btn-signup-small { background-position: -130px -140px; } 

/* == HEADER == */

#header {
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#logo {
	float: left;
	margin: 15px 0 0 10px;
}
#logo a {
	background: url('images/submitmyinvention-logo.jpg') no-repeat; 
	display: block;
	height: 70px;
	width: 240px;
	text-indent: -9999px;
}

/* nav */

#nav {
	height: 30px;
	float: right;
	margin: 50px 10px 0 0;
}
#nav li {
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-shadow: 0 1px #000;
}
#nav a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	display: block;
    float: left;
	height: 30px;
	padding: 0 15px;
}
#nav a:hover {
	background-color: rgba(255,255,255,0.1);
	text-decoration:  none;
}
#nav a:active {
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
	text-decoration: none;
}

/* nav signup overrides */

#nav #nav-signup {
	height: 30px;
	margin: 0 0 0 15px;
}
#nav #nav-signup a {
	border-radius: 0;
	height: 30px;
	padding: 0;
}
#nav #nav-signup a:hover {
	background-color: transparent;
}
#nav #nav-signup a:active {
	box-shadow: none;
}

/* nav extras */

#extras {
	color: #dde3e9;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 0;
	text-shadow: 0 1px #000;
}
#call-us {
	display: block;
	float: right;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-right: 16px;
}
#call-us a {
	color: #dde3e9 !important;
}
#nav-extras {
	background: #31587d;
	border: 1px solid #284866;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	border-top: 0;
	float: right;
	height: 29px;
}
#nav-extras li {
	border-left: 1px solid #567694;
	border-right: 1px solid #294968;
	float: left;
	font-size: 14px;
	height: 29px;
	line-height: 29px;
}
#nav-extras li:first-child {
	border-left: 0;
}
#nav-extras li:first-child a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
}
#nav-extras li:last-child {
	border-right: 0;
}
#nav-extras li:last-child a {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;	
}
#nav-extras a {
	background: url('images/smi-sprite.png') no-repeat;
	color: #dde3e9;
	display: block;
    float: left;
	height: 28px;
	padding: 0 16px 0 37px;
}
#nav-extras a:hover {
	background-color: #406587;
	text-decoration: none;
}
#nav-extras li#contact a {
	background-position: 16px -244px;
}
#nav-extras li#login a {
	background-position: 16px -274px;
}

/* == HOMEPAGE == */

/* Overview */

#overview-wrap {
	background: url('images/main-box-bg.jpg') no-repeat 50% top;
	height: 320px;
	width: 100%;
	padding-bottom: 20px;
	
}
#overview {
	height: 320px;
	padding-bottom: 0;
	position: relative;
}
#overview div {
	margin-left: 10px;
	overflow: hidden;
	width: 480px;
}
#overview p {
	color: #597289;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
	text-shadow: 0 1px #fff;
}
#overview li {
	float: left;
	height: 72px;
}
#overview .primary-cta {
	height: 72px;
	margin-right: 20px;
	width: 220px;
}
#overview .demo-request {
	background: url('images/smi-sprite.png') no-repeat -70px -200px;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-top: 16px;
	padding-left: 48px;
	text-shadow: 0 1px #fff;
}
#overview #play-button {
	background: url('images/play-btn.png') no-repeat;
	height: 320px;
	position: absolute;
	right: 10px;
	top: 0;
	text-indent: -9999px;
	width: 440px;
}
#overview #play-button:hover {
	background-position: 0 -320px;
}

/* Company Logos */


#company-logos {
	background: url(images/gray-noise-bg.png);
	border: 0px solid #E6EAED !important;
	border-bottom: 1px solid #eee !important;
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5) !important;
	position: relative;
	z-index: 9999 !important;
	opacity: .8;
}



#company-logos img {
	padding-top: 6px;
}




/* SMI Process */

#smi-process p {
	padding-bottom: 0;
}
#three-steps-visual {
	background: url('images/steps-bar.png') no-repeat;
	float: left;
	margin-top: 40px;
	width: 710px;
}
#three-steps-visual ol {
	padding-top: 44px;
}
#three-steps-visual li {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 220px;
}
#three-steps-visual li#step-1 {
	margin-left: 10px;
}
#three-steps-visual li#step-3 {
	margin-right: 0;
}
#three-steps-visual h4 {
	background: url('images/large-icon-sprite.png') no-repeat;
}
#three-steps-visual #step-1 h4 { background-position: -140px -190px; }
#three-steps-visual #step-2 h4 { background-position: -70px -260px; }
#three-steps-visual #step-3 h4 { background-position: 0 -330px; }



/* #SMIBenefits-Section New
============================================*/
#smibenefits-section {
	padding-top: 19px;

}

#smibenefits-section h3{
	font-size: 17px;
	padding: 26px 0 0 80px;
	text-shadow: -1px 1px 0px #fff;
}
#smibenefits-section h3 span{
	color:#777; 
	font-weight: 400;
	line-height: 25px;
	text-shadow: -1px 1px 0px #fff;
}

/*--icons--*/
.powerful{
	background:url('../images/icons-smi.png') no-repeat 0 4px;
	padding-left: 90px;
	padding-top: 20px;
	height: 50px;
}

.nocost{
	background:url('../images/icons-smi.png') no-repeat 0 -84px;
	padding-left: 90px;
	padding-top: 20px;
	height: 50px;
}
.scalable{
	background:url('../images/icons-smi.png') no-repeat 0 -172px;
	padding-left: 90px;
	padding-top: 20px;
	height: 50px;
}

/*--Check Mark List--*/

.checklist{
	list-style: none;
	line-height: 30px;
	margin: 19px 0 -2px;
	text-shadow: -1px 1px 0px #fff;
}

.checklist li{
	color:#305c78;
	padding: 0px 0 13px 38px;
	font-size: 15px;
	background: url('../images/smi-check.png') no-repeat;
	font-weight: 600 !important;
}


/*=== Old School Columns & Clearing ===*/

.col1,
.col2{
	display:inline;
	float: left;
	position: relative;
	margin: 0 12px;
}

#smibenefits-section .col1 {
	width:42%;
	border-right: 4px double #ddd;
}

#smibenefits-section .col2 {
	width: 29%;
	float: left;
	border-right: 4px double #ddd;
}
		
.first { margin-left: 0;}
.last { margin-right: 0px !important;}

/*-- oldie br clearfix --*/
br { clear: both;}




/* ==Testimonial updated with new sctuffs== */


.testimonial {
	display: inline;
	float: right;
	margin: 16px 10px 0 0;
	position: relative;
	width: 22%;
}

.testimonial h4{
	font-size: 1.2em;
	padding-bottom: 10px;
	text-shadow: -1px 1px 0px #fff;
}



/* Features */
#features ul {
	float: left;
	margin-top: 30px;
	width: 140px;
}
#features #feature-list-1 {
	margin-left: 10px;
}
#features #features-visual {
	float: left;
	width: 660px;
}
#features .btn-signup {
	margin: 0 auto;
}
#features .icon-list p {
	padding-left: 0;
}

/* Video Overview */
#video {
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-webkit-box-shadow: 0px 5px 10px #ccc;
	box-shadow: 0px 5px 10px #ccc;
	float: left;
	height: 360px;
	margin-left: 10px;
	padding: 9px;
	width: 640px;
}
#video-info {
	float: right;
	margin-right: 10px;
	width: 260px;
}
#video-info .btn-signup {
	margin-left: 34px;
}
#video-info .icon-list p {
	padding-bottom: 20px;
}
#video-info .icon-list {
	margin-bottom: 30px;
}

/* F.A.Q. */

#faq-list {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}
#faq-list li {
	background: url('images/smi-sprite.png') no-repeat -210px -280px;
	float: left;
	margin-right: 20px;
	width: 300px;
}
#faq-list ul li {
	float: none;
	margin: 0;
	width: auto;
}
#faq-list .last {
	margin: 0;
}
#faq-list h4, .faq-list p {
	padding-left: 34px;
}
#faq .btn-signup {
	clear: both;
	margin: 0 auto;
}

/* == SIGNUP FORM == */

#form-col {
	float: left;
	padding-bottom: 20px;
	width: 630px;
}
.form-section {
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	box-shadow: 0px 1px 1px #ccc;
    clear: both;
	padding: 22px 19px 29px;
	position: relative;
	margin: 0 0 40px 10px;
	width: 580px;
}
.form-section-heading {
	background: url('images/large-icon-sprite.png') no-repeat;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-left: 70px;
}
#company-info .form-section-heading { background-position: -140px 0; }
#your-info .form-section-heading { background-position: -70px -60px; }
#account-info .form-section-heading { background-position: 0 -120px; }
.form-step {
	background: url('images/smi-sprite.png') no-repeat;
	display: block;
	height: 32px;
	left: -10px;
	position: absolute;
	text-indent: -999px;
	top: -10px;
	width: 32px;
}
#company-info .form-step { background-position: -40px -460px; }
#your-info .form-step { background-position: -40px -510px; }
#account-info .form-step { background-position: -40px -560px; }
form p, .container p {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
form li {
	clear: both;
	padding: 5px 5px 9px;
}
form li div span {
	display: block;
	float: left;
}
input.text, select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #bfbfbf #d9d9d9 #d9d9d9 #bfbfbf;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	height: 18px;
	padding: 0;
    width: 100%;
}
input.text {
	background: #fff url('images/input-bg.png') repeat-x;
}
input.button {
	font-size: 16px;
}
input.medium {
	width: 48%;
}
li.phone input {
	text-align: center;
}
select {
	height: 20px;
}
span.left, span.right {
	width: 48%;
}
span.left {
	float: left;
}
span.right {
	float: right;
}
span.full {
	width: 100%;
}
span.last-name {
	margin-left: 5px;
}
span.domain-ext {
	float: left;
	margin-left: 10px;
}
span.separator {
	color: #808080;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 8px;
}
span.phone-ext {
	padding: 0 5px 0 20px;
}
li.name input,
li.phone input,
span.domain-ext select {
    width: auto;
}
label {
	color: #404040;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px;
}
label span {
	color: #ff0000;
}
form li div label, form li span label {
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
}
form li.phone div label {
	text-align: center;
}
form ul:after,
form li:after,
form li div:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.active {
	background: #fff7c0;
}
span.next-step {
	background: url('images/smi-sprite.png') no-repeat 0 -200px;
	bottom: -16px;
	height: 20px;
	left: 30px;
	position: absolute;
	text-indent: -9999px;
	width: 62px;
}

/* == LOGIN PAGE == */

.container {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	box-shadow: 0px 1px 1px #ccc;
	float: left;
	padding: 20px;
	width: 410px;
}
#login-box {
	margin: 0 40px 0 10px;
}
#forgot-pass {
	display: block;
	font-size: 13px;
    line-height: 18px;
	text-align: center;
	width: 120px;
}
#signup-box .btn-signup {
	margin-top: 20px;
}
#login-box p, #signup-box p {
	border-bottom: 1px solid #d9d9d9;
}

/* == CONTACT PAGE == */

#contact-box {
	padding-bottom: 0;
}
#contact-box p {
	border-bottom: 1px solid #d9d9d9;
}

/* == CONTACT PAGE == */

/* == FOOTER == */

#footer-wrap {
	background: url('images/smi-bg.jpg') repeat-x 50% 0;
	clear: both;
	width: 100%;
}
#footer {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 960px;
}
#footer #about-smi {
	border-bottom: 1px solid #1a3e5f;
}
#footer #about-smi img {
	float: left;
	margin-left: 10px;
}
#footer #about-smi div {
	float: right;
	margin-right: 10px;
	width: 700px;
}
#footer #about-smi p {
	color: #c7d2dc;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px; 
}

/* sub-footer */

#sub-footer {
	border-top: 1px solid #45698a;
	clear: both;
	margin: 0 auto;
	padding-top: 20px; 
	width: 960px;
}
#sub-footer p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	text-align: center;
}
#sub-footer #legal {
	font-size: 14px;
	line-height: 22px;
}
#sub-footer a {
	color: #c7d2dc;
}

/* == STICKY FOOTER == */

html, body { height: 100%; }

#wrap {
	min-height: 100%;
	width:  100%;
}

#page-wrap {
	overflow: auto;
	padding-bottom: 280px;/* must be same height as the footer */
}

#footer-wrap {
	clear: both;
	height: 280px;
	margin-top: -280px; /* negative value of footer height */
	position: relative;
} 

/*Opera Fix*/

body:before {/* thanks to Maleika (Kohoutec)*/
content: "";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}

.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


* html form ul,
* html form li,
* html form li div {
    zoom: 1;
}
*:first-child+html form ul,
*:first-child+html form li,
*:first-child+html form li div {
    zoom: 1;
}



/* Lets make things a bit more purdy
=====================================================*/

*::selection{background: #e1dd72;color: #000;text-shadow: none;}

#footer p, #footer h3 {
	text-shadow: -1px 1px 0px #111;

}

h1, h2, h3, h4, #features p, #faq p, #faq h4, #video-overview h4, #video-overview p,  #video-overview li {
	text-shadow: -1px 1px 0px #fff;
}
