/* CSS Document */

/* GLOBAL PROPERTIES */

body {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
	scrollbar-face-color:#003399;
	scrollbar-arrow-color:#6699CC;
	scrollbar-track-color:#6699CC;
	scrollbar-shadow-color:#003366; /* inner shadow */
	scrollbar-highlight-color:#3366CC; /* inner highlight */
	scrollbar-3dlight-color:#6699CC; /* outer highlight */
	scrollbar-darkshadow-Color:#000000; /* outer shadow */
}

p {
  font-size: 11px;
  line-height: 14px;
  color: #000000;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
	padding-bottom: 0px;
}
h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #003366;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #003366;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	type : square;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style-type: square;
}

td {
  font-size: 11px;
  color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
}

a { 
  text-decoration: none;
  color: #0D469D;
}

a:hover {
  color: #646464;
  text-decoration: underline;
}

form {
	display: inline;
}



/* HEADER PROPERTIES */

#header {
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/banner_bg.jpg);
	background-position: left top;
	}

#banner {
	width: 808px;
	text-align: left;
	vertical-align: top;
	}

#headergrad {
	width: 808px;
	text-align: left;
	vertical-align: top;
	background-color: #003399;
	}
	

/* MENU PROPERTIES */

/* MAIN CONTENT AREA PROPERTIES */
#main {
}

	

/* Left column properties */

#leftcol {
	width: 130px;
	vertical-align: top;
}

#tdisdiaustlogo {
	width: 248px;
	height: 195px;
	margin: 10px;
	}
/* Content properties */

#contentcol {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

#title {
	width: 480;
	background-repeat: no-repeat;
	background-image: url(images/titlegrad.jpg);
	background-position: left top;
	height: 20px;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 4px;
	vertical-align: top;

	}
#maincontent {
	width: 100%;
	padding-top: 20px;
	padding-left: 55px;
	vertical-align: top;

	}

#maincontentw {
	width: 100%;
	padding-top: 0px;
	padding-left: 30px;
	vertical-align: top;
	}

.submenubtn {
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(images/buttons_submenu_bg.gif);
	background-position: center center;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFF00;
	text-align: center;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:10px;
	margin-left: 10px;
	height: 50px;

}
.submenubtn a {
  color: #FFFF00;
  text-decoration: none;
}
.submenubtn a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
.submenubtnlrg {
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url(images/buttons_submenu_bg_lrg.gif);
	background-position: center top;
  font-size: 11px;
  font-weight: normal;
  /* line-height: 14px; */
  color: #FFFF00;
  text-align: center;
  width: 200px;
  height: 50px;
  padding-top:10px;
  padding-left: 10px;
  padding-right: 10px;
/*   margin-top:10px; */
/*   margin-left: 10px; */
	vertical-align: top;
}
.submenubtnlrg a {
  color: #FFFF00;
  text-decoration: none;
}
.submenubtnlrg a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
.question {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: #003366;
	padding-bottom: 2px;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.answer {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #000000;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
		
/* SHOP PROPERTIES */
#shopcontent {
	vertical-align: top;
	height: 280px;
	overflow: auto;
	text-align: left;
	}

#shopcontent h1{
  font-family: Arial, Verdana, sans-serif; 
  font-size: 14px;
  line-height: 16px;
  color: #666666;
	padding-bottom: 0px;
	padding-top: 0px;
	}

#shopcontent h2{
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  line-height: 15px;
  color: #003399;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

#shopcontent h3{
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px;
  line-height: 15px;
  color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#shopcontent p{
  font-size: 11px;
  line-height: 15px;
  color: #000000;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
#shopcontent img{
	padding-left: 20px;
	padding-bottom: 20px;
	align: right;
	border: 0;
	}
.btn{
	background-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}

.shopproduct {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.shopproductf {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
        margin-bottom: 15px;
        clear:both;
        height:1px;
	}

/* Right column properties */

#rightcol {
	width: 180px;
	vertical-align: top;
	text-align: right;
}
#rightcoltxt {
	width: 180px;
	vertical-align: top;
	text-align: left;
  background: #8099cc;
}
#rightcoltxt p{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#rightcoltxt h1{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#rightcoltxt a{
	text-decoration: none;
}
#rightcoltxt a:hover{
	text-decoration: underline;
}

/* BUTTON ROW PROPERTIES */
.homebuttons {
	width: 155px;

	}
.subbuttons {
	width: 81px;

	}
	


/* FOOTER PROPERTIES */

#footer {
	width: 100%;
	background-color: #003399;
}

#footercopyright {
	vertical-align: top;
  font-size: 11px;
  color: #ffffff;
  font-weight : normal;
  text-align : left;
  line-height : 12px;
  width: 460px;
	}

#footermenu {
    color: #ffffff;
	width: 90%;
	height: 37px;
	text-align: right;
	vertical-align: middle;
	}
	
#footermenu a, #footermenu a:Active, #footermenu a:Visited {
  color: #ffffff;
  font-weight : normal;
  text-decoration : none;
}

#footermenu a:Hover {
  color: #ffffff;
  font-weight : normal;
  text-decoration : underline;
}

.imgintxt {
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #0d469d;
}
