/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html { overflow-y :scroll }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px; 
	padding: 0px;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { 
	color: #00e; 
}
a:visited { 
	color: #551a8b; 
}
a:hover {
	color: #09F;
}
a:focus { 
	outline: thin dotted; 
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { 
	outline: 0; 
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr {
	display: block;
	height: 1px;
	border: 0px;
	border-top: 1px solid #666;
	margin: 5px;
	margin-top: 2px;
	padding: 0px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-box-shadow: 1px 1px 0px #FFFFFF;
	-moz-box-shadow: 1px 1px 0px #FFFFFF;
	box-shadow: 1px 1px 0px  #FFFFFF;
}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: BAM
   ========================================================================== */
.main-out {
	background-image: url(../images/trans.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.main {
	width: 980px;
	height: auto;
	margin: 0px auto;
}
.main iframe {
	width: 980px;
	height: 720px;
	margin-bottom: 10px;
}
.header-top {
	background-image: url("../images/header-top.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 145px;
	float: left;
	margin-left: 0px;
}
.header-top h1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.header-top h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 90px;
	color: #676767;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.header-top h2 span {
	color: #1da5ea;
}
.header-top p {
	font-size: 12px;
	font-weight: bold;
	color: #878585;
	float: right;
	margin-top: 60px;
	margin-right: 30px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
/******************************Menu Bar******************************/
#menu-bar {
	text-align: center;
	width: 980px;
	background-image: url("../images/menubg.png");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 35px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	z-index: 999;
	float:left;
}
#menu-bar li {
	width: 138px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
	line-height: 100%;
	font-weight: bold;
	font-family: arial;
	font-style: normal;
	font-size: 15px;
	color: #E7E5E5;
	text-decoration: none;
	display: block;
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
	margin: 0px;
}
/*Menu Hover*/
#menu-bar .active a, #menu-bar li:hover > a {
	background: rgb(208,228,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(10,119,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(100%,rgba(10,119,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ); /* IE6-8 */
}
/*SubMenu Hover*/
#menu-bar ul a:hover {
	background: rgb(208,228,247) !important;
	background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(10,119,213,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(100%,rgba(10,119,213,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ) !important; /* IE6-8 */
	color: #FFFFFF !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
/*SubMenu*/
#menu-bar ul {
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(left,  #d8d8d8 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8d8d8), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	display: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	position: absolute;
	top: 35px;
	left: 0px;
	border: solid 0px #B4B4B4;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: 2px 2px 3px #222222;
	-moz-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
/*SubMenu Text*/
#menu-bar ul li:hover a, #menu-bar li:hover li a {
	text-align:left;
	background: none;
	border: none;
	color: #666;
	-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/*SubMenu Text A*/
#menu-bar ul a {
	width: 160px;
	color: #424242 !important;
	font-size: 15px;
	font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-shadow: 0px 0px 0px #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu-bar li:hover > ul {
	display: block;
}
/*SubMenu Border*/
#menu-bar ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#menu-bar ul li:first-child > a {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}
#menu-bar ul li:last-child > a {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#menu-bar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}
#menu-bar {
	display: inline-block;
}
html[xmlns] #menu-bar {
	display: block;
}
* html #menu-bar {
	height: 1%;
}
/*Menu Seperator*/
#menu-bar .primaryNavSeparator{
	vertical-align: top;
	width: 2px;
	height:35px;
	padding: 0px;
	display: block;float: left;
	background: url("../images/main_seperator.png");
}
/* ***************************************** Banner - Home */
.hero-banner {
	float: left;
	width: 980px;
	height: 405px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url("../images/hero_slider_shadow.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ***************************************** Banner - Home */
.welcome {
	width: 940px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align:text-top;
}
.section1 {
	width: 205px;
	height: auto;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	border: 0px;
}
.section1 h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #000000;
}
.section1 img {
	background-position: center top;
	width: 205px;
	height: 150px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.content-size-1{
	width: 465x;
}
/* CONTACT PAGE================*/
#contact{
	width:465px;
}
#contact label{
	margin-top: 10px;
}
#contact sub{
	width: 465px;
	display: block;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgb(208,228,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(10,119,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(100%,rgba(10,119,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ); /* IE6-8 */
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact fieldset{
	width: 100%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#contact fieldset input{
	width: 195px;
}
#contact fieldset .span6 input{
	width: 195px;
}
#contact fieldset #message{
	width: 420px!important;
	height: 240px;
}
#contact fieldset input[type=submit]{
	width: 120px;
}
#contact fieldset input[type=submit]{
	width: 120px; margin-top:30px;
	height: 40px;
	text-transform: uppercase;
	border-radius: 5px;
	color: white;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#contact fieldset input[type=submit]:hover{
	color: black;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.welcomethx {
	width: 940px;
	height: 300px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.welcomethx h1 {
	text-align: center;
}
textarea {
	resize: none !important;
}
.ftp {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
}
.ftp div {
	width: 760px;
	height: auto;
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.ftp div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #676767;
	text-align: left;
}
.ftp div p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}
/* ******************************************  About Us */
.sectiongallery {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
}
.sectiongallery h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #676767;
	text-align: center;
}
.sectionabout {
	width: 960px;
	height: auto;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.sectionabout p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}
.sectionabout2  {
	float: left;
	width: 760px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}
.sectionabout2 img {
	width: 760px;
	height: auto;
	border-radius: 5px;
}
/* ******************************************  Quality */
.qualitymain {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.qualitymain h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #676767;
	text-align: center;
}
.sectionquality1 {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 200px;
}
.sectionquality1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.sectionquality1 img{
	margin-left: 5px;	
	width: 270px;
	height: 200px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	margin-bottom: 10px;
	padding: 0px;	
}
.sectionquality1 div {
	width: 540px;
	background-color: #CCCCCC;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.sectionquality1 div h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-indent: 10px;
	text-align:left;
}
.sectionquality1 div img{
	margin-left: 10px;
	padding: 0px;	
	width: 16px;
	height: 16px;
	border-radius: 25px;
}
.sectionquality1 div ul {
	text-align: left;
}
.sectionquality1 div ul li {
	list-style:disc;
	list-style-position:inside;
	text-align: left;
}
.sectionquality1 iframe {
	width: 560px;
	height: 315px;
	float: left;
	margin-top: 10px;
	border-color: #666666;
}
.sectionquality2 {
	float: left;
	width: 760px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-radius: 10px 10px 10px 10px;
}
.sectionquality2 img {
	width: 760px;
	height: auto;
	border-radius: 5px;
}

/* ******************************************  Resources */
.sectionres {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
}
.sectionres div {
	width: 760px;
	height: auto;
	padding: 10px;
	float: left;
}
.sectionres div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #676767;
}
.sectionres div tr td {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #676767;
	text-align:left;
}
/* ******************************************  Contact */
.sectioncontact {
	width: 960px;
	height: 620px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
}
.sectioncontact h1 {
	font-size: 28px;
}
.sectioncontact2 {
	width: 460px;
	height: 550px;
	float:right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sectioncontact2 iframe {
	width: 450px;
	height: 460px;
	float: left;
	margin-top: 10px;
	border-color: #666666;
}
.sectioncontact2 tr td {
	font-size: 14px; 
	color: #3c3c3c; 
	font-style:normal;
	padding-left: 25px;
	padding-right: 25px;
}
.sectioncontact2 strong {
	color: #000000;
	font-size: 20px;
	font-style:normal;
}
.map {
	width: 450px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* ***************************************** Processing */
#content-wrap {
	width:960px;
	min-height: 350px;
	margin:0px auto 10px auto;
	overflow: hidden;
	background-color: white;
	border-left: 10px solid white;
	border-right: 10px solid white;
	position: relative;
}
#content{
	float: left;
}
.sectionprocess {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.content-mid{
	width: 560px;
	height: 240px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.content-mid h1 {
	text-align:center;
	text-height: 14px;
	color: #000000;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 590px;
}
.content-mid img {
	width: 560px;
	height: 220px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.content-mid2{
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 200px;
}
.content-mid2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.content-mid2 img{
	margin-left: 5px;	
	width: 270px;
	height: 200px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	margin-bottom: 10px;
	padding: 0px;	
}
.content-mid2 iframe {
	width: 560px;
	height: 315px;
	float: left;
	margin-top: 10px;
	border-color: #666666;
}
.content-mid2 div {
	width: 540px;
	background-color: #CCCCCC;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.content-mid2 div h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-indent: 10px;
	text-align:left;
}
.content-mid2 div img{
	margin-left: 10px;
	padding: 0px;	
	width: 16px;
	height: 16px;
	border-radius: 25px;
}
.content-mid2 div ul {
	text-align: left;
}
.content-mid2 div ul li {
	list-style:disc;
	list-style-position:inside;
	text-align: left;
}
#sidebar-left{
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar-left h2{
	font-size: 20px;
	font-weight: bold;
	color: #3366FF;
	margin-left: 10px;
	letter-spacing: 0px;
	color: #1da5ea;
	font-family: 'Helvetica_Light_Con',Sans-Serif!important;
}
#sidebar-left nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 4px solid #666666;
	background-color: #dcdcdc;
	padding-bottom: 1px;
}
#sidebar-left nav ul li{
	display: block;
	margin: 1px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid white;
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(left,  #d8d8d8 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8d8d8), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(left,  #d8d8d8 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#sidebar-left nav ul li a{
	color: black; text-transform: uppercase;
	font-size: 12px; letter-spacing: 0.1px;
}
#sidebar-left nav ul li a:hover{
	color: #1da5ea;
	text-decoration: none;
}
#sidebar-left nav ul .active a{
	color: #3366FF;
}
#sidebar-right{
	float: left;
	width: 180px;
	height: 220px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#sidebar-right a {
	color: #FFFFFF;
}
.rfq-btn{
	display: inline-block;
	text-align: center;
	text-shadow: 3px 3px 3px #000000;
	color: #333333;
	background-color: #fafafa;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 180px;
	height: 50px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 15px;
	border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgb(208,228,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(10,119,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(24%,rgba(115,177,231,1)), color-stop(50%,rgba(10,119,213,1)), color-stop(100%,rgba(10,119,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(10,119,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#0a77d5',GradientType=0 ); /* IE6-8 */
	background-color: #06F;
	background-position: top;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.rfq-btn:hover{
	color: black;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.btn-black{
	display: inline-block;
	text-align: center;
	text-shadow: 3px 3px 3px #000000;
	color: #333333;
	background-color: #fafafa;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 180px;
	height: 50px;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 15px;
	border-radius: 6px;	
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-black:hover{
	color: black;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1),      	   color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.lnk-btn{
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
	background-color: #fafafa;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 180px;
	height: 50px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -o-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -webkit-gradient(	linear,	left bottom, left top, color-stop(0, rgb(112,124,133)),	color-stop(0.8, rgb(240,240,240)));
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.lnk-btn:hover{
	color: black;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.lnk-btn img {
	height: 30px;
	width: 130px;
	border-width: 0px;
}
.face-btn{
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
	background-color: #fafafa;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 180px;
	height: 50px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -o-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(112,124,133) 0%, rgb(240,240,240) 80%);
	background-image: -webkit-gradient(	linear,	left bottom, left top, color-stop(0, rgb(112,124,133)),	color-stop(0.8, rgb(240,240,240)));
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.face-btn:hover{
	color: black;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.face-btn img {
	height: 40px;
	width: 150px;
	border-width: 0px;
	border-radius: 0px;
}
a{
	color: #3366FF;
	text-decoration: none;
}
/* ***************************************** Services */
.sectionservices {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.content-midservice {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.content-midservice h1 {
	text-align:center;
	text-height: 14px;
	color: #000000;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 590px;
}
.content-midservice img {
	width: 560px;
	height: 325px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;	
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.videodesign {
	width: 560px;
	height: 315px;
	float: left;
	margin-top: 10px;
	border-color: #666666;
}
.sectiondesign {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
}
/* ***************************************** EngSupport */
.content-midsupport {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.content-midsupport h1 {
	text-align:center;
	text-height: 14px;
	color: #000000;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 590px;
}
.content-midsupport img {
	width: 560px;
	height: 375px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;	
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.content-mid2support {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 200px;
}
.content-mid2support p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.content-mid2support img{
	padding: 0px;
	width: 560px;
	height: 560px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	margin-bottom: 10px;
}
.content-mid2support div {
	width: 540px;
	background-color: #CCCCCC;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.content-mid2support div h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-indent: 10px;
	text-align:left;
}
.content-mid2support div img{
	padding: 0px;
	width: 16px;
	height: 16px;
	border-radius: 25px;
}
.content-mid2support div ul {
	text-align: left;
}
.content-mid2support div ul li {
	list-style:disc;
	list-style-position:inside;
	text-align: left;
}
/* ***************************************** otherservices */
.content-midother {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.content-midother h1 {
	text-align:center;
	text-height: 14px;
	color: #000000;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 590px;
}
.content-midother img {
	width: 560px;
	height: 450px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.content-mid2other {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 200px;
}
.content-mid2other p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.content-mid2other img{
	width: 560px;
	height: 430px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.content-mid2other section img{
	width: 560px;
	height: 300px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.content-mid2other div {
	width: 540px;
	background-color: #CCCCCC;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.content-mid2other div h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-indent: 10px;
	text-align:left;
}
.content-mid2other div img{
	padding: 0px;	
	width: 16px;
	height: 16px;
	border-radius: 25px;
}
.content-mid2other div ul {
	text-align: left;
}
.content-mid2other div ul li {
	list-style:disc;
	list-style-position:inside;
	text-align: left;
}
/* ***************************************** Design */
.content-middesign {
	width: 560px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.content-middesign h1 {
	text-align:center;
	text-height: 14px;
	color: #000000;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 590px;
}
.content-middesign img {
	width: 560px;
	height: auto;
	padding: 0px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
}
/* ****************************************** Footer */
footer {
	width: 100%;
	height: 60px;
	clear: both;
	background: url("../images/footer.png");
	background-repeat: repeat-x;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bottom {
	margin: auto;
	text-align: center;
	width: 980px;
	height: 60px;
	line-height: 30px;
}
.bottom ul {
	list-style-type: none;
}
.bottom ul li {
	display: inline;
	border-left: 1px solid #FFFFFF;
}
.bottom ul li a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.bottom ul li a:hover {
	text-decoration: underline;
}
.bottom p {
	font-size: 15px;
	color: #FFFFFF;
}
/*SITE MAP*/
.sitemap {
	width: 980px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 10px;	
}
.sitemap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #676767;
	text-align: left;
}
.sitemap ul li{
	margin-left: 20px;
	padding-top: 10px;
	list-style: none;
	list-style-position:inside;
}
.sitemap ul li a{
	color: #007360;
	text-transform: uppercase; font-size: 20px;
}
.sitemap ul li ul a{
	color: black;
	text-transform: capitalize;
	font-size: 18px;
}
.sitemap ul li ul li{
	padding-top: 0px;
	list-style-image: url("../images/sitemap_arrow.png");
}
.sectionerror {
	width: 760px;
	height: auto;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}
.sectionerror img {
	width: 25px;
	height: auto;
	border-radius: 5px;
}
.sectionerror ul {
	margin-top: 20px;
	text-align: left;
}
.sectionerror h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.sectionerror ul li {
	list-style:disc;
	list-style-position:inside;
	text-align: left;
}