/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/bg-main.png');
	background-repeat: repeat-x;
	background-color: #1d1d1d;
	color: #111;
}

span.blue {
	color: #ccc;
}


/* anchors
----------------------------------------------- */
.content-wrapper a, .box-wrapper a {
	color: #314055;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
.content-wrapper a:hover, .box-wrapper a:hover {
	text-decoration: none;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* top nav
----------------------------------------------- */
.top-nav-wrapper ul {
	height: 26px;
	float: right;
	margin: 0;
	padding: 0;
}

.top-nav-wrapper ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}

.top-nav-wrapper ul li a {
	color: white;
	line-height: 24px;
	text-decoration: none;
}

.top-nav-wrapper ul li a:hover {
	color: #8fb0dd;
}


/* logo
----------------------------------------------- */
.logo-wrapper {
	margin-top: 26px;
}


/* teaser
----------------------------------------------- */
.teaser-wrapper {
	margin: 14px 0;
}


/* content styles
----------------------------------------------- */
.box-wrapper {
	font-size: 12px;
	margin-bottom: 1em;
}

.box-wrapper .bottom {
	background-image: url('../images/box-wrapper-bottom.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 8px;
	overflow: hidden;
}

.box-wrapper h4 {
	background-color: #2e2e2e;
	background-image: url('../images/content-wrapper-bg.png');
	background-repeat: repeat-x;
	border: 1px solid #222;
	border-width: 0 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	margin: 0;
}

.box-wrapper h4 div {
}

.box-wrapper h4 hr {
	border-bottom: 1px solid #fff;
}

.box-wrapper .content {
	padding: .5em 1em 0 1em;
	background-color: #fff;
	background-image: url('../images/content-wrapper-bg.png');
	background-repeat: repeat-x;
	background-position: 0 -30px;
}

.box-wrapper p {
	margin: 0;
	padding: 0 0 .5em 0;
}

.box-wrapper .side-menu {
	padding: 0;
	margin: .5em 0;
	background-color: #f1f1f1;
}

.box-wrapper .side-menu li {
	list-style: none;
	padding: 0;
	border-top: 1px solid #fff;
	margin: 0;
}

.box-wrapper .side-menu ul {
	padding: 0;
	margin: 0;
}

.box-wrapper .side-menu li a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1b263e;
}

.box-wrapper .side-menu li li a {
	padding: 4px 1em 4px 2em;
}

.box-wrapper .side-menu li a:hover {
	background-color: #1b263e;
	color: #fff;
}

.box-wrapper .side-menu li li {
	padding: 0;
	margin: 0;
	background-image: url('../images/icon-bullet.png');
	background-repeat: no-repeat;
	background-position: 2% 50%;
	text-indent: 0;
}

.image_gallery {
	margin: 0;
	padding: 0;
}

.image_gallery li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.image_gallery li img {
	margin: 6px 0 0 0;
	border: 8px solid #eee;
}

/* content wrapper
----------------------------------------------- */
.content-wrapper {
	background-color: #fff;
}

.content-wrapper .bottom {
	background-image: url('../images/content-wrapper-bottom-small.png');
	background-repeat: no-repeat;
	height: 6px;
	overflow: hidden;
}

.content-wrapper h1 {
	background-color: #2e2e2e;
	background-image: url('../images/content-wrapper-bg.png');
	background-repeat: repeat-x;
	border: 1px solid #222;
	border-width: 0 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	margin: 0;
}

.content-wrapper .text-wrapper {
	padding: .5em 1em;
	background-image: url('../images/content-wrapper-bg.png');
	background-repeat: repeat-x;
	background-position: 0 -30px;
}

.content-wrapper .text-wrapper h2 {
	font-size:11px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #77a9ed;
	margin: 0;
}

.content-wrapper .text-wrapper h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	letter-spacing: -1px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px dotted #eee;
	color: #333;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}

.content-wrapper .text-wrapper p {
	font-size: 13px;
	margin-bottom: 1em;
}

.content-wrapper .text-wrapper img {
	margin: 12px;
	border: 8px solid #eee;
}

.content-wrapper .text-wrapper p .start {
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 0.3em;
}



/* info boxes
----------------------------------------------- */
.content-wrapper .info {
	background-color: #eee;
	padding: 8px;
	margin-bottom: .5em;
}

.content-wrapper .info p {
	font-size: 11px;
	margin: 0;
}


/* footer
----------------------------------------------- */
.footer-wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #bbb;
	font-size: 10px;
	margin: .5em 0;
	text-transform: uppercase;
}

.footer-wrapper a {
	color: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	text-decoration: none;
}

.footer-wrapper a:hover {
	border: 0;
}

/* menu
----------------------------------------------- */
.sf-menu {
	float: left;
	margin: 22px 0 0 2px;
	width: 620px;
	height: 30px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #111;
	outline: 0;
}

.sf-menu li {
	padding: 0;
	margin: 0;
	line-height: 12px;
}
.sf-menu li a {
	display: block;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}
.sf-menu li a:hover, .sf-menu li a:focus, .sf-menu li a:active {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}
.sf-menu li.button-home a {
	background-position: 0 0;
	width: 83px;
}
.sf-menu li.button-home a:hover {
	background-position: 0 -30px;
}
.sf-menu li.button-products a {
	background-position: -84px 0;
	width: 137px;
}
.sf-menu li.button-products a:hover {
	background-position: -84px -30px;
}
.sf-menu li.button-benefits a {
	background-position: -221px 0;
	width: 64px;
}
.sf-menu li.button-benefits a:hover {
	background-position: -221px -30px;
}
.sf-menu li.button-industry a {
	background-position: -285px 0;
	width: 123px;
}
.sf-menu li.button-industry a:hover {
	background-position: -285px -30px;
}
.sf-menu li.button-resources a {
	background-position: -408px 0;
	width: 78px;
}
.sf-menu li.button-resources a:hover {
	background-position: -408px -30px;
}
.sf-menu li.button-requirements a {
	background-position: -486px 0;
	width: 134px;
}
.sf-menu li.button-requirements a:hover {
	background-position: -486px -30px;
}

.sf-menu li li a {
	background-image: none;
	padding: .25em 1em;
	text-decoration: none;
	text-indent: 0;
	height: 20px;
	line-height: 20px;
}
.sf-menu li li a:hover {
	background-image: none;
	color: #8fb0dd;
	text-indent: 0;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li li {
	background:		#333;
	border-top: 1px solid #444;
	background-image: none;
	margin: 0;
	padding: 0;
}
.sf-menu li li li {
	background:		#333;
	margin: 0;
	padding: 0;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
