/* ============================ common ============================== */

body { 
	color: #000; background: #ccc url(../img/bg-body.gif);
	font: normal 69% Tahoma, Verdana, Arial, sans-serif;
}

a{ color: #c00000; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

img { display: block; }
a img { border: none; }

.post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.post{ display: inline-table; display: block; height: 1%; }

 .aural{
   position: absolute;
   font-size: 0;
   left: -1000px;
}
.left{ float: left; }
.right{ float: right; }

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 892px;
	margin: 0 auto;
	background: #fff url(../img/bg-holder.gif) repeat-x 0 0;
}

#header{
	position: relative;
	height: 324px;
	background: url(../img/bg-header.jpg) no-repeat 0 0;
}
#flash{
	position: absolute;
	top: -16px;
	width: 100%; height: 234px;
	z-index: 10;
}


#content{ 
	float: right;
	width: 567px;
	margin: 20px 47px 20px 0;
	display: inline;
}

#side-bar{ 
	float: left;
	width: 200px;
	margin: 20px 0 20px 24px;
	display: inline;
}

#footer{ 
	clear: both;
	height: 86px;
	background: url(../img/bg-footer.jpg) no-repeat 0 0;	
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{	padding: 98px 0 0 0; }
#header h1 a{
	display: block;
	width: 317px; height: 112px;
}

#searchform{
	position: relative;
	margin: 19px 25px;
	z-index: 100;
}
#searchform input.text{
	width: 175px;
	padding: 6px;
	color: #666; background: #f6f6f6;
	font: normal 0.9em Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #696969;
}
#searchform input{
	vertical-align: text-bottom;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

.block{
	float: left;
	width: 258px; height: 17em;
	margin: 0 25px 25px 0;
	display: inline;
}
.block h2{
	height: 33px;
	margin: 0 0 10px 0; padding: 10px 0 0 49px;
	font: normal 1.1em Georgia, Times, serif;
}
.block h2 a{ color: #000; }
.block h2 a:hover,
.block h2 a:focus,
.block h2 a:active{ color: #c00000; }
.block h2.customer-info{ background: url(../img/ico-customer-info.gif) no-repeat 0 0; }
.block h2.marketing-activity{ background: url(../img/ico-marketing-info.gif) no-repeat 0 0; }
.block h2.member-information{ background: url(../img/ico-member-info.gif) no-repeat 0 0; }
.block h2.member-list{ background: url(../img/ico-member-list.gif) no-repeat 0 0; }
.block p{
	margin: 0 0 1em 0;
	color: #666;
	text-align: justify;
}
a.more{
	padding: 0 0 0 10px;
	color: #666; background: url(../img/bg-more.gif) no-repeat 0 60%;
	font-weight: bold;
}
a.more:hover,
a.more:focus,
a.more:active{ color: #c00000; }

.post h2{
	margin: 0 0 10px 0; padding: 0 0 8px 0;
	font-size: 1.4em; font-weight: normal;
	border-bottom: 1px solid #f7921d;
}
.post h3{
	display: block; clear: both;
	margin: 0 0 1em 0;
	font-size: 1.2em; font-weight: bold;
	color: #f7921d;
}
.post p{
	margin: 0 0 1em 0;
	color: #666;
	line-height: 1.5em;
}
.post ul{
	margin: 0 0 1em 2em;
	color: #666;
	list-style: disc;
	line-height: 1.5em;
}
.post ol{
	margin: 0 0 1em 2em;
	color: #666;
	list-style: decimal;
	line-height: 1.5em;
}
.post strong{ font-weight: bold; }
.post img.left{
	float: left;
	margin: 0  15px 15px 0;
}
.post img.right{
	float: right;
	margin: 0 0 15px 15px;
}

.post p.left{ width: 40%; }
.post img{ margin: 0 auto; }

table{
	width: 100%;
	border-collapse: collapse;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
th{
	padding: 5px;
	color: #fff;
	background: #c00000;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.head th{
	color: #000;
	background: #f6f6f6;
	font-weight: bold;
}
td{
	padding: 5px;
	border-bottom: 1px solid #666;
	text-align: left;
}
.company {
	width: 40%;
text-align: centre;
}
.fax {
	width: 25%;
	text-align: centre;
}
.brochure {
  width: 10%;
  text-align: centre;
}
.email {
  width: 25%;
	text-align: centre;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#side-bar ul{ margin: 0 0 20px 0; }
#side-bar ul ul{ margin: 0; }
#side-bar ul a{
	display: block;
	margin: 0 0 1px 0; padding: 8px;
	color: #000; background: #e3e3e3;
}
#side-bar ul ul a{
	padding-left: 16px;
	background: #f3f3f3;
}
#side-bar ul a:hover,
#side-bar ul a:focus,
#side-bar ul a:active{
	color: #fff; background: #c00000;
	text-decoration: none;
}

.safety-box{
	margin: 0 0 20px 0;
	color: #fff; background: #69696b url(../img/bg-safety-box-bottom.gif) no-repeat 0 100%;
}
.safety-box h2{
	padding: 15px;
	color: #fff; background: url(../img/bg-safety-box-top.gif) no-repeat 0 0;
	font-size: 1.2em; font-weight: normal;
}
.safety-box p{padding: 0 15px 15px 15px; }
.safety-box a.more{
	display: block;
	padding: 0 15px 15px 15px;
	color: #fff; background: none;
}

.events-box{
	margin: 0 0 20px 0;
	color: #000; background: #fda700 url(../img/bg-events-box-bottom.gif) no-repeat 0 100%;
}
.events-box h2{
	padding: 15px;
	color: #000; background: url(../img/bg-events-box-top.gif) no-repeat 0 0;
	font-size: 1.2em; font-weight: normal;
	text-align: center;
}
.events-box p{
	padding: 0 15px 15px 15px;
	text-align: center;
}
.events-box strong{
	display: block;
	font: bold 1.6em Georgia, Times, serif;
	color: #c00000;
	text-align: center;
}
.events-box a{
	display: block;
	padding: 0 15px 15px 15px;
	color: #fff;
	font-size: 0.9em; text-align: center;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#footer ul{
	float: right;
	margin: 27px 0 0 0;
}
#footer ul li{
	float: left;
	padding: 10px 0;
	display: inline;
}
#footer ul li a{ 
	padding: 0 10px;
	color: #666;
	border-left: 1px solid #666;
}
#footer ul li:first-child a{ border: none; }
#footer ul li.back {
	margin-left: 25px; padding-left: 25px;
	background: url(../img/bg-top.gif) no-repeat 0 60%;
}
#footer ul li.back a{ border: none; }


/* =========================== footer end =========================== */
.blueberry a{
font-size:10px;
color:#CCCCCC;
}



















