/* GENERAL INFORMATION
------------------------------------------- 	
Theme: ISOLAS v1.0
Author: Pablo Barcia
Start Date: 29.07.09
*/

/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

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,
b, u, i, center,i
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#666;
	float:left;
	margin:10px 15px;
	text-align:left;
	font:.95em Arial, Helvetica, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#FFF url(/images/bg.jpg) repeat-x;
}
a {
	text-decoration:none;
	border:none;
}

p {
	padding:0 0 10px 0;
	color:#666666;
	font: .9em/1.5em Arial, Helvetica, sans-serif;
	width:auto;
}
.SC_Item, .SC_ItemSelected  {
	color:#000000;
}

#map {
	width: 460px;
	margin: 15px 0 15px 0;
	float: left;
	border:3px solid #CCC;
}
/*General links
------------------------------------------------------------------*/
a:link, a:visited{
	text-decoration:none;
	color:#0099FF;
	border:0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
}
	
a:hover {
	text-decoration:underline;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#back {
	text-decoration:none;
	font:bold 1em "Arial", Helvetica, sans-serif;
	color:#FFF;
	background:#037CC1;
	padding:2px 5px;
	border:0;
	float:left;
}
.highlight {color:#00CCFF;}
	
/*General heading
------------------------------------------------------------------*/
h1{
	color:#00CCFF;
	width:100%;
	float:left;
	font:bold 1.8em "Arial", Helvetica, sans-serif;
	margin:0 0 20px 0;
}
h2{
	color:#999999;
	width:100%;
	margin:0 0 5px 0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -.01em;
}

h3{
	color:#666666;
	margin:0 0 10px 0;
	width:auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

h4{
	color:#50709C;
	width:100%;
	font:1.15em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
}
h5 {	
	color:#00CCFF;
	width:100%;
	float:left;
	font:bold 1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	text-align:left;
}
h6 {	
	color:#666666;
	margin:0 0 10px 0;
	width:auto;
	font:1.1em "Arial", Helvetica, sans-serif;
}

#right_content .about_box h3 {
	color:#FFFFFF;
	width:100%;
	float:left;
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:20px 0 0 12px;
}
.img_left {
	float:left;
	margin:0 15px 0 0;
}

.img_right {
	float:right;
	margin:0 0 15px 15px;
	
}

.img_left2 {
	float:left;
	border:3px solid #CCC;
	margin:0 15px 0 0;
}

.img_right2 {
	float:right;
	border:3px solid #CCC;
	margin:0 0 15px 15px;
	
}

/*General Header
------------------------------------------------------------------*/
#header_wrapper {
	height:160px;
	width:100%;
}
#main_header {
	width:955px;
	height:100%;
	margin:0 auto;
}
#logo {
	width:165px;
	float:left;
	height:auto;
	margin-bottom:15px;
	padding-top:30px;
}

#msg_form {
	width:680px;
	float:left;
	padding: 0 10px;
	margin-bottom:20px;
	background:#FFFFCC;
	
}
#msg_form .error {
	color: #FF0000;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding:10px 0;
}

#flash {
	width:auto;
	float:right;
	height:100%;
	padding:0 0 0 20px;
}
#flash .title {
	width:300px;
	float:right;
	text-align:center;
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#999;
	margin:0;
	padding:0;
}
#nav_wrapper {
	float:right;
	width:955px;
	height:45px;
	margin:0 auto;
	background: url(/images/bg-nav.jpg) repeat-x;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;

}

#error {
	float:right;
	margin:0;
	width:720px;
}

#home-gallery {
	width:700px;
	background:#CCC;
	height:245px;
	float:left;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
	
#video {
	width:545px;
	height:150px;
	float:left;
	border:8px solid #CCC;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
#video-gaming {
	width:auto;
	height:189px;
	float:right;
	border:8px solid #CCC;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	margin:0 0 0 20px;
}
#video-app {
	width:auto;
	height:350px;
	float:right;
	margin:0 0 0 20px;
}
#inner-video {
	width:100%;
	height:100%;
	background:#000;
}
#portfolio-home{
	width:700px;
	height:270px;
	padding:10px;
	float:right;
	background:#CCCCCC;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#content_home .text_home {
	width:700px;
	height:100%;
	padding-left:15px;
	float:left;
}

