/*BoszTemplate v0.1*/

/*General Definitions*/
* {margin: 0;padding: 0;}
.clear {clear: both;}


/* General Styles Definitions */
body {
	background-color: #FFF;
}

.bgindex{
	background-repeat: no-repeat;
	background-position: top;

}

.introentrar{
	float:left;
	left:166px;
	position:absolute;
	top:207px;
	width:135px;
	color: #666;
}
.introentrar a{
	text-decoration: none;
	color:#FAC840;
	font-weight: normal;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a:hover{ color:#ecc200;text-decoration:none; outline: none;}




p{
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 11px;
margin: 10px 0;}

h2{
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
clear: both;
text-indent:-9999px;
margin:0px;}

h3{
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 24px;
clear: both;
margin: 0;
font-weight:normal;}

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



/* Layout */

#layout{
	width: 100%;
	height: 600px;
	margin: 0 auto;
	display: block;
	background-repeat: repeat-x;
	background-image: url(../images/layout/bgindex.png);
}

#content{
	width: 960px;
	height: auto;
	display: block;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {width:276px;height:66px;display:block;position:absolute;border:0px; top:140px; left:25px;}

#thinkBox{
	width:390px;
	height:520px;
	display:block;
	float:right;
	border: 1px solid #6A6A6A;
}

ul#selectLanguage{width:60px;height:38px;position:absolute;right:-60px;
top:120px;list-style:none;margin:0;}
ul#selectLanguage li a  {width:60px;height:19px;text-decoration:none;border:none;}
ul#selectLanguage li a img {text-decoration:none;border:none;}
	
#contentvids {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

