/* Master Screen CSS for GM SPO Guide	  	*
 *											*
 * Last edited by Jayden on 8/24/09			*
 ********************************************/
 
 
/* = General tag styles
*********************************/

body {
	margin: 0 auto 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg.jpg) top center no-repeat #12254A;
}

h1,h2,h3,h4,h5,p,ul,ol,li,div {
	margin: 0;
	padding: 0;
}

a {
	color: #336B9E;
	text-decoration: none;
}

a:hover {
	color: #ad631a;
	cursor: pointer;
}

a img {
	border: none;
}


/* = General Formatting
*********************************/

.clearall {
	clear: both;
}

.hide {
	display: none;
}


/* = UI
*********************************/

.ui {
	height: 0px;
	padding-top: 33px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
}

.demosite {
	width: 201px;
	margin-top: -3px;
	padding-top: 44px;
	background: url(images/ui-openwebsite.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.getitnow {
	width: 120px;
	margin: 0 17px -10px 4px;
	padding-top: 34px;
	background: url(images/ui-getitnow.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.contact {
	width: 122px;
	margin: 0 17px -10px 4px;
	background: url(images/ui-contactus.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.lock {
	width: 110px;
	margin: 0 17px -10px 4px;
	background: url(images/ui-lock.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

.submit {
	behavior: url(iepngfix.htc);
}


/* = Site Wrapper
*********************************/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* = Header
*********************************/

#header {
	margin-top: 20px;
	height: 72px;
	position: relative;
	overflow: hidden;
	text-align: left;
	background: url(images/header-bg.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#header .cobaltlogo {
	display: block;
	top: 16px;
	left: 18px;
	position: absolute;
	behavior: url(iepngfix.htc);
}

#header h1 {
	color: #C1DFEC;
	font-size: 19px;
	font-weight: normal;
	top: 23px;
	left: 160px;
	position: absolute;
	text-shadow: 0 -1px  #000;
}

#header p {
	top: 25px;
	right: 25px;
	position: absolute;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 -1px  #000;
}

#header .cta {
	color: #fff;
	font-size: 19px;
	text-align: right;
	padding-top: 17px;
}


/* = Content
*********************************/

#content {
	padding: 25px 0 20px;
	text-align: left;
	background: url(images/content-bg.png) top left repeat-x #fff;
	clear: right;
	position: relative;
}

#content h2 {
	padding: 40px 0 5px 38px;
	width: 450px;
	text-align: left;
	font-size: 34px;
	font-weight: 700;
	color: #333;
}

#content h3 {
	text-align: left;
	font-size: 23px;
	color: #333;
}

#content .sub {
	padding-left: 38px;
	width: 450px;
	color: #B26A1D;
	font-size: 23px;
	font-weight: 400;
	line-height: 1em;
	position: relative;
}

#content .cta {
	padding: 45px 0 220px 38px;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	position: relative;
}



/* = Content Modules
*********************************/

#content .row {
	clear: both;
	padding-left: 45px;
	width: 955px;
	position: relative;
	float: left;
}

#content .module {
	width: 312px;
	padding: 0 45px 25px 119px;
	position: relative;
	float: left;
}

#content .module .icon {
	display: block;
	margin: 0;
	padding: 0;
	top: -5px;
	left: 0;
	position: absolute;
}

#content .module h3 {
	font-size: 16px;
	color: #333;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
}

#content .module p {
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 10px;
}

#content .module a {
	font-weight: bold;
}


/* = Video Player
*********************************/

#innerwrapper {
	margin: 0;
	padding: 76px 0px 0 120px;
	text-align: left;
	width: 388px;
	height: 444px;
	background: url(images/phones2.png) top left no-repeat;
	behavior: url(iepngfix.htc);
	/*top: -50px;
	right: 120px;
	position: absolute;*/
	display: inline;
	float: right;
}

#content .starburst {
	margin-left: 778px;
	margin-top: -25px;
	position: absolute;
	behavior: url(iepngfix.htc);
}

#formwrapper {
	margin: 0 auto;
	padding: 0 37px 1px;
	width: 600px;
	background: url(images/video-shadow.png) bottom center no-repeat;
	height: auto;
	line-height: 1.3em;
}

/* = Form
*********************************/

#content.form {
	background: url(images/form-bg.png) top left repeat-x #fff;
	padding-bottom: 40px;
}

#content.form h2 {
	text-align: center;
	font-size: 36px;
	color: #333;
	width: auto;
	margin: 0 0 15px 0;
	padding: 0;
}

#form {
	background-color: #EDF6FC;
	border: 1px solid #9DADBC;
}

#form form {
	margin: 0;
	padding: 0;
}

#form #forminfo {
	padding: 10px 15px;
	background: url(images/form-header-bg.png) top left repeat-x #4093D0;
	font-size: 14px;
	color: #fff;
}

#form div {
	padding: 6px 12px;
}

#form .zebra {
	background-color: #D7EEFC;
}

#form .check {
	font-size: 14px;
	height: 32px;
	overflow: hidden;
}

#form .check div {
	float: left;
	padding-right: 10px;
}

#form .check input {
	font-size: 1.2em;
}

#form em {
	color: #666;
}

#form .txt {
	height: 65px;
	overflow: hidden;
}

#form .txt div {
	float: left;
}

#form .txt input {
	height: 1.1em;
	font-size: 1.1em;
	width: 180px;
}

#form .txt input.error {
	background-color: #fffbe8;
}

#form .txt label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

#form .txt label.error {
	color: #ad1f00;
	position: relative;
	z-index: 500;
}

#form .button {
	text-align: center;
	padding: 10px 12px;
}

#form .success {
	padding: 40px 40px;
	font-size: 15px;
	color: #333;
	line-height: 1.4em;
}


/* = FAQ
*********************************/

#wrapper div.faq {
	background: url(images/form-bg.png) top left repeat-x #fff;
	padding: 25px 300px 40px 50px;
}

#content.faq h2 {
	text-align: left;
}

#content.faq h3 {
	font-size: 16px;
	color: #336B9E;
	margin-bottom: 5px;
	text-align: left;
}

#content.faq p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#content.faq ul {
	margin-top: -15px;
	margin-left: 30px;
	font-size: 14px;
	color: #333;
}

#content.faq li {
	margin-bottom: 7px;
	padding-right: 150px;
	line-height: 1.2em;
}


/* = Footer
*********************************/

#footer {
	height: 83px;
	text-align: center;
	background: url(images/footer-bg.png) bottom left no-repeat;
	behavior: url(iepngfix.htc);
}

#footer.form {
	height: 30px;
}

#footer .cta {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}


/* = Footnote
*********************************/

#footnote p {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	color: #8EAABD;
}


