/* Salvat & Partners Style 2012 */

/* GENERIC */

* { padding: 0; margin: 0; border: none;
}

body {
	background-image: url(imgs/bg_main.png);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

h1 {
	color:#FF3300;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Myriad Pro", Tahoma;
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
}
	
h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-left: 5px;
	margin-top: 10px;
}

h3 {
	color: #FF3300;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Myriad Pro", Tahoma;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
}
h5 {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Myriad Pro", Tahoma;
	font-size: 14px;
}

.text {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 45px;
	line-height: 22px;
	text-align: justify;
}

.color {
	color: #FF3300;
}

h4 a {
	color: #666666;
	text-decoration: none;
}

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


/* WRAPPER */

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

/* HEADER */

#header {
	height: 150px;
}

.logo:hover {
	opacity:.8;
}

.logo:active {
	padding-top:1px;
	opacity:.7;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}

#navigation {
	position: relative;
	float: right;
	margin-top: -112px;
	font-family: Georgia, Arial;
	margin-right: 100px;
	height: 100px;
	width: 600px;
	padding-left: 38px;
}

	#navigation ul{
		text-transform:uppercase;
		font-size:12px;
		width:100%;
		overflow:hidden;
		float: right;
		margin-top: 15px;
		height: 70px;
	}
	
	#navigation ul li{
		float: left;
		height: 70px;
	}
	
	#navigation ul li a{
		outline:none;
		padding: 0px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
	}
		
	#navigation ul li a:hover {
			opacity:.6;
	}
			
	#navigation li {
		list-style-type: none;
		padding-right: 8px;

		padding-left: 8px;
		text-align: center;
		list-style: none;
		list-style-position:inside;
		padding-bottom: 5px;
		padding-top: 5px;
	}

#languages {
	float: right;
	background-image: url(imgs/lg_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 80px;
	width: 72px;
	margin-left: 920px;
	font-family: DINPro-Regular, Georgia, Arial;
	padding-left: 10px;
}

	#languages ul{
		text-transform:uppercase;
		font-size:12px;
		width:100%;
		overflow:hidden;
		float: right;
		margin-top: 15px;
		height: 30px;
	}
	
	#languages ul li{
		float:left;
		height:40px;
	}
	
	#languages ul li a{
		outline:none;
		padding: 10px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		padding-left: 5px;
		padding-right: 5px;
	}
		
	#languages ul li a:hover {
			opacity:.6;
	}
	
	#languages li {
		list-style-type: none;
		text-align: center;
		list-style: none;
		list-style-position:inside;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
#social {
	float: right;
	/*background-image: url(sn_bg.png);*/
	position: absolute;
	height: 80px;
	width: 161px;
	margin-left: 880px;
	padding-left: 10px;
}

	#social ul{
		text-transform:uppercase;
		font-size:12px;
		width:100%;
		overflow:hidden;
		float: right;
		margin-top: 47px;
		height: 55px;
	}
	
	#social ul li{
		float:left;
		height:40px;
	}
	
	#social ul li a{
		outline:none;
		padding: 10px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		padding-left: 2px;
		padding-right: 2px;
	}
		
	#social ul li a:hover {
			opacity:.6;
	}
	
	#social li {
		list-style-type: none;
		text-align: center;
		list-style: none;
		list-style-position:inside;
		padding-bottom: 5px;
		padding-top: 5px;
	}

/* CONTENT */

#content {
	
}

#main {
	background-color: #FFFFFF;


	
}
	
#banners {
	padding: 0;
	width: 1000px;
}

	#banners ul li {
		width: 290px;
		background-repeat: repeat;
		height: 80px;
		border: 1px dashed #999999;
		border-radius: 3px;
		background-color: #FFFFFF;
		padding-left: 5px;
		padding-top: 5px;
	}

	#banners a {
		opacity:.9;
	}

	#banners a:hover {
		opacity:1.0;


	}
	

	.col1, .col2, .col3, .col4, .col5, .col6 {
		float: left;
		margin: 0 0 0 0;
		overflow: hidden;
	}
	
	#banners li a:hover {
		opacity:.6;
	}		

	#banners li {
				background-image: url(imgs/bg_sqrs.png);
		background-repeat: repeat;
	}

#blocks {
		position: absolute;
	margin-left: 200px;
	margin-top: 185px;
}

