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

/*Fonts*/
@font-face {
	font-family: futuraxk;
	src: url('../fonts/futuraxk.ttf');
}
@font-face {
	font-family: big_noodle_titling_oblique_4;
	src: url('../fonts/big_noodle_titling_oblique_4.ttf');
}
/*Fonts end*/

body {
	background: url(../images/bg.png) #f7f7f7 center top repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}
/*Headings*/
h1 {
	font-family: futuraxk;
	font-size: 36px;
	color: #ed1b24;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
}
h1 span {
	font-family: Comfortaa-Regular_4;
	font-size: 24px;
	color: #858585;
}
h2 {
	font-family: futuraxk;
	font-size: 24px;
	color: #777;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
}
h3 {
	font-family: futuraxk;
	font-size: 28px;
	color: #c5c5c5;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0;
}
h4 {
	font-family: futuraxk;
	font-size: 18px;
	color: #555;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0;
}
h5 {
	font-size: 12px;
	color: #000;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
}
h6 {
	font-size: 10px;
	color: #000;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
}
/*Headings end*/

/*Text*/
p {
	font-size: 14px;
	color: #444;
	line-height: 20px;
}
.txt-style01 {
	font-size: 16px;
	font-family: Calibri;
	color: #777;
	text-transform: none;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	padding: 30px;
	line-height: 22px;
}
/*Text end*/

/*Links*/
a:link, a:visited {
	color: #ed1b24;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffee0e;
}
.more-style01 a {
	background: url(../images/more_bg.png) left center no-repeat;
	font-size: 12px;
	text-transform: capitalize;
	padding: 10px 15px;
	display: block;
	color: #8e0218;
}
.more-style01 a:hover {
	color: #000;
}
/*Links ends*/

/*Images*/
.img-style01 {
	
	margin: 0 15px 0px 0;
	border: 5px solid #fff;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
}
/*Images ends*/

/*Lists*/
.list-style01 {
	margin: 10px;
}
.list-style01 li {
	list-style: none;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	border-bottom: 1px solid #dedede;
	background: url(../images/cheklist-icon.png) 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
/*Lists ends*/

/*Tables*/
.table-style01 {
	width: auto;
	color: #555;
	margin: 5px 0;
	font-size: 12px;
}
.table-style01 th {
	color: #FFF;
	font-family: Calibri;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #333;
	padding: 10px 20px;
	border: 1px solid #ddd;
}
.table-style01 td {
	padding: 10px 20px;
	border: 1px solid #ddd;
}
/*Tables ends*/

/*Class*/
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}
.txtalign-left {
	text-align: left;
}
.txtalign-center {
	text-align: center;
}
.txtalign-right {
	text-align: right;
}
.txtalign-justify {
	text-align: justify;
}
.width100 {
	width: 100%;
}
.width70 {
	width: 70%;
}
.width50 {
	width: 48%;
}
.width30 {
	width: 32%;
}
.margin10 {
	margin: 10px;
}
.mrg-lft-20 {
	margin-left: 20px;
}
.mrg-top-100{
	margin-top:160px;}
.padding10 {
	padding: 10px;
}
.pad-lft-sml {
	padding-left: 70px;
}
.clear-both {
	clear: both;
}
.wrap-style {
	background: #fff;
	box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
}
/*Class ends*/

#wrapper {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: auto;
	height: auto;
	float: left;
	margin: 10px 10px 10px 10px;
}
#quick_contact {
	width: auto;
	height: auto;
	float: right;
	margin: 10px 20px;
	font-family: futuraxk;
	text-transform:uppercase;
	font-size:28px;
	color: #FEF201;
	 text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}
#quick_contact span{
	color: #ED1B24;
}
/*navigation*/
#nav {
	width: auto;
	height: auto;
	float: right;
	margin: 10px 15px 0 0;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0px 1px;
	padding: 0px;
	background: url(../images/nav_seperater.png) right center no-repeat;
}
#nav a:link, #nav a:visited {
	font-family: futuraxk;
	width: auto;
	color: #fff100;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	display: block;
	padding: 0 10px;
}
#nav a:hover, #nav a:active, #nav a.select {
	background: #b71825;
	border: 0;
	border-radius: 15px;
}
/*navigation end*/

/*banner*/
#banner {
	width: 100%;
	height: 604px;
	background: url(../images/banner_bg.png) #8e0218;
}
/*banner end*/

/*Containers*/
#container {
	width: 100%;
	height: 120px;
	position: absolute;
	top: 30px;
	z-index: 10;
}
.header {
	width: 100%;
	height: 604px;
	background: url(../images/banner_bg.png) #8e0218;
	border: 0;
	border-radius: 10px;
}
#categories {
	position: relative;
	width: 960px;
	margin-top: -100px;
	margin-bottom: 15px;
}
#left-container {
	width: 650px;
	height: 100%;
	float: left;
	margin: 10px 0 10px 0;
}
#right-container {
	width: 280px;
	height: 100%;
	float: right;
	margin: 10px 0 10px 0;
}
#mid-container {
	width: 960px;
	height: 100%;
	float: left;
	margin: 10px 10px 10px 10px;
}
/*Containers ends*/

.item {
	float: left;
	width: 30%;
	min-height: 150px;
	background: #fff;
	margin: 0px;
	padding: 15px;
	border: 0;
	border-radius: 10px;
}
.item p {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
.mission_icon {
	background: url(../images/mission_icon.png) left center no-repeat;
	padding-left: 65px;
}
.vision_icon {
	background: url(../images/vision_icon.png) left center no-repeat;
	padding-left: 65px;
}
.value_icon {
	background: url(../images/value_icon.png) left center no-repeat;
	padding-left: 65px;
}
.catbg_1 {
	background: url(../images/catbg1.jpg);
}
.catbg_2 {
	background: url(../images/catbg2.jpg);
}
.catbg_3 {
	background: url(../images/catbg3.jpg);
}
.orange_block {
	background: #f1bb3f;
	padding: 30px 0;
}
.cyan_block {
	background: #01a89e;
	padding: 30px 0;
}
.megenta_block {
	background: #d66c9a;
	padding: 30px 0;
}
.green_block {
	background: #b1c87a;
	padding: 30px 0;
}

/*footer*/
#footer {
	width: 100%;
	height: 50px;
	background: url(../images/banner_bg.png) #8e0218;
}
#footer p {
	color: #fff;
	line-height: 50px;
	font-size: 12px;
}
#footer p a, #footer p span, #footer p strong {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
/*footer end*/
