/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.1
 */
 

/* GENERAL */ 
*
{
	margin:0px;
	padding:0px;
}
body
{
	background-color:#F2F2F2;
}
#container
{
	width:1024px;
	margin:auto;
	background-color:#FFFFFF;
	-moz-box-shadow: 0px 8px 10px -6px #707070;
	-webkit-box-shadow: 0px 8px 10px -6px #707070;
	box-shadow: 0px 8px 10px -6px #707070;
	padding-bottom:5px;
	border: 1px solid #E6E6E6;
}
ul
{
	list-style-type:none;
}
#logoContainer
{
	height:70px;
}
#imageContainer
{
	float:left;
}
#imageContainer img
{
	margin-bottom:-4px;
}
#affiliationsContainer 
{
	float:right;
	margin-top: 2px;
    margin-right: 4px;

}
#affiliationsContainer img
{
	height:30px;
    margin-bottom: -4px;
}
#affiliationsContainer p
{
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 16px;
    text-align: center;
    color:darkgreen;
}
#navigation
{
	margin:auto;
	width:500;
	border: 1px solid #000000;
	-webkit-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-moz-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-ms-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-o-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	line-height: 1;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003B05), color-stop(50%, #004506), color-stop(50%, #003B05), color-stop(100%, #002E04));
	background-image: -webkit-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -moz-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -ms-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -o-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
}

