html {
	background: #fff;
}

body, td{
	font-family: "Trebuchet MS", verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #3b4a69;/*default colour for text*/
	padding: 0;
	margin: 0;
	}

a {text-decoration: underline;color: #3b4a69;}
a:hover {text-decoration: underline; color:#74badd;}
a:active {color: silver;}

a.sel {color: #f76c97;}
img{border: 0;}
/*base margin/padding rule*/
ol,ul,h1, h2, h3, h4, h5,h6,h7,p,table,caption {padding: 0; margin: 0.3em 15px;position: relative;text-align: left;vertical-align: top;}

h1, h2, h3, h4, h5 {margin-top: 0.3em; margin-bottom: 0.3em;}
h1 {font-size: 1.4em;font-weight: normal;}
h2 {font-size: 1.3em;font-weight: normal;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.1em;}
p {margin: 0.5em 15px 0.6em 15px;}
br {line-height: 0.2em;padding: 0;margin: 0;}
table {vertical-align: bottom;}
td {text-align: left;padding: 2px;margin: 0;vertical-align: bottom;border-top: 1px #c4e2f4 solid;font-size: 0.9em;}
th {text-align: left;padding: 2px;font-size: 10px;color: #1c8095;}
td p {margin: 0.1em 1px;padding: 0;}
li {padding: 0;margin: 0.2em 0 0 2em;}
ul li {zoom: 1;}
ol li {	list-style-type: decimal;	display: list-item;}
em {}

.fr {float: right;display: inline;}
.fl {float: left;display: inline;}
.ar{text-align: right;}
.ac{text-align: center;}
.al{text-align: left;}


body {
	/*default background*/
	background: #fff;
	position: relative;
	width:900px;
	margin: 0px auto;	
	}

/*other stuff*/
#header,
#container,
#footer {
	width: 900px;
	padding: 0;
	position: relative;
	display: block;
	
}

#footer {
	clear: both;
	position: relative;
	color: #0068b3;
	zoom:1;
	font-size: 10px;
}
#container {
	clear:both;
	z-index: 1;
	zoom:1;
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
}

#content {
	margin: 0px;
	padding: 1px 0px;
	overflow: hidden;
	width: 900px;
	position: relative;
	min-height: 30em;
}

/*////////////////
*		Footer stuff
////////////////*/
#footer{
	overflow: hidden;
	background: #f5fafd url(/images/bg_footer.gif) no-repeat left bottom;
	color: #3b4a69;
}

/*////////////////
*		Header stuff
////////////////*/
#header{
	overflow: hidden;
	background: #f5fafd url(/images/bg_header.gif) no-repeat left top;
}
#header h1{
	/*134px total height*/
	margin: 10px 0 10px 15px;
	padding: 0;
	}
#header h1 a {
	width: 276px;
	height: 80px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(/images/logo_default.gif) no-repeat left top;
}
#header h1 a span {display: none;visibility: hidden;}

#header div.langswitch {
	position:absolute;
	right: 10px;
	top: 30px;
}
#header div.langswitch a {
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	margin-left: 2px;
	background-position: left top;
	background-repeat: no-repeat;
	zoom:1;
}
#header div.langswitch a span {
	visibility: hidden;
	display: none;
}
#header div.langswitch a.en {
	background-image: url(/images/flags/en_0.gif);
}
#header div.langswitch a.es {
	background-image: url(/images/flags/es_0.gif);
}
#header div.langswitch a.cat {
	background-image: url(/images/flags/cat_0.gif);
}

#header div.langswitch a.en_sel,
#header div.langswitch a.en:hover {
	background-image: url(/images/flags/en_1.gif);
}
#header div.langswitch a.es_sel,
#header div.langswitch a.es:hover {
	background-image: url(/images/flags/es_1.gif);
}
#header div.langswitch a.cat_sel,
#header div.langswitch a.cat:hover {
	background-image: url(/images/flags/cat_1.gif);
}




/*////////////////
*	Main nav
////////////////*/
#navbase {
	position: relative;
	background: url(/images/bg_menu.gif) repeat-x left bottom;
	text-transform: uppercase;
	padding-top: 1px;
	/*border-bottom: 1px #fff solid;*/
}
#navbase ul {
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
	zoom:1;
}
#navbase .menu li {
	float: left;
	display: inline;
	margin: 0;
	background: url(/images/bg_menu_tableft_0.gif) no-repeat left bottom;
	padding: 0 0 0 9px;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom: 1;
}
#navbase .menu li a {
	/*Overall height should be 34px*/
	float: left;
	display: inline; /*IE6 Hack*/
	background: url(/images/bg_menu_tabright_0.gif) no-repeat right bottom;
	text-decoration: none;
	height: 24px;
	padding: 10px 9px 0 0;
	color: #fff;
}
#navbase .menu li.sel a {
	color: #fff;
	background: url(/images/bg_menu_tabright_1.gif) no-repeat right bottom;
}
#navbase .menu li.sel {
	background: url(/images/bg_menu_tableft_1.gif) no-repeat left bottom;
}
#navbase .menu li a:hover {
	color: #74badd;
}