#line {
	width:100%;
	height:2px;
	background:#E4E4E4;
	float:left;
	margin:25px 0;
}

#top-left, #top-right {margin-bottom:20px;}

#top-left {
	float:left;
	width:250px;}
#top-right {
	float:right;
	width:350px;
}

#mytable {
	float:left;
	width:100%;
	padding:5px;
	border:0;
	margin:0;
	font:.9em Arial, Helvetica, sans-serif;
	color:#666;
}

#mytable th {padding:5px;}

#mytable td {padding:10px 5px; border-bottom:1px dotted #CCC;}

#mytable .title {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url(/images/title-table-bg.jpg) repeat-x;
	
}
#mytable .thumb {
	padding:5px;
	float:left;
	width:80px;
	height:60px;
}
#mytable .grey {
	background:#EFEFEF;
}

#img-slots {
	float:left;
	margin:5px 10px 5px 0;
}

/*General Content
------------------------------------------------------------------*/  	

#cse-search-box .bar {
	width:155px;
	float:left;
	border:1px solid #999;
	font: italic 1em "Verdana", Arial, Helvetica, sans-serif;
	padding:5px 30px 5px 8px;
	color:#999;
	margin:10px 15px 8px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #FFF url(../images/icon_search.jpg) no-repeat right;
}

#cse-search-box .button {
	float:left;
	width:24px;
	height:24px;
	font-size:.7em;
	text-align:right;	
	text-transform:uppercase;
	font-weight:bold;
	background:url(/images/btn_search.jpg) no-repeat;
	border:1px solid #999;
	cursor:pointer;
}

#cse-search-box-large {
	width:600px;
	float:left;
	height:100%;
	margin:15px 0 0 0;
}

#cse-search-box-large .bar {
	width:350px;
	float:left;
	border:1px solid #999;
	font: 1em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#004B8D;
	margin:0 5px 0 0;
}

#cse-search-box-large .button {
	float:left;
	width:auto;
	height:24px;
	padding:1px 3px;
	font-size:.7em;
	text-align:right;	
	text-transform:uppercase;
	font-weight:bold;
	color:#004B8D;
	border:1px solid #333;
}

#search {
	width:200px;
	height:25px;
	margin:30px 0 0 0;
	float:right;
	background:blue;
}

#left_inner {
	float: left;
	margin: 0 15px 0 0;
	width: 265px;
}

#right_inner {
	float: left;
	width: 265px;
}

#right h1 {
	color: #33CCFF;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: -4px 0 0 0;
	text-align: left;
}

#right p {
	color: #fff;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
}

.works_inner {
	padding: 5px 0 0 0;
	margin:15px 10px 15px 0;
	height:80px;
}

.works_inner h4 { 
	color: #666;
	font: bold .85em Arial, Helvetica, sans-serif;
	margin:3px 0 0 0;
}

.works_inner p { 
	color: #666;
	font: .85em Arial, Helvetica, sans-serif;
	text-align: justify;
	margin:5px 0 0 0;
}

.works {
	padding: 5px 0; 
	position: relative;
	top: -30px;
}

.works h4 { 
	color: #fff;
	font: bold .85em Arial, Helvetica, sans-serif;
}

.works p { 
	color: #fff;
	font: .8em Arial, Helvetica, sans-serif;
}


/*** index & porfolio ***/

