@charset "utf-8";
/* CSS Document */

body{
	margin:0px; padding:0px;
	background:white;
	font-family: 'Raleway', sans-serif;
}	


/******************** Common ************************/
.main{
	width:1110px;
	margin:0 auto; padding:0px;	
}
.fleft{
	float:left;	
}
.fright{
	float:right;	
}
.clr{
	clear:both;	
}
.fixed {
    position: fixed;
    top: 50px;
} 

/******************** Header ************************/

header{
	width:100%;
}	
header .topLinks{
	background:#242424;
	height:16px;
	padding:12px 0;
	color:#ccc;
	font-size:14px;
}
header .logoSection{
    width: 100%;
    position: absolute;
	top:21px;
}
.logo{
	width:301px; height:112px;
	background:url(../images/logos.png) no-repeat;
	margin:0 auto;
	display:block;	
	position:relative;
	z-index:1000;
}
.logo a{
	width:301px; height:112px;
	display:block;	
	text-indent:-4000px;
}
.banner em {
    height: 79px;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 39px;
    left: 0px;
    background: url("../images/pxl.png") repeat scroll 0% 0% transparent;
}
.innerbanner{
	height:250px; width:100%;
	overflow:hidden;
	background:url(../images/innerbanner.jpg) no-repeat;
}
.innerbanner em {
    height: 79px;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 39px;
    left: 0px;
    background: url("../images/pxl.png") repeat scroll 0% 0% transparent;
}
.innerbanner #slider1_container{
	background:url(../images/overlay-pattern.png) repeat;
}

nav{
	background:rgba(255,255,255,0.8);
	line-height:50px;	
    width: 100%;
    position: absolute;
    margin-top: -53px;
	z-index:1000;
	text-align:left;
}
nav ul{
	margin:0; padding:0px;
}
nav ul li{
	display:inline;
	text-transform:uppercase;
	padding:5px 15px; margin:0 15px;
	font-size:15px; font-weight:400;
}
nav ul li a{
	color:#2e2d2d;
	text-decoration:none;
}
nav ul li a:hover{
	color:#000;
}
nav ul li.current{
	font-weight:600;
	border-top:2px solid #ee1d25; border-bottom:2px solid #ee1d25;
	color:#000;
}
.pagehead{
	background:#f1f1f1;
	padding:15px 0;
	text-transform:uppercase;
}



/******************** Container ************************/

section{
	min-height:500px;	
}
.abtcontent{
	padding:20px 0px; 	
}
.abtcontent h1, .categories h1, .innercontent h1{
	text-transform:uppercase;
	font-weight:400;
	color:#262626;
}
.abtcontent p, .innercontent p, .innercontent ul{
	color:#4c4b4b;
	line-height:26px;
	font-size:18px;	
	font-weight:300;
}
.abtcontent span{
	color:#e70000;
}
.pinkSection{
	background:#f1484f;
	color:#fff;
	padding:15px 0px;	
	font-weight:300;
	margin-bottom:20px;
}
.pinkSection .col1{
	text-align:justify;	
	/*margin:0 35px 0 0;*/
}
.pinkSection .col1 h1{
	font-size:19px;
	font-weight:500;
}
.pinkSection .col1 p{
	line-height:24px;
}
.pinkSection .col1 span{
	color:#73070c;
}
.categories h1{
	padding:25px 0;
}
.categories{
	margin-bottom:30px;
}
.categories .item{
	margin: 0 20px;
}

.innercontent{
	text-align:justify;
	padding:25px 0;
}

/******************** Footer ************************/

footer{
	background:#242424;
	padding:20px 0;
	text-align:left;
	color:#727070; font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
footer a{
	font-size:12px; color:#a09a9a;
	text-decoration:none;
	padding:0 5px;
}