/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from  fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body{margin:0;padding:0}
html{background:#030303;}
body {

}

/* a{display:block;} */
/*--  Header --*/
div#header h1{
height:81px;
width:180px;
margin:0px; 
background: url("../images/logo.gif") no-repeat; 
position:absolute;
top:25px;
left:55px;
}

div#header {height:138px;margin:0;padding:0;width:760px;background: url("../images/top-banner.gif") no-repeat top center;position:relative;}

div#mid-banner {height:158px;margin:0;padding:0;width:760px;background: url("../images/mid-banner.jpg") no-repeat 0 0;position:relative;}

div#container{position:relative;top:20px;width:760px;margin:0 auto;text-align:left;}

div#wrapper{width:760px;background:#fff url("../images/container-bg2.jpg") repeat-y 0 0;position:relative;}

div#content{float:left;width:670px; margin:25px 0 20px;padding:0px 40px;}
div#content p{line-height:1.4;}

div#content_products{float:left;width:330px; margin:25px 0 20px;padding:0px 0 0 40px;}
div#content_products p{line-height:1.4;}

div#contentL{position:relative;width:330px;float:left;}
div#contentR{position:relative;width:330px;float:right;}

/*  UNUSED DECLARATIONS *****************************************************************/
div#content_default{float:right;width:600px; margin:60px 0 30px;padding-right:10px;}
div#content_default p{line-height:1.4;}
div#content_process{background:#eee;padding-top:10px;}
div#content_press{margin:0;}

div#extra{position:relative;top:10px;}
div#extra{float:right;width:330px;margin:0 0 20px 0;padding-right:40px;}


div#contactL{position:relative;width:440px;float:left;}
div#contactR{position:relative;width:145px;float:right;}

div#divClient1, div#divClient2, div#divClient3  {margin:20px;}

form#contact_form {margin:0 0 20px 20px;}

img#glossary {margin:0 0 10px 10px;}

hr#press {border:1px #ddd solid; width:580px; margin-left:10px;}
/*  UNUSED DECLARATIONS *****************************************************************/

ul#packages {background:#ddd; border:2px solid #333;padding:10px;margin:10px;position:relative;}

div#footer{clear:both;width:760px; height:127px;position:relative;bottom:0px;margin:0;padding:0;text-align:left;}
div#footer{background:#030303 url("../images/footer.jpg") no-repeat top center;color: #000;}


div#header h1 span {
  display: none;
}



/* ---  Navigation  --- ********************************************************************/
ul#nav {position:relative;top:0px;left:0px;margin:0 0 0 28px;padding:0;z-index:300;
}

ul#nav li {
list-style-type:none; 
margin:0;
padding:0;
float:left;
background:#a70000;
}

ul#nav span{}

ul#nav  a
{
text-decoration:none;
display:block;
color: #fff;
padding:8px 13px;
}

ul#nav li.active a, ul#nav li a:hover {
  color: #fff;
  }
ul#nav li.partition {padding:0;margin:0;}
/* css image replacement. the nav links still have text for seo and accessibility, but that text is
   hidden from display in the browser. */ 
ul#nav a.products {
background:#a70000 url("../images/nav-bg.jpg") repeat-x top left;
}

ul#nav li.active a.products, ul#nav a.products:hover {
background:#303030 url("../images/nav-bg2.jpg") repeat-x top left;
}

ul#nav a.sponsorship {
background:#a70000 url("../images/nav-bg.jpg") repeat-x top left;
}

ul#nav li.active a.sponsorship, ul#nav a.sponsorship:hover {
background:#303030 url("../images/nav-bg2.jpg") repeat-x top left;
}

ul#nav a.partners {
background:#a70000 url("../images/nav-bg.jpg") repeat-x top left;
}

ul#nav li.active a.partners, ul#nav a.partners:hover {
background:#303030 url("../images/nav-bg2.jpg") repeat-x top left;
}

ul#nav a.specials {
background:#a70000 url("../images/nav-bg.jpg") repeat-x top left;
}

ul#nav li.active a.specials, ul#nav a.specials:hover {
background:#303030 url("../images/nav-bg2.jpg") repeat-x top left;
}
/*  Submenu Navigation  **************************************************************/


/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
nav is the root UL and nav ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#nav li ul, #nav ul li  {
	width: 16em;
	background-color: #fff;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#nav ul li a  {
	color: #565656;
	border-right: 0;
	padding: 1px 12px 1px 16px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#nav li ul {
	position: absolute;
	display: none;
	background-color: #fff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#nav li:hover ul, #nav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #nav ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#nav li:hover ul a, #nav li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#nav ul a:hover {
	background-color: #303030!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#nav li {width: auto;}


/*  Top Navigation  *****************************************************************/
ul#topnav
{
position: absolute;
bottom:0px;
right:26px;
margin: 0px;
padding: 0px;
cursor: default;
width: 330px;
list-style-type: none;
z-index:300;
}

ul#topnav  li { 
display: inline;
margin: 0px; 
}

ul#topnav a
{
float: left;
margin:0 0 0 2px;
padding: 0px;
display:block;
}

ul#topnav span{display:none;}

ul#topnav a.home {
width:106px;
height:28px;
background:url("../images/home.gif") no-repeat top;
}

ul#topnav li.active a.home, ul#topnav a.home:hover {
background:url("../images/home.gif") no-repeat bottom;
}

ul#topnav a.about-us {
width:106px;
height:28px;
background:url("../images/about-us.gif") no-repeat top;
}

ul#topnav li.active a.about-us, ul#topnav a.about-us:hover {
background:url("../images/about-us.gif") no-repeat bottom;
}

ul#topnav a.contact-us {
width:106px;
height:28px;
background:url("../images/contact-us.gif") no-repeat top;
}

ul#topnav li.active a.contact-us, ul#topnav a.contact-us:hover {
background:url("../images/contact-us.gif") no-repeat bottom;
}

/* About Submenu *****************************************************************************/
ul#submenu
{
position: absolute;
top:35px;
left:28px;
margin: 0;
padding: 2px 0 2px 7px;
cursor: default;
width: 695px;
list-style-type: none;
clear:both;
background:#333;

}

ul#submenu  li { 
display: inline;
margin: 0px; 
}

ul#submenu a
{
float: left;
margin:0 10px 0 15px;
padding: 0px;
display:block;
}


/* footer-info *********************************************************************************/
ul#footer-info li a:link,ul#footer-info li a:visited{
  color: #000;
  }

ul#footer-info li a:hover {
  color: #d52027;
  }
  
ul#footer-info {
position:relative;
top:5px;
left:30px;
margin: 0;
padding: 0px 0px 0px 0px;
width: 700px;
list-style-type: none;
color: #000;
}

ul#footer-info li { 
display: inline;
margin: 0px; 
}

/* copyright **************************************************************************************/

li#copyright {position:absolute;left:20px;}

/* site-design ************************************************************************************/
li#site-design{position:absolute; right:30px;}

/* modal-window ************************************************************************************/

.jqifade{
      position: absolute; 
      background-color: #000000; 
}
div.jqi{ 
      width: 650px; 
	height:400px;
	  overflow:scroll;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #999999;
      font-size: 11px;  
   top:-20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
	  text-align: center;
	padding: 5px 0 0 0;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: 4px; 
      width: 18px; 
      cursor: default; 
      color: #000; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 10px; 
      line-height: 20px; 
      color: #000; 
}
