@charset "utf-8";

/* Common
-------------------------------------- */

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#708B38 url(../images/bg.jpg) repeat-x top center;
	padding:0 0;
	margin:0 0;
	font-size:12px;
	color:#555555;
}


img, form, fieldset, legend, label, map {
	margin:0;
	padding:0;
	border:0;
}

html, input, select, button, radio, lable, textarea {
	margin:0 0;
	padding:0 0;
}

ol, ul {
	list-style:none;
}

h1, h2, h3, h4, h5, h6, p, div, span, b, li, ol, ul {
	margin:0 0;
	padding:0 0;
}

h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 27px;}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:9px;
}

a{
	text-decoration:none;
	color:#83a244;
}

a:hover{
	text-decoration:none;
	color:#000;
}

img.left{
	float:left;
	margin:0 5px 10px 0;
	border:2px solid #B9B9B9;
	}

img.right{
	float:right;
	margin:0 0 5px 10px;
	border:2px solid #B9B9B9;
	}


/* Header
-------------------------------------- */

.wrapper {
	width:940px;
	margin:0 auto;
	height:auto;
}

.container{
	width:940px;
	height:auto;
	float:left;
}


.header{
	width:940px;
	height:185px;
	float:left;
}

.headerLeft{
	width:500px;
	height:auto;
	float:left;
}

.headerRight{
	width: auto;
	height:auto;
	float:right;
    margin-top: 15px;
}

.translate{
	height: auto;
	width:300px;
	float:right;
    margin-top: 10px;
}


.translateLink{
	width:150px;
	height:auto;
	float:left;
    margin:10px 0px 0 0;
	color:#000;
}
.translateLink span{
	padding:0 10px;
}

.translateLink a{
	text-decoration:none;
	color:#000;
}

.translateLink a:hover{
	text-decoration:none;
	color:#fff;
}

.followus, .facebook, .twitter{
    background: url(../images/followus.png) no-repeat  0 0;
}

.followus{
    background-position: 0 0;
    float: left;
    height: 38px;
    margin-right: 12px;
    width: 85px;
}

.facebook{
	background-position:-95px 0px;
	width:38px;
	height:38px;
	float:left;
    margin-right: 10px;
}

.facebook a{
	width:38px;
	height:38px;
	cursor:pointer;
	display:block;
}

.twitter{
    background-position: -139px 0;
    float: left;
    height: 38px;
    width: 38px;
}

.twitter a{
	width:38px;
	height:38px;
	cursor:pointer;
	display:block;
}



.logo{
    background: url("../images/logo.png") no-repeat scroll -8px -12px transparent;
    cursor: pointer;
    height: 204px;
    margin: 5px 0 0 -9px;
    width: 496px;
}

.logo a{
	display:block;
    width: 496px;
    height: 204px;
	cursor:pointer;}


.headerLink{
	width:114px;
	height: auto;
	float:right;
	margin:75px 0 0 0;
}


.boxMain{
	width:950px;
	height: auto;
	float:left;
	margin:15px 0 5px 0;
	color:#ffffff;
	font-weight:bold;
}

.boxMain a{
	color:#FFF;
	}

.boxMain a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/* Content Part
-------------------------------------- */

.content{
	width:940px;
	height: auto;
	float:left;
}

.contentTop{
	width:940px;
	height: 27px;
	background:url(../images/bodyTop.png) no-repeat top center;
	float:left;
}

.contentMdle{
	float:left;
	width:940px;
	height: auto;
	background:url(../images/bodyMidle.png) repeat-y top center;
}

.contentBtm{
	width:940px;
	height: 27px;
	background:url(../images/bodyBotm.png) no-repeat top center;
	float:left;
}

.content p{
	line-height:18px;
	margin:5px 0 10px 0;
}

.content h1{
	line-height:25px;
	font-size:20px;
	color:#3a3a3a;
	font-weight:normal;
}

.content h3{
	line-height:20px;
	font-size:14px;
	color:#556410;
	font-weight:bold;
	background:url(../images/h3bg.png) no-repeat bottom left;
	margin:0 0 10px 0;
}

.contentLeft{
	float:left;
	width:220px;
	height: auto;
	margin:0 15px 0 0;
}

.contentRight{
    float: right;
    height: auto;
    margin: 10px 25px 15px 0;
    width: 660px;
	min-height:600px;
}

.contentRight ul li{
	list-style-image:url(../images/bullet.png);
	margin:7px 0px 7px 20px ;
}

/* Navigation
-------------------------------------- */

.nav{
	float:left;
	width:219px;
	height: auto;
	background:#404040 	url(../images/nav_bg.png) repeat-y top center;
}

