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

/*Fonts*/
@font-face {
	font-family: helventica;
	src: url('../fonts/helventica.ttf');
}
@font-face {
	font-family: rock;
	src: url('../fonts/rock.ttf');
}
@font-face {
	font-family: rockb;
	src: url('../fonts/rockb.ttf');
}
@font-face {
	font-family: cambria;
	src: url('../fonts/cambria.ttf');
}
/*Fonts end*/

body {
	background: url(../images/bg.jpg) #fff center top repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}
/*Headings*/
h1 {
	font-family: rockb;
	font-size: 45px;
	color: #ffa300;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 10px 0;
}
h1 span {
	font-size: 34px;
	font-family: rock;
	color: #0c0c0c;
	text-transform: none;
}
h2 {
	font-family: rockb;
	font-size: 24px;
	color: #ffa300;
	text-align: center;
	padding: 5px 0;
}
h2 span {
	color: #000;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-family: rock;
	font-size: 22px;
	color: #ffa300;
	padding: 5px 0;
}
h4 {
	font-family: rock;
	font-size: 16px;
	color: #333;
}
h5 {
	font-size: 12px;
	color: #000;
	text-transform: none;
	padding: 5px 0;
}
h6 {
	font-size: 10px;
	color: #000;
	text-transform: none;
	font-style: normal;
	padding: 5px 0;
}
/*Headings end*/

/*Text*/
p {
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
.txt-style01 {
	font-size: 20px;
	color: #000;
	text-transform: none;
	font-style: normal;
}
/*Text end*/

/*Links*/
a:link, a:visited {
	color: #ffa300;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.more-style01 {
	font-family: rockb;
	font-size: 14px;
	margin: 5px auto;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	display: block;
	color: #fff;
}
.more-style01 a {
	color: #fff;
}
.more-style01:hover {
	color: #fff;
}
.more-style02 {
	float: left;
	font-family: rockb;
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	display: block;
	color: #fff;
	letter-spacing: -1px;
}
.more-style02:hover {
	color: #333;
}
/*Links ends*/

/*Images*/
.img-style01 {
	float: left;
	margin: 10px;
	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: 12px;
	color: #444;
	line-height: 20px;
	/*border-bottom: 1px solid #dedede;*/
	background: url(../images/cheklist-icon.png) 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
/*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-center {
	text-align: center;
}
.width100 {
	width: 100%;
}
.width80 {
	width: 85%;
}
.width50 {
	width: 48%;
}
.width30 {
	width: 30%;
}
.margin10 {
	margin: 10px;
}
.padding10 {
	padding: 10px;
}
.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 0;
}
#quick-contact {
	width: auto;
	height: auto;
	float: right;
	margin: 10px 0 10px 400px;
}
.call_us {
	font-family: rockb;
	color: #232323;
	font-size: 24px;
	letter-spacing: -1px;
	padding-left: 40px;
	display: block;
	line-height: 35px;
}
.call_us span {
	color: #ffa300;
}
/*navigation*/
#nav {
	height: 100px;
	width: auto;
	float: right;
	background: #232323;
	border-bottom: 8px solid #ffa300;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
	background: url(../images/nav_seperater.png) right center no-repeat;
}
#nav a:link, #nav a:visited {
	font-family: cambria;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 30px;
	line-height: 100px;
	display: block;
}
#nav a:hover, #nav a:active, #nav a.select {
	background: #ffa300;
	color: #232323;
}
/*navigation end*/

/*banner*/
#banner {
	width: 960px;
	height: auto;
	float: left;
	margin: 0;
}
/*banner end*/

/*Containers*/
#container {
	width: 100%;
	height: 100px;
	background-color: #000;
}
#left-container {
	width: 610px;
	height: 100%;
	float: left;
	margin: 10px 0;
}
#right-container {
	height: auto;
	width: 280px;
	background-color: #ffa300;
	float: right;
	padding: 20px;
}
#mid-container {
	width: 960px;
	height: 100%;
	float: left;
	
	margin-bottom:20px;
}
/*Containers ends*/


#services {
	height: auto;
	width: 960px;
	float: left;
	background: #232323;
	border-bottom: 8px solid #ffa300;
	margin: 10px 0 0 0px;
}
#services ul {
	margin: 0px;
	padding: 0px;
}
#services li {
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid #fff;
	height: 270px;
	width: 319px;
}
#services li img {
	margin: 20px auto 0px auto;
	display: block;
	width: auto;
}
#services p {
	font-size: 12px;
	color: #ccc;
	text-align: center;
}
/*footer*/
#footer {
	font-family: rock;
	width: 100%;
	height: 100px;
	background-color: #232323;
}
#footer p {
	color: #fff;
	line-height: 100px;
}
#footer p a, #footer p span {
	color: #ffa300;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
/*footer end*/
