/*
	Colors
	light blue: #bfd9e5
	bright blue: #28a9d4
	
	dark gray: #444447
*/

/*
	CSS Resets
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.5 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #28a9d4; color:#fff; text-shadow: none; }
::selection { background:#28a9d4; color:#fff; text-shadow: none; }
/*a:link { -webkit-tap-highlight-color: #28a9d4; }*/

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/*
	Primary layout
*/
body {
	color:#333;
	background:#444447 url(/img/black_denim.gif) repeat 50% 0;
	-webkit-font-smoothing: antialiased;
	/* hidens overflow for homepage slideshow */
	overflow-y:hidden;
}

#header {
	height:102px;
	z-index:500;
	position:relative;
	background:#303033 url(/img/bg-header.png) repeat-x 50% 100%;
}

#content {
	z-index:0;
	position:relative;
	background:#fff url(/img/bg-content.png) repeat-x 50% 0;
}

#footer {
	background-color:#444447;
}

#featured {
	background-color:#c7cbcc;
	height:300px;
}

#featured.internal {
	padding:20px 0;
	height:auto;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}

#featured .centered {
	padding:0;
	width:960px;
}

#content #featured {
	width:960px;
	background:transparent;
	height:auto;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
 
#content #featured img {
	display:block;
}

#content #featured.column {
	height:335px;
}

#content #featured.column img {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#content #featured.column .content {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	
	width:328px;
	padding:0 60px 0 20px;
	margin:40px 0;
	border-left:1px solid #738389;
}

#content #featured.column .content h1 {
	color:#fff;
	font-size:36px;
	font-weight:600;
}

#content #featured.column .content p {
	font-size:14px;
	color:#fff;
}

.centered {
	width:960px;
	padding:30px 0;
	margin:0 auto;
	position:relative;
}

#featured .centered {
	padding:0;
}

.row {
	position:relative;
	left:-10px;
	width:980px;
	margin:0 0 30px;
}

.row.underline {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.row > div {
	padding:0 0;
	margin:0 10px;
}

.half > div {
	width:470px;
	float:left;
}

.row.threequarters .row.half {
	width:690px;
}

.row.threequarters .row.half div {
	width:325px;
	float:left;
}

.thirds > div {
	width:306px;
	float:left;
}

.row div.inset {
	text-shadow:0 1px 0 rgba(255,255,255,1);
	background:#f5f5f5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	padding:15px;
}

.thirds > div.inset {
	width:276px;
}

.half > div.inset {
	width:440px;
}

.inset h1 {
	color:#585D5F;
}

#home .inset h1 {
	text-align:center;
	padding-bottom:12px;
	border-bottom:1px solid #D3D3D3;
}

.row div.screenshot.mingle {
	min-height:150px;
	height:auto !important;
	height:150px;
	padding-left:160px;
	width:295px;
	background:#f5f5f5 url(/img/box-screenshot-mingle.png) no-repeat 0 100%;
}

.row.threequarters > div {
	width:220px;
	float:left;
}

.row.threequarters div.content {
	width:679px;
	float:left;
	padding-left:20px;
	border-left:1px solid #eeeeee;
}

.row div.inset.featured {
	padding:50px 15px;
}

.row .featured .content {
	text-align:center;
	padding:0 50px;
}

#content ul.topbullet li {
	background: url(/img/bullet-arrow-black.png) no-repeat 0 4px;
}

.indent {
	margin-left:10px;
}

.row.threequarters > div.inset {
	width:200px;
}

.row.threequarters div.content {
	border:0;
	padding:0 0 0 10px;
	width:690px;
}

.row div.inset.quote {
	position:relative;
	margin-bottom:70px;
}

.quote .speaker {
	position:absolute;
	bottom:-60px;
	left:65px;
}

.customer_logo {
	display:block;
}

.quote hr {
	height:1px;
	border:0;
	border-top:1px solid #ddd;
}

.quote blockquote {
	font-size:14px;
}

.quote .quote_arrow {
	display:block;
	position:absolute;
	bottom:-10px;
	left:70px;
}



/*
	Header Elements
*/

#thoughtworks_studios {
	width:143px;
	height:61px;
	display:block;
	position:absolute;
	top:19px;
	left:10px;
}

#header a:link,
#header:visited {
	color:#fff;
	text-decoration:none;
	letter-spacing:0.1px;
	font: 600 11px/1.333 "camingodos-web-1","camingodos-web-2",  sans-serif;
}

#header ul {
	list-style:none;
	margin:0;
}

#header li {
	display:inline-block;
}

/* Adds support for inline-block */
.ie7 #header li {
	zoom: 1;
	*display:inline;
}

/* Top navigation */
#header #top_nav {
	position:absolute;
	top:12px;
	right:10px;
}

#header #top_nav ul,
#header #top_nav div {
	float:left;
}

#header #top_nav ul {
	margin-right:5px;
}

#header #top_nav li {
	background:url(/img/divider-top-nav.png) repeat-y 100% 0;
	padding:1px 19px 2px;
}

#header #top_nav li a:link,
#header #top_nav li a:visited  {
	padding:0 10px;
	color:#fff;
}


/* Search */
#header .search {
	background:none;
	padding:0 0 0 8px;
	position:relative;
	top: -1px;
	width:150px;
}

#search {
	width:115px;
	position:relative;
	top:1px;
	z-index:0;
	font-size:11px;
	color:#666;
	padding:6px 10px 2px 25px;
	border:none;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.search img {
	position:absolute;
	top:7px;
	left:15px;
	display:block;
	z-index:10;
}

/* Main navigation */

#header #main_nav {
	position:absolute;
	top:60px;
	right:0;
}

#header #main_nav li {
	padding:0 5px;
	position:relative;
}

#header #main_nav li.last {
	background:none;
	padding-right:0;
}

#header #main_nav li.last a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#header #main_nav li a {
	white-space:nowrap;
	font-size:16px;
	display:block;
	color:#B0D1DE;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
	padding:5px 14px 8px;
}

/* Sub main nav */
#header #main_nav li ul {
	display:none;
	position:absolute;
	top:31px;
	left:5px;
	padding:6px 0;
	background:#444447;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	-webkit-box-shadow:0 10px 10px rgba(0,0,0,.2);
}

#header #main_nav li.active ul {
	display:block;
}

#header #main_nav li.active > a {
	background:#444447;
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#header #main_nav li.current > a {
	color:#fff;
}

#header #main_nav li.current.active > a {
	color:#B0D1DE;
}

#header #main_nav li ul li {
	padding:0;
	display:block;
	width:100%;
}

#header #main_nav li ul a {
	color:#fff;
	font:800 12px/1.333 sans-serif;
	padding:5px 70px 5px 0;
	margin:0 14px;
	text-shadow:none;
	border-bottom:1px solid #57575a;
}

#header #main_nav li ul a:hover {
	color:#B0D1DE;
}

#header #main_nav li ul li.last a {
	border:none;
}

#header #main_nav small {
	font-size:11px;
	color:#a2a2a3;
}

#header #main_nav a:hover small {
	color:#d0d0d1;
}


/* Footer elements */

#footer h4 {
	font-size:22px;
	color:#bfd9e5;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
	border-bottom:1px solid #666;
	padding-bottom:15px;
	margin-bottom:20px;
}

#footer ul li,
#footer li ul {
	list-style:none;
	margin:0;
}

#footer li ul,
#social ul li {
	margin-top:2px;
}

#footer ul {
	margin:0;
	padding-bottom:15px;
	display:block;
	float:left;
	width:235px;
}

#footer ul li a {
	font-size:14px;
	color:#bfd9e5;
	font-weight:800;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
}
 
#footer li ul li a,
#social ul li a {
	line-height:1.4;
	font-size:12px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
}

#footer li ul li a:hover,
#social ul li a:hover {
	color:#bfd9e5;
}

#footer li ul li a:hover:after,
#social ul li a:hover:after {
	color:#bfd9e5;
	content:' ›';
}

#social {
	display:inline-block;
	width:235px;
}

#social h5 {
	font-size:14px;
	color:#bfd9e5;
	font-weight:800;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
}

#social ul.social_links {
		margin-top:3px;
}

#social ul.social_links li {
	display:inline-block;
	margin-right:5px;
}

#social ul.social_links a {
	display:block;
	width:30px;
	height:30px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#social ul.social_links a:hover {
	background:#000007;
}

