body {
	/*background-image:url(/images/110331-background-2_01.jpg);*/
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	position:relative;
	background-position:center top;
	/*background-color: #D7D6D4;*/
	background-attachment: fixed;
	line-height: 175%;
}
.wrapper {
    height: auto !important;
	background-color: #FFF;
}
.container {
	background-color: #fff;
	padding-bottom: 60px;
	/*border-left: 1px solid #f16d1a;
	border-right: 1px solid #f16d1a;*/
}
a {
	color:#f16d1a;
	text-decoration: none;
}
a:hover {
	color:#F90;
	text-decoration: none;
}
a:active {
    color: #F90;
}
a:visited {
	color: #f16d1a;
}
.centered {
	text-align: center;
}
.nobg {
	background-color: transparent;
	border: 0;
}

/*****************************************************
HEADING CLASSES
*****************************************************/

.h1,h1 {
font-size:250%;
font-weight: bold
}

.h2,h2 {
font-size:200%;
font-weight: bold
}

.h3,h3 {
font-size:150%;
}

.h4,h4 {
font-size:125%;
font-weight: bold
}

.h5,h5 {
font-size:110%;
}

.h6,h6 {
font-size:105%;
}

h1, h3 {
	color: #f16d1a;
}
h2, h4 {
	color: #999;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
}

.col-md-8 ul {
	margin-left: 0;
}
.col-md-8 ul li, .col-md-12 ul li {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	width:80%;
	padding-left: 10px;
}
.col-md-8 ul lh, .col-md-12 ul lh  {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	margin-left: -20px;
}

/*****************************************************
STRIP CLASSES
*****************************************************/
.prodstrip {
	display: none;
}

@media (min-width: 768px) {
	.prodstrip {
		display: block;
		padding:0;
	}
	.prodstrip img {
		min-width: 100%;
	}
}

/*****************************************************
FIND IT FAST HOMEPAGE MENU CLASSES
*****************************************************/

