@charset "UTF-8";
/* CSS Document */

/*
===========================================
	Colors
===========================================

Blue:						#0d83dd
Light Blue:			#3fa9f5
Darker Blue:			#172154
Dark Blue:			#12145c
Green: 					#6cc00e
Light Green:			#96ec40
Lighter Green:		#dcffa4
Dark Green:			#628e0e

/*
===========================================
	Reset
===========================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div {overflow: hidden;}

/*
===========================================
*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: normal;
}

/*
===========================================
	Columns, Layout, Boxes, Shadows & Spacers
===========================================
*/

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#side-content {
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	}

.col-292 {
	float: right;
	width: 292px;
}
.col-668 {
	float: left;
	width: 653px;
	padding-right: 15px;
	font-size: 16px;
}

/*
===========================================
	Typography
===========================================
*/
p {
	margin-bottom: 20px;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* main links */
a:link, a:active, a:visited {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	/*background-color: #00f;*/
	text-decoration: none;
}
a.plaintext {color: #000; text-decoration: none;}


/*
===========================================
	Headings
===========================================
*/

h1 {
	font: normal 28px/30px  "Arial Black", Helvetica, sans-serif;
	margin-bottom: 24px;
	margin-top:24px;
	color: #12145c;
	font-weight: bold;
}

h2 {
	color: #12145c;
	margin-bottom: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

h3 {
	font: bold 20px/24px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 20px;
}

h4 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

h5 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

/* ===========================================
	Lists
============================================== */
#list ul, ol {
	margin: 0 0 20px 35px;
	padding: 0;
}
#list ul li {
	list-style: disc;
	padding: 2px 0;
	font-weight: bold;
}
#list ol li {
	list-style: decimal;
}


/*
===========================================
	Forms
===========================================
*/
input, textarea, select {
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 4px;
}

/*
===========================================
	Header
===========================================
*/
#header {
	margin: 0px;
}
.logo {
	width: 287px;
	height: 82px;
	float: left;
	margin: 16px 0 20px 20px;
}
.logo a {
	background: url(../i/logo.jpg) no-repeat left bottom;
	display: block;
	width: 287px;
	height: 82px;
}

.wmc {
	background: url(../i/serving.gif.old) no-repeat left 1px;
	float: right;
	height: 110px;
	overflow: hidden;
	clear: right;
	font-size: 12px;
	width: 378px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.address {
	width: 560px;
}
.wmc p {
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

}
.wmc a {
	margin: 0 2px;
	display: inline-block;
}

.wmc a:nth-child(2) {
	margin-right: 0px;
}
img.page-header {
	display:block;
	margin: 0px auto 15px auto;
	border:thin #06F solid;

}
/*
===========================================
	Header Menu Section
===========================================
*/
#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background: #12145c;
	background: -moz-linear-gradient(#2e3192, #12145c);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #12145c),color-stop(1, #2e3192));
	background: -webkit-linear-gradient(#2e3192, #12145c);
	background: -o-linear-gradient(#2e3192, #12145c);
	background: -ms-linear-gradient(#2e3192, #12145c);
	background: linear-gradient(#2e3192, #12145c);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 1px #fff;
	-webkit-box-shadow: 0 2px 1px #fff;
	box-shadow: 0 2px 1px #fff;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a
{
	float: left;
	height: 28px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px/28px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9;
    background: #2e3192;
    background: -moz-linear-gradient(#2e3192, #12145c);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #12145c),color-stop(1, #2e3192));
    background: -webkit-linear-gradient(#2e3192, #12145c);
    background: -o-linear-gradient(#2e3192, #12145c);
    background: -ms-linear-gradient(#2e3192, #12145c);
    background: linear-gradient(#2e3192, #12145c);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 200px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #12145c111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #12145c111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #12145c111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
	height: 10px;
	width: 180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
#menu ul ul a
{
	width: 235px;
}

*html #menu ul a /* IE6 */
{
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #2e3192;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #2e3192;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec;
    border-bottom-color: transparent;
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*
===========================================
	Footer
===========================================
*/

#footer {
	background: #12145c;
	font-size: 12px;
	min-height: 75px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footer-top {
	background: url(../i/footer-top-bg.gif) no-repeat top;
	height: 95px;
	font-size: 15px;
}

.footer-top-l {
	background: url(../i/footer-top-bg.jpg) no-repeat top;
	height: 100px;
	font-size:36px;
	font-weight:bold;
	float: left;
	width: 960px;
	padding-bottom: 0px;
	text-align:center;
	vertical-align:baseline;
}

.footer-top-l img {
	margin: 0px 2px -2px;
}

.footer-bottom {
	clear: both;
	background: url(../i/footer-bottom-bg.gif) no-repeat bottom;
	height:75px;

}
.footer-bottom ul { margin: 0px auto; overflow: hidden;}
.footer-bottom li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
	width: 230px;
	overflow: hidden;
}
.footer-base {
	padding:  0 0 0 0;
	overflow: hidden;
	font-size: 12px;
}
.footer-base ul { margin: 0 0 0 20px; overflow: hidden;}
.footer-base li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
	width: 230px;
	overflow: hidden;
}
.footer-base img {margin-top: 15px; }
.copyright {
	margin: 20px 0px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #d1d1d1;
}
.footer-logos {
	float: right;
	width: 350px;
	margin: -20px 20px 20px 0;
}
.footer-logos img {
	float: right;
	margin-left: 20px;
}

/*
===========================================
	Home Banner Section
===========================================
*/

#banner {
	background:  url(../i/banner-bg.jpg) no-repeat left 10px;
	height: 290px;
	overflow: hidden;


	width:
}
.banner-left {
	float: left;
	width: 960px;
	overflow: hidden;
}
.banner-right {
	float: right;
}
.banner-top-l {
	height: 180px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 175px;
}
.option2 .banner-top-l {
    padding-top: 20px;
}
.banner-bott-l {
	width: auto;
	color: #caeaff;
}
.option2 .banner-bott-l {padding-top: 20px;}
.banner-bott-l p {
	margin: 30px 70px 0 0px;
	font: 14px;
	float: right;
}
.banner-bott-l p a {margin-left: 6px;}
.banner-bott-l a {
	color: #fff;
	font-size: 16px;
}
.banner-top-r { padding: 4px 25px 0 0;}

.banner-button {
	margin:  18px 0 0 30px;
	text-align: left;
	width: 212px;
	height: 45px;
	overflow: hidden;
	float: left;
}
.banner-button:hover img {
		margin-top: -45px;
}
/*
===========================================
	Home column Section
===========================================
*/

#homepage-leftcol, #homepage-rightcol, #homepage-middlecol	{
	width: 380px;
	float: left;
	margin: 15px 0px 15px 0;
	overflow: hidden;
	font-size: 14px;
	text-align:center;
	}

#homepage-rightcol	{
	float: right;
	margin-right: 0;
	padding-right:75px;
	}

#homepage-leftcol	{
	padding-left:75px;
	}
#homepage-middlecol	{
		padding-left:290px;
		}

#homepage-leftcol a img, #homepage-middlecol a img, #homepage-rightcol a img, img.float-right	{
	border: 1px solid #676c7a;
	margin-bottom: .5em;
	-webkit-box-shadow: 0px 0px 5px #676c7a;
	-moz-box-shadow: 0px 0px 5px #676c7a;
	box-shadow: 0px 0px 5px #676c7a;
	}

#homepage-leftcol a:hover img, #homepage-middlecol a:hover img, #homepage-rightcol a:hover img 	{
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	}

#homepage-leftcol h2	{

	background-image: url(../images/icon-cogs.gif);
	}

#homepage-middlecol h2	{

	background-image: url(../images/icon-news.gif);
	}

#homepage-rightcol h2	{

	background-image: url(../images/icon-news2.png);
	}

#homepage-rightcol h2, #homepage-leftcol h2, #homepage-middlecol h2	{
	font-size: 18px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	line-height: 1.2;
	padding-bottom: 10px;
}