#social ul.social_links a:hover:after {
	content:none;
}

#copyright {
	text-align:center;
	clear:both;
	border-top:1px solid #666;
	padding-top:20px;
	margin-top:20px;
}

#copyright p {
	color:#fff;
	font-size:12px;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
}

/* content */
ul.products {
	list-style:none;
	margin:0;
}

#content ul.products a {
	color:#333;
}

#content ul.products li {
	margin-bottom:8px;
	padding:6px 0 8px 45px;
}

#content ul.products li.mingle {
	background:url(/img/icon-mingle.png) no-repeat 0 0;
}

#content ul.products li.twist {
	background:url(/img/icon-twist.png) no-repeat 0 0;
}

#content ul.products li.go {
	background:url(/img/icon-go.png) no-repeat 0 0;
}

#content ul.products a {
	color:#333;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
	font-weight:800;
	font-size:18px;
	text-decoration:none;
}

#content ul.products a small {
	color:#000;
	font-family: sans-serif;
	font-weight:100;
	font-size:13px;
}

/* Customers */
#featured_customers h1 {
	margin-left:12px;
}

.customer_set {
	width:980px;
	position:relative;
	left:-12px;
}

.customer_set img {
	display:block;
	float:left;
	margin:0 12px 20px;
}

/* leadership team */

#bios .bio img {
	float:left;
	display:block;
}

#bios .bio .description {
	float:left;
	display:block;
	margin:0 0 0 20px;
	width:700px;
}

#bios ul.nextprev {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	list-style:none;
}

#bios ul.nextprev li {
	float:left;
}

#bios .slides_container {
	width:960px;
	height:270px;
	margin-bottom:20px;
	border-bottom: 1px solid #CCC;
}

#leadership_team {
	position:relative;
	left:-10px;
	margin:0;
	list-style:none;
}

#leadership_team a:link.bio,
#leadership_team a:visited.bio {
	background:#eee;
	padding:10px;
	width:200px;
	line-height:1;
	float:left;
	margin:10px;
	color:#333;
}

#leadership_team a.bio:hover,
#leadership_team .current a.bio{
	background:#333;
	color:#fff;
	text-decoration:none;
}

#featured div.bio {
	width:960px;
}

#leadership_team img {
	float:left;
	display:block;
}

#leadership_team .title {
	float:left;
	display:block;
	margin:0 0 0 10px;
	width:120px;
}

#leadership_team h2 {
	font-size:16px;
}

#content #leadership_team p {
	font-size:12px;
}

#nav_internal {
	position:relative;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

#nav_internal ul {
	position:absolute;
	bottom:5px;
	right:0;
	margin:0;
}

#nav_internal ul li {
	float:left;
	padding:0;
	margin:0;
	background:none;
}

/* News Ticker */

#news_ticker {
	width:960px;
	height:50px;
	margin-bottom:30px;

	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,1);
	background:#f5f5f5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#news_ticker #news_items {
	position:absolute;
	left:70px;
	top:13px;
}

#news_ticker .news_item {
	width:775px;
	height:50px;
}

#news_ticker .news_item strong {
	float: left;
	margin-top: 2px;
	display: block;
}

#news_ticker .news_item a {
	color:#17A0D1;
	font-size:14px;
	display:block;
	text-decoration:none;
	float:left;
	white-space: nowrap;
	width:650px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left:5px;
	
	float: left;
	margin: 2px 0 0 5px;
	display: block;
}

#news_ticker a strong {
	color:#333;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
	font-weight:800;	
}

#content #news_ticker ul {
	position:absolute;
	top: 1px;
	left: -61px;
	margin:0;
}

#content #news_ticker ul li {
	float:left;
	padding:0;
	margin:0;
	background:none;
}

/*
	Type
*/
h1,h2,h3,h4,h5,h6 {
	letter-spacing:0.1px;
	line-height:1.333;
	font-weight:800;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
}

h1 {
	font-size:26px;
	line-height:1;
	margin-bottom:.4em;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:12px;
}

#featured p,
#content p,
#content ul,
#content ol {
	font-size:13px;
	margin-bottom:9px;
}

#content dl {
	padding-left:48px;
	font-size:12px;
	margin-bottom:9px;
	min-height:43px;
	height:auto !important;
	height:43px;
}

