/*
@import url("news.css");
@import url("contact.css");
*/
/* main style sheet */
* {
  margin: 0;
  padding: 0;
}
/* Link */
a {
	border: none;
}  

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}


a:hover {
	color:#000000;
}

#header-news {
  position: absolute;
  top: 0;
  right: 0;
  padding:0;
  margin:0;
  background-image: url(../img/news-image.gif);
  background-repeat: no-repeat;
  height: 155px;
  width: 270px;
  overflow: hidden;
}

.clearboth {
  display: block;
  clear: both;
}

#header-news-body{
  clear: both;
  margin: 0px;
  padding: 31px 17px 0px 33px;
}

#header-news-body-inner {
  height: 99px;
  width: 219px;
  margin: 0px;
  overflow: hidden;
}

#header-news-more {
  clear: both;
  margin: 0px;
  padding: 5px 17px 0px 0px;
  text-align: right;
}

#header-news-more a,#header-news-more a:hover,#header-news-more a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
  margin: 0px;
}

*html #header-news-more {
  margin-top: 0px;
}

/* header */
#header {
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 195px;
	background-color: #ffffff;
}
#logo {
	float: left;
	height: 195px;
	width: 510px;
	margin: 0px;
	padding: 0px;
}
#search {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	height: 195px;
	position: relative;
}
#news {
	margin: 0px;
	padding: 0px;
	height: 155px;
}
#search-box {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 155px;
}
.search-heading {
	font-size: 10px;
	color: #999999;
	padding: 0px;
	margin: 0px;
}
#search-box form {
	margin: 0px;
	padding: 0px;
}
.search-txt {
	width: 180px;
	padding: 0px;
	height: 16px;
	font-size: 11px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.search-button {
  border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	width: 43px;
}
#breadcrumb {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
}



/* end of header 
**********************/

/*************** main nav ********************/

.top-nav-overlay {
  z-index: 1;
  width: 580px;
  height: 183px;
  opacity: 0.5;
  MozOpacity: 0.5;
  KhtmlOpacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #626579;  
  position: absolute;
  top: 46px;
  display: block;
}


#main-nav-wrapper {
	margin: 0px;
	padding: 0px;
	width: 580px;
	position: relative;
	height: 47px;
}

#main-nav {
  z-index: 100;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 580px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.menu-box, .menu-box-on {
	padding: 0px;
	float: left;
	height: 47px;
	width: 97px;
	margin: 0px;
}
.menu-box-l {
	padding: 0px;
	float: left;
	height: 47px;
	width: 95px;
	margin: 0px;
}
.nolink {
  cursor: normal;
}

#home {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: 0px 0px;
	width: 97px;
}
#about {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -97px 0px;
	width: 97px;
}
#technical {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -194px 0px;
	width: 97px;
}
#careers {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -291px 0px;
	width: 97px;
}
#news {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -388px 0px;
	width: 97px;
}
#contact {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -485px 0px;
	width: 95px;
}

#home:hover {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: 0px -47px;
	width: 97px;
}
#about:hover  {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -97px -47px;
	width: 97px;
}
#technical:hover  {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -194px -47px;
	width: 97px;
}
#careers:hover  {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -291px -47px;
	width: 97px;
}
#news:hover  {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -388px -47px;
	width: 97px;
}
#contact:hover  {
	background-image: url(../img/main-nav.gif);
	background-repeat: repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-position: -485px -47px;
	width: 95px;
}
.sub-menu-box {
	margin: 0px;
	padding: 0px;
	width: 95px;
	height: 200px;
	z-index: 2;
}

.menu-box .sub-menu-box {
	display:none;
}
.menu-box-on .sub-menu-box {
	display:inline-block;
}
#profile {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-profile.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#message {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-message.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#people {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-people.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#consultancy {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-consultancy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#integration {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-integration.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#agreement {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-agreement.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#profile:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-profile.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
#message:hover  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-message.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
#people:hover  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-people.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
#consultancy:hover  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-consultancy.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
#integration:hover  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-integration.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
#agreement:hover  {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 95px;
	background-image: url(../img/menu-agreement.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}





