body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #000;
	font-family: 'open_sansregular';	
}

.mainwrapper {
	/*background: url(../img/topbg.png) repeat-x center top;*/
	margin: 0px auto;
	padding: 0px;
}

.topbg {
	border-top: solid 4px #083f88;
	padding: 10px 0px;	
}

.menubg {
	background: #f2f4f5;
	border-bottom: solid 1px #c7c8ca;
	border-top: solid 1px #c7c8ca;
}

.downloadbrochure {
	background: #3a5f7e;
	font-family: 'futura_bk_btbook';
	font-size: 13px;
	color: #fff200;
	text-align: center;
	text-transform: uppercase;
	margin: 1px 0px;
	padding: 0px 0px;	
}

.downloadbrochure a {
	display: block;
	color: #fff200;
	text-decoration: none;
	padding: 8px 0px;	
}

.downloadbrochure a:hover {
	display: block;
	background: #274660;
	color: #fff200;
	text-decoration: none;
	padding: 8px 0px;	
}

.collage {
	margin: 0px;	
}

.proband {
	padding: 20px 0px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	z-index: 9;
	position: relative;	
}

.ourbrandhead {
	font-family: 'futura_bk_btbook';
	font-size: 20px;
	color: #ed1c24;
	text-transform: uppercase;
	padding-top: 24px;	
}

.contentarea {
	margin: 30px 0px;	
}

.textwelcomehead {
	font-family: 'futura_bk_btbook';
	font-size: 20px;
	color: #626161;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom:11px;
}

.textwelcomeheadblack {
	font-family: 'futura_bk_btbook';
	font-size: 22px;
	color: #000;
}

.textwelcomeheadgray {
	font-family: 'futura_bk_btbook';
	font-size: 17px;
	color: #3a5f7e;
}

.proheadtext {
	font-family: 'futura_bk_btbook';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom:10px;
}

.textblack13cont {
	font-size: 13px;
	color: #1d1d1d;
	line-height: 20px;
	text-align: justify;
	letter-spacing:0.3px;	
}

.textblack13cont a {
	color: #083f88;
	text-decoration: none;
}

.textblack13cont a:hover {
	color: #083f88;
	text-decoration: underline;
}

.textblack13cont ul {
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;	
}

.textblack13cont ul li {
	list-style:disc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;	
	color: #083f88;
	line-height: 18px;
}

.textblack13cont ul li span {
	color: #1d1d1d;	
}

.readmorebtn {
	background: #083f88;
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing:0.3px;
	width: 95px;
	margin-top: 20px;
}

.readmorebtn a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px;	
}

.readmorebtn a:hover {
	display: block;
	background: #274660;
	color: #fff200;
	text-decoration: none;
	padding: 8px 0px;	
}

.probg {
	background: #083f88;
	padding: 15px;	
}

.procont {
	font-size: 13px;
	color: #fff;
	letter-spacing:0.3px;
}

.procont ul {
	margin: 0px;
	padding: 0px;
}

.procont ul li {
	background: url(../img/arrow.png) no-repeat left center;
	list-style-type: none;
	margin: 0px;
	border-bottom: dashed 1px #7ea5c6;
	padding: 8px 0px 10px 10px;
}
 
.footer {
	background: #c7c8ca;
	font-size: 11px;
	color: #838383;
	padding: 15px 0px;
}

.footer a {
	color: #757575;
	text-decoration: none;	
}

.footer a:hover {
	color: #000;
	text-decoration: none;	
}


/*
**************************************************************************
Collage Css Start here
**************************************************************************
*/

#main-slider {
	width: 100%;
	height: 397px;
	position: relative;
	border: solid 0px #FF0004;
}
#content-slider {
	width: 100%;
	height: 397px;
	position: relative;
	overflow: hidden;
}
#content-slider ul {
	padding: 0;
	list-style: none;
	position: relative;
}
#content-slider ul li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#slider-overlay {
	width: 100%;
	height: 397px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 80;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.slider-heading {
	margin: 0;
	padding: 0;
}
.caption-yellow {
	/*background: #f9d421;*/
	font-family: 'futura_bk_btbook';
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
}
.caption-white {
	font-family: 'futura_bk_btbook';
	font-size: 36px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px;
}
.caption-black {
	background: rgba(0,0,0,0.6);
	font-family: 'futura_bk_btbook';
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px;
	height: 173px;
}
#header-banner {
	margin-bottom: 40px;
	/*background: url(../img/header-banner.jpg) center 0 no-repeat;*/
}
.banner-overlay {
	padding: 20px 0;
	background: rgba(235, 235, 235, 0.8);
}
#header-banner h1 {
	color: #474747;
	margin: 0;
}

#home-page {
	position: relative;
	z-index: 92;
	margin-top: -300px;
}
#page {
	margin-bottom: 10px;
}

/****************************************************************************************************
Inner pages css start here
****************************************************************************************************/

.innercollage {
	padding: 0px;
}

.otherprobox {
	border-radius: 5px;
	border: solid 1px #c7c8ca;
	padding: 1px;	
}

.otherproimg {
	padding: 4px;	
}

.otherproname {
	background: #083f88;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing:0.3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.textblue16 {
	font-family: 'futura_bk_btbook';
	font-size: 16px;
	color: #083f88;
	text-transform: uppercase;
}

.textred16 {
	font-size: 16px;
	color: #ed1c24;
	margin-top: 20px;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 800px) {

.ourbrandhead {
	padding-top: 0px;
	padding-bottom: 10px;	
}

}

@media screen and (max-width : 640px) {
	
.topbg {
	text-align: center;	
}

.menubg {
	padding-top:1px;
}

.rowmargin {
	margin-top: 30px;	
}

}

