#homepage-rightcol h3, #homepage-leftcol h3, #homepage-middlecol h3	{
	padding: 0 0 6px;
}

#homepage-rightcol h3 a, #homepage-leftcol h3 a, #homepage-middlecol h3 a	{
	text-decoration: none;
}



/*
===========================================
	Contact Page
===========================================
*/
#contact-form h4 {
	border-bottom: 1px solid #d5e3ef;
	margin: 0px;
	padding: 10px 15px;
	font-size: 20px;
}
#contact-form label {
	width: 155px;
	margin-right: 10px;
	padding: 5px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
#contact-form input {
	margin-bottom: 15px;
}
input.send-feedback {
	background: url(/images/buttons/button-feedback.gif) no-repeat left top;
	width: 172px;
	height: 45px;
	border: none;
	padding: 0px;
}
input.send-feedback:hover {
	background-position: left -45px;
}
.box-blue {
	background: #e6f2fc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-container {
	border-top: 1px solid #fff;
	padding: 15px 0;
}
.req {color: #CA0000; vertical-align: top;}

input.send-signup {
	background: url(/images/buttons/button-signmeup.gif) no-repeat left top;
	width: 172px;
	height: 45px;
	border: none;
	padding: 0px;
	margin-left: 3px;
}
input.send-signup:hover {
	background-position: left -45px;
}
/*
===========================================
	Gallery
===========================================
*/
.gallery	{
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.gallery li	{
	float: left;
	}

.gallery a,a.lightbox	{
	display: block;
	position: relative;
	border: 1px solid #676c7a;
	margin: 17px;
	-webkit-box-shadow: 0px 0px 5px #676c7a;
	-moz-box-shadow: 0px 0px 5px #676c7a;
	box-shadow: 0px 0px 5px #676c7a;
	}

.gallery a:hover,a.lightbox:hover	{
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	}

.gallery img,a.lightbox img	{
	display: block;
	}

.gallery a span,a.lightbox span	{
	position:absolute;
	visibility:hidden;
	z-index: 2;
	top: 0;
	left: 0;
	}

a.lightbox span	{
	top: 80px;
	left: 53px;
	}

.gallery a:hover span,a.lightbox:hover span	{
	visibility:visible;
	}
