/*
// Synectic
// Dark Colour // Highlight Colour // Lighter */




html{
min-height: 101%;
}


body{
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 0.8em;
background-color: #e2e2e2;
padding: 0px;
padding-top: 7px;
border: 0px;
margin: 0px;
color: #666;

background-image: url(../images/pageback.png);
background-repeat: repeat-x;
background-position: top left;

position: relative;
}

a{
text-decoration: none;
}
a:hover{
color: #a5a5a5;
}

a.newsreadmore{
color: #666666;
}


h1{
font-family: arial;
font-size: 1.3em;
font-weight: bold;
color: #363636;
position: absolute;
top: 100px;
left: 0px;
background: url(../images/trans2.png);
padding: 5px 10px;
}

h4{
font-family: arial;
font-size: 1.3em;
font-weight: bold;
color: #363636;
margin: 0px;
padding: 0px;
}




h2{
font-size: 1.1em;
font-weight: lighter;
color: #363636;
font-weight: bold;
margin: 3px;
}

h5{
margin: 0px;
margin-bottom: 3px;
}

img{
border: none;
}

ul{
list-style-type: none;
padding-left: 20px;
}




















#container{
width: 900px;
text-align: left;
margin: 0px;
background-color: white;
background-image: url(../images/sideback.png);
background-position: top right;
background-repeat: repeat-y;
border: 1px solid #9f55d3;
border-bottom: 0px;
}



#rightcol{
clear: both;
float: left;
width: 699px;
height: auto;
text-align: right;
margin-right: 0px;
padding-right: 0px;
position: relative;
}

#sidebar{
float: left;
width: 200px;
border-left: 1px solid white;
padding: 10px 0px 10px 0px;
text-align: right;
}

.sidebar_box{
background: #e2e2e2;
border: 1px solid #ccc;
border-right: none;
border-left: none;
margin-bottom: 10px;
overflow: hide;
text-align: right;
}












#bannerwrapper{
width: 900px;
overflow: auto;
background-image: url(../images/bannerback.png);
background-repeat: repeat-x;
text-align: center;
margin-top: -3px;
z-index: 99;
}


#banner{
width: 900px;
height: 64px;
text-align: left;
}



#imgholder{
width: 699px;
height: 150px;
}

#imgholder img{
width: 699px;
height: 150px;
}



#content{
width: 675px;
text-align: justify;
padding: 10px;
font-size: 11px;
line-height: 12pt;
color: #363636;
min-height: 280px;
/*
background-image: url(../images/contback.jpg);
background-position: top right;
background-repeat: no-repeat;
*/
}

#content p{
padding: 3px;
margin: 2px;
}

#content h2{
border-bottom: 1px solid #9f55d3;
padding-bottom: 2px;
margin-top: 10px;
}


#index_left{
width: 430px;
float: left;
margin-right: 10px;
}

#index_right{
width: 230px;
float: left;
text-align: center;
}

div.index_cat{
position: relative;
border: 1px solid #bbb;
background: white;
overflow: auto;
margin-bottom: 5px;
text-align: right;
}

img.index_cat_image{
float: right;
opacity: .5;
}

a.index_cat_title{
position: absolute;
top: 20px;
left: 0px;
font-size: 1.1em;
font-weight:bold;
letter-spacing: -1px;
background: url(../images/trans.png);
background-repeat: both;
width: 100%;
padding: 5px 0px;
color: #363636;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

a.index_cat_title:hover{
color: #6f00bd;
}






#footer{
clear: both;
width: 900px;
height: 28px;
color: #cfaae9;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
background: #6f00bd;
border: 1px solid #9f55d3;
margin-top: -5px;
}

#footl{
float: left;
width: 400px;
text-align: left;
padding: 7px;
}

#footr{
float: left;
width: 470px;
text-align: right;
padding: 7px;
}

#footer a{
color: #cfaae9;
}

#footer a:hover{
color: white;
}












#contleft{
float: left;
width: 260px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}

#contright{
float: left;
width: 330px;
margin-top: 10px;
margin-bottom: 10px;
}

p.contact_float_box{
width: 320px;
float: left;
border: 1px dotted #6f00bd;
background: #e2e2e2;
}

