/*======================================
CUSTOM STYLESHEET
======================================
COLOR SCHEME 
BLUE = #4169E1
GRAY = #333
GREEN = #00FF00 (light on dark) or #06B500 (dark on white)

**************************************/

/* GLOBALS */

/**************************************/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #293148;
}


/* typo */

body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333;
}

strong,em,b,i {
	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6,address {
	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

img {
	border: none;
}

li {
	padding-bottom: 10px;
}

p {
	padding: 0 10px 0 10px;
	line-height: 22px;
}

p + p {
	text-indent: 0;
	padding-top: 10px;
}

div .center {
	text-align: center;
}

ul {
	margin: 0 0 10px 0;
}

/**************************************/

/* LINKS */

/**************************************/

a, a:link,a:active,a:visited {
	color: #134D86;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #9370DB;
	text-decoration: underline;
}


input::-moz-focus-inner {
	border: 0;
}

/**************************************/

/* HEADER */

/**************************************/

#header {
	background-image: url('../images/layout/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #111824;
	height: 114px;
	width: 100%;
}

#lang {
	float: right;
	position: relative;
	text-align: right;
	top: 12px;
	padding: 0;
	margin: 0;
	clear: both;
}

/**************************************/

/* NAVIGATION - also use adequatio_nav.css  */

/**************************************/

#menu {
	background: url(../images/layout/menu_bkg.png) repeat-x;
	height: 36px;
	font-size: 1.15em;
	z-index: 20;
}

/**************************************/

/* MAIN CONTENT */

/**************************************/

#main {padding:10px 0 45px 0 ; background-color: #fff; }  

#leftcol {
	margin: 0px; padding:0 10px 0 0; 
}

#leftcol h2 {
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #666;
	font-size: 1.8em;
}

#leftcol p {
	font-size: 1.1em;
	text-align: justify;
}

#leftcol ul {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 1.1em;
}

#leftcol ol {
	margin: 0 0 0 40px;
	padding: 0;
	font-size: 1.1em;
}

#leftcol h3.green {
	padding: 0 10px;
	color: #06B500;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#leftcol h3.blue {
	padding: 0 10px;
	color: #4169E1;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/******* ICONS for paragraphs**********/

.arrow {
	text-indent: 1.8em;
	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: 12px .2em;
}

.tick {
	text-indent: 1.8em;
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: 12px .2em;
}

.arrowlist, .ticklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.arrowlist li, .ticklist li {
	padding-left: 25px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.arrowlist li {
	background-image: url(../images/icons/arrow.png);
}

.ticklist li {
	background-image: url(../images/icons/tick.png);
}

/************************/

#slogan {
	background: url(../images/layout/slogan_bkg.png) repeat-x;
	margin:0 ; padding:0;
	height: 185px;
}

#slogan p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 25px;
	width: 650px;
	margin-left: 0;
	padding-top: 15px;
	color: white;
}

#slogan p.tab {
	margin-left: 50px;
	padding-top: 15px;
	font-style: italic;
	text-align: left;
	width: 620px;
	line-height: 25px;
}

#page_img p, #page_img img {padding: 0;margin-top:0;margin-bottom: 0;}

.logo {margin-bottom: 50px;} 

#main_img {
	position: absolute;
	top: 160px;
	float: left;
	margin-left: 20px;
	z-index: 0;
}
.shiftdown {position: relative; top:160px;}

#bulb_img {
	position: relative;
	top: 10px;
	float: left;
	margin-left: 60px;
	z-index: 0;
}

#laptop_img {
	position: relative;
	top: 10px;
	float: left;
	margin-left: 30px;
	z-index: 0;
}

/**************************************/

/* FOOTER */

/**************************************/

#footer {
	height: 45px;
	text-align: center;
	background-color: #293148;
	color: white;
}

#footer span {
	position: relative;
	top: 3px;
}

#footer img {
	margin-left: 20px;
	position: relative;
	top: 8px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited  {text-decoration: none; color: white; outline:none;}

/**************************************/

/* curved boxes */

/**************************************/

.myBox2 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #333;
	width: 320px;
	padding: 10px 20px 10px 20px;
	float: right;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url(../images/layout/box-title.png);
	background-attachment: inherit;
	background-position: top center;
	background-repeat: repeat-x;
	border-top: 3px solid #ddd;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
   	font-size: 1.1em;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.myBox2 p {
	padding: 0 0 10px 0;
	margin: 0;
}

.box_title {
	color: white;
	padding: 0;
	position: relative;
	top: -10px;
	font-size: 1.2em;
	text-align: center;
}

