/*
* Author: Jayesh
* Company: Ntranz
* Description: Designing
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face{
	font-family:'Meiryo';
	url('meiryob1.ttf');
}

.wraper{
	width:990px;
	height:100%;
	margin:0px auto;
}

.header{
	width:990px;
	height:92px;
	float:left;
	background:#009ce1;
}
	.logo{
		width:172px;
		height:82px;
		float:left;
		padding:10px 0 0 20px;
		background:#fff url('../images/logo_bg.jpg') no-repeat top right;
	}
	
	.nav{
		width:450px;
		height:30px;
		float:left;
		margin:35px 0 0 50px;
	}
	.nav a{
		display:block;
		float:left;
		padding:5px 15px;
		color:#fff;
		text-decoration:none;
		text-transform:capitalize;
		font-family:'Meiryo';
		font-size:14px;
		font-weight:bold;
	}
	
	.social{
		width:190px;
		height:61px;
		float:right;
		padding:30px 0 0 100px;
		background:#333 url('../images/social_bg.jpg') no-repeat top left;
	}
	
	.fb,.tw,.in,.g{
		width:24px;
		height:24px;
		float:left;
		margin:0 0 0 6px;
		transition:background .5s;
	}
	.fb{
		background:#333 url('../images/fb.png') no-repeat top left;
	}
		.fb:hover{
			background:#333 url('../images/fb.png') no-repeat 0px -26px;
			transition:background .5s;
		}
	.tw{
		background:#333 url('../images/twitter.png') no-repeat top left;
	}
		.tw:hover{
			background:#333 url('../images/twitter.png') no-repeat 0px -26px;
			transition:background .5s;
		}
	.in{
			background:#333 url('../images/in.png') no-repeat 0px 0;
	}
		.in:hover{
			background:#333 url('../images/in.png') no-repeat 0px -26px;
			transition:background .5s;
		}
	.g{
			background:#333 url('../images/g+.png') no-repeat 0px 0;
	}
		.g:hover{
			background:#333 url('../images/g+.png') no-repeat 0px -26px;
			transition:background .5s;
		}
		
.body{
	width:990px;
	height:100%;
	float:left;
	padding:10px 0px;
}
	.left{
		width:250px;
		height:100%;
		float:left;
	}
	
		.left-nav{
			width:100%;
			float:left;
		}
		.left-nav a{
			display:block;
			padding:10px 0px;
			color:#fff;
			text-transform:capitalize;
			text-decoration:none;
			text-indent:20px;
			transition:text-indent .5s;
			background:#1c3345 url('../images/left-nav-bg.jpg') repeat-x top left;
			font-family:'Meiryo';
			font-size:14px;
			font-weight:normal;
		}
		.left-nav a:hover{
			text-indent:30px;
			transition:text-indent .5s;
		}
		
		.news{
			width:100%;
			height:100%;
			float:left;
			background:#0099cc;
			color:#fff;
		}
			.news h3{
				font-family:'Meiryo';
				font-size:20px;
				font-weight:normal;
				color:#fff;
				text-align:center;
				padding:10px;
			}
			.news h2{
				font-family:'Meiryo';
				font-size:14px;
				font-weight:bold;
				padding:5px 0px 0px 10px;
				display:block;
			}
			.news p{
				font-family:'arial';
				font-size:12px;
				font-weight:normal;
				padding:10px;
				line-height:18px;
				border-bottom:1px solid #fff;
			}
			.news a{
				display:block;
				color:#fff;
				text-align:right;
				text-decoration:none;
			}
	
	.right{
		width:725px;
		height:100%;
		float:right;
	}
		.banner{
			 width:100%;
			 height:300px;
			 float:right;
		}
		.main-body{
			width:100%;
			float:left;
		}
		h1{
			font-family:'Meiryo';
			font-size:30px;
			font-weight:normal;
			color:#333;
			padding:15px 0px;
		}
		
		.main-body p{
			font-family:'arial';
			font-size:14px;
			font-weight:normal;
			line-height:24px;
			color:#666;
			margin:0 0 15px 0;
		}
	
	.brands{
		width:100%;
		float:left;
		height:100%;
	}
	
		h4{
			background:#f1f1f1 url('../images/brands_bg.png') no-repeat top left;
			display:block;
			padding:7px 0px;
			text-indent:70px;
			font-family:'Meiryo';
			font-size:20px;
			font-weight:normal;
			color:#333;
			margin:10px 0 0 0;
		}
		
		.brand-items{
			width:165px;
			height:70px;
			float:left;
			margin:10px 4px 0px 0;
			padding:5px;
			border:1px solid #eee;
			transition:background .5s;
		}
			.brand-items .d{
				margin:none;
			}
			.brand-items:hover{
				background:#666;
				transition:background .5s;
			}

.footer{
	width:100%;
	float:left;
	color:#999;
	padding:15px 0px;
	text-align:center;
	background:#333;
	font-family:'Meiryo';
	font-size:12px;
	font-weight:normal;
}
	.footer a{
		color:#999;
		text-decoration:none;
	}