a.landrover {
	background: url(/images/logos/landrover.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.landrover { background-position: 0 0; }

a.corus {
	background: url(/images/logos/corus.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.corus { background-position: 0 0; }

a.dcshoes {
	background: url(../images/logos/dcshoes.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.dcshoes { background-position: 0 0; }

a.home {
	background: url(../images/logos/home.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.home { background-position: 0 0; }

a.howe {
	background: url(../images/logos/howe.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.howe { background-position: 0 0; }


a.landrover_inner {
	background: url(../images/logos/landrover_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.landrover_inner { background-position: 0 0; }

a.dcshoes_inner {
	background: url(../images/logos/dcshoes_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.dcshoes_inner { background-position: 0 0; }

a.home_inner {
	background: url(../images/logos/home_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.home_inner { background-position: 0 0; }

a.howe_inner {
	background: url(../images/logos/howe_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.howe_inner { background-position: 0 0; }

a.engersund_inner {
	background: url(../images/logos/ergensund_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.engersund_inner { background-position: 0 0; }

a.dr_inner {
	background: url(../images/logos/dr_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.dr_inner { background-position: 0 0; }

a.dr {
	background: url(../images/logos/dr.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.dr { background-position: 0 0; }

a.danfoss_inner {
	background: url(../images/logos/danfoss_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.danfoss_inner { background-position: 0 0; }

a.housing_inner {
	background: url(../images/logos/housing_portfolio.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.housing_inner { background-position: 0 0; }

/*** demo ***/

a.christiana_inner {
	background: url(../images/demos/christiana.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.christiana_inner { background-position: 0 0; }

a.cubicasa_inner {
	background: url(../images/demos/cubicasa.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.cubicasa_inner { background-position: 0 0; }

a.face_inner {
	background: url(../images/demos/face.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.face_inner { background-position: 0 0; }

a.game_inner {
	background: url(../images/demos/game.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.game_inner { background-position: 0 0; }

a.havdrup_inner {
	background: url(../images/demos/havdrup.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.havdrup_inner { background-position: 0 0; }

a.langager_inner {
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	background-image: url(../images/demos/bulgarian_housing.gif);
	background-repeat: no-repeat;
	background-position: 0 -75px;
	border:1px solid #CCC;
}
a:hover.langager_inner { background-position: 0 0; }

a.store2_inner {
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	background-image: url(../images/demos/interactive.gif);
	background-repeat: no-repeat;
	background-position: 0 -75px;
	border:1px solid #CCC;
}
a:hover.store2_inner { background-position: 0 0; }

a.store_inner {
	background: url(../images/demos/store.gif) 0 -75px no-repeat;
	display: block;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 75px;
	border:1px solid #CCC;
}
a:hover.store_inner { background-position: 0 0; }

/*General Content
------------------------------------------------------------------*/    
#content_wrapper {
	background:#FFF url(../images/bg_content.jpg) repeat-x;
	margin:0 auto;
	height:100%;
	width:955px;
}

#main_content {
	width:935px;
	margin:0 auto;
	padding:10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	
}

#inner_img {
	margin:0 auto;
	width:980px;
	height:195px;
}
#img_header {
	width:100%;
	margin:0 auto;
	height:185px;
	padding:0 0 10px 0;
}
#img_header img {
	width:955px;
	height:195px;
	float:left;
	margin:0;
}

#img_header .text_intro {
	width:370px;
	height:140px;
	float:right;
	margin:10px 10px 0 0;
}
#img_header h2 {
	font:1.6em "Verdana", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 5px 0;
	color:#2C3C4C;
}
#img_header p {
	font:.85em "Verdana", Arial, Helvetica, sans-serif;
	padding:4px 0;
	color:#666;
}


#slogan {
	width:500px;
	text-align:left;
	height:31px;
	float:left;
	color:#CCC;
	font:1em "Verdana", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#slogan a {

	color:#CCC;
}

#top-links {
	background: url(/images/bg-top.jpg) no-repeat;
	width:375px;
	height:43px;
	float:right;
}
#top-links a {
	background:url(/images/bullet-top.jpg) no-repeat left;
	float:left;
	color:#00CCFF;
	font:.85em Arial, Helvetica, sans-serif;
	padding-left:13px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 17px;
}
#top-links .facebook {
	background:url(/images/facebook_ico.jpg) no-repeat left;
	padding-left:17px;
}
	
#top-links .twitter {
	background:url(/images/twitter_ico.jpg) no-repeat left;
	padding:0 17px;
}

#left_content img {
	float:left;
	margin:20px 0;
}
#content_home {
	width:720px;
	margin:10px 0 0 25px;
	float:left;
	height:100%;
}

#content_home  .inner_img_right {
	width:270px;
	height:100%;
	float:right;
	margin:0 0 0 15px;
}
#content_home  .inner_img_right .img_right {
	
}
#right_content_home {
	width:110px;
	margin:0 0 0 5px;
	float:left;
	height:100%;
}
#right_content_home img {
	float:left;
	margin:10px;
}


#img_bg{
	width:953px;
	height:195px;
	padding-left:14px;
	float:left;
}
#png_bg{
	width:565px;
	background:url(../../images/bg_slogan.png) repeat-x;
	height:40px;
	position:absolute;
	margin:105px 0 0 14px;
}	
#png_bg h2 {
	color:#E2E2E2;
	font:2em Arial, Helvetica, sans-serif;
	margin:4px 20px 0 0;
	float:right;}


#content_details {
	width:680px;
	margin:10px;
	float:left;
	height:100%;
}
#content_submenu{
	width:660px;
	margin:0 10px 10px 50px;
	float:left;
	height:100%;
}
#content{
	width:700px;
	padding:0 20px 0 0;
	float:right;
	height:100%;
}
#content_staff {
	width:500px;
	float:left;
}
#sidebar {
	width:160px;
	margin:0 12px 0 0;
	float:left;
	height:100%;
	padding:5px;
}
#adv {
	width:160px;
	margin:0 12px 0 0;
	float:left;
	height:100%;
}
#box-contact {
	width:170px;
	margin:10px 12px 0 0;
	padding:10px;
	float:left;
	height:100%;
	background: url(/images/box-contact-home.jpg) no-repeat;
}
#box-contact h1 {
	color:#999999;
	width:100%;
	float:left;
	margin:0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
#box-contact {
cursor:pointer;
	text-decoration:none;
}
#box-contact h2 {
	color:#666;
	width:100%;
	float:left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin:3px 0 0 0;
}
#adv a {
	cursor:pointer;
}
#sidebar .download  {
	float:left;
	background: url(/images/bg_donwload.jpg) no-repeat; 
	width:165px;
	height:20px;
	padding:8px 5px 2px 40px;
	font-size:.85em;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	color:#004B8D;
	border: 1px solid #C6C6C6;
	margin-top:15px;
}
#sidebar .send  {
	float:left;
	background: url(/images/bg_sendemail.jpg) no-repeat; 
	width:165px;
	height:20px;
	padding:8px 5px 2px 40px;
	font-size:.85em;
	text-align:right;	
	text-transform:uppercase;
	font-weight:bold;
	color:#004B8D;
	border: 1px solid #C6C6C6;
	margin-top:15px;
}
#people {
	width:90px;
	float:left;
	min-height:180px;
}
.people_img {
	float:right;
	border:3px solid #999;
	margin:0 0 0 20px;
	max-width:166px;
	max-height:227px;
}

.people_title {
	color:#2F3C49;
	width:100%;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
	border-bottom:1px dotted #004B8D;
}
#people_areas {
	width:98%;
	border: 1px solid #999999;
	background:#CCCCCC;
	margin:0 0 15px 0;
}
#people_areas h2 {
	color:#666;
	width:190px;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:10px 0 0 10px;
}
#people_areas img {
	border: 2px solid #999999;
	margin:10px 0 0 12px;
}
#people_areas .title {
	width:80px;
	margin:5px 0 0 12px;
	text-align:center;
	font-size:.9em;
	color:#004B8D;
	float:left;
}

#info {
	width:485px;
	float: left;
	background:#EFEFEF;
	border-left:8px solid #CCC; 
	padding:8px 10px 0 10px;
	margin-bottom:10px;
}
#info p {
	color:#2F3C49;
	font: 1em "Arial", Helvetica, sans-serif;
	float:left;
	margin:0 15px 0 0;
}

#info a {
	color:#2F3C49;
	font: 1em "Arial", Helvetica, sans-serif;
	border-bottom:1px dotted #2F3C49;
}

#info a:hover {
	color:#FFF;
	font:1em "Arial", Helvetica, sans-serif;
	border-bottom:1px solid #2F3C49;
	background:#2F3C49;
}

#pagination {
	width:100%;
	height:20px;
	padding:5px 5px 10px 0;
	background:#F7F7F7;
	border-top: 1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:right;
}

#pagination a {
	width:auto;
	height:20px;
	padding:0 5px;
	font-size:1em;
	text-decoration:none;
	color:#18476D;
}

#pagination a:hover, #pagination .current  {
	width:auto;
	height:20px;
	padding:0 5px;
	font-size:1em;
	text-decoration:none;
	color:#FFF;
	background:#0099FF;
}
#pagination select {
	width:120px;
	height:auto;
	padding:3px 5px;
	font-size:1em;
	text-decoration:none;
	margin:0 0 0 5px;
	color:#333;
	float:left;
	border:1px solid #999999;
	background:#FFF;
}