.contact_title{
background: #6f00bd;
padding: 2px 6px;
color: white;
font-weight: bold;
display: block;
}











    #navholder{
    width: 900px;
    height: 30px;
    background-image: url(../images/navback.png);
    background-position: top right;
    background-repeat: no-repeat;
    }

    #navigation {
        width: 540px;
        height: 30px;
        margin-right: auto;
        z-index: 99;
        background-image: url(../images/navcorner.png);
        background-position: top right;
        background-repeat: no-repeat;
        border-top: 1px solid white;
    }
    #navigation a {
    font-family: arial, sans-serif;
        display: block;
        float: left;
        padding: 8px 19px 8px 24px;
        color: #6f00bd;
        text-decoration: none;
        text-align: left;
        font-size: 0.85em;
        font-weight: bold;
        letter-spacing: 1px;
        background-color: #9f55d3;
        border-right: 1px solid #9f55d3;
        background-image: url(../images/navicon.png);
        background-repeat: no-repeat;
        background-position: 5px 50%;
    }
    #navigation a:hover {
        color: #363636;
        background-color: white;
    }
    #navigation a.current {
        color: #6f00bd;
        background-color: #888888;
    }
    #navigation a.current:hover {
        color: #9f55d3;
    }
















.infobar{
width: 320px;
padding: 5px;
color: #ffffff;
background: #9f55d3;
}

#contright div.infobar{
margin-bottom: 1px;
}



.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
background: white;
}



/*
#sidebar div{
display: block;
border-bottom: 3px double #eee;
width: 188px;
padding: 5px;
color: #6f00bd;
font-weight: bold;
margin-top: 5px;
}

#sidebar a{
display: block;
border-bottom: 3px double #eee;
width: 188px;
padding: 5px;
color: #6f00bd;
font-weight: bold;
font-size: 0.8em;
}

#sidebar a:hover{
color: white;
}*/




div.tes{
width: 200px;
background-image: url(../images/tesduring1.png);
background-repeat: repeat-y;
text-align: right;
}

div.testop{
width: 200px;
height: 30px;
background-image: url(../images/testop1.png);
background-repeat: no-repeat;
}

div.tesbottom{
width: 200px;
height: 10px;
background-image: url(../images/tesbottom1.png);
background-repeat: no-repeat;
}

div.tes p{
margin: 0px 10px;
padding-top: 3px;
background-image: url(../images/speech.png);
background-repeat: no-repeat;
background-position: top left;
text-indent: 0px;
font-size: 0.8em;
min-height: 30px;
text-align: left;
color: #363636;
}

div.tes span{
font-size: 9px;
color: #333;
text-align: right;
margin-right: 10px;
font-weight: bold;
}










div.news{
padding: 3px;
background: #cfaae9;
margin: 6px 1px;
font-size: 11px;
text-align: justify;
}

div.news h2{
font-size: 1.1em;
}

div.testholder{
width: 200px;
padding: 5px 0px;
background-color: #e9e2b1;
border-top: 1px solid #b6b6b6;
border-bottom: 1px solid #b6b6b6;
}

.sidenews{
border-top: 1px solid #b6b6b6;
border-bottom: 1px solid #b6b6b6;
}

.mainnews{
border: 1px solid ;
margin-bottom: 20px;
}

div.offers{
width: 260px;
float: left;
margin: 10px;
min-height: 200px;
}

div.news p{
padding: 2px;
margin: 0px;
}

div.news a{
color: #6f00bd;
}

div.news_title{
font-size: 15px;
font-family: Georgia, Garamond, arial, verdana, sans-serif;
padding: 2px;
color: #6f00bd;
border-bottom: 1px solid #6f00bd;
}

div.news_body{
font-size: 0.9em;
text-indent: 10px;
line-height: 15px;
padding: 5px;
padding-top: 5px;
}

.posted{
color: #6f00bd;
}

div.noindent{
text-indent: 0px;
}

.btm{
width: 130px;
height: 35px;
margin-left: 12px;
}

.btm_date{
width: 30px;
height: 30px;
border: 1px solid #6f00bd;
float: left;
}

.btm_more{
width: 75px;
padding-top: 7px;
text-align: center;
float: left;
}




.newsstory{
margin-bottom: 20px;
color: white;
background: #cfaae9;
border: 1px solid #6f00bd;
background-image: url(images/contrc.png);
background-repeat: no-repeat;
background-position: bottom left;
}

.newstop{
height: 32px;
border-bottom: 1px solid #e2e2e2;
}

.newsdate{
float: left;
width: 30px;
}

div.newsdate img{
border-bottom: 1px solid #6f00bd;
border-right: 1px solid #6f00bd;
}

.newsheadline{
float: left;
padding: 8px 4px;
text-align: center;
font-size: 1em;
font-weight: 500;
text-align: left;
font-weight: bold;
color: #363636;
letter-spacing: -1px;
}
.newsbody{
text-align: left;
padding: 10px 5px;
font-size: 11px;
background: white;
color: #6f00bd;
}

div.newsbody a{
text-decoration: underline;
}

