/**
* BIA Web site template ver 5.1.0
* GPLv3 Licence
*/

/* Global Default */
a img{
	border:0;
}
/* Global Default End */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:1em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url(media/pic/bg.png) top repeat-x #d7d9d6;
}
.container{
	width:820px;
	margin:0 auto;
}
.header{
	background:url(media/pic/header.png) top center no-repeat;
	height:114px;
}
/* Menu */
.menu{
	height:48px;
}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
}
.menu li{
	float:left;
	text-align:center;
	
	width:160px;
	line-height:48px;
	padding-left:3px;
	background:url(media/pic/m-sep.png) top left no-repeat;
}
.menu li.end a{
	padding-right:3px;
	background:url(media/pic/m-sep.png) top right no-repeat;
}
.menu a, .menu a:hover{
	text-decoration:none;
	color:#000;
	
	display:block;
}
.menu a:hover, .menu a.current{
	text-decoration:underline;
}
/* Menu End */
.banner{
	clear:both;
}
.flash{
	background:url(media/pic/fla-bg.png) top left no-repeat;
	height:357px;
	clear:both;
	text-align:right;
}
.center{
	text-align:justify;
	padding:0 10px 15px;
	margin-right:210px;
}
.special{
	float:right;
	width:206px;
	margin-bottom:10px;
}
.footer{
	border-top:1px solid #000;
	font-size:0.6em;
	padding:12px 10px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#333;
	text-decoration:none;
}
.footer a:hover, .footer a.current{
	text-decoration:underline;
}
.webbuilt4u{
	float:right;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
.center strong, a, a:hover, .impact, h1, h2, h3, h4, h5{
	color:#000;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	padding:0 10px 0;
	border-bottom:1px solid #000;
	margin-bottom:10px;
	font-size:1.6em;
}
h2{
	font-size:1.3em;
}
.impact{
	font-size:1.2em;
}
.center ul{
	font-style:italic;
}
p{
	margin:10px 0;
	padding:0;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* Main styles End */

/* BIA Standard */
.big{
	font-size:1.6em;
}
.small{
	font-size:0.8em;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.center img.fr, .center .fr img{
	margin:5px 0 5px 10px;
}
.center img.fl, .center .fl img{
	margin:5px 10px 5px 0;
}
.cl{
	clear:both;
}
.centered{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.pb{
	padding:10px;
}
.inblock{
	display:inline-block;
}
ul.none{
	list-style-type:none;
}
/* BIA Standard end */

/* Additional */
.response{
	margin:10px 0 0;
	font-style:italic;
}
.subscription{
	margin:0 0 10px;
	text-align:right;
}
.question{
	font-weight:bold;
}
.answer{
	font-style:italic;
}
/* Additional end */

/* Enquiry */
form{
	padding-left:5%;
}
form p{
	font-weight: bold;
}
form label, form .label{
	float: left;
	width: 220px;
	text-align:right;
	margin:0 10px 0 0;
}
form input, form textarea, form select{
	margin-bottom: 5px;
	border:2px solid #000;
}
form input[type="checkbox"], form input[type="radio"]{
	border:0; /* IE only bug */
}
form textarea{
}
form .short{
	width:80px;
}
form .long{
	width:180px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 230px;
	margin-top: 5px;
}
.red{
	color:#f00;
}
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Enquiry End */

/* gallery */
.gallery{
	text-align:center;
}
.gallery a img, .bordered a img{
	border:2px solid #ccc;
	margin:5px;
}
.gallery a:hover img, .bordered a:hover img{
	border:2px solid #000;
}
/* gallery end */

/* Tables */
table.none{
	border:0;
}
table td{
	padding:2px 5px;
}
table.tiny td{
	border:1px solid #ccc;
}
/* Tables End */

/* Border Box */
.border_top, .border_box, .border_end{
	width:812px;
	margin:0 auto;
}
.border_top{
	background:url(media/pic/border-top.png) bottom center no-repeat;
	height:9px;
}
.border_box{
	background:url(media/pic/border.png) center repeat-y;
}
.border_end{
	background:url(media/pic/border-end.png) top center no-repeat;
	height:26px;
}
/* Border Box End */