@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(../images/bg-tile.jpg);
	background-repeat:repeat-x;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;   
    line-height: 150%; /* equal to 18px */  
	color:#333333;
	margin:0px;
}
p, li {
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
}

a {
	color:#0077bd;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#0099FF;
	}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}
h1{
	font-size:1.6em;
	letter-spacing:0.1em;
	color:#000000;
}
h4 {
	line-height:normal;
	}
a img {
	text-decoration:none;
	border:none;
	}
/*- HOLDER ---------------------------------------------------- HOLDER ----*/
#wrapper{
	margin-left:5px;
	padding-left:5px;
}

#page{
	width:960px;
	margin:5px auto 0px;
	}

/*- HEADER ---------------------------------------------------- HEADER ----*/

#header{
	height:90px;
}
#header a img{
	text-decoration:none;
	border:none;
}
#header a:hover img{
	text-decoration:none;
	border:none;
}
.dateStamp{
	float: right;
	font-size:0.9em;
	margin: 68px 0px 0px;
	background-image:url(../images/s31.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:180px;
	}
.dateStamp .txt{
	color:#999999;
	}
/*- NAV ------------------------------------------------------ NAV ----*/

#nav{
	height:30px;
	margin-left:3px;
}

#nav ul {
	font-size:13px;
	letter-spacing:0.1em;
	margin-top:8px;
	margin-left:0px; 
	padding:0px;
}
/* HACK FOR NON IE
*:lang(en) #nav ul{
	margin-top:8px !important;
    
}*/
#nav li {
	display:inline;
	list-style:none;
	padding:0px;
	margin:0px -3px;
	
	/*border:1px solid red;*/
}
#nav a{
	color:#333333;
	text-decoration:none;
	padding: 7px 20px 7px;
}
#nav a:hover, a:active{
	background-color:#333333;
	text-decoration:none;
	color:#FFFFFF;
}

/*- MEDIA ---------------------------------------------------- MEDIA ----*/

#media{
	height: 220px;
	background-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	color:#999999;
	}
#media #elements{
	padding:5px; 
	}
#media #videoPlayer{
	width: 770px;
	height:210px;
	float:left;
}
#media #advert{
	width: 170px;
	height:210px;
	margin-left:780px;
}

/*- QUICK LINKS ------------------------------------------------------ QUICK LINKS ----*/

#quickPanel{
	background-image:url(../images/side_panel.png);
	background-repeat:no-repeat;

	width:180px;
	float: right;
	margin-top:0px;
	padding-bottom:10px;
	}
	
#quickLinks{
	margin: 1px 10px;
	line-height:1.2em;
	font-size:11px;
	color:#666666;
}
#quickLinks h1{
	font-size:1.6em;
	letter-spacing:0.1em;
	color:#000000;
}
/*- MAIN  ------------------------------------------------------ MAIN ----*/
/* HACK FOR IE7*/
#main{
	width:750px;
	margin-top:20px;
	}
#main .image{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
#main .article {
	border-bottom: 1px dotted #9A9A9A;
	margin-bottom: 20px;
}
/*- COL A  ------------------------------------------------------ COL A ----*/

#colA{
	width:360px;
	margin-top:20px;
	}
/*- COL B  ------------------------------------------------------ COL B----*/

#colB{
	width:360px;
	float: right;
	margin-right:30px;
	margin-top:10px;
	}
#colB .clear{
	clear:both;
}

/*-- ALL COLS/MAIN --------------------*/

#main h1, #colA h1, #colB h1, #wide h4{
	margin-top:0px;
	padding-top:0px;
}
/*#main, #colA, #colB{
	border-top:1px solid red;
}*/
/*- FAQ  ------------------------------------------------------------ FAQS ----*/

.faqQuestion{
	background-color:#CCCCCC;
	width:100%;
	height:20px;
	}
.faqQuestion p{
	margin: 0px 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}
/*- ALL IMAGE TABLES  ---------------------------------------------- ALL IMAGE TABLES ----*/
.titleText{
	margin: 0px;
	padding-top: 3px;
	text-align:center;
	text-transform:uppercase;
}
.gap{
	width:10px;
}
/*- SEARCH  -------------------------------------------------------- SEARCH ----*/

#searchResults{
	background-color:#FFFFFF;
	font-size: 1em;
	padding: 1px 15px;
}


/*- AWARDS  ------------------------------------------------------ AWARDS----*/

#awardsList{
	margin:0px;
}
#awardsList td{
	vertical-align:top;
	padding-right: 8px;
	padding-bottom: 10px;
	line-height:normal;
}
#awardsList .date{}
#awardsList .title{
	margin: 0px;
	text-transform:uppercase;
	color:#0077bd;
}
#awardsList .org{
	margin: 0px;
	font-size:11px;
}
#awardsList .product{
	margin: 2px 0px 0px;
	font-size:11px;
	font-weight:bold;
}


/*- FOOTER ADVERT---------------------------------------------------- FOOTER ADVERT ----*/
#footer_ad{
	clear:both;
	margin-top:20px;

}
	
/*- FOOTER ---------------------------------------------------- FOOTER ----*/
#footer{
	margin-top:20px;
	background-color:#262626;
	border-top: 5px solid #999999;
	height: 90px;
	width:100%;
	clear:both;
	}
#footerText{
	text-align:center;
	padding-top:2px;
	font-size: 0.95em;
	color:#CCCCCC;
	}
#footerText a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footerText a:hover, a:active {
	text-decoration:underline;
	}