.nav ul{
	margin:0 0;
	padding:0 0;
}

.nav ul li{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	float:left;
	width:195px;
	height:41px;
}

.nav ul li a{
	background:#404040 	url(../images/nav_N.png) no-repeat top center;
	float:left;
	width:175px;
	height:29px;
	padding:12px 0 0 20px;
	color:#FFF;
	font-weight:bold;
}

.nav ul li.active a, .nav ul li a:hover{
	background:url(../images/nav_H.png) no-repeat top center;
	float:left;
	width:175px;
	height:29px;
	padding:12px 0 0 20px;
	color:#FFE427;
}

.navBtm{
	float:left;
	width:219px;
	height:15px;
	background:url(../images/nav_bgBtm.png) no-repeat top center;
}

.right{
	float:right;
	}

.left{
	float: left;
	}

.downloadMain, .row{
	float:left;
	width:100%;
	clear:both;
	height: auto;
	margin:5px 0;
}


.downloadIcon{
    background: url("../images/pdf_icon.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 53px;
    line-height: 40px;
    min-width: 60px;
    padding: 0 0 0 46px;
    width: auto;
	margin-left:10px;
}

.downloadIcon a{
	height:50px;
	min-width:60px;
	cursor:pointer;
	display:block;
}

.gallery{
	width:197px;
	height:158px;
	background:url(../images/gallery.png) no-repeat top center;
	margin:10px 0 0 15px;
	clear:both;
	float:left;
	}
	
.gallery a{
	width:197px;
	height:158px;
	cursor:pointer;
	display:block;
	}
	
/* Pagination
-------------------------------------- */

.pagination {
    float: left;
    margin: 0;
    padding: 5px 0 14px 10px;
    text-align: center;
    width: 519px;
}

.pagination a {
	margin:0 8px 0 0;
	padding:3px 6px;
	background:#3D3D3D;
	height:auto;
	border:1px solid #232222;
	text-decoration:none;
	color:#FFF;
	float:left;
}
.pagination a:hover {
	margin:0 8px 0 0;
	padding:3px 6px;
	height:auto;
	background:#A8D768;
	border:1px solid #80AC40;
	color:#000;
	float:left;
}
.pagination span {
	margin:0 8px 0 0;
	padding:3px 6px;
	height:auto;
	background:#A8D768;
	border:1px solid #80AC40;
	color:#000;
	float:left;
}
	
/* Footer
-------------------------------------- */

.footerLink{
	width:900px;
	height: auto;
	float:left;
	padding:5px 0 0 0;
	margin:10px 20px 0px 20px;
	border-top:1px solid #8cb354;
}

.footerLink span{
	padding:0 10px;
}

.footerLink a{
	text-decoration:none;
	color:#515151;
}

.footerLink a:hover{
	text-decoration:none;
	color:#94c339;
}


.footer{
	width:920px;
	height: auto;
	float:left;
	padding:10px 10px;
	color:#272727;
}

.footerL{
	width:200px;
	height: auto;
	float:left;
}

.footerR{
	width:107px;
	height:20px;
	float: right;
	background:url(../images/brickworkindia.png) no-repeat 0 0;
}

.footerR2{
	width:130px;
	height:20px;
	float: right;
}

.footerR3{
	width:300px;
	height:20px;
	float: right;
}
.footerR a{
	width:107px;
	height:20px;
	cursor:pointer;
	display:block;
}

.boxBlueTop{
	width:321px;
	height:6px;
	float:left;
	background:url(../images/boxTop.jpg) no-repeat bottom center;
	}


.boxBlue{
	width:321px;
	height:auto;
	background:url(../images/boxBtm.jpg) no-repeat bottom center;
	padding:0 0 6px 0;
	margin:0 9px 10px 0;
	float:left;
	min-height:210px;
	}
	
.boxBlue p{
	margin:0 10px 5px 10px;
}

table.data {
	color:#000;
	border:1px solid #BBCD9C;
	background:#F3F5EE;
	vertical-align: top;
	text-align: left;
	line-height:17px;
	}

table.data tr{
	vertical-align: top;
	text-align: left;}
	
table.data .line {
	background:#698438;
	color:#fff;
	vertical-align: top;
	text-align: left;
	}

table.data .lineL {
	background:#ebeee2;
	vertical-align: top;
	text-align: left;}

table.data .lineA {
	background:#e9eddf;
	vertical-align: top;
	text-align: left;}

table.data .lineB {
	background:#dae0c9;
	vertical-align: top;
	text-align: left;}