#pagination label {
	width:auto;
	height:auto;
	font-size:1em;
	margin:5px 0 0 20px;
	color:#333;
	float:left;
}
/*General Box HOME
------------------------------------------------------------------*/
#box_home {
	width:215px;
	height:100%;
	float:left;
	margin:12px;
	
}
#box_home h2 {
	color:#FFF;
	font:bold 1.2em "Arial", Helvetica, sans-serif;
	margin:0;
	width:210px;
	padding:4px 0 3px 5px;
	background:#2F3C49;
	border-top:2px solid #C1BF97;
}
#box_home p {
	padding:5px;
	color:#999;
	font: .95em/1.3em Arial, Helvetica, sans-serif;
}

#box_home:hover {
	width:215px;
	height:100%;
	float:left;
	margin:12px;
	cursor:pointer;
}
#box_home .link {
	background: url(../../images/arrow_link.jpg) no-repeat left;
	padding:1px 0 0 22px;
	margin:0 0 0 5px;
	color:#0066CC;
}
/*General box team
------------------------------------------------------------------*/

#team {
	width:180px;
	height:95px;
	padding:10px;
	float:left;
	margin:15px;
	background:#EFEFEF;
	border:1px solid #CCC;
	border-top:5px solid #CCC;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
#team:hover {
	width:180px;
	height:95px;
	padding:10px;
	float:left;
	background:#EFEFEF;
	margin:15px;
	border:1px solid #37526F;
	border-top:5px solid #37526F;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
#team .img_team {
	width:66px;
	height:90px;
	border:1px solid #999;
	float:left;
	background:url(/images/silhouette_s.jpg) no-repeat;
}
#team h2 {
	width:100px;
	margin:5px 0 5px 10px;
	padding:0;
	border:none;
	float:left;
	text-align:left;
	color:#344E5D;
	font: normal 1em Arial, Helvetica, sans-serif ;
}
#team p {
	width:100px;
	float:left;
	margin:5px 0 0 10px;
	padding:0;
	text-align:left;
	font: normal .85em Arial, Helvetica, sans-serif ;

}
#team a {
	text-decoration:none;
	font:bold .85em "Arial", Helvetica, sans-serif;
	color:#FFF;
	background:#037CC1;
	padding:3px 6px;
	margin-left:178px;
	margin-top:10px;
	border:0;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;

}
#content_home ul {
	width:313px;
	height:100%;
	color:#50709C;
	margin-right: 1px;
}

#content_home ul li {
	list-style:none;
	display: block;
	background:url(/images/bullet.jpg) no-repeat left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 3px;
}
/*Article
------------------------------------------------------------------*/
ul#article {
	width:190px;
	height:100%;
	float:left;
	margin:20px 0;
	}

ul#article li {
	list-style:none;
	display:block;
	}

ul#article li a {
	width:680px;
	float:left;
	padding:10px;
	background:#FFF;
	border-bottom: 1px dotted #999;
	color:#606060;
	font: 1em, "Arial", Helvetica, sans-serif;
}
ul#article li a:hover {
	width:680px;
	float:left;
	padding:10px;
	background:#FCFCF5;
	border-bottom: 1px dotted #999;
	color:#333;
	font:1em, "Arial", Helvetica, sans-serif;
}
ul#article #title {
	color:#2F3C49;
	font: bold 1.2em "Arial", Helvetica, sans-serif;
}
ul#article #line1 {
	color:#2F3C49;
	font: .85em, "Arial", Helvetica, sans-serif;
	margin-bottom:5px;
}
ul#article img {
	width:80px;
	height:60px;
	border:3px solid #CCCCCC;
	float:left;	
	margin:0 10px 0 0;
}
/*NEWS Details
------------------------------------------------------------------*/
#content_details .article_title {
	color:#2F3C49;
	width:auto;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	border:none;
}
#content_details .top {
	width:100%;
	height:40px;
	float:left;
	margin:0 0 5px 0;
	border-bottom:1px dotted #BFB683;
}
#icons {
	float:right;
	width:auto;
	padding:12px 0 0 0;
	height:25px;
	}
