﻿* {
    margin: 0;
    padding: 0;
    }

body {
		margin:0;
		padding:0;
		border:0;			    /* This removes the border around the viewport in old versions of IE */
		width:98.5%;
		background-color:#e0e0e0;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						        /* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
	}

h1 {font-family:Tahoma, Arial, Verdana;
    font-size:175%;
    color:#AE2225;
    padding:15px;
    }
    
h2 {font-family:Tahoma, Arial Verdana;
    font-size:120%;
    color:#AE2225;}


p {font-family:Verdana;
   font-size:75%;
   color:Navy;
   font-weight:bold; 
    }
    
ul {font-family:Verdana;
   font-size:75%;
   color:Navy; 
   list-style:none;}
   
li {padding:0;
    padding-left:75px;
    line-height:210%;
    margin-bottom:15px;
    margin-bottom:15px;
    font-weight:bold;
    font-size:90%;
    /*background-image:url('images/bullet2.gif');
    background-repeat:no-repeat;
    background-position:10px 1px;*/}

a { text-decoration:none;}

a {
		color:#000;
        text-decoration:none;
	}
	a:hover {
		color:#fff;
		background:#0000CC;
		text-decoration:none;
	    }
	h1, h2, h3 {
		margin:1%,1%,1%,1%;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
        border-bottom:1px solid #000;
	}   
	    #header h1 {
         color:#ff0000;
        font-size:150%;
        /*background-color:#eee;
        opacity: 0.5;*/
        text-shadow: 2px 2px #000;
        margin-top:2%;
        margin-right:15%;
        margin-bottom:6%;
        margin-left:50%;
        text-align:right;
        /*z-index:0;*/
    }
        
    .HeaderLogo 
        {
            width:100%;
            /*min-width:300px;*/
            float:left;
            padding-left:0;
            z-index:-1;           
            position: absolute;
        }
	#header h2 {
        font-size:100%;
        margin-top:5%;
		padding:1% 1% 1% 1%;
		margin:0;
        width:100%;
	}
	#header ul {
		clear:left;
		float:left;
		width:50%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#fff;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background-color:#000;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
	}

    #header ul li ul {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

    #header ul li ul li { 
        background: #000; 
        display: block; 
        color: #fff;
        text-shadow: 0 -1px 0 #000;
    }

    #header ul li ul li:hover { background: #666; }

    #header ul li:hover ul {
          display:block;
          opacity: 1;
          visibility: visible;

}
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:101%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		/*overflow:hidden;*/
	}
	/* 2 Column (double page) settings */
	.doublepage {
		/*background-image:url('images/containerbg.JPG');		 right column background color */
	}
        .doublepage .colleft {
            right: 80%; /* right column width */
            background-color: #8E90E7; /* left column background colour */
        } 

    .doublepage .col1 p{
        color:#fff;
	}
	.doublepage .col1 {
		width:19%;			/* left column content width (column width minus left and right padding) */
		left:81%;			/* right column width plus left column left padding */
        overflow:visible;
        z-index:100;
	}
	.doublepage .col2 {
		width:80%;			/* right column content width (column width minus left and right padding) */
		left:83%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

        .doublepage .col2 img {
            padding:1%;
        }

        .doublepage .col2 ul {
            list-style:none;
        }

        .doublepage .col2 li {
            list-style-type:disc;
            margin-left:5%;
        }

        .doublepage .col2 p {
            margin-right:1%,
        }

        .doublepage .col2 blockquote {
            margin-left:5%;
        }

      .doublepage .col1 ul li {
          margin:0;
          padding:0;
      }

        .doublepage .col1 ul {
            list-style:none;
        }

        .doublepage .col1 ul li {
            padding:0;
            padding-left:5px;
            padding-right:5px;    
            margin-bottom:0px;
            margin-bottom:0px;    
            font-size:100%;
            line-height:100%;
            background-image:none;
            width:100%;    

        }

        .doublepage .col1 ul li a {
            width: 10em;
            /*height: 25px;*/
            display: block;
            text-decoration: none;
            text-align:left;
            font-family: Verdana,Arial,sans-serif;
            color:#000;
            border:1px solid #f1e9e9;
            border-radius:5px;
            padding:1%;
        }

        .doublepage .col1 ul li a:hover {
        color:#fff;
    }

    /*Test menu style begin*/
     #divMenu, ul, li, li li {
    margin: 0;
    padding: 0;
   
}
 


#divMenu {
    width: 100%;
    overflow:visible;
    z-index:1000;   
}
 
#divMenu ul
{
     line-height:30%;
}
 
    #divMenu li {
        list-style: none;
        position: relative;
        background: #8E90E7;
        width:80%;
    }
 
        #divMenu li li {
            list-style: none;
            position: relative;
            background: #fff;
            left: 10.25em;
            top: -27px;
        }
 
 
    #divMenu ul li a {
        width: 100%;
        height: 50%;
        display: block;
        text-decoration: none;
        text-align:left;
        font-family: Verdana,Arial,sans-serif;
        color:#fff;
        border:1px solid #8E90E7;
        border-radius:5px;
        padding:1%;
    }

    #divMenu ul li a:hover {
        color:#fff;
        background: #0000CC;
    }
 
    #divMenu ul ul {
        position: absolute;
        visibility: hidden;
        top: 27px;
    }
 
    #divMenu ul li:hover ul {
        visibility: visible;
    }
 
    /*#divMenu li:hover {
        background-color: #000;
        color:#fff;
    }*/
 
    #divMenu ul li:hover ul li a:hover {
        background-color: #fff;
        color:#fff;
    }
 
    #divMenu a:hover {
        font-weight: bold;
    }

    /*test menu style end*/

.doublepage h3 {
   /*background-color:#0000CC;*/
    font-family:Tahoma, Arial, Verdana;
    color:#FF0000;
    line-height:120%;
    padding-left:.5em;
}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
        background:#000;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
        color:#fff;
        text-align:center;
	}

.imageRight {
    padding:1%;
    float:right;
    width:25%;
}

.imageLeft {
    padding: 1%;
    float: left;
    width: 1%;
}
.sidebox 
{
    border:2px solid;
    border-radius:25px;
    border-color:#0000CC;
    margin:5px;
}
    .sidebox p 
    {
        padding:10px;
    }

.prodlist td {
    margin-left:.5%;
    margin-right:.5%;
}
.red {
    color:red;
}
.carthead 
{
    /*background-image:url('images/mid.GIF');*/
    width:550px;
    background-color:#0000CC;    
}

.carttxt
{
   padding:10px;
   margin-left:10px;
   margin-right:10px;
   line-height:150%;
   color:White;
   font-family:Verdana, Arial, Tahoma, Sans-Serif;
}
.notes
{
    font-size:80%;
    line-height:80%;
    color:#AE2225;
}

#notes p
{
    font-size:50%;
    margin-bottom:8px;
    margin-top:8px; 
    line-height:12px;
   
}

/*Slide Show Style*/

#slideShowImages { /* The following CSS rules are optional. */
      /*border: 1% gray solid;*/
      background-color: lightgray;
      float:right;
      width:40%;
    }   
  
    #slideShowImages img { /* The following CSS rules are optional. */
     /* border: 1% black solid;*/
      padding:1%;
      width:100%;
    }

#rightimg img {padding:5%}
    