/*************** side nav ********************/


#nav {
	padding: 0px;
	margin: 0px;
	width: 200px;
	font-family: "Verdana","Arial","Century Gothic";
}

/*************** menu item  ********************/
.menu-item, .menu-item-on {
  position: relative;
	padding: 0px;
	width: 200px;
	margin: 0px;
}

.menu-item-on-r {
	background-image: url(../img/rad-bg.gif);
	background-repeat: repeat-y;
}
.menu-item-on-c {
	background-image: url(../img/card-bg.gif);
	background-repeat: repeat-y;
}
.menu-item-on-m {
	background-image: url(../img/med-bg.gif);
	background-repeat: repeat-y;
}
.menu-item-on-v {
	background-image: url(../img/vet-bg.gif);
	background-repeat: repeat-y;
}
.menu-item-on-s {
	background-image: url(../img/std-bg.gif);
	background-repeat: repeat-y;
}
.menu-text {
	margin: 0px;
	padding-top: 7px;
	padding-left: 22px;
}
#body-wrapper #container #content #L-content #nav .menu-item a,
#body-wrapper #container #content #L-content #nav .menu-item-on-r a, 
#body-wrapper #container #content #L-content #nav .menu-item-on-c a,
#body-wrapper #container #content #L-content #nav .menu-item-on-m a,
#body-wrapper #container #content #L-content #nav .menu-item-on-v a,
#body-wrapper #container #content #L-content #nav .menu-item-on-s a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.rad {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.rad:hover {
	background-image: url(../img/rad-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.card {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.card:hover {
	background-image: url(../img/card-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.med {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.med:hover {
	background-image: url(../img/med-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.vet {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.vet:hover {
	background-image: url(../img/vet-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.std {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.std:hover {
	background-image: url(../img/std-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/*************** sub menu item  ********************/
.sub-menu-item {
  position: relative;
}
.sub-menu-elem div {
  display: none;
}
.menu-item .sub-menu-item {
	display: none;

}
.menu-item-on-r .sub-menu-item, 
.menu-item-on-c .sub-menu-item,
.menu-item-on-m .sub-menu-item,
.menu-item-on-v .sub-menu-item,
.menu-item-on-s .sub-menu-item{
	display: block;

}
.sub-menu-text {
	font-size: 12px;
	margin: 0px;
	padding-left: 32px;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
 }
*html .sub-menu-text {
	background-image: url(../img/arrow1.gif);
 }

#body-wrapper #container #content #L-content #nav .menu-item-on-r .sub-menu-item a, 
#body-wrapper #container #content #L-content #nav .menu-item-on-c .sub-menu-item a,
#body-wrapper #container #content #L-content #nav .menu-item-on-m .sub-menu-item a,
#body-wrapper #container #content #L-content #nav .menu-item-on-v .sub-menu-item a,
#body-wrapper #container #content #L-content #nav .menu-item-on-s .sub-menu-item a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#body-wrapper #container #content #L-content #nav .menu-item-on-r .sub-menu-item a:hover, 
#body-wrapper #container #content #L-content #nav .menu-item-on-c .sub-menu-item a:hover,
#body-wrapper #container #content #L-content #nav .menu-item-on-m .sub-menu-item a:hover,
#body-wrapper #container #content #L-content #nav .menu-item-on-v .sub-menu-item a:hover,
#body-wrapper #container #content #L-content #nav .menu-item-on-s .sub-menu-item a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.rad-sub {
	background-image: url(../img/rad-bg1.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.rad-sub:hover {
	background-image: url(../img/rad-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.card-sub {
	background-image: url(../img/card-bg1.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.card-sub:hover {
	background-image: url(../img/card-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.med-sub {
	background-image: url(../img/med-bg1.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.med-sub:hover {
	background-image: url(../img/med-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.vet-sub {
	background-image: url(../img/vet-bg1.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.vet-sub:hover {
	background-image: url(../img/vet-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.std-sub {
	background-image: url(../img/std-bg1.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.std-sub:hover {
	background-image: url(../img/std-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/*************** sub sub menu item  ********************/


.sub-menu-item .sub-sub-menu-item {
	display: none;

}
.sub-menu-item-on-r .sub-sub-menu-item, 
.sub-menu-item-on-c .sub-sub-menu-item,
.sub-menu-item-on-m .sub-sub-menu-item,
.sub-menu-item-on-v .sub-sub-menu-item,
.sub-menu-item-on-s .sub-sub-menu-item{
	display: block;

}
.sub-sub-menu-text {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	padding-left: 42px;
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
*html .sub-sub-menu-text {
	background-image: url(../img/arrow2.gif);
}

#body-wrapper #container #content #L-content #nav .menu-item .sub-menu-item .sub-sub-menu-item a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#body-wrapper #container #content #L-content #nav .menu-item .sub-menu-item .sub-sub-menu-item a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

.rad-sub-sub {
	background-image: url(../img/rad-bg2.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.rad-sub-sub:hover {
	background-image: url(../img/rad-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}

.card-sub-sub {
	background-image: url(../img/card-bg2.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.card-sub-sub:hover {
	background-image: url(../img/card-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}

.med-sub-sub {
	background-image: url(../img/med-bg2.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.med-sub-sub:hover {
	background-image: url(../img/med-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}

.vet-sub-sub {
	background-image: url(../img/vet-bg2.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.vet-sub-sub:hover {
	background-image: url(../img/vet-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.std-sub-sub {
	background-image: url(../img/std-bg2.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}
.std-sub-sub:hover {
	background-image: url(../img/std-bg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 3px 0;
	width: 200px;
}

#body-wrapper #container #content #L-content #nav .check-cart {
	background-image: url(../img/btn-checkcart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 30px;
	width: 200px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
#body-wrapper #container #content #L-content #nav .check-cart:hover {
	background-image: url(../img/btn-checkcart.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	color: #666666;
}

.check-cart p {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

/* end of nav 
**********************/




/* content */

#content {
	padding: 0px;
	margin: 0px;
	width: 780px;
}
#L-content {
	float: left;
	width: 200px;
	background-image: url(../img/nav-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-top: 47px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#R-content {
	float: right;
	width: 580px;
	margin: 0px;
	padding: 0px;
}
#nav_swap {
	margin: 0px;
	padding: 0px;
	height: 229px;
	width: 580px;
}
#main {
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}

.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.margin20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: justify;
}

.nomargin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.box1 {
	margin: 0px;
	padding: 0px;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 260px;
}
.list1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#contact-bar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.btn-box {
	text-align: center;
	margin: 0px;
	float: left;
	width: 174px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #666666;
}
#btn-enq {
	background-color: #F36C62;
	margin-right: 1px;
}
#btn-imp {
	background-color: #5273B7;
	margin-right: 1px;
}
#btn-ord {
	background-color: #41895E;
}
#body-wrapper #container #content #R-content #main #contact-bar a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}
#body-wrapper #container #content #R-content #main #contact-bar a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}


.brand-box-wrapper {
	margin: 0px;
	background-image: url(../img/box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.barand-box {
	background-image: url(../img/box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}





/* end of content 
**********************/





/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 90px;
}
.footer-address {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-image: url(../img/half-top-bg.gif);
	background-repeat: no-repeat;
	background-position: center 242px;
}
#body-wrapper {
	background-image: url(../img/body-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
*html body  {
	/*font-size:85%;*/
}
*:first-child+html body {
	/*font-size:85%;*/
}




#container{
	width:780px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}





/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}


.image-border {
	border: 1px solid #666666;
}

h1 {
	margin:0;
	padding:0;
	background-image: url(../img/title-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 560px;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #676a7e;
}
h1 p {
	padding: 9px 0 0 65px;
	margin:0;
}
h2 {
	padding:0;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #676a7e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #676a7e;
}
h3 {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 clear:both;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #333333;
	background-color:#ffffff;
}


/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:underline;
}  

a.linkcopy:link {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:visited {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:hover {
	color:#000000;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */
