html, body {	
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
	font-family: arial;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

h1 {
//	text-align: center;
	font-family: arial;
	font-size: 1.2em;
	font-weight: normal;
//	text-transform: uppercase;
	color: #ed3237;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #0576bf;
}

h2 {
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: baseline;
	color: #00619e;	
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

h3 {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: baseline;
	color: #fff;	
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

h4 {
	font-family: arial;
	font-size: .9em;
	font-weight: bold;
	vertical-align: baseline;
	color: #07606c;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h5 {
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	vertical-align: baseline;
	color: #ed3237;	
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}
span {
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	color: #0071bc;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

strong {
	font-family: arial;
	font-size: .9em;
	font-weight: bold;
	color: #595858;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.hrcolr{border-top: 1px dotted #b8b8b8;border-left: 0px dotted #b8b8b8;border-right: 0px dotted #b8b8b8;border-bottom: 1px dotted #b8b8b8;}

p {
	font-size: .8em;
	font-weight: normal;
	color: #656161;
	text-align: justify;
	margin-top: 5px;
}

.p1{
	color: #07606c;
	font-family: arial;
	font-size: .9em;
}
.p2{
	color: #0797ae;
	text-transform: uppercase;
	display: inline-block;
}

.shadow {
  -moz-box-shadow: 3px 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 3px 1px #ccc;
  box-shadow: 3px 3px 3px 1px #ccc;
  behavior: url(dropshadow.htc);
}

.rounded {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(border-radius.htc);
    border-radius: 5px;
}

body #bodywrapper {
	width: 100%;
	min-height: 600px;
	min-width: 600px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/bg.jpg) repeat;
//	background-size:100% 100%;
	background-attachment:fixed;
//	background-color: #fff;
	border: 0px solid #000;
}

body #bodywrapper #topwrapper {
	width: 100%;
//	height: 110px;
	overflow: auto;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
//	background-color: #fff;
//	position: absolute;
	border: 0px solid #000;
	-webkit-box-shadow: 0 0 10px #7e7e7e;
	-moz-box-shadow: 0 0 10px #7e7e7e;
	box-shadow: 0 0 10px #7e7e7e;
}

body #bodywrapper #topwrapper #menubar {
	width: 960px;
	overflow: auto;
	margin: 0 auto;
//	background-color: #fff;
	padding: 10px 0 0 0;
	border: 0px solid #000;
}

body #bodywrapper #topwrapper #menubar #menubar-left {
	width: 500px;
	overflow: auto;
	float: left;
	border: 0px solid #000;
}

body #bodywrapper #topwrapper #menubar #menubar-left a {text-decoration: none;}

body #bodywrapper #topwrapper #menubar #menubar-right {
	width: 300px;
	overflow: auto;
	float: right;
	margin:20px 0 0 0;
	border: 0px solid #000;
}

body #bodywrapper #topwrapper #menubar #menubar-right #menubarhdng1 {
	width: 290px;
	color: #ed1c24;
	font-size: 1em;
	font-weight:normal;
	display:block;
	border: 0px solid #000;
}

body #bodywrapper #topwrapper #menubar #menubar-right #menubarhdng2 {
	width: 290px;
	color:#0071bb;
	display:block;
	font-weight:normal;
	border: 0px solid #000;
	margin:10px 0 0 0;
}

body #bodywrapper #topwrapper #menubar #menubar-right #menubarhdng2 a {
	width: 290px;
	color:#0071bb;
	text-decoration:none;
	margin:10px 0 0 0;
}

body #bodywrapper #topwrapper #menubar #menubar-right #menubarhdng2 a:hover {
	color:#ed1c24;
	text-decoration:underline;
}

body #bodywrapper #topwrapper #menubar-horizontal {
	width: 100%;
	overflow: auto;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
//	background-color: #0071bb;
	background-image: url('../images/menubarbg.jpg');
}

body #bodywrapper #topwrapper #menubar-horizontal ul {
	width: 960px;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 auto;
	overflow: auto;
}

body #bodywrapper #topwrapper #menubar-horizontal li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
}

body #bodywrapper #topwrapper #menubar-horizontal li ul {
	display: none;
}

body #bodywrapper #topwrapper #menubar-horizontal Ul li a {
	width: 158px;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	line-height: 45px;
	color:#fff;
	display:block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px solid #fff;
}

