/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Arial, sans-serif;
	color: #222;
	background: #fff;
	font-size: 75%; /* Default font size. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
	line-height: 1.5; /* Default line height. (12px * 1.5 = 18px) */
	text-align: center;
	background: #f6fafd url("../images/standard/body-bg.jpg") top left repeat-x;
}

/*-----------------------------------------
	1. LAYOUT
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.a-justify {
	text-align: justify;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft { /* Wordpress */
	float: left;
	margin: 0 20px 20px 0;
}

.alignright { /* Wordpress */
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter { /* Wordpress */
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignnone { /* Wordpress */
	
}

.hide {
	display: none;
}

.out-of-view {
	position: absolute;
	left: -9999px;
}

.green-color {
	color: #0cab26;
}

.green-bg {
	font-size: 1.2em;
	background: #effff2;
	border: 1px solid #0cab26;
}

.red-color {
	color: #f00;
}

.orange-color {
	color: #ff7103;
}

.red-bg {
	font-size: 1.2em;
	background: #fff0f0;
	border: 1px solid #f00;
}

/*-----------------------------------------
  2. TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #003867;
	letter-spacing: 0;
}

h1 { 
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 { 
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 { 
	font-size: 1.5em; 
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1.5em;
	text-align: justify;
}

p.pdf-icon {
	background-image: url("../images/standard/pdf-icon.jpg");
	background-position: 1% 50%;
	background-repeat: no-repeat;
}

blockquote { 
	margin: 0 0 1.5em;
	color: #666; 
	font-style: italic;
}

strong { 
	font-weight: bold;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

em {
	font-style: italic;
	background: #fff99e;
}

dfn {
	font-weight: bold;
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address { 
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	text-decoration: line-through;	
}

pre { 
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	color: #81c14e;
	font-family: 'lucida console', monospace;
}

hr {
	background: #003867;
	color: #003867;
	border: none;
	height: 1px;
	margin: 0 0 1.4em;
}

.indent {
	padding: 0 0 0 1.5em;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

div#footer a {
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
}

div#footer a:hover, div#footer a:hover {
	text-decoration: underline;
}

ul#nav a, ul#nav-home a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

ul#nav-home a {
	padding: 5px 0 5px 30px;
	background: transparent url("../images/standard/home-icon.jpg") top left no-repeat;
}

ul#nav a:hover, ul#nav a:focus, ul#nav-home a:hover, ul#nav-home a:focus {
	text-decoration: underline;
}

.main_image a {
	color: #fff;
	text-decoration: none;
}

.main_image a:hover, .main_image a:hover {
	text-decoration: underline;
}

a.tell-me-more {
	display: block;
	width: 201px;
	height: 60px;
	margin: 10px 0 0;
	background: #ff7f1d url("../images/standard/button-tell-me-more.jpg") 0 0 no-repeat;
	text-indent: -9999px;
}

a.tell-me-more:hover, a.tell-me-more:focus {
	background: #ff7f1d url("../images/standard/button-tell-me-more.jpg") 0px -60px no-repeat;
}

#fancybox-title a {
	color: #000;
	text-decoration: none;
}

#fancybox-title a:hover, #fancybox-title a:focus {
	text-decoration: underline;
}

#mailto-link a {
	display: block;
	width: 270px;
	height: 25px;
	margin: 40px 50px 0 0;
	text-indent: -9999px;
}

.green-color a {
	color: #0cab26;
}

a.footer-link {
	color: #777;
	text-decoration: none;
}

a.footer-link:hover, a.footer-link:focus {
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#canvas {
	width: 960px;
	/*border: 3px solid #f2f7fa;*/
	margin: 0 auto;
	text-align: left;
	/*background: url("../images/standard/line-guide.jpg");*/
	/*background: #fff url("../images/standard/right-column-bg.jpg") top right repeat-y;*/
	background: #fff url("../images/standard/logo-and-contact.jpg") center bottom no-repeat;
}

div#canvas-wrapper {
	border: 3px solid #f2f7fa;
}