/* MAIN */
#homeContent
{
	margin-top:30px;
	margin-bottom:30px;
}
.note p
{
	font:12px "helvetica neue", helvetica, arial, sans-serif;
	line-height:18px;
}
.note b
{
	font:12px "helvetica neue", helvetica, arial, sans-serif;
	line-height:18px;
	font-weight:bold; !important;
}
.note h1
{
	font:18px "helvetica neue", helvetica, arial, sans-serif;
	line-height:38px;
}
.note
{
	-webkit-box-shadow:0 0 30px #BABABA; 
	-moz-box-shadow: 0 0 30px #BABABA; 
	box-shadow:0 0 30px #BABABA; 
	margin:auto;
	width: 930px;
	padding:20px;
	padding-top:10px;
	border: 1px solid #C4C4C4;
}
#infoHolder
{
	background: #003b05; /* Old browsers */
	background: -moz-linear-gradient(top,  #003b05 0%, #002e04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b05), color-stop(100%,#002e04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003b05 0%,#002e04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003b05 0%,#002e04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003b05 0%,#002e04 100%); /* IE10+ */
	background: linear-gradient(top,  #003b05 0%,#002e04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b05', endColorstr='#002e04',GradientType=0 ); /* IE6-9 */

	height:141px;
	border: 1px solid black;
	
	-webkit-box-shadow: 0 10px 10px -1px #BABABA;
	-moz-box-shadow: 0 10px 10px -1px #BABABA;
	-ms-box-shadow: 0 10px 10px -1px #BABABA;
	-o-box-shadow: 0 10px 10px -1px #BABABA;
	box-shadow: 0 10px 10px -1px #BABABA; 
}
#infoBox
{
	display:block;
	margin:auto;
	width:726px;
	overflow:hidden;
}
#infoBox a:link
{
	color:#99D982;
}
#infoBox a:hover
{
	color:#FFFFFF;
}
#infoBox a:visited
{
	color:#FFFFFF;
}
#newProductsInfo, #specialProductsInfo, #newsInfo
{
	background: #003b05; /* Old browsers */
	background: -moz-linear-gradient(top,  #003b05 0%, #002e04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b05), color-stop(100%,#002e04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003b05 0%,#002e04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003b05 0%,#002e04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003b05 0%,#002e04 100%); /* IE10+ */
	background: linear-gradient(top,  #003b05 0%,#002e04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b05', endColorstr='#002e04',GradientType=0 ); /* IE6-9 */
	
	display:block;
	float:left;
	padding:20px;
	color:#99D982;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	height: 100px;
    width: 200px;
    border: 1px solid black;
	overflow:hidden;
}
#footer
{
	margin-top:40px;
	margin-bottom:10px;
	clear:both;
}
#footer p
{
	margin-left: 40px;
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
	color:#636363;
}
#footerBar
{
	margin-bottom:20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003B05), color-stop(50%, #004506), color-stop(50%, #003B05), color-stop(100%, #002E04));
	background-image: -webkit-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -moz-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -ms-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: -o-linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	background-image: linear-gradient(top, #003B05 0%, #004506 50%, #003B05 50%, #002E04 100%);
	border: 1px solid #000000;
	-webkit-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-moz-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-ms-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	-o-box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	box-shadow: inset 0px 0px 10px #00850C, 0 5px 5px -1px #BABABA;
	height:30px;
}
.heading
{
	font-size:18px;
	margin-bottom:10px;
}
#animatedImageView
{
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25ppx;
	width:964px;
	height:250px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow:0 0 30px #BABABA; 
	-moz-box-shadow: 0 0 30px #BABABA; 
	box-shadow:0 0 30px #BABABA; 
}
.standardBanner
{
	background-image:url(../img/EmbroideryMachine.png);
}
.newsBanner
{
	background-image:url(../img/OverlockingMachine.png);
}
.supportBanner
{
	background-image:url(../img/ButtonHoleMachine.png);
}
.contactUsBanner
{
	background-image:url(../img/OverlockingMachine2.png); !important
}
#s3slider { 
	margin-top:30px;
	margin-left: 25px;
	margin-right: 25ppx;
	width: 964px; /* important to be same as image width */ 
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 5px solid #FFFFFF;
	-webkit-box-shadow:0 0 30px #BABABA; 
	-moz-box-shadow: 0 0 30px #BABABA; 
	box-shadow:0 0 30px #BABABA; 
}
#s3sliderContent {
   width: 964px; /* important to be same as image width or wider */
   position: absolute; /* important */
   margin-left: 0; /* important */
}
.s3sliderImage {
   position: relative; /* important */
   display: none; /* important */
}
.s3sliderImage b {
	font:14px "helvetica neue", helvetica, arial, sans-serif;
	font-weight:bold;
	line-height:20px;
}
.rightDisplay{
	width: 100px; /* width of text content */
	float:right;
	right:0;
	top: 0; /* important */
	bottom:0;
}
.leftDisplay{
	width: 100px; /* width of text content */
	float: left; /* important */
	left:0;
	top: 0; /* important */
	bottom: 0;
}
.bottomDisplay{
	width: 964px; /* width of text content */
	bottom:0;
	left:0;
}
.s3sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}
.clear {
   clear: both;
}

/* PRODUCTS */
#productsBody
{
	float:right;
	clear:none;
}
#productImageView
{
	display:block;
	float:right;
	overflow:auto;
	margin-right:30px;
	margin-bottom:30px;
	width:700px;
	height:250px;
	background-image:url(../img/EmbroideryMachine.png);
	border: 5px solid #FFFFFF;
	-webkit-box-shadow:0 0 30px #BABABA; 
	-moz-box-shadow: 0 0 30px #BABABA; 
	box-shadow:0 0 30px #BABABA; 
}
#productsContentHeading
{
	margin-left:12px;
	margin-top:5px;
}
#productsContent
{
	margin-right:25px;
	/* margin-bottom:30px;
	width:670px;
	clear:both; */
}
#newestProducts
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#firstpane
{
	visibility: hidden;
}
.productItem
{
	width: 12em;
	border:lightgrey solid 1px;
}
.boxgrid
{ 
	width: 12em; 
	height: 160px; 
	margin: .8em;
	display: inline-block;
	overflow: hidden; 
	position: relative; 
	-webkit-box-shadow:0 2px 10px #BABABA; 
	-moz-box-shadow: 0 2px 10px #BABABA; 
	box-shadow:0 2px 10px #BABABA; 
	border: 1px solid #C4C4C4;
}
.boxgrid:hover
{
	cursor: hand; 
	cursor: pointer;
}
.boxgrid img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p
{ 
	padding: .6em;
	padding-bottom: 0;
	color:#afafaf; 
}
.boxgrid b
{
	font-weight: bold;
}
.boxcaption
{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.caption .boxcaption 
{
	top: 125px;
	left: 0;
}
.menu_list 
{
	width: 200px;
	margin-top:30px;
	margin-left:30px;
	font:12px "helvetica neue", helvetica, arial, sans-serif;
	font-weight:bold;
	line-height:30px;
	-webkit-box-shadow:0 0 30px #BABABA; 
	-moz-box-shadow: 0 0 30px #BABABA; 
	box-shadow:0 0 30px #BABABA;
}
.menu_head 
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	border-top: 1px solid #FFFFFF;
	font-weight:bold;
	background-image: url("../img/menuBg.gif"); !important
}
.menu_body 
{
	display:none;
}
.menu_body a 
{
	border-top: 1px solid #FFFFFF;
	display:block;
	background-color:#F0F0F0;
	padding-left:10px;
	color: #000000;
	text-decoration:none;
}
.menu_body a:before
{
	padding-left: 2em;
	padding-right: 0.5em;
	content: url(../img/left.png);
}
.menu_body a:hover 
{
	background-color:#DDDDDD;
}
ul.potato-menu
{
	padding-left:20px;
}
.potato-menu:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item
{
	margin:0;
	padding-top:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a:link
{
	display:block;
	padding-left:20px;
	text-decoration:none;
	white-space:nowrap;;
	color:#99D982;
}
ul.potato-menu li.potato-menu-item a:visited
{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	color:#99D982;
}
ul.potato-menu li.potato-menu-item a:active
{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	color:#B2FF96;
}
ul.potato-menu li.potato-menu-item a:hover
{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	color:#FFFFFF;
}
ul.potato-menu ul.potato-menu-group
{
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}
li.potato-menu-item
{
    width:160px;
    font-size:12px;
	text-align:center;
}
li.potato-menu-item a
{
    padding:14px 20px 14px 12px;
    color: #fff;
}
.potato-menu-vertical .potato-menu-item
{	
  font-size:12px;
	background-color: #002E04;
	border: 1px solid #000000;
	border-top:none;
	text-align:left;
}
.potato-menu-vertical .potato-menu-item a:hover
{
	  background-color:#185C00;
}
/* PRODUCTS */

/* PRODUCT ITEM */
.displayItem 
{
	width: 30em;
}
/* PRODUCT ITEM */


/* FOR BUTTONS? 
button.thoughtbot {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 150px; }
  button.thoughtbot:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
  button.thoughtbot:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); }
*/