/* CSS Document */

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

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #000;
}
.container, .center_box{
	width:900px;
	margin:0 auto;
}
.center_box{
	background:url(pic/center_bg.gif) top repeat-x #240b09;
	margin-bottom:30px;
}
.header{
	background:url(pic/header.jpg) top center no-repeat;
	height:89px;
}
/* Menu */
.menu{
	float: right;
	padding:56px 0 0 0;
	height:25px;
	margin-right: 10px;
}
.menu ul{
	padding:0;
	margin:0;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu li{
	float:left;
	text-align:center;
	list-style-type:none;
	
	line-height:25px;
}
.menu a{
	text-decoration:none;
	color:#fff;
	
	padding:0 10px;
	display:block;
}
.menu a:hover, .menu a.current{
	text-decoration:underline;
	
	display:block;
}
/* Menu End */
.flash{
	padding-left:275px;
	height:262px;
}
/* Latest News */
#latest_news{
	background:url(pic/latest-news.png) top no-repeat;
	height:252px;
	width:332px;
	position:absolute;
	margin-left:-290px;
	padding-top:50px;
}
.ln_inner{
	padding:10px 70px 0 40px;
}
.ln_inner h1, .ln_inner p{
	margin:0;
	padding:0;
}
.ln_inner p.ln_more{
	padding-left:160px;
}
#latest_news, #latest_news a, #latest_news a:hover, #latest_news h1{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
/* Latest News End */

/* Special */ 
.special{
	float:left;
	width:270px;
	padding:45px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.special, .special a, .special a:hover{
	color:#fff;
	text-decoration:none;
}
.special a:hover{
	text-decoration:underline;
}
.special img{
	border:3px solid #564d4c;
	float:left;
}
.sp_inner{
	margin-left:15px;
	padding-top:20px;
	height:85px;
	clear:left;
	border-bottom:1px solid #564d4c;
}
.sp_inner p{
	margin-left:90px;
	padding-top:5px;
}
.sp_inner p.sp_one_line{
	padding-top:15px;
}
.special .sp_con{
	padding-top:20px;
	padding-left:25px;
	line-height:20px;
}
#flashPlayer{
	margin-left: 20px;
}
/* Special End */

.center{
	padding:15px 30px;
	margin:5px 0 20px 275px;
}
.footer{
	height:40px;
	line-height:23px;
	font-size:8pt;
	padding:6px 25px 5px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#fefefe;
	font-family:Arial, Helvetica, sans-serif;
}
.webbuilt4u{
	float:right;
	margin-top:5px;
}
.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:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	font-size:16pt;
}
.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%;
}
.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;
}
.center a img{
	border:5px solid #564d4c;
	margin:5px;
}
.center a:hover img{
	border:5px solid #fff;
}
/* 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 */