#content dl.graph {
	background:url(/img/icon-graph.png) no-repeat 0 0;
}

#content dl.report {
	background:url(/img/icon-report.png) no-repeat 0 0;
}

#content dl dt {
	font-weight:800;
	font-size:11px;
	margin-bottom:2px;
	text-transform:uppercase;
}

a:link, a:visited {
	color:#0099CC;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

blockquote {
	font-size:16px;
	font-style:italic;
}

#content ul {
	list-style:none;
	margin:15px 0 0;
}

#content ul li {
	padding:0 0 0 15px;
	margin-bottom:7.5px;
	background:url(/img/bullet-arrow-black.png) no-repeat 0 50%;
}


/*
	Buttons
*/
.btn {
	display:block;
	overflow:hidden;
	background-image:url(/img/buttons.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

a.btn.all_news {
	width:80px;
	height:0;
	padding-top:24px;
	background-position:0 0;
	position:absolute;
	top:14px;
	right:10px;
}

a:hover.all_news {
	background-position:0 -24px;
}

a.btn.download {
	width:94px;
	height:0;
	padding-top:24px;
	background-position:0 -48px;
	float:left;
	margin:4px 0 0 10px;
	
}

a:hover.download {
	background-position:0 -72px;
}

a.btn.download.blue {
	width:120px;
	height:0;
	padding-top:34px;
	background-position:0 -96px;
	float:left;
	margin:4.5px 0 0;
	
}

a:hover.download.blue {
	background-position:0 -130px;
}

a.btn.prev {
	width:25px;
	height:0;
	padding-top:24px;
	background-position:-251px 0;
}

a:hover.btn.prev {
	background-position:-251px -24px;
}

a.btn.next {
	width:25px;
	height:0;
	padding-top:24px;
	background-position:-277px 0;
}

a:hover.btn.next {
	background-position:-277px -24px;
}

a:link.btn.blue,a:visited.btn.blue {
	background-image:none;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	color:#fff;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:15px;
	margin:4.5px 0 0;
	padding:5px 15px;
	text-shadow:0 1px 0 rgba(0,0,0,.2);
	text-align:center;
	
	display:inline-block;
	
	background: #4DB8DC;
	background: -moz-linear-gradient(top, #4DB8DC 0%, #059BCD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DB8DC), color-stop(100%,#059BCD));
	
	box-shadow:inset 0 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow:inset 0 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.6);
	-webkit-box-shadow:inset 0 1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.6);

}

a.btn.blue.center {
	display: block;
}

a.btn.blue:hover {
	text-decoration: none;
	background: #949494;
	background: -moz-linear-gradient(top, #949494 0%, #696969 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#696969));
}

/*
	Post excerpts
*/
.excerpt {
	border-bottom:1px solid #d7e8ee;
	padding-bottom:8px;
	margin-bottom:15px;
}

.excerpt .content {
	float:left;
	width:380px;
	margin-left:20px;
}

#content .excerpt p {
	font-size:12px;
}

.author {
	width:58px;
	height:58px;
	float:left;
	position:relative;
	background:#fff;
	border:1px solid #eee;
}

.author .photo {
	position:absolute;
	top:4px;
	left:4px;
}

/*
	Customer quotes
*/
#customer_quotes {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #d7e8ee;
}

#customer_quotes .slides_container {
	width:470px;
	display:block;
	border:1px solid #f0f0f0;
}

#customer_quotes .slides_container .box {
	width:430px;
	height:108px;
	display:block;
}

#content #customer_quotes .pagination {
	width:480px;
	margin:10px 0 0 -4px;
}

#content #customer_quotes .pagination li {
	margin: 0 5px;
}

#customer_quotes .speaker {
	text-align:right;
}

#customer_quotes .view_all {
	display:block;
	margin:5px 0 0 3px;
}

#customer_quotes .speaker h4,
#customer_quotes .speaker p {
	margin:0;
	width:auto;
	float:none;
}

#quote_arrow {
	width:470px;
	height:11px;
	position:relative;
	top:-4px;
}

#quote_arrow img {
	display:block;
	position:absolute;
	left:46px;
	top:3px;
}