div.newsbody a:hover{
color: #6f00bd;
}

.newsfooter{
text-align: left;
font-size: 0.7em;
padding: 3px;
height: 15px;
color: white;
font-weight: bold;
}








div.tesver{
width: 500px;
overflow: auto;
background: #f1f1f1;
margin-bottom: 1px;
}
div.tesvername{
float: left;
width: 100px;
font-weight: bold;
padding: 4px;
}
div.tesvertxt{
float: left;
width: 290px;
padding: 4px;
}
div.tesverbtn{
float: left;
width: 80px;
text-align: center;
padding: 4px;
}

div.tesverbtn img{
margin-top: 12px;
}











.product{
float: left;
width: 200px;
height: 300px;
border: 1px solid #cfaae9;
margin: 5px;
padding: 2px;
text-align: center;
position: relative;
}

img.overlay{
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
}



img.foldericon{
position: absolute;
width: 18px;
height: 18px;
top: 4px;
left: 14px;
}

ul.splitlist{
float: left;
width: 150px;
padding-left: 20px;
}

ul.stronglist{
font-weight: bold;
list-style-type: disc;
padding-left: 30px;
}


.prod_micro{
clear: both;
width: 200px;
height: 61px;
margin-bottom: 10px;
overflow: hidden;
margin-left: 10px;
}

.prod_microsmall{
clear: both;
width: 200px;
margin-bottom: 10px;
overflow: auto;
margin-left: 10px;
}

.prod_micro_img{
width: 57px;
float: left;
border: 1px solid #bbb;
border-right: none;
}

.prod_micro_desc{
float: left;
height: 49px;
width: 114px;
padding: 4px;
border: 1px solid #bbb;
background-color: #d5d5d5;
}

div.prod_micro h3, div.prod_microsmall h3{
color: #555;
font-size: 0.8em;
margin: 0px;
margin-bottom: 3px;
}

div.prod_micro a.morelink{
font-size: 10px;
font-weight: bold;
color: #363636;
}

.assoc_prod{
width: 200px;
float: left;
text-align: center;
}

div.assoc_prod a{
font-size: 11px;
color: #6f00bd;
}

#product_data td{
padding: 6px;
}

#product_data td.bgcolor{
background: #9f55d3;
font-weight: bold;
color: white;
}

#product_title{
margin: 2px 6px;
background: #cfaae9;
color: #6f00bd;
overflow: auto;
padding: 3px 6px;
}

#product_title_l{
float: left;
width: 520px;
font-size: 0.9em;
border: none;
padding: 0px;
margin: 0px;
}

#product_title_r{
float: left;
width: 80px;
font-size: 1.1em;
}

#product_title_r h2{
border-bottom: 0px;
padding: 0px;
margin: 0px;
text-align:right;
}





#subscribe{
margin-top: 5px;
text-align: right;
}

#subscribe input{
width: 120px;
font-size: 10px;
margin-bottom: 1px;
}

#subscribe label{
clear: both;
display: block;
float: left;
width: 60px;
background: #d5d5d5;
color: #555;
font-size: 11px;
padding: 3px 0px 3px 3px;
margin-bottom: 1px;
margin-left: 10px;
}









.blockscreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    background-color: #666;
    filter: alpha(opacity = 75);
    opacity:.75;
    text-align: center;
}

#loginholder{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: none;
    text-align: center;
    width: 100%;
}

#login{
    margin-top: 160px;
    z-index: 80;
    background-color: white;
    border: 7px solid #bbb;
    width: 280px;
}

#loginaction{
    z-index: 99;
    background-color: white;
    border: 2px solid #999;
    width: 240px;
    margin: 5px;
}

#closelogin{
position: absolute;
top: 0px;
left: 260px;
z-index: 85;
}

#popuplogin{

padding-top: 10px;
}
























#sidebar h2{
letter-spacing: 1px;
color: #363636;
}









#specdl{
display: block;
padding: 5px;
background-color: #9f55d3;
color: white;
font-weight: bold;
width: 590px;
}












.cartitem{

background: #cfaae9;
color: #6f00bd;
overflow: auto;
margin-bottom: 4px;
border: 1px solid #9f55d3;
}

.cartimg{
float: left;
width: 60px;
height: 60px;
}

.carttext{
float: left;
width: 560px;
}

div.carttext h2{
margin: 2px;
font-weight: bold;
font-size: 1em;
letter-spacing: 0px;
}

#cartside{
position: relative;
}

#cartside p{
margin: 0px;
padding: 0px;
}

#newItemsInCart{
position: absolute;
top: 0px;
left: -200px;
background: #9f55d3;
border: 1px solid #6f00bd;
padding: 10px;
height: 50px;
width: 160px;
}

