﻿/* Header
--------------------------------------------------------------------------------------- */

#Header #Nav ul li#Nav-Home a, 
#Outer-Header #Header #Nav ul li#Nav-Home a:hover
{
	background-position: 0 -100px;
}


/* Content
--------------------------------------------------------------------------------------- */

#Main #Rotator
{
    border: solid 1px #ABD7FF;
    background: #FFFFFF;
}

#Main #Latest-Products
{
    margin-top: 15px;
}


/* Pop-up Box
--------------------------------------------------------------------------------------- */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#Dialog
{
    background: #FFF url('/images/backgrounds/welcome.png') repeat-x top;
}

#Dialog h1
{
    margin: 40px 0 0 0;
}

#Dialog h2
{
    margin: 40px 0 0 0;
    font-size: 1.2em;
    color: #00386B;
    font-weight: normal;
    font-style: italic;
}

#Dialog h3
{
    margin: 10px 0 0 0;
    font-size: 1.6em;
    color: #00386B;
    text-align: center;
    line-height: 1.6em;
}

#Dialog p
{
    margin: 20px 0 0 0;
    font-size: 1.4em;
    color: #00386B;
    text-align: center;
    line-height: 1.6em;
}

#Dialog .Go
{
    margin: 40px 0 0 0;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

#Dialog .Go a
{
    display: block;
    margin: 0 200px;
    padding: 10px 15px;
    background: #004B91;
    color: #FFFFFF;
    text-decoration: none;
}

#Dialog h4
{
    margin: 20px 0 0 0;
    font-size: 1.1em;
    color: #004B91;
    text-align: left;
}

#Dialog p a
{
    color: #004B91;
}

#Dialog .Misc-Info p
{
    margin-top: 5px;
    font-size: 1.1em;
    text-align: left;
}

#Dialog p.Notice
{
    color: #004B91;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}