body {
    background: url(../images/blueskybg.png);
    background-position:center;
    background-position:top;
    background-repeat:repeat-x;
    background-color:#91D1EF;
    font-family: Arial, Helvetica, sans-serif;
}
#container {
    width:1000px;
    margin:0 auto;
    margin-top: 1%;
    min-height:100%;
    /*        min-height: 1000px;*/

}
#banner{
    width:1000px;
    height:auto;
    float:none;
    padding-bottom:0px;
    overflow: hidden;
    /*    margin-top: 20px;
        margin-bottom: 5px;*/

}
#banner_logo {
    width: 33%;
    float: left;
    margin-top: 10px;
}
#banner_logo img {
    border: 0px;
}
#banner_center {
    width: 34%;
    float: left;
    text-align: center;
}
#banner_right {
    /*    width: 33%;*/
    text-align: right;
    margin-left: 65%;
    margin-top: 10px;
}
#banner_right a {
    text-decoration: none;
    font-weight: bold;
    color: #3a52a4;
}


#left {
    float:left;
    margin-right:5px;
    width:190px;
    height:100%;


}

#right {
    float:right;
    height:100%;
    width:200px;
    margin-left:5px;


}

#center {
    float:none;
    width:auto;
    /*	overflow: hidden;	*/

}
#footer{
    width:1000px;
    margin:0 auto;

    border:thin solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#boxNoHead{

    border:thin solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    margin-bottom: 15px;
    background-color: #FFFFFF;

}

#box, .box
{
    border:thin solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    background-image:url(../images/content_top_center.png);
    background-position:top;
    background-repeat:repeat-x;
    /*	background-color:#FAFAFA; #dfe0e5*/
    padding-bottom: 10px;
    overflow: hidden;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

#boxh1, .boxh1 {
    margin-top:0px;
    font-size:25px;
    font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
    /*background-color: #eaeaea;
    background-image: -moz-linear-gradient(center top , #f6f6f6, DaDada);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(DaDada));
    */
    padding-top: 3px;
}

#menu_area{
    margin-bottom:20px;
    margin-top: 10px;
    width: 100%;

}





#homeProdBox{
    width:145px;
    min-height:350px; 
    float:left;



}
/*Box Products Section*/
#genProdBox{
    width:600px;
    margin:0 auto;
    /*	margin-left:0px;*/
    overflow: hidden;


}
#prodTop
{
    min-height: 400px;
}
#prodImage{
    width:300px;
    margin:0 auto;
}
#infoBox{
    border:thin solid #CCC;
    border-radius:15px;
    background-image:url(../images/content_top_center.png);
    background-position:top;
    background-repeat:repeat-x;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin:0 auto 5px;
    width:95%;

    height:auto;

    overflow: hidden;
}
#descriptionBox{
    border:thin solid #CCC;
    border-radius:15px;
    background-image:url(../images/content_top_center.png);
    background-position:top;
    background-repeat:repeat-x;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    width:95%;

    margin:0 auto;
    overflow: hidden;
}

/*Category Start CSS*/
#genCatBox{
    width:600px;
    margin:0 auto;
    overflow: visible;
    overflow: auto;
    overflow: hidden;	
}
#catOverviewBox {
    margin-bottom: 5px;
}
#CatBox, .CatBox {
    padding:5px;
    background: #91D1EF url('/images/catbg_200.png') no-repeat;
    width:22.5%;  /*135px;*/
    height:180px;
    margin:2.5px 2.5px;
    overflow: visible;
    overflow: auto;
    overflow: hidden;
    float:left;

}
#CatBoxTitle, .CatBoxTitle {
    float:none;
    text-decoration: none;
    font-weight: bold;
    /*background-color:#C00;*/	
}

div.CatBoxTitle {
    height: 40px;
}
#CatBoxImage{
    float:left;
}
/*PRODUCT CSS*/
table#productList {
    border-collapse:collapse;
    width: 580px;
}
table, th, td {
    vertical-align: middle;
}
table#productList tr.header {
    text-align: left;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    /* Background Gradient */
    background-color: #DDDDDD; /*for IE*/
    /*    background-image: -moz-linear-gradient(top, #4e6bb9, #2e4b99);*/
    /*    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e6bb9), to(#2e4b99));*/
}
table#productList tr.header th {
    padding: 7px;
}
table#productList tr.odd, table#productList tr.even {
    border-top: 1px solid #CCCCCC;
}
table#productList tr.odd {
    background-color: #dde5fa;
}
table#productList td {
    padding: 9px;
}
table#productList td form {
    margin-bottom: 0;
}
/*PRODUCT CSS*/
#ProdBox{
    /*float:center;*/
    width:99%;

    border:solid thin black;
    margin-bottom: 2%;
}
#ProdBoxImage
{
    float: left;
}
#ProdBoxRight
{
    margin: 1%;
    margin-left: 18%;
}
#ProdBoxTitle
{
    text-align: left;
    font-weight: bold;
    font-style: italic;
}
#ProdBoxDescription
{
    float: left;
    text-align: left; 
    margin-top: 5px;
    width: 300px;
    vertical-align: top;
}
#ProdBoxPrice, #ProbBoxButton
{
    /*    width: 15%;*/
    /*    float: right;*/
   
}
#ProdBoxPayment
{
    width:150px;
    text-align:center;
    
}
#smallProdImage{
    width:100px;
    vertical-align: middle;   
    float:left;

}