.finditfast-menu {
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.finditfast-menu ul {
	width: 100%;
	float: left;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-color: #151415;
}
.finditfast-menu ul li {
	font-weight:bold;
	display:inline-block;
	list-style:none;
	float: left;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.finditfast-menu ul li img {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	transition: transform .2s; /* Animation */
}
.finditfast-menu ul li img:hover {
	transform: translate(0,-3px);
}
.finditfast-menu a:hover {
	background: rgba(0,0,250, 0.5);
}

@media (min-width: 330px) {
	.finditfast-menu ul li {
		width: 50%;
	}
}
@media (min-width:580px) {
	.finditfast-menu ul li {
		width: 33.33333333333333%;
	}
}
@media (min-width: 980px) {
	.finditfast-menu ul li {
		width: 16.66666666666667%;
	}
}


/*****************************************************
SUB-STRIP/LOGIN CLASSES
*****************************************************/

.subnav {
	padding:10px 0 5px 10px;
	background-image:url(/corporate_site/images/menu_rfMicro_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom: 1px solid #EEE;
	width:100%;
	float: left;
	margin-bottom:20px;
	position: relative;
}
.subnav ul {
	font-size:0.9em;
	min-height:2.75em;
	margin-bottom:10px;
	padding:0;
	border-top:0;
	border-left:0;
	border-right:0;
	float: left;
	position: relative;
}
.subnav ul li {
	font-weight:bold;
	display:inline-block;
	list-style:none;
	float: left;
	margin:1px;
}
.subnav ul li a {
	color:#f16d1a;
	text-decoration:none;
	margin:1px 1px 2px 1px;
	border:1px solid #ddd;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;
	background-color: #f6f6f6;
	float:left;
}
.subnav ul li a:hover {
	color:#f16d1a;
	/*background-image:url(/images/bg-sub-menu.gif);
	background-repeat:repeat-x;*/
	background-color:#E6E6E6;
	border-bottom:solid 1px #f16d1a;
}
.subnav ul li a.diff {
	margin-left: 10px;
	background-color: #F6F6F6;
	border:1px solid #f16d1a;
}
.subnav ul li a.diff:hover {
	color:#f16d1a;
	/*background-image:url(/images/bg-sub-menu.gif);
	background-repeat:repeat-x;*/
	background-color:#E6E6E6;
	border:1px solid #ddd;
	border:solid 1px #999;
}


/*****************************************************
MAIN NAVIGATION CLASSES
*****************************************************/
#myNavBar, .navbar, .navbar-nav, .navbar-static-top {
	margin: 0;
	padding: 0;
}
.navbar {
	min-height:20px;
    margin-bottom: 0;
}
.navbar-static-top {
	background-image: url(/images/main-bg-bev.gif);
	background-repeat:repeat-x;
	border: 0;
	border-bottom: 1px solid #f16d1a;
	margin: 0;
	background-color:#454240;
	color: #FFF;
	font-size: 11px;
	text-shadow: 1px 1px 1px #000;
	padding: 0;
	border: 0;
}
.navbar-nav {
	font-weight:bold;
}
.navbar-static-top .navbar-nav > li > a {
	padding-top: 12px;
	color: #FFF;
}
.navbar-static-top .navbar-nav > .open > a,
.navbar-static-top .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #666;
}
.navbar-static-top .navbar-nav > .dropdown-menu > .open > a,
.navbar-static-top .navbar-nav > .dropdown-menu > .open > a:focus {
	color: #FFF;
	background-color: #666;
}
.navbar-static-top li {
	padding: 0 2px 0 2px;
}
.navbar-static-top .navbar-nav > li > a:hover {
	background-color: #f16d1a;
}
.navbar-static-top .navbar-nav > .dropdown-menu li > a:hover {
	background-color: #f16d1a;
}
.navbar-static-top .navbar-nav > li > ul {
	font-size: 11px;
	color: #FFF;
	background-color: #504c49;
}
.navbar-static-top .navbar-nav > li > ul > li > ul {
	font-size: 11px;
	background-color: #5d5956;
}
.dropdown-menu li a {
	color: #FFF;
}
.dropdown-menu li a:hover {
	color: #FFF;
	background-color: #f16d1a;
}
/*
.dropdown-menu li > .open > a {
	color: #FFF;
	background-color: #f16d1a;
}
*/
.navbar-static-top .navbar-toggle .icon-bar {
    background-color: #FFF !important;
}
.dropdown > .open > a {
	background-color: #666;
}

.nav .open > a, .nav .open > a:hover {
	color: #ffffff;
	background-color:#f16d1a;
}
.nav .open > a, .nav .open > a:focus
{
	color: #ffffff;
	background-color:#f90;
}
.nav .open > a:focus {
	color: #ffffff;
	background-color:#f16d1a;
}
.nav>li>a:focus,.nav>li>a:hover {
text-decoration:none;
background-color:transparent;
}

/* the following media query centers the SmartMenu */
@media (min-width: 768px) {
  .navbar {
  	height: 48px;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }
  .navbar .navbar-collapse{
  	text-align: center;
  }	
  	.nav > li > a {
		padding: 10px 10px;
	}
	.nav > li > ul > li > a, .nav > li > ul > li > ul > li > a  {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media (min-width: 1200px) {
	.navbar-static-top .navbar-nav > li {
		font-size: 12px;
	}
	.nav > li > a {
		padding: 10px 30px;
	}
	.nav > li > ul > li > a, .nav > li > ul > li > ul > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}


/*****************************************************
UNIVERSAL SEARCH CLASSES
*****************************************************/

#usearchhome {
	width: 100%;
	padding: 8px 20px 5px 10px;
	float:left;
	text-align:left;
	border: 0;
	overflow:visible;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
#usearchhome .socialicons {
	margin: 2px 0 10px 10px;
	float: left;
}
#usearchhome .gSearch {
	float: right;
	bottom: 0;
	padding: 0;
	margin: 0;
}
#usearchhome .socialicons img {
	padding: 0 10px 0 0;
}
#usearch {
	float:left;
	clear:both;
	height:22px;
	padding: 0;
	margin-right:1px;
	border: 0;
	overflow:visible;
}
#usearch button, #usearchhome button {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(/images/uSearch-button-whtieBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow:visible;
}
#usearch input, #usearchhome input {
	height:1.75em;
	width:20em;
	margin:1px;
	/*
	height:15px;*/
	vertical-align:middle;
	border: 1px solid #f16d1a;
	margin:0;
}

#results {
	width:600px;
	margin:auto;
}

@media screen and (min-width: 767px) {
	#usearch, #usearchhome {
		float: right;
		text-align: right;
		padding-bottom: 0;
	}
}


/*****************************************************
HEADER CLASSES
*****************************************************/

#header {
	width:100%;
	max-height:150px;
	background-image:url(https://www.arworld.us/images/masthead-rfMicro-BG.gif);
	background-repeat:no-repeat;
	background-position: -10px 10px;
	background-color: #fff;
	margin: 0;
	padding:10px 0 0 0;
	overflow:hidden;1
}
#header .logo {
	float:right;
	max-width:90%;
	position:relative;
    top:0;
    bottom:0;
    margin:auto;
}
@media screen and (max-width: 767px) {
	#header {
		background-position: -30px 10px;
	}
}
@media screen and (max-width: 380px) {
	#header {
		background-position: -500px 10px;
	}
}


/*****************************************************
FOOTER CLASSES
*****************************************************/

