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

body
{
	background:#242424 url(../assets/bg-body.jpg) repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

#content
{
	background-color:#1D1D1D;
}

#btn1
{
  display: block;
  width: 68px;
  height: 35px;
  background:url(../assets/btn1.jpg);
/*url("assets/btn1.jpg") no-repeat 0 0px;*/
}

#btn1:hover
{ 
  background-position: 0px -35px;
}

#btn2
{
  display: block;
  width: 88px;
  height: 35px;
  background: url("../assets/btn2.jpg") no-repeat 0 0px;
}

#btn2:hover
{ 
  background-position: 0px -35px;
}

#btn3
{
  display: block;
  width: 94px;
  height: 35px;
  background: url("../assets/btn3.jpg") no-repeat 0 0px;

}

#btn3:hover
{ 
  background-position: 0px -35px;
}

#btn4
{
  display: block;
  width: 81px;
  height: 35px;
  background: url("../assets/btn4.jpg") no-repeat 0 0px;

}

#btn4:hover
{ 
  background-position: 0px -35px;
}

#btn5
{
  display: block;
  width: 116px;
  height: 35px;
  background: url("../assets/btn5.jpg") no-repeat 0 0px;

}

#btn5:hover
{ 
  background-position: 0px -35px;
}

#btn6
{
  display: block;
  width: 60px;
  height: 35px;
  background: url("../assets/btn6.jpg") no-repeat 0 0px;

}

#btn6:hover
{ 
  background-position: 0px -35px;
}

#btn7
{
	display: block;
	width: 207px;
	height: 35px;
	background: url("../assets/btn7.jpg") no-repeat 0 0px;

}

#btn7:hover
{ 
  background-position: 0px -35px;
}


#btn1Select
{
  display: block;
  width: 68px;
  height: 35px;
  background: url("../assets/btn1.jpg") no-repeat 0 -35px;
}

#btn2Select
{
  display: block;
  width: 88px;
  height: 35px;
  background: url("../assets/btn2.jpg") no-repeat 0 -35px;
}

#btn3Select
{
  display: block;
  width: 94px;
  height: 35px;
  background: url("../assets/btn3.jpg") no-repeat 0 -35px;
}

#btn4Select
{
  display: block;
  width: 81px;
  height: 35px;
  background: url("../assets/btn4.jpg") no-repeat 0 -35px;
}

#btn5Select
{
  display: block;
  width: 116px;
  height: 35px;
  background: url("../assets/btn5.jpg") no-repeat 0 -35px;
}

#btn6Select
{
  display: block;
  width: 60px;
  height: 35px;
  background: url("../assets/btn6.jpg") no-repeat 0 -35px;
}

#btn7Select
{
	display: block;
	width: 207px;
	height: 35px;
	background: url("../assets/btn7.jpg") no-repeat 0 -35px;
}

/*********************************************************************************/

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	padding-left:10px;
}

.home
{
	padding:10px 10px 10px 20px;
}


#searchBar
{
	 background-color:#1D1D1D; 
	 color:#FFFFFF; 
	 padding-left: 20px;
}

.btn_test
{
	color:#FFFFFF;
	padding: 3px 0px 3px 22px;
}

.btn_test:hover
{ 
	background-color:#1F517D;
	color: #FFFFFF;
}

.btn_test #bull
{
	color:#1D1D1D;
}

.btn_test:hover #bull
{ 
	color: #FFFFFF;
}

.text_white
{
	color:#FFFFFF;
	text-decoration: none;
	height:30px;
}

.panel_right_title
{
	background: url("../assets/panel_right_title.jpg") no-repeat 0 0;
	color:#FFFFFF;
	height: 29px;
	font-weight:bold;
	font-style:italic;
	font-size: 14px;
	padding-left: 15px;
}

.panel_right_bg
{
	background: url("../assets/panel_right_body.jpg") no-repeat 0 0;
	color:#FFFFFF;
}

#bottomMenu
{
	padding-top:7px;
}

#bottomMenu a
{
	padding-top:10px;
	color:#787878;
	text-decoration: none;
}

#bottomMenu a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}

.text2
{
	padding:20px; 
	font-weight:bold; 
	font-style:italic; 
	color:#C4C4C4;
}

.text3
{
	padding:20px; 
	color:#C4C4C4;
}

.contact{
padding-left:20px;

}

.tel{
font-size:18px;
font-weight:bold;
}


a{
color:#8FC7EF;
}


.style1 {font-size: 12px}

.linkindex{

padding:30px;
}
