@charset "UTF-8";
/* CSS Document */

/* All link*/

a:link {
	color:#e61212; 
	text-decoration: none;
	}

a:visited {
	color: #fa8484 ;
	text-decoration: none;
	}

a:active {
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	color:#f26722;
	text-decoration: none;
	}

/*-----*/

html {
	/*background: url(images/mBg.jpg) repeat-x;*/
	background-color:#fff;
}

body {
	padding: 0;
	margin: 0;
	background: url(images/main_temp_inner.png) no-repeat center top;
	width: 100%;
	display: table;
	font-family:Tahoma;
font-size:13px;
color:#333333;
}

#content {
	width: 945px;
	margin: 30px auto 0;
	/* background: #fff; */
	/*border: solid 1px #ccc;*/
	padding: 0px;
}

#footer{
width: 945px;
margin: 10px auto 0;
}

#footerContent{
width: 920px;
margin: 15px auto 0;
position: relative;

}

#footer2{
/*background: url(images/footerBg.jpg) repeat-x;
color: #ffffff;
width: 100%;
margin: 10px auto 0;*/
 position: fixed;
  bottom: 0;
  
  width: 100%;
  background: url(images/footerBg.jpg) repeat-x;
  z-index: 99;
  color: #ffffff;

}

#ttPirce {
font: normal 1.2em Arial, Tahoma, "Times New Roman", Times, serif;
	/*font-family:Arial;
font-size:16px;*/
color:#f26722;
}

#tt1 {
	font: normal 1.5em Arial, Tahoma, "Times New Roman", Times, serif;
	/*font-family:Arial;
font-size:16px;*/
color:#F00;
}

#tt2 {
	font: normal 1.0em Arial, Tahoma, "Times New Roman", Times, serif;
	color:#f15523;
}
#tt4 {
	font: normal 1.5em Arial, Tahoma, "Times New Roman", Times, serif;
	color:#F00;
	padding-bottom:5px;
}
#tt5 {
	font: normal 1.0em Arial, Tahoma, "Times New Roman", Times, serif;
	color:#f15523;
	padding-left:35px;
}
#tt3{
	font: normal 1.6em Georgia, Tahoma, "Times New Roman", Times, serif;
	color:#b1acac;
	padding-left:35px;
}

/*
h2 {
	font-family:Arial;
	font-size: 14px; font-weight: bold;
color:#ffffff;
}
*/
blockquote {
	font: 1.2em/1.6em; /*Tahoma, "Times New Roman", Times, serif;*/
	color:#b6b6b6;
	font-style:italic;
	width: 600px;
	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-left: 100px;
	text-indent: -18px;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	/*font:  1.8em Tahoma, "Times New Roman", Times, serif */;
}
/*
ul {
  font: italic 1.5em Georgia, Times, serif;
  color: #999999;
}
ul  p {
  font:  0.7em Tahoma, Times, serif;
  color: #000000;
}
*/

/*   download li   */
#d_list
{
list-style-image:url(images/box-bullet.gif);
padding-left: 0;
margin-left: 0;
margin-top:5;
/*border-bottom: 1px solid gray*/;
width: 200px;
}
/*-----------*/
/*   Spac li   */
#smlist
{
list-style-image:url(images/star-bullet.gif);
padding-left: 0;
margin-left: 0;
/*border-bottom: 1px solid gray*/;
width: 200px;
}

#smlist li
{

margin: 0;
padding: 0.25em;
/*border-top: 1px solid gray*/;
}

#smlist li a { text-decoration: none; }

#m_bar {
	width: 910px;
	margin: 13px auto 0;
	padding: 0px;
	
	font: normal 1.1em Arial, Tahoma, "Times New Roman", Times, serif;
	color:#ffffff;
	/*font-family:Arial;
	font-size:16px;
	color:#f26722;*/

}
/*---------------------*/
/*menu */
#m_bar a:link {
	color:#ffffff; 
	text-decoration: none;
	}

#m_bar a:visited {
	color: #edeeee ;
	text-decoration: none;
	}

#m_bar a:active {
	color: #0000FF;
	text-decoration: none;
	}

#m_bar a:hover {
	color:#f26722;
	text-decoration: none;
	}
.banner-inspire
{
	font-family:"Microsoft Sans Serif";
	font-size:4em;
	font-weight:bold;
	padding-left:50px;
	width:945px; 
	height:80px;
	color:#444444;
}
#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 47px;
  width: 100%;
  background: #1b1b1b url(images/footer-bg.jpg) no-repeat 0 0;
  border-top: 1px solid #749e58;
  z-index: 99;
}