body #bodywrapper #topwrapper #menubar-horizontal Ul li a:hover { 
	color:#fff;
//	background-color: #ee1b23;
	background-image: url('../images/menubarbghvr.jpg');
}
//body #bodywrapper #topwrapper #menubar #menubar-horizontal Ul li a.active { color: #05717f;}

body #bodywrapper #topwrapper #menubar #menubar-horizontal li:hover ul {
	width: 140px;
	overflow: auto;
	display: block;
	position: absolute;
	z-index: 999999;
	margin: 0 0 0 0px;
	padding: 15px 0 18px 0;
	background-color: #05717f;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}

body #bodywrapper #topwrapper #menubar #menubar-horizontal li:hover li {
	width: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #topwrapper #menubar #menubar-horizontal li:hover li a {
	font-size: .8em;
	font-weight: normal;
	text-align:left;
	color: #fff;
	background-color: #05717f;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 15px;
	display: block;
}

body #bodywrapper #topwrapper #menubar #menubar-horizontal li:hover li a:hover {
    color: #07606c;
    background-color: #fff;
}

body #bodywrapper #bannerwrapper {
	width: 980px;
	height: 320px;
	margin: 20px auto;
	padding: 0 0 0 0;
	background-color: #fff;
	border-bottom: 1px solid lightgrey;
	-webkit-box-shadow: 0 0 10px #7e7e7e;
	-moz-box-shadow: 0 0 10px #7e7e7e;
	box-shadow: 0 0 10px #7e7e7e;
}

body #bodywrapper #bannerwrapper #gallery a { float:left; position:absolute; }
	
body #bodywrapper #bannerwrapper #gallery a img { border:none; width:960px; height:300px; padding: 10px; }
	
body #bodywrapper #bannerwrapper #gallery a.show { z-index:500; }

body #bodywrapper #contentwrapper {
	width: 100%;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #contentwrapper #contentbox {
	width: 920px;
	overflow: auto;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	background-color: #fff;
	border: 1px solid lightgrey;
  -moz-box-shadow: 3px 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 3px 1px #ccc;
  box-shadow: 0 0 10px #ccc;
  behavior: url(dropshadow.htc);
}

body #bodywrapper #contentwrapper #contentbox #contentbox2{
	width: 920px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


body #bodywrapper #contentwrapper #contentbox #contentbox2 #contentleft {
	width: 500px;
	overflow: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #contentright {
	width: 400px;
	overflow: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #contentright img {
	width: 390px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #contentright.brd img{
	width: 390px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 5px solid #bedffb;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #productbox {
	width: 140px;
	overflow: auto;
	float: left;
	margin: 0 12px 30px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #afafaf;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #productbox img {
	width: 128px;
	height: 120px;
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	border: 1px solid #e0e0e0;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #productbox #producttxt {
	width: 133px;
	height: 35px;
	overflow: auto;
	font-size: .8em;
	text-align:center;
	color: #fff;
//	color: #00BBD7;
	background: #0071bc;
	font-weight: normel;
	margin: 0 0 0 0;
	padding: 8px 2px 8px 5px;
	border-top: 1px solid #afafaf;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 #productbox a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	color: inherit;
//	transition: 0.5s ease;
//	-webkit-transition: 0.5s ease;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .contenttbl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #646364;
	font-size: .8em;
	font-weight: normel;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .inputbox {
	width: 250px;
	font-weight: normel;
	color: #646364;
	margin: 0 0 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #505050;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .textbox {
	width: 250px;
	height: 100px;
	color: #646364;
	font-weight: normel;
	margin: 0 0 5px 5px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	border: 1px solid #505050;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .submitbutton {
	color: #505050;
	font-weight: normel;
	margin: 10px 0 5px 5px;
	padding: 7px 10px 7px 10px;
	border: 1px solid #505050;
	background-color: #c7c7c7;
	-webkit-box-shadow: inset 0 0 10px #505050;
	-moz-box-shadow: inset 0 0 10px #505050;
	box-shadow: inset 0 0 10px #505050;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .submitbutton:hover {
	color: #c7c7c7;
	background-color: #505050;
	border: 1px solid #7b7a7a;
	-webkit-box-shadow: inset 0 0 15px #c7c7c7;
	-moz-box-shadow: inset 0 0 15px #c7c7c7;
	box-shadow: inset 0 0 15px #c7c7c7;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 ul {
//	list-style: none;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 li {
	font-size: .8em;
	font-weight: normal;
	color: #656161;
	margin-top: 5px;
	margin: 0 0 0 0;
	padding: 7px 0 0 5px;
	border: 0px solid #000;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .inputbox2 {
	width: 250px;
	font-weight: normel;
	color: #646364;
	margin: 0 0 5px 5px;
	padding: 8px 5px 8px 5px;
	border: 1px solid #99d4fb;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .textbox2 {
	width: 270px;
	height: 100px;
	color: #646364;
	font-weight: normel;
	margin: 0 0 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #505050;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .submitbutton2 {
	color: #ffffff;
	font-weight: normel;
	margin: 10px 0 5px 5px;
	padding: 11px 10px 11px 10px;
	border: 1px solid #ed3237;
	background-color: #ed3237;
	-webkit-box-shadow: inset 0 0 10px #505050;
	-moz-box-shadow: inset 0 0 10px #505050;
	box-shadow: inset 0 0 10px #505050;
	cursor:pointer;
}