.footer {
	background-image:url(/images/footer-bg-new.gif);
	background-repeat:repeat-x;
	background-color:#454240;
	color:#FFF;
	font-size:0.85em;
	/* border-top:1px solid #f16d1a; */
	padding: 40px 20px 0 20px;
	margin-top: 60px;
	line-height: 150%
}
.footer-icons, .social-icons {
	border:0;
	text-align:center;
	margin: 10px 0;
	padding: 0;
}
.footer .footer-icons img {
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
.social-icons img {
	margin: 10px;
}
.subnav .social-icons {
	margin:0;
	padding-right: 10px;
}
.subnav .social-icons img {
	margin: 0 5px 0 5px;
}

.addressdiv {
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.addressdiv {
		text-align: left;
	}
}

/*****************************************************
FOOTER DIVISION CLASSES
*****************************************************/
.corpmenu {
	margin:0 auto;
	text-align: center;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.corpmenu ul {
	padding: 0;
	margin: 0;
	border: 0;
	text-align:center;
}

.corpmenu ul li{
	display: inline-block;
	padding:0 0 0 1.5em;
	list-style-type: none;
}

.corpmenu a {
	display:block;
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	height:16px;
	padding: 10px 20px 10px 20px;
	margin: 0 20px 0 20px;
}
.corpmenu a:hover {
	background-position:0px -33px;
}

.corpmenu #modularrf {
	background-image:url(/images/footer/footer-modularrf.png);
	width:79px;
}
.corpmenu #receiver {
	background-image:url(/images/footer/footer-receiversystems.png);
	width:121px;
}
.corpmenu #europe {
	background-image:url(/images/footer/footer-areurope.png);
	width:73px;
}
.corpmenu #sunar {
	background-image: url(/images/footer/footer-sunar.png);
	width: 111px;
}

/*****************************************************
FIND IT FAST CLASSES
*****************************************************/

.FIFheader {
	padding: 20px 0;
}
.FIFchart {
	width: 100%;
	text-align: center;
}
.FIFchart img.FIFlegend {
	width: 100%;
	padding: 0;
	bottom: 0;
	margin: 0 auto;
	position: relative;
}
.FIFchart img.FIFitem {
	width: 95.890410958%;
	padding: 0
	bottom: 0;
	margin: 0 auto;
	position: relative;
	display: block;
}


/*****************************************************
* Formatting Styles
******************************************************/