#prodImage{
    float:left;
    margin-top:-15px;
}
#price, .price {
    font-weight: bold;
}
#listPrice {
    text-decoration: line-through;
}
.listPrice, .savings {
    font-size: 12px;
}
/*//////////////////////////////////////////////////////////////////Menu CSS///////////////////////////////////////////////////////////////////////////////*/

#nav {
    margin: 0;
    padding: 9px 0px;
    background-color: #4e6bb9; /*for IE*/
    background-image: -moz-linear-gradient(top, #4e6bb9, #2e4b99);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e6bb9), to(#2e4b99));
    line-height: 100%;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
    margin: 0 5px;
    
    float: left;
    position: relative;
    list-style: none;
}


/* main level link */
#nav a {
    font-weight: bold;
    color: #e7e5e5;
    text-decoration: none;
    display: block;
    padding:  8px 15px;
    margin: 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
    background: #000;
    color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
    background-color: #cd4109; /*for IE*/
    background-image: -moz-linear-gradient(top, #cccccc, #999999);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#999999));
    color: #444;
    border-top: solid 1px #f8f8f8;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#nav ul a:hover {
    background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
    color: #fff !important;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #ddd url(img/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;

    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;

    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
} 
html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}

/*  end of menu  */

#loginFormBox {
    padding: 10px 30px 20px;
    color: #EEEEEE;
    position: absolute;
    top: -250px;
    left: auto;
    right: auto;
    z-index: 105;
    width: 300px;
    height: auto;
    background-color: #444444; /*for IE*/
    background-image: -moz-linear-gradient(top, #444, #666)!important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#666))!important;
    /* Box Shadow */
    box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
}
#loginFormBox td {
    color: #EEEEEE;
}
#loginFormBox h4 {
    font-size: 25px;
    font-family: Helvetica,Ubuntu,Arial,sans-serif;
    font-weight: normal;
}
#signUpFormBox {
    margin-left: 33%;
}

/* GENERAL CLASSES */
.rightAlign {
    text-align: right;
}

.button {
    background-color: #ECECEC;
    background-image: -moz-linear-gradient(#F4F4F4, #ECECEC);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    overflow: visible;
    padding: 5px 15px 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    white-space: nowrap;
}
.button:hover, .button:focus {
    background-color: #3C8DDE;
    background-image: -moz-linear-gradient(#599BDC, #3072B3);
    border-color: #3072B3 #3072B3 #2A65A0;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.formSectionHeader {
    font-weight: bold;
    padding-top: 10px;
}
.error_strings {
    color: #990000;
}

/* General Tags */
hr {
    height: 2px; 
    width: 98%; 
    color: #AAAAAA;
    background-color: #AAAAAA;
}

form.inputForm input[type=text], form.inputForm input[type=password], form.inputForm select {
    width: 170px;
}

/* SLIDER CSS */
.slides_container {
    width:580px;
    height:350px;
    margin-left:-16px;
    margin-top: 30px;
}
.slides_container div {
    width:580px;
    height:350px;
    display:block;
    z-index: -1;
}
.pagination {

    margin:0 0 0 ;
    width:580px;

    background-color: #0078ff;

}

.pagination li {
    float:left;
    margin:0 1px;

    list-style: none;
}


.pagination li.current a {
    background-position:0 -12px;
}

.leftmenu, .leftmenu li ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 190px; /*WIDTH OF MAIN MENU ITEMS*/

}

.leftmenu li{
    position: relative;
}

.leftmenu li a{

    background-color: #4e6bb9; /*for IE*/
    background-image: -moz-linear-gradient(top, #4e6bb9, #2e4b99);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e6bb9), to(#2e4b99));
    font: bold 12px Verdana, Helvetica, sans-serif;
    color: black;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 10px;
    text-decoration: none;
}

.leftmenu li ul{ /*SUB MENU STYLE*/
    position: absolute;
    width: 190px; /*WIDTH OF SUB MENU ITEMS*/
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}

.leftmenu li ul li{
    float: left;
}

.leftmenu li ul a{
    width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
    color: white;
}

.leftmenu .arrowdiv{
    position: absolute;
    right: 0px;
    background:url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position:right;
    width:20px;
}

.leftmenu li a:link, .leftmenu li a:visited, .leftmenu li a:active{
    color: white;
}

.leftmenu li a:hover{
    background-color: #cd4109; /*for IE*/
    background-image: -moz-linear-gradient(top, #cccccc, #999999);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#999999));

}

/* Holly Hack for IE \*/
* html .leftmenu li { float: left; height: 1%; }
* html .leftmenu li a { height: 1%; }
/* End */