@charset "UTF-8";

/*===========RESET==============*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------- END RESET-------*/


/*============LAYOUT=====================*/

#container {
	position: absolute;
	min-height: 550px;
	width: 752px;
	margin: -275px auto 0 -375px;
	top: 50%;
	left: 50%;
	text-align: left;
	
}

#page {
	border: 1px solid #ccc;
	min-height: 550px;
	min-height: 550px;
  	height:auto !important;
 	 height:550px;
}

#enter #page {
	border: none;
}

#header a {
	width: 200px;
	height: 65px;
	float: left;
}

#header {
	display: inline;
	width: 200px;
	height: 65px;
	float: left;
	margin: 5px 0 0 5px;
}

#text {
	height: 335px;
}

#flashcontent {
	clear: left;
	height: 90px;
	width: 340px;
	margin-left: 410px;
	
}

#extra1 {
	float: right;
	height:150px;
	width: 150px;
	margin: -280px 90px 0 0;
	display: inline;
}

#copy {
	float: left;
	min-height: 380px;
	width: 270px;
	margin: 10px 0 0 205px;
}

#homeflash {
	float: left;
	height: 378px;
	width: 738px;
	margin: 5px;
	border: 1px solid #ccc;
}

#skip{
	text-align:right;
	}
	
/*-----------END LAYOUT-------------*/

/*=============TYPOGRAPHY & COLOURS=======================*/

body {
	font-family: Arial;
	font-size: 100%;
	background: #FFF;
	color: #444;
}

#container {
	font-size: 0.75em;
	line-height: 1.35em;
}

p {
	padding: 0 0 .5em;
}

p.first {
	font-weight: bold;
	margin: 0;
}

#nav li {
	color: #ffffff;
}

h1 {
	background: url('images/logo.gif') no-repeat 0 0;
	display: block;
	height:65px;
	width: 200px;
	overflow: hidden;
	line-height: 1000px;
}

h2, .title {
	color: #A0BA92;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

h3 {
	margin-top: 0.5em;
	font-weight: bold;
	color: #444;
}

h4 {
	font-style: italic;
}
	

#folio ul, #folio li {
	margin: 0;
	padding: 0;
}

.copy ul {
	margin-top: 0.5em;
	margin-left: 30px;
}

.copy ul li {
	list-style-image: url('images/arrow.gif');
	padding: 5px;
	margin-bottom: 0.5em;
}

a {
	color: #A0BA92;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}
	

li.odd {
	background: #CCC;
}

blockquote {
	margin: 0 20px 1em;
	font-style:italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#footer {
	color: #aaa;
	font-size: 0.8em;
	clear: both;
}

#footer a {
	color: #aaa;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: .5em 0;
}	

.hint {
	font-style: italic;
	font-size: 0.8em;
	color: #ccc;
	display: block;
}

/*-----------END TYPOGRAPHY--------------*/


/*=============NAVBAR======================*/

#nav
{
	width: 540px;
	margin: 5px 5px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

#nav ul {
	margin: 0;
}

#nav li
{
	float: left;
	margin:0;
	padding: 0;
	display: inline;
	width: 135px;
	list-style-type: none;
}

#nav li a
{
	color: #ccc;
	text-align: center;
	float: left;
	display: inline;
	width: 125px;
	height: 15px;
	padding: 25px 5px;
	background-position: 0 0;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav li a span { display: none; }

/*====Buttons====*/
li#nav_overview a { background-position: 0 0; }
li#nav_services a {  background-position: 0 0; }
li#nav_partners a { background-position: 0 0; }
li#nav_alliances a { background-position: 0 0;}
li#nav_clients a { background-position: 0 0; }
li#nav_contact a { background-position: 0 0; }

/*=====Hover======*/
#nav li a:hover { 
	color: #fff;
	background-position: 0 -65px; 
}

/*=========Down======*/
#nav li a:active {
	color: #fff;
	background-position: 0 -130px; 
}


/*=======Current======*/
#nav li.current a { 
	color: #fff;
	background-position: 0 -130px; 
}


/*-----------END NAVBAR--------------*/


/*+++++++++++++ FRIDAY FUNNIES +++++++++++++++++*/


#type{
	float: left;
}

#type li {	
	margin: 0 0 0.3em 2em;
	list-style-image: url('images/arrow.gif');
	padding: 0;
}

#type ol li {
	margin: 0 0 0.3em 3.5em;
	list-style-type: decimal;
	list-style-image: none;
}

#type ol, #type ul {
	margin-bottom: 1em;
}


/*============== FORMS ====================== */



/*-------------- END FORRMS -------------------*/


/*=========== POP UPS ================*/
#pop_wrap {
	font-size: 0.7em;
	padding: 15px;
	width: 270px	;
	height: 100%;
}