@charset "utf-8"; 

/* Force scrollbar in FF*/
html { height: 101%; margin-bottom: 1px; }

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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDEFFF;
}
p  {
	margin: 0;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table_heading  {
	margin: 0;
	color: #1F92FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
}


.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1F92FF;
	border-left-color: #1F92FF;
	border-bottom-width: 1px;
	border-bottom-color: #1F92FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 185px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #EAEAEA;
}
.detailed_table_title_left {
	font-weight: bold;
	background-color: #EAEAEA;
	color: #19196F;
	border: 1px solid #696969;
}

.twoColFixRtHdr #sidebar1_blank {
	width: 185px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent_fullpage {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background:#1f92ff;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
.twoColFixRtHdr #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;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#footer_left {
	margin-right: 300px;
	float: left;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 195px;
}
.space_footer {
	padding-right: 6px;
	padding-left: 6px;
}

#footer_right {
	float: right;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 265px;
}
.twoColFixRtHdr  #container  #footer  #footer_right a:hover {
	color: #252D76;
}
.twoColFixRtHdr  #container  #footer  #footer_right a {
	color: #ffffff;
}

.twoColFixRtHdr #container #sidebar1 img {
	background-position: center;
	padding-bottom: 4px;
}

/*BOXES ON HOME PAGE*/


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1f92ff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1f92ff;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product_summary {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#product_image {
	float: right;
	height: 330px;
	width: 300px;
	margin-left: 10px;
	padding-top: 35px;
}
#product_image_taps_range {
	float: right;
	height: 460px;
	width: 300px;
	margin-left: 10px;
	padding-top: 35px;
}
#product_image_call {
	float: right;
	height: 220px;
	width: 300px;
	margin-left: 10px;
	padding-top: 35px;
}
.twoColFixRtHdr #container #mainContent #technical {
	background-color: #D8D8D8;
}

.twoColFixRtHdr #container #mainContent ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.twoColFixRtHdr #container #mainContent li {
	background-image: url(images/bullet_norm.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
	padding-bottom: 7px;
}
.twoColFixRtHdr #container #sidebar1 #learn ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.twoColFixRtHdr #container #sidebar1 #learn li {
	background-image: url(images/purple_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
	padding-bottom: 7px;
}
.twoColFixRtHdr #container #sidebar1 #learn li a {
	color: #1F92FF;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 #learn li a:hover {
	color: #19196f;
	text-decoration: none;
}

.box {
	font-size: 11px;
}
.box_image {
	background-image: url(../Moesarc%20Development/New%20Site%20Concepts/mini/argus145.png);
	background-position: top;
}

/* rounded corner box
================================== */

.box {
	width: 212px;
	background-image: url(images/title2.gif);
	background-repeat: repeat-y;
}

.box h2 {
	background-image: url(images/top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*z-index: 1;*/
	padding-top: 8px;
	font-size: 14px;
	color: #1f92ff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-weight: bold;
}

.box .last {
	padding-bottom: 10px;
	background-image: url(images/bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

.box p {
	padding-left: 8px;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box div {
	float: right;
	width: 85px;
	padding-right: 5px;
}
.twoColFixRtHdr #container #mainContent .box a {
	color: #1F92FF;
}
.twoColFixRtHdr #container #mainContent .box a:hover {
	color: #19196f;
}
.twoColFixRtHdr #container #mainContent .box a:active{
	color: #19196f;
}
.twoColFixRtHdr #container #mainContent .box a:visited {
	color: #1F92FF;
}
.home_intro {
	margin-top: 30px;

}
.twoColFixRtHdr #container #mainContent a {
	color: #1F92FF;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent a:hover {
	color: #19196f;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent a:active {
	color: #19196f;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent a:visited {
	color: #1F92FF;
	text-decoration: underline;
}
.norm_bold {
	font-weight: bold;
	color: #000000;
}
#learn {
	padding-top: 25px;
}
.twoColFixRtHdr #container #sidebar1 #learn h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.table_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	padding-top: 10px;
}
.twoColFixRtHdr #container #mainContent_fullpage .table_border img {
	float: right;
	top: 5px;
}
.twoColFixRtHdr #container #mainContent_fullpage a {
	color: #1F92FF;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent_fullpage a:hover {
	color: #19196f;
}

.moreinfo {
}
.twoColFixRtHdr #container #mainContent_fullpage .table_border .moreinfo a {
	font-size: 12px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent_fullpage .table_border .moreinfo a:hover {
	color: #19196f;
}
.detailed_table_title {
	font-weight: bold;
	color: #19196f;
	background-color: #62B5FF;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #696969;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #696969;
	border-left-color: #696969;
}
.detailed_table_general {
	border-collapse: collapse;
}
.detailed_table_content {
	background-color: #FFFFFF;
	border: 1px solid #696969;
}

.img_sum_pg {
	padding-left: 5px;
}
.shift_image_rt {
	padding-left: 15px;
}
.purple_txt_norm {
	font-weight: bold;
	color: #19196f;
}
.tap_img {
	clear: left;
	float: right;
}
.normal_link {
	font-size: 12px;
	color: #1F92FF;
}
/*CONTACT PAGE*/

.twoColFixRtHdr #container #mainContent_contact a {
	color: #1F92FF;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent_contact a:hover {
	color: #19196f;
}
.twoColFixRtHdr #container #mainContent_contact img {
	clear: left;
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #mainContent_contact {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.flash {
	margin-bottom: 7px;
}
.red_text {
	color: #CC0000;
	font-weight: bold;
}
