/* CSS Document */

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

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x fixed #464646;
}
.container{
	width:919px;
	padding:0 10px;
	margin:12px auto;
	background:#fff;
}
.header{
	background:url(pic/header.gif) top center no-repeat;
	height:95px;
}
/* Menu */
.menu{
	background:url(pic/menu.gif) top center no-repeat;
	height:29px;
	line-height:29px;
	font-size:12pt;
	text-align:center;
	margin-bottom:5px;
}
.menu a, .menu, .menu a:hover{
	text-decoration:none;
	color:#fff;
}
.menu a:hover, .menu a.current{
	text-decoration:underline;
}
/* Menu End */
.banner{
	background:#000;
	height:200px;
	clear:both;
}
.banner, .banner a, .banner a:hover{
	color:#fff;
	text-decoration:none;
}
.banner a:hover{
	text-decoration:underline;
}
.bnn_text{
	line-height:20px;
	padding:70px 0 0 20px;
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.flash{
	float:right;
}
.center{
	padding:15px 20px;
}
.special{
	float:right;
	width:200px;
	padding:15px 0;
}
.footer{
	border-top:1px solid #000;
	height:30px;
	line-height:23px;
	font-size:8pt;
	padding:6px 10px 5px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#000;
}
.webbuilt4u{
	float:right;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
.center ul, .center strong, a, a:hover, .impact, h1, h2, h3, h4, h5{
	color:#000000;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	background:url(pic/h.jpg) center no-repeat;
	height:50px;
	line-height:50px;
	padding:0;
	font-size:16pt;
	margin-bottom:25px;
}
.impact{
	font-size:12pt;
}
p{
	margin:10px 0;
	padding:0;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* Main styles End */

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

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

/* Enquiry */
form{
	padding-left:10%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 130px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	width: 180px;
	margin-bottom: 5px;
}
form select{
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form .short{
	width:80px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 138px;
	margin-top: 5px;
	width: 90px;
}
.red{
	color:#f00;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(calendar/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* 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;
}
a.thickbox img{
	border:2px solid #000000;
	margin:5px;
}
a.thickbox:hover img{
	border:2px solid #ddb207;
}
/* gallery end */

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