@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000033;
}
.layout #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2f2f2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout #header {
	/* background: #DDDDDD; 
	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #main {
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f2f2;
}
.spotlight {
	padding-right: 50px;
	padding-left: 50px;
}
.layout #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;*/
	clear:both;
	font-size:12px;
	color:#555555;
}
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topBtnRes {display: block; width: 115px; height: 65px; background: url("../images/t_02b.png") no-repeat 0 0;}
#topBtnRes:hover {background-position: 0 -65px;}
#topBtnRes span {display: none;}

#topBtnPD {display: block; width: 232px; height: 65px; background: url("../images/t_03b.png") no-repeat 0 0;}
#topBtnPD:hover {background-position: 0 -65px;}
#topBtnPD span {display: none;}

#topBtnSup {display: block; width: 107px; height: 65px; background: url("../images/t_04b.png") no-repeat 0 0;}
#topBtnSup:hover {background-position: 0 -65px;}
#topBtnSup span {display: none;}

#btnVideo {display: block; width: 186px; height: 118px; background: url("../images/btnVideo.png") no-repeat 0 0;}
#btnVideo:hover {background-position: 0 -118px;}
#btnVideo span {display: none;}

#btnInfo {display: block; width: 95px; height: 46px; background: url("../images/btnInfo.png") no-repeat 0 0;}
#btnInfo:hover {background-position: 0 -46px;}
#btnInfo span {display: none;}


#dhtmltooltip {	position: absolute;width:300px;border: 2px solid black;padding:2px;background-color: #006999;visibility: hidden;	z-index: 100;font-family:Arial, Helvetica, sans-serif;font-size:12px;filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
.product_table {font-family:Tahoma, Arial, Helvetica, sans-serif;}
.product_table tr.head {background-color:#dadada;background:url(../images/t_head.png); background-position:bottom;}
.product_table tr {background-color:#FFFFFF;background:url(../images/t_even.png); background-position:bottom;}
.product_table tr.odd {background:url(../images/t_odd.png); background-position:bottom;}
.even {background:url(../images/t_even.png);}

.row1 { background-color: #EEEEEE; }
.row2 { background-color: #FFFFFF; }

.alertBox{ background-color: #FFFFE0; border: 1px solid #0000FF; font-size: 1.25em; margin: 10px; padding: 2px; width: 70%; }
.alertBox h1{ color: #FFFFFF; font-size: larger; margin: 0px; }
.alertBox h1.errorHeader { background-color: #FF0000; }
.alertBox h1.msgHeader { background-color: #008000; }
.alertBox ul { margin: .8em; margin-left: 2em; }
.error{ color: #FF0000; }

.email {color:#999999}

.itsatrap {display:none}.curriculum {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 135px;
	width: 155px;
	font-size: 12px;
}
.button {
	margin-top: 250px;
	margin-left: 75px;
}
.data {
	font-size: 12px;
}
.subtitle {
	color: #a50c05;
}
.margin-auto {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	padding: 20px;
	background-color: #FFFFFF;
}
