/*##########Load custom fonts###########*/
@font-face {
  font-family: Roboto-Thin;
   
        src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: Open-Sans-Light;
  
      src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/OpenSans-Light.ttf') format('truetype');

}

@font-face {
  font-family: "Roboto Light";
  
        src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: "FontAwesome";
  
        src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/fontawesome-webfont.svg?#iefix') format('embedded-opentype'), 
         url('../fonts/fontawesome-webfont.ttf') format('truetype');


}
/*##########Load custom fonts###########*/

body {
	margin: 0px;
	background-image: url(../assets/assetsTemplate/black-pattern-background.jpg);
	background-attachment: fixed;
}

.mainWrapper {
	margin: 0px;
	vertical-align: top;
	background-repeat: repeat-x;
}
.whiteBgWrapper {
	margin: 0px;
	vertical-align: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bg-orange {
	background-color: #EC3A00;
}.bg-black {
	background-color: rgba(0,0,0,1.00);
}.bg-dark-orange {
	background-color: rgba(97,8,8,1.00);
}
.headerSpacer {
	margin: 0px;
	vertical-align: top;
	background-repeat: repeat-x;
	height: 105px;
}


.lineBottom {
	margin: 0px;
	vertical-align: top;
	text-outline: 3,3,3,3,3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	padding: 5px;
}

.tagLine {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.navigationThroughBackground {
	background-repeat: repeat-x;
	background-position: left top;
}


.space {

	font-size: 9px;
	color: #FFF;
}
.roundedCorners {
	color: #333;
	border-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}  
.roundedCornersLeft {
	color: #333;
	
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.roundedCornersRight {
	color: #333;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
	-moz-border-radius-bottomright: 6px;	
	-moz-border-radius-topright: 6px;
	
	
}

.roundedCornersTopOnly {
	color: #333;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.roundedCornersTopRightOnly {
	color: #333;
	
	border-top-right-radius: 30px;
	
	-moz-border-radius-topright: 30px;
}

.roundedCornersBottomOnly {
	color: #333;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
.alignImgLeftTop {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.alignImgLeftTopNoPadding {
	float: left;
}

.alignImgRightTop {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.alignImgCenterBottom {
	padding-top: 0px;
	margin-top: 0px;
	background-color: #333;
}
.text-small {
font-size: 13px;
	font-weight: lighter;
}