div#columns-wrapper {
	position: relative;
}

div.left-column {
	display: inline;
	float: left;
}

div.right-column {
	position: relative;
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 330px 0 0 0;
	font-size: 1.3em;
	text-align: center;
}

div.small-column {
	width: 205px;
}

div.large-column {
	width: 708px;
}

div.single-column {
	margin: 0 20px;
}

div#navigation {
	position: relative;
	width: 960px;
	margin: 30px auto 0;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

div#header {
	width: 100%;
	height: 35px;
	margin: 0 0 20px;
	text-align: right;
}

div#content {
	margin: 20px 0 100px 0;
	padding: 0 20px;
}

div#content-voucher {
	margin: 0 auto;
	width: 668px;
	padding: 50px 20px 60px 20px;
}

div#contact-info {
	position: absolute;
	width: 715px;
	height: 80px;
	bottom: 0px;
	/*border-top: 1px solid #ffa100;*/
	/*background: #fff url("../images/standard/insilico-logo.jpg") center 20px no-repeat;*/
}

div.contact-info-section {
	display: inline;
	margin: 0 20px 0 10px;
}

div#footer {
	width: 100%;
	height: 34px;
	background: #3c76b5 url("../images/standard/footer-bg.jpg") top left no-repeat;
}

div.footer-section {
	display: inline;
	line-height: 34px;
	margin: 0 20px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

caption {
}

col {
}

col.alternate {
}

tr {
}

tr:hover {
}

th, td {
	padding: 5px;
}

th {
}

td {
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
}

legend {
}

#popupContact label {	
	font-weight: bold;
	font-size: 1.3em;
}

input, textarea {
	padding: 2px 1px;
	background: #fff;
	border: 1px solid #000;
}

select {	
}

input:hover, textarea:hover, select:hover {
	background: #fffff2;
}

input:focus, textarea:focus, select:focus {
	background: #f2fbff;
}

input.button {
	padding: 0 7px 1px;
	border-color: #aaa #888 #888 #aaa;
	border-style: solid;
	border-width: 1px;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	text-align: center !important;
	white-space: nowrap;
	cursor: pointer;
}

input.button:hover {
	background: #aaa;
}

input.i-want-the-book {
	display: block;
	margin: 10px auto;
	width: 201px;
	height: 60px;
	padding: 0;
	background: #ff7f1d url("../images/standard/button-i-want-the-book.jpg") 0 0 no-repeat;
	border: none;
	margin: 15px auto 10px auto;
	cursor: pointer;
}

input.i-want-the-book:hover, a.i-want-the-book:focus {
	background: #ff7f1d url("../images/standard/button-i-want-the-book.jpg") 0px -60px no-repeat;
}

input.send-details {
	display: block;
	width: 201px;
	height: 60px;
	padding: 0;
	background: #ff7f1d url("../images/standard/button-send-details.jpg") 0 0 no-repeat;
	border: none;
	margin: 0 auto;	
	cursor: pointer;
}

input.send-details:hover, input.send-details:focus {
	background: #ff7f1d url("../images/standard/button-send-details.jpg") 0px -60px no-repeat;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: none;
}

img#phone-email {
	margin: 20px 0 0;
}

img#book-cover {
	position: absolute;
	top: -70px;
	left: -40px;
}

img#call-1300-corner {
	position: absolute;
	bottom: -7px;
	left: 0px;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul, ol { 
	margin: 0 1.5em 1.5em 1.5em;
}

li ul, li ol {
	margin: 0 1.5em;
}

dl { 
	margin: 0 0 1.5em 0; 
}

dl dt { 
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

#nav {
	float: right;
	margin: 0;
	padding: 0;
}

#nav-home {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	margin: 0 0 0 4px;
	padding: 0 4px 0 0;
	border-right: 1px solid #fff;
}

#nav li.last {
	border-right: none;
	padding-right: 15px;
}

#nav-home li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
}