.myBox2 ul {
	margin-left: 0;
	margin-bottom: 10px;
}

.icon_contact {
	margin: 0 10px;
	position: relative;
	top: 3px;
}

.icon-p {
	line-height: 30px;
	padding: 0;
	margin: 0;
}

/***********************************/

/* table browser */

/***********************************/

table.browser {
	width: 600px;
	margin-bottom: 1.5em;
	font-size: 1em;
	margin-left: 10px;
}

table.browser thead {
	text-align: center;
	line-height: 1.2em;
}

table.browser td {
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

table.browser tbody {
	line-height: 2.5em;
}

table.browser td {
	width: 92px;
	text-align: center;
}

table.browser a:hover,table.browser a:active,table.browser a:focus {
	text-decoration: none;
}

table.browser span.version {
	display: block;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

table.browser td.os {
	width: 140px;
	text-align: left;
}

table.browser td.firefox a {
	display: block;
	padding: 60px 0 10px 0;
	background: url(../images/icons/browser-firefox-logo.jpg) no-repeat top center;
}

table.browser td.safari a {
	display: block;
	padding: 60px 0 10px 0;
	background: url(../images/icons/browser-safari-logo.jpg) no-repeat top center;
}

table.browser td.chrome a {
	display: block;
	padding: 60px 0 10px 0;
	background: url(../images/icons/browser-chrome-logo.jpg) no-repeat top center;
}

table.browser td.ie6 a {
	display: block;
	padding: 60px 0 10px 0;
	background: url(../images/icons/browser-ie6-logo.jpg) no-repeat top center;
}

table.browser td.ie8 a {
	display: block;
	padding: 60px 0 10px 0;
	background: url(../images/icons/browser-ie8-logo.jpg) no-repeat top center;
}

table.browser td.supported {
	text-indent: -10000px;
	background: #E0FBC4 url(../images/icons/check.png) no-repeat 50% 50%;
}
table.browser td.none {
	text-indent: -10000px;
	background: #ffffff url(../images/icons/cross.png) no-repeat 50% 50%;
}

table.browser td.limited {
	text-indent: -10000px;
	background: #FEFCA9 url(../images/icons/caution.png) no-repeat 50% 50%;
}

/******** CONTACT FORM SUBMIT **********/

#request_form {
	padding: 0 0 20px 0;
	margin: 0;
}

fieldset {
	padding: 5px 20px 0 20px;
	background: #f5f5f5;
	width: 540px;
	float: left;
	margin: -3px 0 20px 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#request_form p {
	margin: 5px;
	padding: 0;
}

#request_form input,#request_form select {
	font-size: 1em;
	font-family: inherit;
}

#request_form legend {
	color: green;
	font-size: 1.4em;
	margin: 1px 0;
}

#request_form label {
	margin: 0;
	padding: 0;
}

#request_form textarea {
	width: 525px;
	height: 75px;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0 0 5px 0;
}

#request_form select {
	width: 350px;
}

#request_form .textfield {
	width: 350px;
	margin: 0;
	font-family: arial,sans-serif;
}

#error_summary {
	display: none;
	margin-bottom: 10px;
	color: red;
}

#request_form .error {
	padding: 2px;
	border: 1px solid red;
}

.asterix {
	color: #C7161D;
}

#message {
	width: 560px;
	margin: 40px 0 0 20px;
	float: left;
	display: block;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

#message h2 {
	font-size: 1.5em;
	color: green;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 20px;
}

#message p {
	color: #666;
	font-weight: bold;
	margin: 15px 10px 20px 60px;
	font-size: 1.2em;
}

#checkmark {
	position: relative;
	top: -90px;
	left: 10px;
}

#rsvErrors {
	display: none;
	padding: 10px;
	background-color: #F4F0F0;
	border: 1px solid #aaa;
	line-height: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #C7161D;
}

.errorField {
	background-color: #ffffcc;
	color: #990000;
}

/******** experiment with CSS3 buttons */

.action_btn {
	background: #222 url(../images/layout/alert-overlay.png) repeat-x;
	color: #444;
	background-color: #B4CDCD;
	font-weight: normal;
	font-size: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 3px 5px 5px 5px;
	outline: none;
	margin-bottom: 10px;
}

.action_btn:hover {
         background-color: #A1B6B8;
}

.action_btn.green {
	background-color: #1C8900;
	color: white;
}

.action_btn.green:hover {
	background-color: #156600;
}

/************************************/