#img_detail .left, #content_details .left {
	float:left;
	width:auto;
	margin:0 15px 5px 0;
}
#img_detail .right, #content_details .right {
	float:right;
	width:auto;
	margin:0 0 5px 15px;
}
#img_detail .left2, #content_details .left {
	float:left;
	width:auto;
	border:3px solid #CCCCCC;
	margin:0 15px 5px 0;
}
#img_detail .right2, #content_details .right {
	float:right;
	width:auto;
	border:3px solid #CCCCCC;
	margin:0 0 5px 15px;
}
#pub_title {
	font:italic .9em "Arial", Helvetica, sans-serif;
	color:#999;
	float:right;
}
#article_date {
	font:.9em "Arial", Helvetica, sans-serif;
	color:#999;
	float:left;
	width:auto;}
#full_text {margin:5px 0 15px 0;}


#content_news{
	width:700px;
	margin:0 10px 10px 10px;
	float:left;
	height:100%;
}
/*Sidebar WIDGET
------------------------------------------------------------------*/
ul#subnav {
	width:170px;
	height:100%;
	margin-bottom:15px;
	float:left;
	padding:10px;
	background:#E6E6E6;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
#sidebar .title {
	width:175px;
	height:15px;
	margin-bottom:2px;
	float:left;
	color:#FFF;
	padding:10px 0 10px 15px;
	font:bold 1em "Verdana", Arial, Helvetica, sans-serif;
	background: url(/images/bg_subnav.jpg) no-repeat;
}
ul#subnav p {
	text-align:left;
	width:165x;
	list-style:none;
	display:block;
	font-size:.85em;
	color:#999999;
}

ul#subnav li a {
	text-align:left;
	width:155px;
	text-decoration:none;
	list-style:none;
	display:block;
	font:bold .9em Arial, Helvetica, sans-serif;
	color:#666;
	background-image: url(/images/bullet-subnav.jpg);
	background-repeat: no-repeat;
	background-position: 4px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 17px;
}

ul#subnav li a:hover, ul#subnav li .select {
	color:#FFF;
	text-decoration:nonse;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color: #00CCFF;
	background-image: url(/images/bullet-subnav-h.jpg);
	background-repeat: no-repeat;
	background-position: 4px;
}
ul#subnav a.view_more {
	background:#034694;
	color:#FFF;
	margin-top:5px;
	float:left;
	font-size:.85em;
	font-weight:bold;
	padding:3px 6px; 
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
/*Sidebar NEWS
------------------------------------------------------------------*/
ul#news {
	width:190px;
	height:100%;
	float:left;
	}
ul#news_right {
	width:190px;
	height:100%;
	float:right;
	}
ul#news .title, ul#news_right .title {
	width:170px;
	height:20px;
	float:left;
	color:#2F3C49;
	text-transform:lowercase;
	padding:8px 10px 5px 0;
	font:1.5em "Verdana", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCC;
}
ul#news li, ul#news_right li {
text-align:left;
	list-style:none;
	display:block;
	}
a.wiew_more {
	background:url(/images/icon_arrow.jpg) no-repeat right;
	color:#1F529E;
	margin-top:10px;
	float:left;
	font-weight:bold;
	padding:2px 15px 2px 5px; 
}

ul#news li a, ul#news_right li a {
	width:170px;
	float:left;
	padding:10px;
	background:#FFF;
	border-bottom: 1px dotted #999;
	color:#606060;
	font:italic 1em, "Arial", Helvetica, sans-serif;
	text-decoration:underline;
}
ul#news li a:hover, ul#news_right li a:hover {
	width:170px;
	float:left;
	padding:10px;
	background:#CCD9E2;
	border-bottom: 1px dotted #999;
	color:#1F529E;
	text-decoration:underline;
	font:italic 1em, "Arial", Helvetica, sans-serif;
}

