/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 12, 2008       */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background:url(../images/main/gradient_bg.jpg) repeat-x top left #f6f6f7;
}

.clear {
	clear:both;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

.bold {
	font-weight: bold;
}

#wrapper_bg {
	background: url(../images/main/backgroundimage.jpg) 50% 0px no-repeat;
	width: 100%;
	min-height: 100%;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background:url(../images/main/wrapper_bg.gif) top left;
	min-height: 100%;
}

/*==================================*/
/*------------- HEADER -------------*/
/*==================================*/

#header {
	background: url(../images/main/logo.gif) 9px 16px no-repeat #fff;
	border: 1px solid #d2d4d7;
	border-width: 0 0 1px 0;
	width: 880px;
	height: 121px;
	margin: 0 10px 0 10px;
}

#logo {
	width: 190px;
	height: 91px;
	float: left;
}

#logo a{
	width: 190px;
	height: 91px;
	display: block;
}
/*==================================*/
/*------------ NAVIGATION ----------*/
/*==================================*/

ul#mainnavigation {
	list-style: none;
	width: 863px; /* 863px original */
	text-align: center;
	padding: 0 0 0 15px;  /* 15px original */
}

ul#mainnavigation li {
	float: right;
	font-size: .75em;
	height: 30px;
}

ul#mainnavigation li a {
	height: 22px;
	padding: 8px 19px 0 19px;
	display: block;
	color: #4b555f;
	background: url(../images/main/nav_bg.jpg) 100% 0px #fff;
	float: left;
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
}

#whywng { height: 30px;}
#customerapplications { height: 30px;}
#environment { height: 30px;}
#technology {height: 30px;}
#industries { height: 30px;}
#servicesextras { height: 30px;}
#resources { height: 30px;}

#whywngpage #whywng a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; float: left; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#customerapplicationspage #customerapplications a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; float: left; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#environmentpage #environment a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#technologypage #technology a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#industriespage #industries a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#servicespage #servicesextras a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}
#resourcespage #resources a{color: #4b555f; background: url(../images/main/nav_bg.jpg) 100% -30px #fff; font-weight: bold; font-size:.96em; border: 1px solid #d2d2d2; border-width: 0 0 0 1px;}

ul#mainnavigation li a:hover {
	color: #4b555f;
	background: url(../images/main/nav_bg.jpg) 100% -30px #fff;
	border: 1px solid #d2d2d2;
	border-width: 0 0 0 1px;
}

/*==================================*/
/*--------- HEADER SEARCHBOX -------*/
/*==================================*/

#searcharea {
	float: right;
	width: 658px;
	height: 75px;
	color: #4b555f;
	font-size: .62em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 16px 20px 0 0;
}

#searcharea form {
	margin: 0;
	padding: 0;
	width: 658px;
	height: 60px;
}

#searcharea a, #searcharea a:visited{
	color: #4b555f;
	text-transform: none;
}

#searcharea a:hover {
	text-decoration: underline;
}

#searcharea p {
	float: right;
	width: 658px;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 0;
}

#searcharea p a.left {
	padding: 0 1.3em 0 0;
	text-transform: uppercase;
}

#searcharea p a.right {
	padding: 0 0 0 1.3em;
	text-transform: uppercase;
}

#searcharea p a .lowercase {
	text-transform: lowercase;
}

#searcharea button {
	float: right;
	margin: 0 0 0 3px;
	padding: 0px;
	height: 20px;
	width: 20px;
	border: none;
	background: url(../images/main/searchicon.jpg) 0px 0px no-repeat;
	cursor: pointer;
	display: block;
}

#searcharea button:hover{
	background: url(../images/main/searchicon.jpg) 0px -20px no-repeat;
}

#searcharea input {
	float: right;
	margin: 0;
	border: 1px solid #a3a3a3;
	padding: 3px 2px 2px 2px;
	height: 13px;
	background-color: #fff;
	vertical-align: middle;
	width: 190px;
	color: #4b555f;
	font-size: .98em;
	display: block;
}

.searchbox {
	float: right;
}

#searcharea input:focus {
	background-color: #f6f6f6;
}

/*==================================*/
/*------------- FOOTER -------------*/
/*==================================*/

#footer {
	width: 880px;
	background: url(../images/main/footer_bg.jpg) top left repeat-x;
	text-align: center;
	padding: 25px 0 15px 0;
	margin: 0 10px 0 10px;
	font-size: .68em;
	line-height: 150%;
	color: #4b555f;
}

#footer a, #footer a:visited{
	color: #4b555f;
}

#footer a:hover {
	color: #0069AA;
	text-decoration: underline;
}

#footer p {
	margin: 0 0 5px 0;
}

#footer img {
	margin: 0 0 20px 0;
}