body {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255);
	margin: auto;
	}

a:link {color: #6633ff; text-decoration: none;}
a:visited {color: #6633ff; text-decoration: none;}
a:active {filter: invert(1); -webkit-filter: invert(1); text-decoration: none;}
a:hover {color: #6633ff; text-decoration: underline;}

form input {padding: 0px; border: 0px; outline: 0; !important;}
form input:active {filter: invert(1); -webkit-filter: invert(1); !important;}


table.main {
	margin: auto;
	width: 1024px;
	height: 100vh;
	background-image: url(../images/layout/tablebackground.png);
	background-repeat: repeat-y;
	border: 0px;
	border-spacing: 0px;
	}
	
table.main td.titlebar {
	height: 224px;
	}

table.titlebar {
	border: 0px;
	border-spacing: 0px;
	}
	
table.titlebar td {
	vertical-align: middle;
	text-align: center;
	}
	
div.youtubeholder01 {
	position: relative;
	right:0px;
	}

div.youtubeholder02 {
	position: absolute; 
	right:0px;
	top:-60px
	}

div.cartholder {
	position: absolute; 
	right:0px;
	top:-215px
	}

div.copyright {
	position: absolute; 
	font-family: Verdana;
    font-size: 0.67em;
    color: #fff;
    text-align: right;
    right: 5px;
    bottom: 0px;
    }

div.copyright-bottom {
	font-family: Verdana;
    font-size: 0.55em;
    color: #000;
    text-align: center;
    right: 0px;
    bottom: 0px;
    }
    
table.main td.navigationbar {
	vertical-align: top;
	width: 224px;
	right: 10px;
	text-align: right;
	position: relative;
	}

table.main td.navigationbar a {
	color: rgb(0, 0, 0);
	font-family: DrSoosBold; 
	font-weight: bold;
	font-size: 1.17em;
	}

table.main td.navigationbar a:hover {color: #fff;}
	
table.main td.contentholder {
	vertical-align: top;
	background-color: #fff;
	}

table.content {
	width: 720px;
	text-align: left;
    margin-left: 25px; 
    margin-right: 25px; 
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: top;
    border: 0px;
	border-spacing: 0px;
	}
	
hr.default {
	color: #000; 
	background-color: #000; 
	height: 3px; 
	border: 0px;
	}
	
/* Base Fonts */
@font-face {
    font-family: 'DrSoosBold';
    src: url('fonts/doctor_soos_bold_2.1-webfont.eot');
    src: url('fonts/doctor_soos_bold_2.1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/doctor_soos_bold_2.1-webfont.woff') format('woff'),
         url('fonts/doctor_soos_bold_2.1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DrSoosLight';
    src: url('fonts/doctor_soos_light_1.1-webfont.eot');
    src: url('fonts/doctor_soos_light_1.1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/doctor_soos_light_1.1-webfont.woff') format('woff'),
         url('fonts/doctor_soos_light_1.1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
/* Desktop Font Sizes */

   h1 {
   	  font-family: DrSoosBold;
      font-size: 1.77em;
   }

   h2 {
      font-family: DrSoosBold;
      font-size: 1.72em;
   }
   
   h3 {
      font-family: DrSoosBold;
      font-size: 1.5em;
   }

   p {
      font-family: DrSoosLight;
      font-size: 1.33em;
   }
   
   body {
      font-family: DrSoosLight;
      font-size: 1.33em;
      }
    
	td {
      font-family: DrSoosLight;
      font-size: 1.33em;
      }
    
	td > h1 {
   	  font-family: DrSoosBold;
      font-size: 1.77em;
   }

   td > h2 {
      font-family: DrSoosBold;
      font-size: 1.72em;
   }

   td > h3 {
      font-family: DrSoosBold;
      font-size: 1.67em;
   }
   
   td > p {
      font-family: DrSoosLight;
      font-size: 1.3em;
   }
   
   td > body {
      font-family: DrSoosLight;
      font-size: 1.3em;
      }
      
/* Mobile Font Scaling */   
@media all and (max-device-width: 720px){
	h1 {
      font-size: 200%;
      }
    
    h2 {
      font-size: 200%;
      }
    
    p {
		font-size: 200%;
      }
   	body {
		font-size: 200%;
      }

	table.main td.navigationbar a {
	}
}

 /* Drop Down Menus */
    ul{
        padding: 0;
        list-style: none;
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
    ul li a{
        display: block;
        color: #000;
        text-decoration: none;
        text-align: right;
    	margin-top: 10px;
    }
    ul li a:hover{
        color: #fff;

    }
    ul li ul.dropdown{
        min-width: 125px; /* Set width of the dropdown */
        display: none;
        position: relative;
        z-index: 999;
        right: 0;
    }
    ul li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }