@charset "utf-8";
/* CSS Document */


/*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/


body { 
	margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#000000;
	background: #e9e9e9;
  	
}


p { margin:0px; font-size:13px; font-weight:normal; color:#5e5e5e; line-height:1.4em}

a:link, a:visited {color:#5595FC; text-decoration:none; font-weight:bold}
a:hover { color:#D7D7D7; text-decoration: none;}

h1 {  
	margin:0px; padding:0px; 
	font-size: 2.308em;
	line-height: 1.267em;
	font-weight: normal;
	font-family: sans-serif;
}

h1 a:link, h1 a:visited { text-decoration:none; color:#000; font-weight:bold}
h1 a:hover { text-decoration:none; color:#D4D4D4}

h2 { margin:0px; padding:0px; font-size:14px; font-weight:bold;}
h2 a:link, h2 a:visited { text-decoration:none; color:#5595FC; font-weight:bold}
h2 a:hover { text-decoration:none; color:#D4D4D4}

h6 { margin:0px; padding:0px; font-size:12px; font-weight:bold; color:#619BFA}

img { border:none} 
.text_italic { font-style:italic; font-weight:bold; color:#000000}
.text_boldk {font-weight::bold; color:#000000}

ul, li {
	list-style: none;
}


/*
---------------------------------------------
02. container
---------------------------------------------
*/

#container { 
	width:100%;
}


/*
---------------------------------------------
03. header styles
---------------------------------------------
*/

#header-wraper {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70px;
	min-width: 320px;
	background: #171718;
	overflow: hidden;
	z-index: 100;
	height:auto;
}

#header{
	width:930px;
	margin:30px auto 0;
	height:70px;
}

#description{
	width:60%;
	float:left;
	margin-bottom: 10px;
	
}

#headerContact{
	float:right;
	margin: 10px 0 0 10px;
	color: #fff;
	font-size: 1.2em;
	width: 220px;
}



#header li {
	margin-bottom: 0.5em;
	font-size:14px;
}

#header li a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
}

#header li a:hover, #header .current a {
	color: #D4D4D4;
}

#header .current a {
	text-decoration: underline;
}


#logo {

margin-right: 40px;
margin-bottom: 20px;
}




/*
---------------------------------------------
06. content
---------------------------------------------
*/

#content { 
	max-width:930px; 
	height:auto; 
	margin:0px auto; 
	margin-bottom: 50px;
	padding:0px 0 20px;
	margin:0 auto;

}

#service-links{

	height:40px;
	
}

#service-links a{

	color:#333333;
	font-weight: normal;
	font-size: 14px;
	
}

#service-links ul{
	float:right;
	padding:0;
	-webkit-padding-start: 0;
	margin:20px 11px 0 0;
	
}

#service-links li{
	margin:0 4px;
	padding:2px 6px;
	float:right;
	
}

#service-links li:hover{
	background:#fff200;	
}


#mainImage img{
	width:930px;
	margin:0 auto;
	padding:0;

}

#mainImage{
	background:url(mainImage.png) top no-repeat;
	margin: 0 auto 30px;
	display:block;
	overflow:hidden;
	padding:0;
	height:345px;
	width:930px;

}

	#mainImage a{
		background:url(mainlogo.png) no-repeat;
		background-position-y:0;
		display:block;
		text-decoration:none;
	}

	#mainImage a{
		background:url(mainlogo.png) no-repeat;
		background-position-y:0;
		display:block;
		text-decoration:none;
		float:right;
		margin:140px 8px 0 0;
		width:363px;
		height:110px;
	}

	#mainImage a:hover{
			background-position-y:-110px;	
	}

/*
---------------------------------------------
06. Texto 
---------------------------------------------
*/

#main{
	max-width: 100%;
	height: 140px;
	margin:0 auto 50px;

}

#main p{
	width: 100%;
	float: left;
	height: auto;
	overflow: hidden;

}



#texto{
	background:url(texto.png) no-repeat top left;
	width:930px;
	margin:20px auto;
	height: 120px;
	overflow:hidden;
	text-indent: -119988px;

}


#texto a{
	background:url(textolink.png) no-repeat top left;
	overflow:hidden;
	float:right;
	margin:89px 194px 0 0;
	height:32px;
	width:165px;
}

	#texto a:hover{
	background-position-y:-32px;
	}


#right-col{
	padding-left: 6%;

}

