/* CSS Document */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #fff;
}
.container{
	width:780px;
	margin:0 auto;
}
.right_tool{
	float:right;
	background:url(pic/right_tool.jpg) top right no-repeat;
	height:160px;
	width:151px;
}
.header{
	background:url(pic/header.gif) top left no-repeat;
	height:100px;
}
.menu{
	margin-right:128px;
}
.mainsection {
 padding-left: 0px;
 padding-right: 0px;
}
#ScrapCarContent {
 font-size:10px;
 color: #fff;
 height: 58px;
 width:780px;
 overflow: scroll;
 margin: 0px 0px 0px 0px;
 padding:5px 10px;
}
.flash{
	height:229px;
	width:770px;
	border:5px solid #3576d5;
	margin:10px auto;
	clear:both;
}
.center{
	padding:5px 10px;
	clear:both;
}
.special{
	float:right;
	width:230px;
	padding:25px 10px 25px;
	margin:30px 5px 20px;
	border-left:2px solid #c1c1c1;
}
.special a img{
	border:0;
}
.footer{
	border-top:2px solid #c1c1c1;
	font-size:8pt;
	line-height:14px;
	clear:both;
	padding:5px 10px;
}
.footer, .footer a, .footer a:hover{
	color:#999797;
}
.webbuilt4u{
	float:right;
}
.webbuilt4u a img{
	border:0;
}
/* Structure End */

/* Main styles */
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#2B65B7;
	font-size:16pt;
}
.impact{
	color:#2b65b7;
	font-size:12pt;
}
p{
	margin:10px 0;
	padding:0;
}

a{
	color:#2b65b7;
	text-decoration:underline;
}
a:hover{
	color:#2b65b7;
	text-decoration:none;
}
/* Main styles End */


/* Menu */
.menu ul{
	padding:0 10px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10pt;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	
	line-height:51px;
}
.menu li a{
	text-decoration:none;
	color:#fff;
	padding:0 20px;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:none;
	color:#460000;
	
	display:block;
}
/* Menu 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;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.inblock{
	display:inline-block;
}
/* 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: 210px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	width: 180px;
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form input.short{
	width:80px;
}
form input.checkbox{
	width:20px;
}
form .boxes{
	width: 1em;
}
form #Submit{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
form br{
	clear: left;
}
.red{
	color:red;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(calendar/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* Enquiry End */

/* gallery */
.gallery{
	text-align:left;
}
a.thickbox img{
	border:1px solid #000;
}
a.thickbox:hover img{
	border:1px solid #2b65b7;
}
/* gallery end */

/* titles in gallery */
.thickbox{
	text-decoration:none;
}
.thickbox .pabsolute{
	position:absolute;
	margin:0 0 0 -80px;
	
	height:20px;
	width:60px;
	text-align:center;
	background:white;
	border:1px solid #2b65b7;
}
/* titles in gallery end */

/* Show/Hide functionality */
.gallery h3{
	cursor:pointer;
}
.gallery div{
	display:none;
}
/* Show/Hide functionality End */

/* Pass form */
.pass_form{
	width:60%;
	text-align:right;
}
.pass_form p{
	text-align:right;
}
/* Pass form End */