/************************ SEE BOTTOM FOR CUSTOM HOME STYLES (non-jCarousel) ***************************************/


/* Featured Products area */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 150px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* Tango Skin CSS for Featured Products area (jCarousel) */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 0px;
    background: ;
    border: ;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    background-image: url(/includes/templates/arc_custom/featProd/examples/empty_wide_spotlight.jpg);
	background-repeat:no-repeat;
	width: 585px;
	height: 300px;
    padding: 0px 0px 0px 0px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  545px;
    height: 300px;
	padding-left: 20px;
	padding-right: 20px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 150px;
    height: 175px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 35px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 255px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/includes/templates/arc_custom/featProd/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 255px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/includes/templates/arc_custom/featProd/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/includes/templates/arc_custom/featProd/skins/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/includes/templates/arc_custom/featProd/skins/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#mycarousel {
	margin-top: 100px;
}



/****************************************************** CUSTOM HOME STYLES ***********************************************************************/

#homeContentLayout td{
	vertical-align:top;
}

#featured_products_area{
	height:308px;
	width:585px;
}

ul.jcarousel-skin-tango{ visibility:hidden; }

#below_featured_products_left{
	padding-right:8px;	
}

#middle_product_buttons_layout{
	margin-bottom:8px;	
}

#middle_product_buttons_layout td{
	vertical-align:top;
}
#middle_product_buttons{
	background:url(/includes/templates/arc_custom/images/middle_product_buttons_bg.jpg) repeat-y;
}

#bottom_products{
	margin-top:9px;	
}

#bottom_products td.bp_right{
	width:231px;	
}

#bottom_products h3{
	display:none;	
}

#bottom_products a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#bottom_products a:hover {
	color: #FA702A;
}

#bottom_products p{
	padding:24px 0 0 0;
	margin:0 5px 0 2px;
	font-size:10px;
	color:#aca9a9;
	font-weight:bold;
	line-height:12px;
}

#purge_gas_equipment{
	background:url(/includes/templates/arc_custom/images/purge_gas_equipment_bg.jpg) no-repeat top;
	height:79px;
}

#monster_nozzles{
	background:url(/includes/templates/arc_custom/images/monster_nozzles_bg.jpg) no-repeat top;	
	height:80px;
}

#books_dvds{
	background:url(/includes/templates/arc_custom/images/books_and_dvds_bg.jpg) no-repeat top;	
	height:80px;
}

#preground_electrodes{
	background:url(/includes/templates/arc_custom/images/preground_electrodes_bg.jpg) no-repeat top;	
	height:81px;
}

#coolkit{
	background:url(/includes/templates/arc_custom/images/coolkit_bg.jpg) no-repeat top;	
	height:80px;
}

#micro_tig{
	background:url(/includes/templates/arc_custom/images/micro_tig_welding_bg.jpg) no-repeat top;	
	height:83px;
}

#azInTheNews{
	margin-bottom:8px;	
}

#subcontent{
	position: absolute; 
	visibility: hidden; 
	width: 227px; 
	height: 293px; 
	background-image: url(/includes/templates/arc_custom/images/azNewsletterBGOver.jpg); 
	background-repeat: no-repeat;
}
#subcontent_inner{
	margin-top: 110px; 
	position:relative;
	left:17px;
}

#subcontent #ea_container{
	width:201px;
	position:relative;
	left:-3px;
	top:-2px;
}

#subcontent #ea{
	border:none;
	background:url(/includes/templates/arc_custom/images/text_box.jpg) no-repeat;
	padding-left:3px;
	width:100%;
	font-size:11px;
	padding:5px 3px;
}

#subcontent #sign_up{
	text-align:right;		
	width:201px;
}

#subcontent #sign_up_button{
	margin-right:0;
}

#azNewsletterButton, #azEbayStore, #solutions_layout, #resources_layout{
	margin-bottom:8px	
}

.newsletterButton {
	float:right;
	width:176px;
	height:38px;
	background-image:url(/includes/templates/arc_custom/images/azNewsletterButton.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.newsletterButton:hover {
	width:176px;
	height:38px;
	background-image:url(/includes/templates/arc_custom/images/azNewsletterOver.png);
	background-repeat:no-repeat;
	background-position:top right;
	overflow:visible;
}