/* Styles for public site GetGambit.com
--------------------------------------------------------------------------------------*/

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, font, 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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  background:transparent url(http://static2.getgambit.com/images/gambit/img/bg.jpg) repeat-x scroll 0 0;
   }
    
#content_wrapper {
  background: url(http://static2.getgambit.com/images/gambit/img/bg.jpg) repeat-x;
  min-height:100%;
  position:relative;
}

#container {
  width: 780px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 130px; /* height of footer */
 }

#container h2{
	font-size:20px;
}

#content {
	margin: 0 0 10px 0;
	overflow: hidden;
}

h3, .h3 {
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
	display:block;
	margin-bottom:9px;
}

#container h4{
	font-size:14px;
}

#container p{
	font-size: 1.45em;
	line-height: 1.4em;
}

/* login box fix */
#container #header p {
	line-height: normal !important;
}

a { color: #a63838; }

/* Header
--------------------------------------------------------------------------------------*/

#header {
	background: url(http://static2.getgambit.com/images/gambit/img/header-bg.jpg) top center no-repeat;
	position: relative;
	height: 163px;
        padding-top:5px;
	padding-bottom: 5px;
}

#header h1 a {
	width: 281px;
	height: 68px;
	left:0;
	position:absolute;
	top: 57px;
	display: block;
	background: url(http://static2.getgambit.com/images/gambit/img/logo.jpg) repeat scroll 0 0;
	text-indent: -9999px;
}

#header h3 {
	text-align: right;
	line-height: 22px;
	color:white;
	float:right;
	height:45px;
	left:612px;
	position:absolute;
	top:57px;
	width:168px;
}

#header h3 em {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fea3a5;
	padding: 0 5px 0 0;
}

#header h3 span {
	display:block;
	font-size:22px;
}
		
#header ul.nav {
	position: absolute;
	top: 128px;
	left: 297px;
	height: 35px;
	overflow: hidden;
}

#header ul li {
	background:transparent none repeat scroll 0 0;
	float: left;
	padding: 0px;
}

#header ul.nav li a {
	display: block;
	height: 35px;
	width: 115px;
	text-indent: -9999px;
}

#header	.about a {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -123px 0;
	margin: 0 8px;
}
		
#header .about a:hover, .about a.selected {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -123px -35px;
}


/* STYLES FOR SPECIFIC PAGES
--------------------------------------------------------------------------------------*/

.intro {
	margin: 24px 0;
	background: #94a235;
	height: 84px;
	}

.intro p {
	width: 530px;
	padding: 33px 10px 20px;
	font-weight:bold;
	color: white;
	float: left;
	}

.intro a:hover {
	float: right;
	height: 84px;
	width: 230px;
	background: url(http://static2.getgambit.com/images/gambit/img/take-the-tour.gif) 0 -84px;
	text-indent: -9999px;
	}

.intro a {
	float: right;
	height: 84px;
	width: 230px;
	background: url(http://static2.getgambit.com/images/gambit/img/take-the-tour.gif) 0 0;
	}

.primary {
	float: left;
	width: 540px;
	margin: 0 20px 0 0;
	}

.secondary {
	float: left;
	width: 220px;
	}
	
	
/* Features Page
---------------------------------------------------------------------------------*/

#features-page {
	padding: 20px 0;
	}

#features-page h2 {
	margin: 0 0 16px 0;
	font-weight: 700;
	padding: 0 0 4px 0;
	color: #111;
	}

#features-page p {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 10px 20px;
	background: #eee;
	}

.features a {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll 0 0;
	}

.features a:hover, .features a.selected {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll 0 -35px;
	}


/* Demo Page
---------------------------------------------------------------------------------*/


#demo-page {
	padding: 20px 0;
	}

#demo-page h3 {
	margin: 0 0 16px 0;
	font-weight: 700;
	padding: 0 0 4px 0;
	color: #111;
	}

#demo-page h4 {
	margin: 0 0 16px 0;
	}

#demo-page p {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 10px 20px;
	background: #eee;
	}

#demo-page ul {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 20px 20px 10px 20px;
	background: #eee;
	list-style-type: disc;
	list-style-position: inside;
	}

#demo-page ul li {
	font-size: 1.4em;
	margin: 0 0 16px 0;
	}