body #bodywrapper #contentwrapper #contentbox #contentbox2 .submitbutton2:hover {
	background-color: #0576bf;
	border: 1px solid #0576bf;
	-webkit-box-shadow: inset 0 0 10px #505050;
	-moz-box-shadow: inset 0 0 10px #505050;
	box-shadow: inset 0 0 10px #505050;
}

body #bodywrapper #contentbox #products-detailbox {
	width: 920px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #07606c;
}

body #bodywrapper #products-detailbox #producttbl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: .8em;
	font-weight: normel;
	border-collapse:collapse;
	border: 1px solid #646364;
}

body #bodywrapper #products-detailbox #producttbl tr.rowcolor td {
	margin: 0 0 0 0;
	padding: 8px 15px;
	color: #646364;
	font-weight: normel;
	border-bottom: 1px solid #646364;
	border-top: 1px solid #646364;
}

body #bodywrapper #products-detailbox #producttbl td.colcolor {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align:left;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #646364;
}

body #bodywrapper #products-detailboxleft {
	width: 170px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border: 0px solid #07606c;
}

body #bodywrapper #products-detailbox #products-detailboxleft ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body #bodywrapper #products-detailbox #products-detailboxleft ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #747474;
}

body #bodywrapper #products-detailbox #products-detailboxleft Ul li a {
	font-size: .8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:capitalize each word;
	color:#555555;
	display:block;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	border: 0px solid #000;
}

body #bodywrapper #products-detailbox #products-detailboxleft Ul li a:hover {
	color:#555555;
	background-color: #b8b8b8;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

body #bodywrapper #products-detailbox #products-detailboxleft ul li ul {
	display: none;
}

body #bodywrapper #products-detailbox #products-detailboxleft li:hover ul {
	width: 160px;
	overflow: auto;
	display: block;
	position: absolute;
	z-index: 999999;
	margin: -26px 0 0 170px;
	padding: 0 0 0 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}

body #bodywrapper #products-detailbox #products-detailboxleft li:hover li {
	width: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #747474;
}

body #bodywrapper #products-detailbox #products-detailboxleft li:hover li a {
	font-size: .8em;
	font-weight: normal;
	text-align:left;
	color:#555555;
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	display: block;
}

body #bodywrapper #products-detailbox #products-detailboxleft li:hover li a:hover {
	color:#555555;
	background-color: #b8b8b8;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright ol {
	list-style: none;
	padding: 15px 0 5px 20px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: normal;
	color:#656161;
	border: 0px solid #afafaf;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright ol li {
	margin: 0 0 0 0;
	padding: 0 0 5px 5px;
	border: 0px solid #afafaf;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright .bults {
	overflow: auto;
	width: 447px;
	padding: 5px 0 20px 20px;
	margin: 0 0 0 0;
	border: 0px solid #000;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright .bults li {
	width: 447px;
	margin: 0 15px 0 0;
	padding: 0 0 5px 0;
	border: 0px solid #000;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright .bults2 {
	overflow: auto;
	width: 710px;
	padding: 5px 0 20px 20px;
	margin: 0 0 0 0;
	border: 0px solid #000;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright .bults2 li {
	width: 700px;
	margin: 0 15px 0 0;
	padding: 0 0 5px 0;
	border: 0px solid #000;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright ul {
//	list-style: none;
	width: 710px;
	overflow: auto;
	padding: 10px 0 20px 20px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:#656161;
	float: left;
	overflow: auto;
	border: 0px solid #afafaf;
}