#blocks img {
	margin-right: 30px;
}

#blocks a {
	opacity: 0.8;
}

#blocks a:hover {
	opacity: 1.0;
}

.block_text {
	font-family: DINPro-Regular, Georgia, Arial;
	color: #333333;
	font-size: 12px;
	position: absolute;
	text-align: center;
	font-weight: bold;
}

#guidelines {
	background-image: url(imgs/work_guidelinesbg.png);
	width: 1000px;
	height: 157px;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 283px;
	margin-left: -20px;
}

.guide_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: italic;
	font-size: 14px;
	position: absolute;
}

#in_div {
	position: absolute;
	width: 800px;
	height: 323px;
	margin-left: 70px;
	margin-top: 50px;
}

/* FOOTER */

#footer {
	background-image: url(imgs/bg_sqrs.png);
	background-repeat: repeat;
	background-color: #FFFFFF;
	height: 150px;
	margin-top: 220px;
	/*background-color: #F7F6ED;*/
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px dashed;
	border-color: #999999;
	border-bottom: none;
	border-radius: 3px;

}

	#footer ul{
		font-size:14px;
		overflow:hidden;
		float: right;
		padding-top: 20px;
		margin-right: 80px;
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Myriad Pro", Tahoma;
		font-weight: bold;
	}
	
	#footer ul li{
		float:left;
	}
	
	#footer ul li a{
		outline:none;
		display: block;
		text-decoration: none;
		color: #333333;
	}
		
	#footer ul li a:hover {
			opacity:.6;
	}
			
	#footer li {
		list-style-type: none;
		text-align: left;
		list-style: none;
		list-style-position:inside;
		padding-right: 70px;
	}
	
	#footer span {
		 font-family: Georgia, 'Times New Roman', Times, serif;
		 font-style: italic;
		 font-weight: normal;
		 font-size: 12px;
		 display: block;
		 height: 18px;
	}

/* GLIDER */

.glidecontentwrapper {
	position: relative; /* Don't Change It! */
	width: 1000px;
	height: 470px;
	overflow: hidden;
	border: 1px dashed #999999;
	border-radius: 3px;
}

.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Don't Change It! */
	/*background-color: #FFFFFF;*/
	visibility: hidden;
	width: 1000px;
	height: 470px;
	padding: 20px;
	background-image: url(imgs/banner_sqrs.png);
	background-repeat: repeat;
}

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 1000px;
	margin-bottom: 56px;
	padding-top: 20px;
	background-image: url(imgs/bg_main.png);
	background-repeat: repeat;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: inline-block;
	margin-right: 3px;
}

.next:active {
	padding-top:1px;
	opacity:.5;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}

.prev:active {
	opacity:.5;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}

#serv_intro a {
		opacity:.7;
		border: none;
	}

#serv_intro a:hover {
		opacity:1.0;


	}
	
#p-select a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:24px;
}

#p-select a:hover {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

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

#yago_mail a:hover {
	color: #4DCDE9;
	text-decoration: none;
}

#nat_mail a {
	text-decoration: none;
	color: #333333;
}

#yago_mail a {
	text-decoration: none;
	color: #333333;
}


#submenu {
	position: relative;
	float: right;
	margin-top: -112px;
	font-family: Georgia, Arial;
	margin-right: -15px;
	height: 20px;
	width: 600px;
	padding-left: 38px;
	font-style: italic;
}

	#submenu ul{
		font-size:14px;
		width:100%;
		overflow:hidden;
		float: right;
		margin-top: 55px;
		height: 70px;
	}
	
	#submenu ul li{
		float: left;
		height: 70px;
	}
	
	#submenu ul li a{
		outline:none;
		padding: 0px;
		display: block;
		text-decoration: none;
		color: #333333;
	}
		
	#submenu ul li a:hover {
			opacity:.6;
	}
			
	#submenu li {
		list-style-type: none;
		padding-right: 3px;
		padding-left: 3px;
		text-align: center;
		list-style: none;
		list-style-position:inside;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
#sm_contact a {
	text-decoration: none;
	color: #333333;
}

#sm_contact a:hover {
	color: #666666;
}

#button {
	float: right;
	width: 90px;
	height: 25px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: 35px;
	margin-top: 50px;
}

#button a {
	text-decoration: none;
	color: #333333;
}

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