@charset "utf-8";
/* CSS Document */

html { 
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	width:872px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/background.gif) repeat;
	height:100%; /* this is the key! */ 
}

.mainwrapper { 
	text-align: left;  /*this overrides the text-align: center on the body element. */
	height:100%; /* this is the key! */
	background-color:#FFF;
	border: 1px solid #000;
	width:872px;
}

.container { 
	padding: 0;
	margin: 0;
	height:100%;
	position:relative;
	float:left;
	width:872px;
}

/* Header */

.header { 
	background:url(/images/header_bg.gif) repeat-x;
	height: 140px;
	width:872px;
}

.redtriangle {
	background:url(/images/redtriangle.gif) no-repeat;
	/*margin: -1px 0px 0px 809px;*/
	width:42px;
	height:42px;
}

#logoann {
	background:url(/images/home_logo_ann1.gif) no-repeat;
	margin: -1px 0px 0px 60px; 
	width: 183px;
	float:left;
}

#logoann .radsourcelogotext {
	color:#FFFFFF;
	font-size: 33px;
	padding:0;
	margin: 27px 0px 0px -53px;
	width: 250px;
	font-weight:bold;
	float:left;
	height:70px;
}


.headertitle {
	float:left;
	margin-left:10px;
	margin-top:20px;	
}

.headertitle .subhead {
	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: 0px 0px 2px 4px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	line-height:17px;
	vertical-align:top;
}

.headertitle h1 {
	font-size:30px;
	color: #FFF;
	font-weight: bold;
	line-height:30px;
	margin:0px 0px;
}

#footer { 
	text-align:center;
	background-color:#29617e;
	margin: 0px auto;
	padding: 5px;
	color: #fff;
	font-size:12px;
	font-weight:bold;
}

/*div {
	border:solid #FFFFFF 1px;
}*/

a, .scroller_container a{
	color: #000;
	text-decoration: none;
}

.hd h2, .hd h2 a, h2 a:visited, #footer a {
	color:#fff;
	text-decoration:none;
}

a:visited, a:active, .scroller_container a:visited, .scroller_container a:active, .techlist a {
	text-decoration: none;
}

a:hover {
	color:#333333;
}

div p ul li {
	list-style:circle;
}
.dialog p a {
	text-decoration:none;
	color:#0033CC;
}

.dialog p a, .entry a {
	text-decoration:underline;
}

.productshortinfo {
	font-size:11px;
}

/*  GENERAL */

table, td, a img, form {
	padding: 0; 
	border: none; 
	margin: 0;
}

td {
	/*text-align: left;*/
	vertical-align: top;
}

h1, h2, h3 { font-family: arial, tahoma, verdana, helvetica, sans-serif; }
	
h1, .bluetitle {
	font-size: 18px; 
	color: #000; 
	font-weight: bold;
	padding: 5px;
	line-height:19px;
	margin:0px 0px;
}

.hd bluetitle {
	color:#3399CC;
}

h2  {
	font-size: 16px; 
	color:#fff;
	font-weight: bold;
	margin: 0px; 
	padding: 0;
}

h3  {
	font-size: 14px;
	font-weight: bold;
	padding: 0;	
	color:  #1e2e54;
	margin-bottom:5px;
	margin-top:5px;
	}

#homepageheadline a {
	font-size:12px;
	color:#FFFFFF;
}
	
h4 {
	font-size: 12px; 
	color: #535f7c; 
	font-weight: bold; 
	margin: 0 auto; 
	padding: 6px 0 5px 0;
}

.applist, .scroller_container {
	height:85px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
	vertical-align:top;
	padding:0px 5px 10px 5px;
	width:370px;
	/*border:solid #FFFFFF 1px;*/
	border-bottom:#CCCCCC solid 1px;
}

.applist ul {
	color:#fff;
	margin: 0px 0px;
	margin-bottom: 5px;
}

.applist h3, .scroller_container h3 {
	font-size:11px;
	color:#000;
	margin: 0px 0px;
	margin-bottom:1px;
}

.applist img, .scroller_container img, #applistimg {
	float:right;
	margin:0px 0px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.contactaddress, #customers {
	float:left;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}

.contactaddress h2 {
	color:#000;
	margin:0px 5px 0px;
}

.contactaddress ul, .contactaddress li {
	list-style:none;
	color:#000000;
}