/*Form Practice
------------------------------------------------------------------*/
#form_practice {
	width:190px;
	float:right;
	height:auto;
	padding:10px 10px 10px 20px;
}
#form_practice input {
	width:180px;
	float:left;
	border:1px solid #999;
	font: 1em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#004B8D;
	margin:0 10px 5px 0;
}
#form_practice textarea {
	width:180px;
	float:left;
	border:1px solid #999;
	font:1em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#004B8D;
	height:80px;
	margin:0 0 3px 0;
}
#form_practice #send {
	width:190px;
	float:left;
	border:none;
	background: #0B72BA ;
	font:1em "Verdana", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:5px 10px;
	border:1px solid #A1BDD3;
	margin:5px 0;
}
#form_practice label {
	float:left;
	width:180px;
	color:#999999;
}
#form_practice fieldset {
	float:left;
	width:230px;
	height: 100%;
}
/*General Form
------------------------------------------------------------------*/
#form {
	width:180px;
	float:left;
	height:95px;
	border:1px solid #50709C;
	padding:5px;
	margin:0;
}
#form input {
	width:90px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
	margin:0 10px 3px 0;
}
#form #send {
	width:65px;
	float:right;
	height:18px;
	border:none;
	background:url(/images/bg_btn_send.jpg) no-repeat;
	font:.85em "Verdana", Arial, Helvetica, sans-serif;
	color:#FFF;
	
	padding:0 5px 5px 5px;
	margin:4px 3px 0 0;
}

#form select {
	width:100px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
}
#form img {
	margin:5px 0 15px 0;
}
#form .leftform {
	float:left;
	width:105px;
}
#form fieldset {
	float:right;
	width:auto;
}
/*General Foooter
------------------------------------------------------------------*/
    
#footer_wrapper {
	height:107px;
	width:100%;
	margin:0 auto;
}
#main_footer {
	width:915px;
	margin:0 auto;
	font-size:0.9em;
	padding:10px 20px;
	color:#999;
	background:#FFF;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: .8em;
}
#footer_right {
	width:620px;
	float:right;
	height:100%;
	text-align:right;
	padding-top:2px;
	color:#999;
}
#footer_left {
	width:240px;
	float:left;
	text-align:left;
	padding-top:2px;
	color:#999;
}
#main_footer p{
	width:auto;
	color:#666;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#main_footer p.small {
	width:auto;
	color:#999;
	font-size:0.85em;
	line-height: 0.65em;
}
#main_footer p a {
	font:.9em Arial, Helvetica, sans-serif;
	color:#666;
	width: auto;
	text-decoration:none;
	border:none;
}
#main_footer p a:hover {
	font:.9em Arial, Helvetica, sans-serif;
	color:#666;
	width: auto;
	text-decoration:none;
	border:none;
}



/*--Main Image Preview--*/
.container {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #FFF;
	height: 250px;
}

.main_image {
	width: 358px;
	height: 230px;
	float: right;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 6px;
	border: 1px solid #CCCCCC;

}
.main_image h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1px;	padding: 2px 10px;
}
.main_image p {
	font-size:9pt;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(/images/icon_calendar.gif) no-repeat 0 center; 
	font-size: .85em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(/images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 320px;
	height:260px;
	background: #FFFFFF;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 2px; 
	background: #fff; 
	float: left;
	width:90px;
	height:60px
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	width:220px;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	width: 100px;
	height: 70px;
	float: left;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1em; 
	margin: 1px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 150px;
}	
.image_thumb ul li p{display: none;}

img.right {
	float: right;
	margin: 5px 0px 10px 20px;
}

img.left {
	float: left;
	margin: 5px 20px 10px 0px;
}


#spec_cms {
	width:100%;
	float:left;
	height:100%;
}

#spec {
	width:325px;
	float:left;
	min-height:90px;
	height:100%;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#content #spec h4, #content #spec_cms h2  { color:#01AEF0; margin:0; font-size:1em;}

/*--------- CONTACT / LOGIN <-----------*/

#contactoform {
	width: 300px;
	margin: 0;
	float:left;
}

#login {
	width: 280px;
	margin: 0 auto;
}

#contactoform fieldset { border: 0; }

#contactoform legend { visibility: hidden; }

#contactoform label { display: block; }

.input {
	width: 200px;
	margin: 0 0 5px;
	padding: 3px 5px;
	border: 1px solid #999;
	color:#666666;
	font:1.8em Arial, Helvetica, sans-serif;
}

.forms_text img { margin: 0 5px 0 0; float: left;}

.forms_text {
	width: 265px;
	height: 20px;
	margin: 3px 0 0 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #ff0000;
}



#contactoform textarea {
	height: 70px;
	padding: 3px 0 0 25px;
	overflow: hidden;
}
#contactoform #enviar, #contactoform .submit {
	width: auto;
	padding: 3px 5px;
	border:0;
	cursor: pointer;
	color: #fff;
	background: #0b72ba;
}