#demo-page ol {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 20px 20px 10px 20px;
	background: #eee;
	list-style-type: decimal;
	list-style-position: inside;
	}

#demo-page ol li {
	font-size: 1.4em;
	margin: 0 0 16px 0;
	}


/* About Page
---------------------------------------------------------------------------------*/

#about-page {
	padding: 20px 0;
}

#about-page h2 {
	margin: 0 0 16px 0;
	font-weight: 700;
	padding: 0 0 4px 0;
	color: #111;
}

#about-page p {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 10px 20px;
	background: #eee;
}


/* FAQ page
---------------------------------------------------------------------------------*/

#faq-page {
	padding: 20px 0;
}

#faq-page h2 {
	margin: 0 0 16px 0;
	font-weight: 700;
	padding: 0 0 4px 0;
	color: #111;
}

#faq-page p {
	margin: 0 0 26px 0;
	border-left: 1px solid #999;
	padding: 10px 20px;
	background: #eee;
}


/* Login
--------------------------------------------------------------------------------------*/
	
.login-box {
	float: right;
	margin: 6px 0 0 0;
    width: 430px;
    height: 40px;
    display:block;
	}

.login-box p {
	float: left;
	}

p.login-field {
	width: 180px;
	height: 20px;
	background: url(http://static4.getgambit.com/images/gambit/img/login-bg.gif);
	margin: 0 6px 0 0;
	overflow: hidden;
	}

p.login-field input {
	border: 0;
	background: transparent none repeat scroll 0 0;
	margin: 2px 4px;
	padding: 0;
	}

p.login-btn {
	height: 20px;
	overflow: hidden;
	}

.login-box ul {
	margin: 5px 12px 0 0;
 	float: right;
    font-weight: bold;
	font-size: 1.7em;
	}

.login-box ul li {
	margin: 0 0 0 5px;
	color: #f27474;
	}

.login-box ul li a {
	color: #fff;
	font-size: 16px;
	}

/* FAQ
--------------------------------------------------------------------------------------*/

.faq a {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -246px 0;
	margin-right: 7px;
	}

.faq a:hover, .faq a.selected {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -246px -35px;
	}

/* Blog
--------------------------------------------------------------------------------------*/

.blog a {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -368px 0;
}

.blog a:hover, .blog a.selected {
	background: transparent url(http://static2.getgambit.com/images/gambit/img/tabs.jpg) repeat scroll -368px -35px;
}

/* Get Started
--------------------------------------------------------------------------------------*/

.get-started {
	background: url(http://static2.getgambit.com/images/gambit/img/get-started-bg.jpg) no-repeat;
	height: 218px;
	margin: 0 0 24px 0;
	padding: 22px 30px 0 30px;
	}

.get-started h2 {
	height: 28px;
	width: 336px;
	margin: 0 0 40px 0;
	color:white;
	}

.get-started p.signup-field {
	width: 342px;
	height: 47px;
	background: url(http://static2.getgambit.com/images/gambit/img/signup-field.gif) no-repeat;
	float: left;
	margin: 0 20px 20px 0;
	}

.get-started p.signup-field input {
	border: 0;
	background: none;
	margin: 10px 0 0 12px;
	padding: 0;
	font-size: 2.4em;
	width: 296px;
	color: #999;
	font-size: 22px !important;
	}

.get-started p.signup-btn {
	width: 114px;
	height: 114px;
	overflow: hidden;
	}

/* Testimonials
--------------------------------------------------------------------------------------*/

.testimonial {	
	float: left;
	width: 250px;
	margin: 0 10px 20px 0;
	padding: 0 5px 0 5px;
	}

.testimonial p {
	font-size: 1.3em;
	line-height: 19px;
	font-style: italic;
	margin: 0 0 8px 0;
	color: #666;
	}

.testimonial strong {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
	line-height: 13px;
	color: #333;
	}

/* Case Study
--------------------------------------------------------------------------------------*/

h3.case-study {
	font-size: 20px;
	padding-left:9px;
	}

p.case-field {
	border: 2px solid #a9a9a9 ;
	height: 150px;
	margin-top: 10px;
	}
.case-field ul{
	margin:10px;
	border:2px solid #a9a9a9;
	width: 175px;
}

.case-field li{
	margin:5px;
	font-size:15px;
}