.speaker img {
	display:block;
	float:left;
	width:72px;
	height:72px;
	margin:10px 0 0 50px;
}

.speaker p,.speaker h4 {
	float:left;
	width:338px;
}

.speaker h4 {
	margin:28px 0 0 0;
}

/*
	Customers
*/
#content .pagination {
	width:466px;
	margin:10px 0 0 -3px;
}
#content .pagination li {
	float:left;
	padding:0;
	margin:0 3px;
	background:none;
}

/*
	 Layout boxes
*/
.box {
	padding:20px;
}

.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.lightgray {
	background:#f5f5f5;
}

/*
	Secondary Nav
*/
.mingle #secondary_nav {
	background:#ff7c00;
}

#solutions #secondary_nav {
	background:#636a6f;
}

#secondary_nav {
	position:relative;
	z-index:10;
}
#secondary_nav .centered {
	padding:18px 0 0;
}

#secondary_nav h1 {
	color:#fff;
	font-weight:500;
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	margin:0;
	float:left;
	font-size:24px;
	margin-right: 40px;
}

#secondary_nav ul.background {
	float:left;
	margin:0 0 0 -10px;
	padding:8px 30px 0;
	list-style:none;
	height:25px;
	position:relative;
	top:0px;
	background:rgba(0,0,0,.4);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#secondary_nav ul {
	float:left;
	margin:0 0 0 -10px;
	padding:8px 0 0;
	list-style:none;
	height:25px;
	position:relative;
	top:0px;
}

#secondary_nav ul li {
	float:left;
	padding:0 5px;
}

#secondary_nav ul li a {
	color:#fff;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(0,0,0,.5);
	text-decoration:none;
	padding:0 5px;
	display:block;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
}

#secondary_nav ul li.current a {
	color:#333;
	background:#eee;
	padding:8px 10px 9px;
	margin:-8px 0 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,1);
	box-shadow: inset 0 1px rgba(255,255,255,1);
}

#secondary_nav ul li.current.first a {
	margin:-8px 0 0 -35px;
}

#secondary_nav ul li.current.last a {
	margin:-8px -35px 0 0;
}

/*
	Sub nav
*/

ul.sub_nav {
	border-top:1px solid #eeeeee;
	list-style:none;
	margin:15px 0 0;
}

ul.sub_nav li {
	background:url(/img/bullet-arrow-black.png) no-repeat 0 50%;
	padding:15px 0 15px 15px;
	border-bottom:1px solid #eeeeee;
}

ul.sub_nav a:link,ul.sub_nav a:visited {
	line-height:1;
	color:#000;
	font-weight:800;
	font-family:"camingodos-web-1","camingodos-web-2", sans-serif;
}

ul.sub_nav a:hover,ul.sub_nav a:active,ul.sub_nav li.current a {
	color:#0C9FCD;
	text-decoration:none;
}

ul.sub_nav li.current {
	color:#0C9FCD;
	text-decoration:none;
}

/*
	Slides
*/

#slides .slides_container {
	width:960px;
	position:relative;
	display:none;
}

#slides .slides_container div.slide {
	width:840px;
	padding:0 60px;
	height:300px;
	display:block;
	z-index:0;
}

#slides .slides_container div.image img {
	display:block;
	height:300px;
	width:592px;
	float:left;
}

#slides .slides_container div .content {
	position:relative;
	float:left;
	width:228px;
	padding-left:19px;
	border-left:1px solid #fff;
}

#slides p {
	color:#efefef;
}

#slides .slides_container div .content img {
	display:block;
	margin:0 0 11px;
}

#slides .next.btn,
#slides .prev.btn {
	position:absolute;
	top:130px;
	left:0;
	width:40px;
	height:0;
	padding-top:40px;
	display:block;
	z-index:500;
	display:none;
}

#slides .next.btn {
	left:auto;
	right: 0;
	background-position:-259px -49px;
}

#slides a:hover.next.btn {
	background-position:-259px -89px;
}

#slides .prev.btn {
	background-position:-218px -49px;
}

#slides a:hover.prev.btn {
	background-position:-218px -89px;
}

/*
	end
*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after,.row:before, .row:after,.centered:before, .centered:after{ content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after,.row:after,.centered:after  { clear: both; }
.clearfix, .row,.centered { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