body #bodywrapper #contentwrapper #products-detailbox #products-detailboxright ul li {
	width: 330px;
	margin: 0 15px 0 0;
	padding: 0 10px 5px 0;
	font-size: .8em;
	float: left;
	border: 0px solid #afafaf;
}

body #bodywrapper #products-detailboxright {
	width: 730px;
	overflow: auto;
	margin: 0 0 0 0;
	float: right;
	padding: 0 0 0 0;
	border: 0px solid #07606c;
}

body #bodywrapper #products-detailboxright #productimg-right {
	width: 230px;
	overflow: auto;
	margin: 0 0 10px 20px;
	padding: 0 10px 10px 0;
	float: right;

}

body #bodywrapper #products-detailboxright #productimg-right img{
	width: 210px;
	height: 210px;
	overflow: auto;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 5px;
	float: right;
	border: 5px solid #bedffb;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
}

body #bodywrapper #products-detailboxright #productimg-left {
	width: 230px;
	overflow: auto;
	margin: 8px 10px 0 0;
	padding: 0 10px 10px 0;
	float: left;
	border: 0px solid #afafaf;
}

body #bodywrapper #products-detailboxright #productimg-left img{
	width: 220px;
	height: 220px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 5px solid #bedffb;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
}

body #bodywrapper #products-detailboxright #productimgbox {
	width: 223px;
	overflow: auto;
	margin: 8px 10px 20px 0;
	padding: 0 10px 10px 0;
	float: left;
	border: 0px solid #afafaf;
}

body #bodywrapper #products-detailboxright #productimgbox img{
	width: 200px;
	height: 150px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 5px solid #bedffb;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
}

body #bodywrapper #products-detailboxright #homecontentbox {
	width: 730px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border: 0px solid #07606c;
}

body #bodywrapper #products-detailboxright #homecontentbox #homecontent-left {
	width: 450px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	float: left;
	border: 0px solid #07606c;
}

body #bodywrapper #products-detailboxright #homecontentbox #homecontent-right {
	width: 250px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	float: right;
	border: 0px solid #07606c;
}

body #bodywrapper #footerwrapper {
	width: 100%;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 15px 0 10px 0;
	background-color: #727171;
	border: 0px solid #000;
	-webkit-box-shadow: 0 0 10px #7e7e7e;
	-moz-box-shadow: 0 0 10px #7e7e7e;
	box-shadow: 0 0 10px #7e7e7e;
}

body #bodywrapper #footerwrapper #footerbox {
	width: 980px;
	overflow: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
}

body #bodywrapper #footerwrapper #footerbox #footerleft {
	width: 400px;
	font-size: .7em;
	color: #fff;
	overflow: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 ;
}
body #bodywrapper #footerwrapper #footerbox #footerleft a {
//	text-decoration:none;
	font-size: .8em;
	color: #fff;
}

body #bodywrapper #footerwrapper #footerbox #soclicon {
	width: 100px;
	overflow:auto;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #footerwrapper #footerbox #soclicon img{
	margin: 0 0 0 0;
	padding: 0 2px 0 0;
}

body #bodywrapper #footerwrapper #footerbox #footercenter {
//	width: 500px;
	overflow: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body #bodywrapper #footerwrapper #footerbox #footercenter .link {
	overflow: auto;
	color: #cacaca;
	margin: 0 0 0 0;
	float: left;
	padding: 0 10px 0 10px;
}

body #bodywrapper #footerwrapper #footerbox #footercenter .link a {
	text-decoration:none;
	font-size: .8em;
	color: #fff;
	float: right;
}

body #bodywrapper #footerwrapper #footerbox #footercenter .link a:hover {
    color: #ee1d25;
}

body #bodywrapper #footerwrapper #footerbox #footercenter .rightline {
	border-right: 1px solid #fff;
}

body #bodywrapper #footerwrapper #footerbox #footerright {
	width: 1px;
	overflow: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #000;
}

body #bodywrapper #footerwrapper #footerbox #footerright #box {
	width: 300px;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
body #bodywrapper #footerwrapper #footerbox #footerright #box #img{
	width: 80px;
	overflow: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body #bodywrapper #footerwrapper #footerbox #footerright #box .txt{
	width: 220px;
	font-size: .8em;
	color: #cacaca;
	overflow: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
