@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
}
/*Google Search Bar styling Start*/

#search {
	float: right;
}
#search input[type="text"] {
	margin: 10px 5px 0 10px;
	float: right;
	background: url(../images/search-white.png) no-repeat 10px 6px #444;
	border: 0 none;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #d7d7d7;
	width: 150px;
	padding: 6px 15px 6px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
	background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
	color: #6a6f75;
	width: 200px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/*Google Search Bar styling end*/

/************************************************************************************
NAV
*************************************************************************************/
#nav-wrap {
	float: right;
}
/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}
#nav, #nav li {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 20px;
	display: inline;
}
/* nav link */
#nav a {
	padding: 18px 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	float: right;
}
#nav a:hover {
	background: #0553a5;
	color: #ec1a33;
}
/* nav dropdown */
#nav ul {
	background: #000;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
	z-index: 1000;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}
/**********************************
General Styling
***********************************/
html {
	height: 100%;
}
body#home {
	background: url(../images/Bg1.jpg) repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body#page {
	background: url(../images/Bg2.jpg) repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#banner {
	margin: 25px auto 0;
	max-width: 100%;
	width: 962px;
	height: 305px;
	background: #fff url('images/loading.gif') no-repeat center center;
	overflow: hidden;
	box-shadow: 1px 2px 4px #888888;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Old Firefox */
}
.btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.btn:active {
	position: relative;
	top: 1px;
}
.clear {
	clear: both;
	line-height: 1px;
}
#content {
	margin: 20px 0 0 0;
}
#content H1 {
	margin: 60px 0;
	font-size: 40px;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
}
#content H2 {
	font-size: 26px;
	color: #039;
	font-family: 'Raleway', sans-serif;
	width: 700px;
	text-align: justify;
}
#content .columns {
	width: 700px;
	text-align: justify;
	columns: 300px 2;
	column-gap: 30px;
	-webkit-columns: 300px 2; /* Safari and Chrome */
	-webkit-column-gap: 30px;
	-moz-columns: 300px 2; /* Firefox */
	-moz-columns-gap: 30px;
}
#contenttext {
	float: right;
	width: 645px;
}
#contenttext img {
	float: left;
	padding: 0 10px 0 0;
}
#contenttext H3 {
	font-size: 30px;
}
#categories {
	float: left;
	width: 270px;
	margin-bottom: 50px;
}
#categories ul {
	padding-left: 17px;
}
#categories ul li {
	padding: 3px 0;
	border-bottom: dotted #CCCCCC thin;
	margin: 0;
}
#categories ul li a {
	text-decoration: none;
	padding: 5px 0;
	color: #000;
}
#categories ul li a:hover {
	color: #006;
	text-decoration: underline;
	font-weight: bold;
}
.push {
	height: 6em;
	clear: both;
}
footer {
	height: 6em;
	background: url(../images/footer.jpg);
	width:100%;
}
#footercontent {
	margin: 0 auto;
	width: 982px;
	color: #CCC;
	padding: 20px 0;
}
#headerright {
	float: right;
	width: 700px;
}
#headerright p {
	float: right;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	padding: 15px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 236px;
	height: 89px;
	float: left;
}
.menubox1 {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	width: 311px;
	font-size: 12px;
	float: left;
	padding: 20px 15px;
	margin: 10px 25px 10px 0;
	color: #FFF;
	background: #ff6c08;
}
.menubox1 H4 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}
.menubox1 H5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.menubox2 {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	width: 311px;
	font-size: 12px;
	float: left;
	padding: 20px 15px;
	margin: 10px 7px 10px 0;
	color: #FFF;
	background: #fa3060;
}
.menubox2 H4 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}
.menubox2 H5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.menubox3 {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	width: 311px;
	font-size: 12px;
	float: right;
	padding: 20px 15px;
	margin: 10px 0;
	color: #FFF;
	background: #1bc6e0;
}
.menubox3 H4 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}
.menubox3 H5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#wrapper {
	width: 982px;
	padding: 10px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}
/**********************************
Contact Us page
***********************************/
#content .contactleft {
	width: 350px;
	float: left;
}
#content .contactleft ul li {
	font-size: 26px;
	list-style-type: none;
	padding: 5px 0;
}
#content .contactleft ul li a {
	text-decoration: none;
	color: #0553a5;
}
#content .contactleft ul li a:hover {
	text-decoration: underline;
	color: #ec1a33;
}
#content .contactleft ul {
	padding-left: 0px;
}
#content .contactleft ul img {
	float: left;
	padding-right: 15px;
}
#content .contactright {
	width: 560px;
	float: right;
}
.red {
	color: #F00;
}
/**********************************
Services page
***********************************/
#content .services {
	width: auto;
}
#content .services img {
	float: left;
	margin-right: 20px;
}
#content .services H2 {
	font-size: 26px;
	color: #039;
	font-family: 'Raleway', sans-serif;
	width: 920px;
	text-align: justify;
}
#content H3 {
	font-size: 20px;
	color: #039;
	font-family: 'Raleway', sans-serif;
	width: 920px;
	text-align: justify;
}
#productout {
	border: #CCC 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Old Firefox */
	padding: 10px;
	margin-top: 30px;
	width: 900px;
	display: inline-block;
}
.productintro {
	width: 420px;
	float: left;
	margin-right: 25px;
}
.product {
	width: 200px;
	float: left;
	margin: 0 25px 0 0;
	text-align: center;
	font-weight: bold;
}
.product a {
	text-decoration: none;
	color: #0553a5;
}
.product a:hover {
	text-decoration: underline;
	color: #ec1a33;
}
.product img:hover {
	border: #0553a5 solid 2px;
}
.product img:active {
	border: #0553a5 solid 2px;
}