@font-face {
	font-family: 'BakerSignetBT-Roman';
	src: url('fonts/bakrsgnt.eot');
	src: url('fonts/bakrsgnt.eot?#iefix') format('embedded-opentype'),
			 url('fonts/bakrsgnt.woff') format('woff'),
			 url('fonts/bakrsgnt.ttf') format('truetype'),
			 url('fonts/bakrsgnt.svg#bakrsgnt') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/full-bk.jpg) center top no-repeat;
}
#container	{
	width:100%;
	height:auto;
}
#header-main	{
	width:100%;
	height:auto;
}
#hdr-tp	{
	width:auto;
	height:112px;
	background:url(images/hdr-tp-bg.png) center top repeat-x;
}
#hdr-tp-iner	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#logo	{
	width:227px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:5px;
}
#nav	{
	width:730px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:55px;
}
#nav ul	{
	list-style:none;
	padding:0px;
	margin:0px;
}
#nav ul li	{
	float:right;
	padding:5px 2px 5px 0;
}
#nav ul li a	{
	padding:5px 10px;
	font:normal 18px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#454545;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	background-color:#f4f4f4;
	display:block;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#nav ul li a:hover	{
	color:#fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	background-color:#e22c17;
	display:block;
}
#nav ul li a.active	{
	color:#fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	background-color:#e22c17;
	display:block;
}
#hdr-btm	{
	width:960px;
	height:auto;
	overflow:hidden;
	background:url(images/bnr.jpg) center top no-repeat;
	margin:0 auto;
	margin-bottom:20px;
}
#download-soft	{
	width:620px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	margin-top:425px;
}
#download-soft a	{
	font:normal 35px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	background-color:#e22c17;
	padding:0px 10px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#download-soft a:hover	{
	background-color:#454545;
}
#wrapper	{
	width:auto;
	height:auto;
	overflow:hidden;
	background:url(images/body-bg.jpg) center top repeat;
	border-bottom:#cacaca solid 1px;
	border-top:#cacaca solid 1px;
}
#body-contents	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#515151;
	line-height:20px;
	text-align:justify;
	padding:20px 0px;
}
h1	{
	font:normal 30px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#454545;
	margin-bottom:-5px;
	margin-top:0px;
}
#arrows	{
	width:589px;
	height:auto;
	overflow:hidden;
	background:url(images/arrows.png) center top no-repeat;
	margin:0 auto;
	text-align:center;
}
#arrows img	{
	padding-top:20px;
}
#footer	{
	width:auto;
	height:auto;
	font:normal 16px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#454545;
	text-align:center;
	margin:20px 0px;
}
#footer span	{
	font:normal 16px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#a8a8a8;
}
#footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#footer ul li {
	padding:0 9px 0 5px;
	display:inline;
	background:url(images/ftr-divider.jpg) right no-repeat;
}
#footer ul li.last-child {
	background:none;
}
#footer ul li a {
	padding:0 0 0 0;
	font:normal 16px 'BakerSignetBT-Roman';
	text-decoration:none;
	color:#454545;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#footer ul li a:hover {
	color:#e22c17;
}
#hdr-btm-inner	{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.img-position	{
	float:left;
	border:#c4c4c4 solid 1px;
	margin:0 15px 10px 0;
}
#clear	{
	width:100%;
	height:10px;
	clear:both;
}