.biggerBolderOranger {
	color:#f16d1a;
	font-size:150%;
	font-weight:bold;
}
.aLittleBiggerBolder {
	font-size:110%;
	font-weight:bold;
}
.aLittleBiggerBolderItal {
	font-size:110%;
	font-weight:bold;
	font-style:italic;
}
.repsHead {
	font-size: 125%;
	color: #666;
	font-weight: bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	background-color:#eee;
	text-align:left;
	background-image:url(/images/table-shadow.png);
	background-repeat:repeat-x;
}
.myQuote {
		background-color: #eeeeee;
		padding:10px 30px 10px 30px;
		text-align: left;
		background-image: url(/images/cellShadow.gif);
		background-repeat: repeat-x;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: inset;
		border-left-style: none;
		border-top-color: #f16d1a;
		border-right-color: #f16d1a;
		border-bottom-color: #DDDDDD;
		border-left-color: #f16d1a;
		font-size:1em;
		line-height:120%;
}
.FAQgraphic {
	width: 100%;
	display: block;
	padding:10px 30px 10px 10px;
	text-align: left;
	background-image: url(/images/faq-graphic.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height:120%;
	color:#777;
	font-weight:bold;
	min-height: 87px;
	font-size: 110%;
	margin: 5px 5px 20px 5px;
	float: left;
	position: relative;
}
a > div.FAQgraphic {
	background: rgba(222,222,222,1);
	background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(219,219,219,1) 0%, rgba(255,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,222,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(100%, rgba(255,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(219,219,219,1) 0%, rgba(255,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(219,219,219,1) 0%, rgba(255,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(219,219,219,1) 0%, rgba(255,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(222,222,222,1) 0%, rgba(219,219,219,1) 0%, rgba(255,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#fffefe', GradientType=0 );
	color: #f16d1a;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	float: left;
	position: relative;
}
.centered {
	text-align: center;
}
a:hover > div.FAQgraphic:hover {
	border-bottom: 1px solid #f16d1a;
	text-decoration: none;
}
div.FAQgraphic img {
	float: left;
	padding: 0 15px 10px 0;
}
.myQuoteCtr {
		background-color: #eeeeee;
		width:90%;
		padding:10px;
		text-align: left;
		background-image: url(/images/cellShadow.gif);
		background-repeat: repeat-x;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: inset;
		border-left-style: none;
		border-top-color: #f16d1a;
		border-right-color: #f16d1a;
		border-bottom-color: #DDDDDD;
		border-left-color: #f16d1a;
		margin: 0 auto;
}
.myQuoteCtrWhite {
		background-color: #FFF;
		width:80%;
		padding:10px;
		text-align: left;
		background-image: url(/images/cellShadowWht.gif);
		background-repeat: repeat-x;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: inset;
		border-left-style: none;
		border-top-color: #f16d1a;
		border-right-color: #f16d1a;
		border-bottom-color: #f16d1a;
		border-left-color: #f16d1a;
		line-height:140%;
}
.myQuoteReal {
		padding:10px 30px 10px 60px;
		text-align: left;
		background-image: url(/images/leftQuote.gif);
		background-repeat: no-repeat;
		font-size:1em;
		line-height:120%;
		color:#777;
		font-weight:500;
}
.myQuoteWithPicInset {
		background-color: #eeeeee;
		padding: 0;
		text-align: left;
		background-image: url(/images/cellShadow.gif);
		background-repeat: repeat-x;
		font-size:1em;
		line-height:120%;
		display:block;
		float:left;
		width:60%;
		min-width: 170px;
		overflow:hidden;
		margin-left: 20%;
		margin-bottom: 20px;
		margin-top: 10px;
		margin-right: 20%;
		border-bottom:solid 1px #f16d1a;
		border-top:solid 1px #f16d1a;
}
.myQuoteWithPicInset img {
	width:100%;
	float: left;
	display:block;	
	padding-bottom:10px;
}
.myQuoteWithPicInset p {
	margin: 0;
	padding: 10px;
}
.leftcolsub {
	float:left;
	width: 75%;
	margin-left: 0;
	padding: 0;
}
.leftcolsub p{
	padding:20px;
}

	.subItal {
		font-size:85%;
		font-style:italic;
		line-height:150%;
	}
	.justmakeitorange {
		color:#f16d1a;
	}

.figure {
	display:block;
	width:50%;
	float:right;
	margin:0 0 10px 30px;
}
.figure img {
	width:100%;
}
.figcaption {
	font-size:75%;
	clear:both;
	display:block;
	width:95%;
	background-color:#EEE;
	padding:0 2.5% 0 2.5%;
	border-bottom:1px solid #ccc;
}
.newsItem {
	width: 100%;
	float: left;
	display: block;
	padding: 10px;
	background-color: #fafafa;
	border-bottom: solid 1px #f16d1a;
	margin:0 0 10px 0;
}
.newsItem img {
	max-width: 33%;
	float: right;
	padding-left: 20px;
}

@media screen and (min-width: 400px) {
	.myQuoteWithPicInset {
		width: 30%;
		float: right;
		margin-right: 0;
		margin-left: 20px;
	}
	.leftcolsub {
		float:left;
		margin-left: 0;
	}
}


#newslettersignupbg {
	margin-top:20px;
	background-image:url(/images/artimes-signup.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	background-color: #FFF;
	margin: 0 auto;
	width: 100%;
	max-width: 760px;
	height: 100%;
	min-height: 800px;
	overflow:visible;
	padding: 0;
}
.signup-panel {
	background-image: url(/images/75percentBG.png);
	width: 600px;
	max-width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 60px;
	padding: 20px;
	position: absolute;
}


/*****************************************************
* Homepage Center Image Styles
******************************************************/
.catandobk {
	margin: 0 auto;
	float: left;
	position: relative;
	width:100%;
	padding:0;
	border:0;
	margin-bottom: 20px;
}
.catandobk img {
	width:100%;
}
.catandobk a {
	width: 100%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #ddd;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
	float:left;
	clear:left;
}
.catandobk a:hover {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #f16d1a;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
	padding:0;
	float:left;
	clear:left;
}

/********************************************
Homepage Outer Columns
********************************************/

.content3left, .content3right {
	padding:0;
	border:0;
	background-color: #eee;
	margin: 0 auto;
	max-width: 100%;
}
.content3left {
	float: left;
}
.content3right {
	float: left;
}
.content3left img, .content3right img {
	width: 100%;
	margin: 0 auto;
}
.content3left p, .content3right p {
	color:#666666;
	padding-top:0;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:15px;
	border-bottom: solid 1px #fff;
	font-size:0.9em;
	line-height:170%;
}
.content3left p.noline, .content3right p.noline {
	color:#666666;
	padding-top:0;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:15px;
	font-size:0.9em;
	line-height:170%;
}
.content3left p.darkback, .content3right p.darkback {
	background-color:#313131; 
	color:#FFF; 
	padding:0 10px 10px 10px;
	text-align:center;
	border-top:#000 solid 2px;
	margin:0;
}

@media screen and (min-width: 361px){
	.content3left, .content3right {
		max-width: 50%;
	}	
}

/********************************************
Plenty Styles
********************************************/
img.hlimage {
	padding:1em 0 1em 12%;
	margin: 0 auto;
}
img.hlimageNoPad {
	padding: 1em 0 1em 0;
	margin: 0 auto;
}

.container .contentOneCol .oneCol80 .plentyhl img {
	margin-top: 1em;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5em;
	padding-left:2em;
}

.plenty, .plentydl, .plentyhl {
	width:100%;
	padding-left:12%;
	padding-right:12%;
	padding-bottom:0;
	margin:0;
	border:0;
	color:#333;
	line-height:175%;
	display:block;
	text-align:left;
	clear:both;
}
.plenty2col {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	color:#999;
	line-height:175%;
	display:block;
	text-align:left;
	clear:both;
}


.plenty img {
	width:40%;
	float:left;
	padding: 1em 2em 2em 2em;
}
.plenty .plentyitem, .plenty-2col .plentyitem {
	width:100%;
	margin-top:3em;
	clear:both;
	line-height:175%;
	color:#333;
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
}
.plenty .plentyitem img.floatleft, .plenty .plentyitem img.floatleftvert, .plenty-2col .plentyitem img.floatleft, .plenty-2col .plentyitem img.floatleftvert {
	float:left;
	padding-right:2em;
	padding-bottom:1.5em;
 	vertical-align: text-top;
}
.plenty .plentyitem img.floatright, .plenty .plentyitem img.floatrightvert, .plenty-2col .plentyitem img.floatright, .plenty-2col .plentyitem img.floatrightvert {
	float:right;
	padding-left:2em;
	padding-bottom:1.5em;
 	vertical-align: text-top;
}
img.floatright, img.floatleft {
	width:30%;
}
img.floatrightvert, img.floatleftvert {
	width:20%;
}

.plenty .plentyitem p, .plenty-2col .plentyitem p {
	clear:none;
}
.hline {
	font-weight:bold;
	font-size:1.2em;
}

.plenty .halfofplenty {
	width:50%;
	float:left;	
}
.plenty .threequartersplenty {
	width:75%;
	float:left;
	clear:both;
}
.halfofplenty ul, .threequartersplenty ul {
	margin:0;
	padding:10px 0 20px 10px;
	border:0;
}
.halfofplenty ul li, .threequartersplenty ul li {
	color:#333;
	list-style-image: url(/images/bullet_orange.gif);
	list-style-position: outside;
	margin:0;
	padding:0;
	width:90%;
}
.plenty .plentyitem:nth-child(even) img {
	float:left;
 	vertical-align: text-top;
 	width: 100%;
}
.plenty .plentyitem:nth-child(odd) img {
	float:left;
 	vertical-align: text-top;
 	width: 100%;
}

@media screen and (min-width: 680px) {
	.plenty .plentyitem:nth-child(even) img, .plenty .plentyitem:nth-child(odd) img {
		width: 30%;
	}
	.plenty .plentyitem:nth-child(even) img {
		float: left;
		padding: 5px 2em 20px 0;
	}
	.plenty .plentyitem:nth-child(odd) img {
		float: right;
		padding: 5px 0 20px 2em;
	}
}
/*****************************************************
 About Us Styles
******************************************************/

.aboutus {
	width: 100%;
	vertical-align:bottom;
}

.aboutus img {
	position:relative;
}

.aboutus .abtcopy {
	display:block;
}

/*****************************************************
* Inset Styles
******************************************************/

.insetRight {
	float:right;
	width:33%;
	margin:0 0 1em 1.5em;
	background-color:#000;
	padding:0;
	border:1px solid #f16d1a;
}
.insetRight2 {
	float: right;
	width: 300px;
	margin:0 0 1em 1.5em;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.insetRight img, .insetRight2 img {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
.insetRight p, .insetRight2 p {
	font-size:.8em;
	text-align:center;
	font-weight:bold;
	margin:0;
	border:0;
	line-height:140%;
}
.insetRight2 p a {
	display: block;
	padding: 10px 0 10px 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
}
.insetRight2 p a:hover {
	background-color: #ddd;
	text-decoration:none;
}
.insetRight p a, .insetRight p a:hover {	
	color:#FFF;
}
 
/**************************************************************
	IMAGE STYLES
**************************************************************/

.leftImage {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.rightImage {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.rightImagePR {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	width:37%;
	float:right;
}
.imgInsetRight {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
	width: 100%;
}
.imgInsetLeft {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}
@media screen and (min-width: 480px) {
	.imgInsetRight {
		margin-left: 20px;
		width: 33.3%;
		min-width: 300px;
	}
	.imgInsetLeft {
		margin-right: 20px;
		width: 33.3%;
		min-width: 300px;
	}
}

.mobileNote {
	margin-top: 10px;
	font-style: italic;
	font-size: 85%;
	line-height: 100%;
}
.mobileNoteMini {
	margin-top: 10px;
	font-style: italic;
	font-size: 85%;
	line-height: 100%;
}
@media screen and (min-width: 1000px){
	.mobileNote {
	display: none;
	}
}
@media screen and (min-width: 480px){
	.mobileNoteMini {
	display: none;
	}
}

/********************************************
****            Form Stuff               ****
********************************************/
/* hides moreinfo panel in forms to catch spam */
#moreinfo {display: none;}

/**************************************************
****            Form Styles 2017               ****
***************************************************/
.resp {
	width: 100%;
	float: left;
}
.resp > div {
	width: 100%;
	padding: 2%;
	background-color: #eee;
	margin: 1px 0 1px 0;
	float: left;
	border-bottom: 1px solid #ddd;
}
.resp > div:nth-of-type(odd) {
    background: #f5f5f5;
}
.resp header {
  margin: 20px 0 20px 0; 
}
.resp > div > label, .resp > div > div > label {
	font-weight: bold;
}
.resp > div > label > input {
	float: left;
	text-align: left;
	width: 20px;
}
.resp header div {
  font-size: 90%;
  color: #999;
}
.resp header h1 {
  margin: 0 0 5px 0;
}

.resp > div > div.selSec {
	width: 96%;
	float: left;
	padding: 2%;
}

.resp > div > div > input[type=text], .resp > div > div > input[type=email], .resp > div > div > input[type=password] {
	width: 75%;
}
.resp > div > div > input[type="radio"] {
	padding-right: 20px;
}
.resp > div > div > textarea {
	width: 90%;
}
.resp > div > div > input.numberbox, .resp > div > div > div > input.numberbox  {
	width: 50px;
}
.resp > div.row3 > div {
	width: 33%;
	float: left;
}
.resp > div.row3 > div.twoofem {
	width: 66%;
	float: left;
}
.resp > div > div.threeofem {
	width: 96%;
	padding:0 2%;
}
.resp > div > div.third {
	width: 90%;
	padding:5px 2%;
	float: left;
	clear: both;
}
.resp > div > div.half {
	width: 96%;
	padding:5px 2%;
	float: left;
}
.resp > div:last-child {
	background-color: #FFF;
}


@media screen and (min-width: 640px) {
	.resp > div > div.third {
		width: 29%;
		padding:5px 2%;
		float: left;
		clear: none;
	}
	.resp > div > div.selSec {
	width: 46%;
	float: left;
	padding: 2%;
	}
	.resp > div > div.half {
	width: 46%;
	padding:5px 2%;
	float: left;

/****************************************************
* 2016 Form Styles 
*****************************************************/

.formdiv {
	width:100%;
	max-width:500px;
	padding:0;
	margin:0;
	display:block;
}
.formdivrow {
	float:left;
	clear:both;
	padding:0;
	margin:0;
	border:0;
	diplay:block;
	width:100%;
}
.formdiv-col1, .formdiv-col2 {
	float:left;
	padding:5px
}
.formdiv-col1 {
	width:15%;
	margin: 0 1px 1px 0;
	padding-right: 20px;
	padding-top:.5em;
}
.formdiv-col2 {
	width: 70%;
	margin:0;
}
.formdiv #email, .formdiv #serial {
	margin:0;
	-webkit-box-shadow:inset 0 1px 4px #AAA;
	-moz-box-shadow:inset 0 1px 4px #AAA;
	box-shadow:inset 0 1px 4px #AAA;
	border:1px solid #d6d6d6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	width:100%;
	height:1em;
	line-height:.85em;
	padding:7px 2px 7px 10px;
	background-color:#fafafa;
}
}
}

/*****************************************************
SIDE MENU CLASSES
******************************************************/

.smlcol ul {
	padding:20px 0 0 0;
	list-style:none;
	text-align:left;
	line-height:110%;
	width:100%;
	margin-left:0;
	max-width: 400px;
	position: relative;
	display: block;
}
.smlcol ul li a {
	display: block;
	font-weight:bold;
	background-color:#F6F6F6;
	color:#f16d1a;
	width:90%;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	display: block;
	margin-bottom:2px;
	font-size:0.8em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	position:relative;
	z-index: 9;
}

.smlcol ul li a:hover {
	background-color:#E6E6E6;
	text-decoration:none;
	border-bottom:solid 1px #f16d1a;
	z-index: 10;
}
.smlcol ul li ul {
	margin-left:0;
	width:100%;
}
.smlcol ul li ul li a {
	background-color:#FFF;
	border-bottom:solid 1px #eee;
	border-right:solid 1px #eee;
}
.smlcol ul li ul {
	padding: 0;
	margin: 0;
	bottom: 0;
}

/***********************************************  
Tradshow Styles 
************************************************/

.tradeshow {
	display:block;
	background-image:url(/images/tsbg.gif);
	background-repeat:repeat-x;
	padding:0;
	width: 100%;
	margin-bottom:10px;
	float:left;
	clear:both;
	border:1px solid #f16d1a;	
}
.tradeshow img {
	width:30%;
	margin-right:5%;
	float: left;
	padding: 0 0 0 0;
	display:block;
	white-space:nowrap;
}
.tradeshow .head {
	font-weight:bold;
	font-size:120%;
	width:65%;
	margin: 25px 0 0 0;
}
.tradeshow p {
	display:block;
	float:left;
}

@media all and (max-width: 400px) {
	.tradeshow {
		background-color:#EEE;
	}
	.tradeshow img {
		width:100%;
	}
	.tradeshow p {
		width:80%;
		padding:0 10% 10px 10%;
		margin:0 auto;
	}
	.tradeshow .head {
		width:100%;
	}
}

/*****************************************************
* Careers Accordion Styles
******************************************************/

#jobswrapper {
	width: 100%;
	max-width: 500px;
}
.accordionButton {
	width: 100%;
	max-width: 500px;
	font-size: 125%;
  	color: #fff;
  	font-weight: bold;
  	padding-top: 0.5em;
  	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #eee;
	text-align: center;
	background-image: url("/images/careersBG-on.jpg");
	background-repeat:no-repeat;
	cursor: pointer;
	clear:left;
	margin-bottom:10px;
	border-bottom:1px solid #f16d1a;
	text-shadow: 2px 2px 1px #333;
	overflow:hidden;
}
	
.accordionContent {	
	width: 100% -4em;
	max-width: 500px;
	padding:.5em 2em 2em 2em;
	color:#555;
	float: left;
	display: none;
	background-image:url(/images/career-detail-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	border-bottom:1px solid #f16d1a;
	margin-bottom:10px;
	}

/**************************************************
* KNOWLEDGE CENTER STYLES
**************************************************/

.ads {
	background-color: #eee;
	padding: 1.5em;
	float: left;
	border: thin solid #FFF;
	background-image:url(/images/table-shadow.png);
	background-repeat:repeat-x;
}
.pr {
	line-height: 150%;
	background-color: #eeeeee;
	background-image: url("/images/icon_ardoc_active.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	width: 100%;
	padding-top: 1em;
	padding-right: 10%;
	padding-bottom: 1em;
	padding-left: 50px;
}

.tshow {
	background-color: #eee;
	padding: 1.5em;
	float: left;
	border: thin solid #FFF;
	background-image:url(/images/table-shadow.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	width: 100%;
}
.tshow img {max-width: 100%}
.tshowlscape {
	background-color: #eee;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 3em;
	padding-right: 3em;
	float: left;
	border: thin solid #FFF;
	background-image:url(/images/table-shadow.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	max-width:60%;
}

.tshowfull {
	background-color: #eee;
	padding: 2em;
	float: left;
	border: thin solid #FFF;
	background-image:url(/images/table-shadow.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.tshowfull img {max-width: 100%}

.kcCircleContainer {
	float: left;
	width: 100%;
}
.kcCircleButtonsQTR {
	float: left;
	width: 25%;
	text-align: center;
}
.kcCircleButtonsTHIRD {
	float: left;
	width: 33.3333333333%;
	text-align: center;
}

.fifs {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 20px 20px 0;
	border: 0;
}
.fifs img {
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
}

@media screen and (min-width: 640px){
	.tshow {
	width: 33.33%;
	}
	.ads {
		padding: 1.5em;
	}
}
@media screen and (min-width: 500px){
	.fifs {
	width: 238px;
	margin: 0 20px 20px 20px;
	float: right;
	padding-left:20px;
	}
}

.IRCsoftware, .IRCarticles, .IRCappNotes, .IRCvideos {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:center;
	padding-bottom:2em;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.IRClist {
	width: 100%;
	text-align:left;
	padding-top:1em;
	margin-left:10em;
	margin-top: 20px;
}
.IRClist-iPad {
	margin: 0 auto;
	width: 90%;
	text-align:left;
	padding: 2em 5% 5em 5%;
	background-color: #eee;
	font-size: 160%;
}
ul.kclisting, .IRClist-iPad ul.kclisting {
	margin-left:0;
	padding:0;
	border:0;
	list-style-type: none;
	list-style-image:none;
}
ul.kclisting li, .IRClist-iPad ul.kclisting li {
	margin:0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	list-style-type: none;
	list-style-image:none;
	font-weight:bold;
	font-size:110%;
	width: 100%;
}
ul.kclisting li ul li, .IRClist-iPad ul.kclisting li ul li {
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border:0;
	list-style-type: none;
	list-style-image:none;
	font-weight:normal;
	font-size:100%;
}
.IRClist p {
	width:100%;
}

.panelpad {
	float: left;
	padding: 0 10% 60px 10%;
	position: relative;
}



/**************************************************
* MISCELLANEOUS STYLES
**************************************************/

.nopad {
	padding: 0;
}

.sup	{
	position:relative;
	top: -5px;
	font-size:75%;
}

.downloadSW {
	line-height: 150%;
	background-image: url("/images/download-arrow.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2em;
	margin-left: 1px;
	width: 75%;
	padding-top: 1em;
	padding-right: 4em;le
	padding-bottom: .5em;
	padding-left: 4em;
	float:left;
	overflow:visible !important;
	font-weight:bold;
}

ul.pmeButtons {
	list-style:none;
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 75%;
    font-weight: bold;
    font-size: 110%;
}

ul.pmeButtons li {
	list-style:none;
    list-style-type:none;
    margin:0 0 1px 0;
}

ul.pmeButtons li a {
    display: block;
    padding: 8px 0 8px 16px;
    border-bottom: 1px solid #CCC;
    background-position: center;
}

ul.pmeButtons li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #f16d1a;
    background-color: #fafafa;
}

a.med-button {
	float: left;
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0 20px 0;
	font-weight: bold;
}
a:hover.med-button {
	background-color: #eee;
	border: 1px solid #F60;
	text-decoration: none;
}

div.hr {
    height: 10px;
    border: 0;
    background-image:url(/images/tiny-dots.gif);/*url(/images/hr-lines.gif);*/
	color:#eee;
	width:100% -40px;
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr {
	display:none;
}

.contactinfocontainer {
	width:100%;
	display:block;
	margin:0;
	border:0;
	padding:0;
}
.abouthalf {
	float:left;
	min-width: 320px;
	width:48%;
	margin:0 0 20px 0;
	border:0;
	padding:0;
}

.rightArrowCallOut {
	width: 50%;
	min-width: 280px;
	float: left;
	clear: both;
	padding-left: 0 0 0 60px;
	margin: 10px 0 0 0;
	border: 0;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
.rightArrowCallOut a {
	display: block;
	text-decoration: none;
	width:100%;
	height: 100%;
	background-color: #eee;
	border-bottom: 2px solid #ccc;
	background-repeat: no-repeat;
	background-image: url(/images/arrow-right.png);
	background-position: 10px center;
	min-height: 40px;
	padding: 10px 10px 10px 60px;
	vertical-align:central;
}
.rightArrowCallOut a:hover {
	background-color: #f3f3f3;
	border-bottom: 2px solid #f16d1a;
}

.shadow {
  -moz-box-shadow:    1px 3px 5px 0 #ccc;
  -webkit-box-shadow: 1px 3px 5px 0 #ccc;
  box-shadow:         1px 3px 5px 0 #ccc;
}

/***********************************************************
	ShareThis classes
***********************************************************/

.st-custom-button[data-network] {
   display: inline-block;
   padding: 5px;
   cursor: pointer;
  }
   
   &:hover, &:focus {
      text-decoration: underline;
      background-color: #00c7ff;
   }

/*********************************************************
	accordion faq fixes
**********************************************************/

ul.faq, ul.faq li { 
	list-style: none;
	width: 100%;
}
.faq li {padding: 15px 20px 15px 40px;}
.faq li img {margin: 0 10px 0 0;}


.resp input.error {
	float: left;
	text-align: left;
}


/***********************************************************
	bootstrap classes redefined
***********************************************************/
.addsearch {
	width: 100%;
	border: 1px solid #f16d1a;
	background: white url("https://www.arworld.us/images/uSearch-watermark.gif") no-repeat scroll 100% 50%;
}
#addsearch-logo { display: none !important; }

/***********************************************************
	selection classes
***********************************************************/

::selection {
  background: #f16d1a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #f16d1a; /* Gecko Browsers */
  color: #fff;
}

/***********************************************************
	bootstrap classes redefined
***********************************************************/
.btn {	
	background-color: #f16d1a;
	color: #FFF;
}
.btn:hover {
	color: #FFF;
}
.btn-default {
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #f16d1a;
	border: solid 1px #f90;
}
.btn:focus ,.btn-default:hover, .btn-default:active, .btn-default:visited, btn-default:focus, .btn-default:active:focus, .btn-success:active:focus, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #f90;
	border: solid 1px #f16d1a;
	color: #FFF;
}
.col-md-6 {
	margin-bottom: 40px;
}
