.inner_copy {border:0;color:#f00;float:left;width:50% !important;margin:-100% 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:11px}
.fleft {float:left}
.fright  {float:right}
.fcenter {float:none;margin:0 auto;text-align:center}
.fclear {clear:both}
body {
	margin:0;
	font-size:13px;
	font-family:arial;
	color:#3F3F3F;
	/* [disabled]background:#ccc; */
}
#header {background-image:url(images/top-bg.jpg);background-repeat:repeat-x;height:40px}
.name {font-size:35px;font-family:Century;color:#fff;padding-left:20px}
.tag {color:#B7CF1A;text-transform:uppercase;font-weight:bold;padding-left:22px}
#links-bg {height:49px;background-image:url(images/links-bg.gif);background-repeat:repeat-x}
.toplinks {width:160px;text-align:center;text-transform:uppercase;font-weight:bold}
.toplinks a {color:#fff;text-decoration:none}
.toplinks a:hover {color:#d41c25;text-decoration:none}
.sap {width:5px;color:#fff}
.catlinks {height:28px;line-height:28px;font-weight:bold;border-bottom:1px solid #ccc;font-family:tahoma;font-size:11px}
.catlinks a {color:#fff;text-decoration:none;display:block;padding-left:20px;background:#969696}
.catlinks a:hover {color:#d41c25;text-decoration:none;background:#000}
.cat-head {font-family:tahoma;font-size:12px;font-weight:bold;color:#fff;height:35px;padding-left:12px;background:#d41c25}
.offer {color:#FC9419;font-family:tahoma;font-size:14px;font-weight:bold;height:30px;line-height:30px}
#main {text-align:justify;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:15px}
.smal-txt {font-size:11px}
.main-head {font-family:tahoma;font-size:12px;font-weight:bold;color:#fff;height:35px;padding-left:12px;background:#B7CF1A;border-left:1px solid #fff}
.head2 {font-family:tahoma;font-size:12px;font-weig
ht:bold;color:#fff;height:35px;padding-left:12px;background:#969696;border-left:1px solid #fff}
.bottomlinks {width:110px;text-transform:uppercase;font-size:11px;font-weight:bold;text-align:center}
.bottomlinks a {text-decoration:none;color:#fff}
.bottomlinks a:hover {color:#d41c25;text-decoration:none}
.sap2 {color:#fff;width:5px}
#footer div {padding:11px}
a {color:#d41c25;text-decoration:underline}
a:hover {color:#d41c25;text-decoration:none}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