#nIICinner{
padding-top: 10px;
}

#nIICinner h2{

}

.widerdesc{
width: 160px;
}






div.formbox{
width: 600px;
clear: both;

border-bottom: 1px solid #9f55d3;
overflow: auto;
background: #cfaae9;
padding: 3px;
}

div.formbox label{
float: left;
width: 150px;
padding: 5px 0px 5px 8px;
text-align: left;
color: white;
background: #9f55d3;
font-weight: bold;
}

div.formbox input{
float: left;
padding: 5px 10px;
width: 300px;
border: 1px solid #363636;
}

div.formbox textarea{
float: left;
padding: 5px 10px;
width: 300px;
overflow: auto;
border: 1px solid #363636;
}





div.errorbox{
padding: 10px;
background: #eec6c6;
border: 1px solid red;
color: red;
margin: 8px 0px;
}


a.tabbtn{
padding: 4px 10px;
background: #9f55d3;
color: white;
}

a.tabbtn:hover{
background-color: #6f00bd;
}

div.userbox{
width: 320px;
float: left;
}

div.ubs{
width: 200px;
}

div.float_halfwidth{
float: left;
width: 48%;
}

div.float_thirdwidth{
float: left;
width: 31%;
}

div.float_150{
float: left;
width: 150px;
}

label.bglbl{
background: #9f55d3;
color: white;
padding: 3px;
}

a.common_tasks{
display: block;
padding: 3px 9px 3px 40px;
width: 600px;
background-repeat: no-repeat;
background-position: 10px 4px;
background-color: #e2e2e2;
margin-bottom: 1px;
}

a.common_tasks:hover{
background-color: #dbdbdb;
}

#common_tasks{
margin: 8px 0px;
padding-bottom: 2px;
overflow: auto;
border-bottom: 1px solid #9f55d3;
}

ul.alpha{
list-style-type: lower-alpha;
}

ul.alpha li{
margin-bottom: 5px;
}

img.marginimg{
margin: 8px;
}

.biglink{
font-size: 16px;
color: #6f00bd}































/*


.roundedcornr_box_551326 {
   background: #a5c2e0;
   width: 950px;
   margin-left: 10px;
   overflow: auto;
}
.roundedcornr_top_551326 div {
}
.roundedcornr_top_551326 {
   background: url(../images/rc/roundedcornr_551326_tr.png) no-repeat top right;
}
.roundedcornr_bottom_551326 div {
}
.roundedcornr_bottom_551326 {
   background: url(../images/rc/roundedcornr_551326_br.png) no-repeat bottom right;
}

.roundedcornr_top_551326 div, .roundedcornr_top_551326,
.roundedcornr_bottom_551326 div, .roundedcornr_bottom_551326 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_551326 { margin: 0 20px; }

*/












#menuholder{
width: 900px;
overflow: auto;
border-bottom: 1px solid #9f55d3;
}


#menu {
width: 900px;
height: 29px;
z-index: 18;
background: #6f00bd;
text-align: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: auto;
z-index: 18;
}

#menu a, #menu h2 {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
margin-right: 0px;
padding: 6px 17px;
width: auto;
font-size: 0.85em;
z-index: 18;
background: #6f00bd;
}


#menu h2 {
color: white;
cursor: pointer;
border-right: 1px solid white;
z-index: 18;
}

#menu h2:hover{
color: #6f00bd;
}

#menu a {
color: #000;
cursor: pointer;
text-decoration: none;
z-index: 18;
}

#menu a.toplink {
color: white;
letter-spacing: 0px;
border-right: 1px solid white;
z-index: 18;
}

#menu a.trans {
color: white;
background: #6f00bd;
width: 12em;
border-left: none;
margin-right: 0px;
z-index: 18;
text-align: left;
}

#menu a.transw {
color: #cfaae9;
background: #6f00bd;
width: 19em;
border-left: none;
margin-right: 0px;
text-align: left;
z-index: 18;
}

#menu a.wider{
width: 200px;
}

#menu a:hover {
background: #cfaae9;
color: #6f00bd;
z-index: 18;
}

#menu h2:hover {
background: #cfaae9;
color: #6f00bd;
z-index: 18;
}

#menu li {position: relative; z-index: 99;}

#menu ul ul {
position: absolute;
left: 0px;
z-index: 18;
width: 200px;
text-align: left;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 18;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#loginnav{
padding-left: 12px;
}

#registernav{
padding-left: 12px;
}

#menu a.navcurrent, #menu h2.navcurrent{
background: #cfaae9;
color: #6f00bd;
}