/* CSS Document */

body{
    margin: 15px 0px 15px 0px;
    padding:0;
    line-height: 1.5em;
    background-color:#f0f0dc;
}


#topsection{
    background: #FFFFFF;
    height: 160px; /*Height of top section*/
}

#wrapper{
    margin:0 auto;
    width: 850px;
    background: #FFFFFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#contentcolumn{
    font: 12px Arial;
    width: 850px;
    padding:0px;
    margin: 0 auto 50px;
}

#footer{
    clear: left;
    width: 850px;
    height: 140px;
    font: bold 12px Arial;
    text-align: center;
    background-color:#FFFFFF;
    margin-bottom: 15px;
}

#footer_copyright{
    width: 850px;
    font: 10px Arial;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

#homeleft{
    float:left;
    width: 400px;
}

#homeright{
    float:left;
    width: 300px;
    margin-left: 30px;
}


#productsleft{
    float:left;
    width: 500px;
}

#productsright{
    float:right;
    width: 200px;
}

#productspaypal{
    float:left;
    width: 300px;
    margin: 20px 0px 50px 30px;
    padding: 20px;
    border-style: groove;
    border-width: medium;
    border-color: grey;
}

#contactleft{
    float:left;
    width: 300px;
}

#contactright{
    float:left;
    width: 300px;
    margin-left: 30px;
}

#aboutleft{
    float:left;
    width: 300px;
}

#aboutright{
    float:left;
    width: 300px;
    margin-left: 30px;
}

#aboutbottom{
    clear: left;
    width: 700px;
    padding: 4px 0;
}

#table { font-family: Arial, sans-serif; font-size: 12px; -moz-user-select: none; -khtml-user-select: none; user-select: none; width: 750px; CURSOR: default; }
#table th { TEXT-ALIGN: left; PADDING: 4px 0 4px 9px; BACKGROUND: #666; BORDER-BOTTOM: 1px solid #444; BORDER-TOP: 1px solid #444; BORDER-LEFT: 1px solid #555; COLOR: #FFF; CURSOR: pointer; }
#table tr#this td { background-color: #3d80df; color: #FFF; font-weight: bold; border-left: 1px solid #346DBE; border-bottom: 1px solid #3E6FB3; border-top: 1px solid #3E6FB3; BORDER-RIGHT: 1px solid #5886C7; }
#table tr#hover td { background-color: #777; color: #FFF; border-left: 1px solid #888; border-bottom: 1px solid #888; border-top: 1px solid #888; BORDER-RIGHT: 1px solid #777; }
#table tr td { padding: 3px 8px; border-left: 1px solid #D9D9D9; border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; BORDER-RIGHT: 1px solid #D9D9D9;}
#table tr.even td { BACKGROUND: #edf3fe; BORDER-BOTTOM: 1px solid #E8F0FF; BORDER-TOP: 1px solid #E8F0FF; BORDER-RIGHT: 1px solid #FFF; }
#table tr.odd td { BACKGROUND: #FFF; BORDER-BOTTOM: 1px solid #FFF; BORDER-TOP: 1px solid #FFF; BORDER-RIGHT: 1px solid #FFF; }



IMG.ctrdisplayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.bottombarspc {
padding-left: 20px;
padding-right: 20px;

}

h1.pageheader {
    margin: 0; 
    padding-top:5px;
    padding-bottom: 20px;
    font: 18px Arial bold;
    color:black;
}

.innertube{
    margin-left: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-right: 50px;
    margin-top: 0;
}

.class1 A:link {color: blue;text-decoration:none}
.class1 A:visited {color: blue;text-decoration:none}
.class1 A:active {color: blue;text-decoration:none}
.class1 A:hover {color: blue;text-decoration:none}
.class2 A:link {color: black;text-decoration:none}
.class2 A:visited {color: black;text-decoration:none}
.class2 A:active {color: black;text-decoration:none}
.class2 A:hover {color: black;text-decoration:none}
.class3 A:link {color:white;text-decoration:none}
.class3 A:visited {color:white;text-decoration:none}
.class3 A:active {color:white;text-decoration:none}
.class3 A:hover {color:white;text-decoration:none}
.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{
    text-align: right;
    margin-right: 70px;
}
	
#products {
  padding:0;
  margin:0 0 0 20px;
} 


#products li {
   list-style-type: disc; 
   font: 12px Arial;
}