#navbase .menu li a:active {
	color: gold;
}


/*
////////////////
*	Content area
////////////////
*/

#container #ender {
	position: relative;
	background: white;
}

#container h1 {
	margin-top: 1em;
}

p.seemore {
	position: relative;
	overflow: hidden;
	margin-top: 1em !important;
}
p.seemore a {
	color: #fff !important;
	background: #3b4a69;
	line-height: 1.4em;
	display:block;
	padding: 2px 5px 1px 5px;
}
p.seemore a:hover {
	color: #74badd !important; 
}

/*////////////////
*	#content specific
////////////////*/

#content .introblock,
#content .stripblock {
	margin: 10px 0px 20px 0;
	width: 900px;
	/*margin: 1px 0 1px 0;*/
	/*padding: 1px 0;*/
	position: relative;
	overflow: hidden;
	clear: both;
	}
#content .halfblock {
	width: 440px;
	margin: 10px 0px 10px 0;
	position: relative;
	float: left;
	overflow: hidden;
	}


/*////////////////
*		introblock : Large block with 3d or image on the left
////////////////*/
#content .introblock {
	background: #ebf5fa url(/images/bg_block.jpg) repeat-x left top;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	zoom: 1;
}
#content .introblock .gfx {
	float:left;
	position:relative;
	width: 600px;
	min-height: 459px;
	_height: 459px; /*IE6Hack*/
}
#content .introblock .gfx .panel {
	/*White blocked out panel over image*/
	background: white;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 8px 0;
	border:1px white solid;
	width: 200px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

#content .introblock #vrcontent {
	/*This contains the actual Flash/QT VR*/
	height: 459px;
}
#content .introblock .info {
	float:right;
	width: 300px;
	padding-top:1em;
}
#content .introblock h2 {
	margin: 0;
	padding: 0.3em 20px;
	color: white;
	background: #74badd;
}



/*////////////////
*		stripblock : short wide block : image on left text on right
////////////////*/
#content .stripblock {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	zoom: 1;
	background: #ebf5fa url(/images/bg_block.jpg) repeat-x left top;
	min-height: 140px;
	overflow: hidden;
}
#content .stripblock .info {
	float:right;
	width: 300px;
	min-height: 140px;
}
.testimonials #content .stripblock .info {

	width: 660px;

}
#content .stripblock p,
#content .stripblock h3 {
	margin: 0.2em 15px;
}

/*////////////////
*		halfblock : short half-width block : image on left text on right
////////////////*/
#content .halfblock {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	zoom: 1;
	background: #ebf5fa url(/images/bg_block.jpg) repeat-x left top;
	min-height: 140px;
}
#content .halfblock .info {
	float:right;
	width: 200px;
	padding:4px 0;
}
#content .halfblock p,
#content .halfblock h3 {
	margin: 0.2em 15px;
}
#content .halfblock.first {
	clear: left;
	margin-right: 20px;
}
#content .halfblock img.thumb {
	width: 240px;
}

/*////////////////
*	Contact Form : Formatted for the side bar
////////////////*/

/*General*/
label {
	display: inline;	
}
input, select, textarea{
	border: 1px #333 solid;
	width: 22em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 2px;
}
input.chbx {width: auto;border: none;}

/*Specific*/
/*Required fields*/
form p.req input,
form p.req option,
form p.req textarea {
	background-color: #c0e0f0; 
	color:#1c3664;
}
/*Errors : Set via JS*/
form p.invalid input,
form p.invalid option,
form p.invalid textarea {
	background-color: #74badd; 
	color:#fff;
}

form p.req label {
	color: #000;
}

form label.blk {
	display: block;
	}

form span.blk {
	display: block;
	}

form span.hint {
	display: block;
}


#subnav {
	font-size:11px;
	color: #ffffff;
	padding:5px 0;
	background: #0e152b;
	text-transform:uppercase;
	overflow:hidden;
}
#subnav a {
	color: #fff;
	text-decoration:none;
}

#subnav a.sel {
color: #74badd;
}



#subnav a:hover {
	color: #74badd;
	text-decoration:none;
}

#subnav ul,
#subnav p {
padding-left:19px;
margin-left:0;
}
#subnav ul li {
	display:inline;
	margin: 0 0 0 0;
	padding:0 5px;
	border-right: 1px solid #b1bb95;
	float:left;
	}
#subnav ul li.first {
	padding-left:0;
	}


#subnav ul li.last {
	border-right: none;
	}
