/* CSS Document */

body{
	background-color:#CCCCCC;
}
#slime_page{
	margin:-8px auto;
	width:900px;
	height:100%;
	background-color:#333333;
	box-shadow:0px 0px 8px #000000;
}
#toplineback{
	margin:-8px auto;
	height:35px;
	width:900px;
	background-color:#333333;
	z-index:10000;
}
.topinfor{
	height:80px;
	padding:5px;
	width:520px;
	float:right;
	padding-top:25px;
	font-size:14px;
	color:#FFFFFF;
}
.subjectmore{
	font-family:Calibri;
	font-size:15px;
	padding-top:7px;
	margin-top:16px;
	font-weight:bold;
	float:right;
	padding-bottom:5px;
	color:#000000;
}
.subjectmore span{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:20px;
}
.subjectmore span a{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.subjectmore span a:hover{
	text-decoration:underline;
}
.searcharea{
	float:right;
	background-color:#000000;
	padding:5px;
	width:440px;
	font-family:Calibri;
	padding-top:2px;
	margin-top:0px;
}
.searcharea form{
	margin-left:20px;
	float:left;
}
.searcharea input{
	margin-top:2px;
}
.searchbutton{
	background-image:url(../images/search_go.gif);
	width:35px;
	height:23px;
	border:none;
	margin-right:10px;
}
.searchbutton input{
	float:right;
}
#logbackline{
	margin:8px 0px auto;
	height:120px;
	padding-top:10px;
	background-color:#FFFFFF;
}
#backline{
	margin:0 auto;
	height:100px;
	width:900px;
	font-size:14px;
	background-image:url(../images/header_bg.jpg);
}
.slimeimage{
	padding:10px;
	margin-top:1px;
	margin-left:650px;
	margin-top:-10px;
}
.adityalogo{
	float:left;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
}
.adityalogo img{
	border:none;
}
.contactpagedet{
	margin-right:10px;
	float:right;
}
.contactpagedet a{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.contactpagedet a:hover{
	text-decoration:underline;
}
#mennubackline{
	margin:-25px 0px auto;
	height:50px;
	width:900px;
	z-index:10000;
}
#mennuback{
	margin:0px auto;
	height:50px;
	width:900px;
	background-image:url(../images/line.gif);
	z-index:10000;
}
#mennuback li a{
	z-index:10000;
	color:#333333;
	font-weight:100;
	text-decoration:none;
}
#mennuback ul {
  text-align: left;
  margin-left:-40px;
  list-style: none;
}

#mennuback ul li {
  color:#FFFFFF;
  text-decoration: none;
  display: block;
  font-size:12px; 
  color:#424242 ;
  font-family: Arial Narrow, "Arial Narrow", sans-serif; !important;
  display: inline-block;
  position: relative;
  text-align:center;
  padding: 16px 14px;
  margin-left:-3px;
  border-bottom:1px solid #666666;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #EBEBEB; 
  background-repeat: repeat-x; 
  background: -webkit-gradient(linear, 60% 70%, 0% 100%, from(#CCCCCC), to(#FFFFFF)); 
  background: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC); 
  background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC); 
  background: -ms-linear-gradient(top, #FFFFFF, #CCCCCC); 
  background: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
}
#mennuback li a:hover{
	color:#FFFFFF;
}
#mennuback li:hover {
  z-index:10000;
  color: #FFFFFF;
  border-bottom:1px dotted #CCCCCC;
  background-color: #3F7109; background-repeat: repeat-x; 
  background: -webkit-gradient(linear, 60% 70%, 0% 100%, from(#446116), to(#95c36d)); 
  background: -webkit-linear-gradient(top, #95c36d, #446116); 
  background: -moz-linear-gradient(top, #95c36d, #446116); 
  background: -ms-linear-gradient(top, #95c36d, #446116); 
  background: -o-linear-gradient(top, #95c36d, #446116);
}
#mennuback ul li:a:hover {
  color: #FFFFFF;
}
#mennuback ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width:0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  margin-left:3px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  box-shadow:0px 0px 5px #000000;
}
#mennuback ul li ul li a{
   color: #FFFFFF;
   margin-left:-6px;
   font-size:14px;
  font-family: Arial Narrow, "Arial Narrow", sans-serif; !important;
}
#mennuback ul li ul li { 
  background: #64973d; 
  border-bottom:1px dotted #333333;
  display: block; 
  vertical-align:top;
  text-align:left;
  height:8px;
  color: #fff;
  text-shadow: 0 -1px 0 #333333;
}
#mennuback ul li ul li:hover { background: #333333; box-shadow:0px 0px 2px #000000;}
#mennuback ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#bannerset{
	margin:0 auto;
	background-color:#669966;
	height:400px;
	width:900px;
}
#container {
	width:900px;
	height:400px; 
}
#titleset{
	margin:0 auto;
	background-color:#8BBA70;
	height:40px;
	width:900px;
}
.pageicons{
	float:right;
}
.pageicons img{
	margin:-7px;
}
#homepage{
	margin:0 auto;
	background-color:#FFFFFF;
	height:500px;
	width:900px;
}

#footerline{
	margin:0 auto;
	margin-bottom:-10px;
	height:40px;
	width:900px;
	font-family:Arial;
	font-size:11px;
}
.footerleft{
	margin:10px;
	float:left;
	color:#FFFFFF;
}
.footerleft a{
	color:#669900;
	font-weight:bold;
}
.footerleft a:hover{
	color:#FFFFFF;
}
.footerrite{
	margin:10px;
	float:right;
	color:#FFFFFF;
}
.footerrite a{
	color:#669900;
	font-weight:bold;
}
.footerrite a:hover{
	color:#FFFFFF;
}
#backfooter{
	margin:0px auto;
	width:900px;
	margin-bottom:-10px;
	background-image:url(../images/black_paper.png);
	height:40px;
}
.somemmorehome{
	width:380px;
	height:341px;
	padding:5px;
	margin:2px;
	margin-top:5px;
	background-color:#F7F7F7;
	float:right;
	border:1px solid #CCCCCC;
}

.eventupdate{
	width:180px;
	height:351px;
	margin-top:5px;
	float:left;
	border:1px solid #CCCCCC;
}
.eventtop{
	background-color:#E0EDE4;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #E8E8E8;
	font-weight:bold;
}
.eventdetat{
	padding:5px;
	font-family:Arial;
	font-size:12px;
}
.eventdetat li{
	list-style:none;
	line-height:18px;
}
.eventdetat li a{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	margin-left:5px;
}
.eventdetat li a:hover{
	text-decoration:underline;
}
.eventdetat li img{
	margin-left:-35px;
}
.facebook{
	margin:5px;
	float:left;
	height:410px;
	width:310px;
}

.eventtitle{
	font-weight:bold;
	font-family:Calibri;
	font-size:18px;
}
.bottomdetails{
	background-color:#E2E4C0;
	float:left;
	font-weight:bold;
	font-family:Arial;
	height:60px;
	width:880px;
	margin:5px;
	padding:5px;
	border:1px thin #999999;
    text-shadow: 0 -1px 0 #fff;
    font-size:12px;
}
.bottomdetails form{
	padding-top:10px;
}
.bottomdetails form input{
	border:1px groove #CCCC99;
	background-color:#F9F9F9;
}
.bottomdetails span input{
	border-radius:4px;
	background-color:#0B771B;
	font-weight:bold;
	font-family:Arial;
	color:#FFFFFF;
	padding:2px;
	font-size:11px;
	border:1px solid #99CC00;
    text-shadow: 0 -1px 0 #000000;
}
#contentmainpage{
	margin:0 auto;
	background-color:#FFFFFF;
	height:90%;
	width:900px;
}
#contentpage{
	padding-top:10px;
	background-color:#FFFFFF;
	height:100%;
	min-height:450px;
	padding-bottom:10px;
}
.sidepanel{
	float:left;
	width:220px;
	margin-left:10px;
	background-color:#F3F3F3;
	min-height:200px;
	height:100%;
	border:1px solid #CCCC99;
	box-shadow:0px 0px 5px #000000;
}
.maincontent{
	margin-left:240px;
	width:650px;
	background-color:#FFFFFF;
	height:100%;
	font-family:Calibri;
}
.producttitle{
	background-color: #3F7109; background-repeat: repeat-x; 
    background: -webkit-gradient(linear, 60% 70%, 0% 100%, from(#446116), to(#95c36d)); 
    background: -webkit-linear-gradient(top, #95c36d, #446116); 
    background: -moz-linear-gradient(top, #95c36d, #446116); 
    background: -ms-linear-gradient(top, #95c36d, #446116); 
    background: -o-linear-gradient(top, #95c36d, #446116);
	padding:3px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
    text-shadow: 1px 1px #000000;
	border-bottom:2px solid #446116;
}
.productsmenu li{
	list-style:none;
	font-family:arial;
	font-size:12px;
	background-color:#CCCCCC;
	line-height:22px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	margin-left:-40px;
	padding-left:10px;
	text-decoration:none;
}
.productsmenu li a{
	text-decoration:none;
	color:#000000;
}
.productsmenu li:hover{
	text-decoration:underline;
}

.alltitles{
	  height:18px;
	  font-family:Arial;
	  color:#000000;
	  font-size:14px;
	  font-weight:bold;
	  background-color: #CCCCCC; background-repeat: repeat-x; 
	  background: -webkit-gradient(linear, 60% 70%, 0% 100%, from(#CCCCCC), to(#F7F7F7)); 
	  background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); 
	  background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); 
	  background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); 
	  background: -o-linear-gradient(top, #F7F7F7, #CCCCCC);
	  padding:4px;
	  text-shadow: 1px 1px #FFFFFF;
	  border-bottom:1px solid #666666;
}

.contentdetails{
	padding:10px;
	font-size:13px;
	line-height:18px;
	font-family:Arial;
	margin-top:0px;
	border:1px solid #999999;
	height:100%;
	min-height: 300px;
	font-family:Calibri (Body);
}
.contentdetails a{
	border-radius:3px;
	padding:4px;
	color:#333333;
	text-decoration:none;
}
.contentdetails a:hover{
	text-decoration:underline;
	color:#339933;
	font-family:Calibri (Body);
}
.msdnlinks{
	 color:#669933;
	 font-size:90%;
	 font-style:normal;
	 font-family:Arial;
}
#expanderHead{
	color:#006600;
}
.toggler a{ cursor:pointer;color:#006600;text-decoration:none;font-size:12px;}
.toggler li a:link{color:red;}
.toggler li{margin-left:-10px;line-height:8px;}
.toggler li ul li{
	font-size:12px;
}
.toggler div { display:none;padding-left:30px;color:#000000;margin-top:-6px;font-weight:normal;font-size:12px; }


/*Product Page*/

.productlist{
	text-align:center;
	width:130px;
	float:left;	
	padding:5px;
	height:230px;
	border-radius:3px;
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
    display: block;
	margin-right:15px;
	margin-top:10px;
}
.productlist:hover{
	box-shadow:0px 0px 4px #000000;
	border:1px solid #999966;
}
.prductimage{
	text-align:center;
	width:125px;
	padding:2px;
	height:120px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	border-radius:3px;
}
.prductimage img{
	border:none;
}
.prductname{
	padding-top:10px;
}
.prductname a{
	font-weight:bold;
	color:#333333;
	font-size:12px;
}
.prductname a:hover{
	text-decoration:underline;
}
.catedetails{
	margin-top:20px;
	width:625px;
	border-radius:3px;
	padding:10px;
	min-height:2px;
	height:100%;
	background-color:#EFEFEF;
}
.youtube iframe{
	padding-top:4px;
}
.catedetails iframe{
	padding-top:4px;
}
.catedetails img{
	margin-top:4px;
}
.prodtitle{
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}
.prductimage_det{
	margin-top:10px;
	text-align:center;
	width:155px;
	padding:5px;
	height:150px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #999999;
	border-radius:3px;
}
.prductimage_det img{
	border:none;
}
.prductimage_det:hover{
	box-shadow:0px 0px 4px #000000;
}
.prductimage_det img{
	margin-top:20px;
}
.moreinfor{
	height:200px;
	width:200px;
	margin-left:150px;
	margin-top:10px;
}

.moreinfor li{
	list-style:none;
	line-height:12px;
	padding:5px;
	margin-top:5px;
	background-color:#CCCCCC;
	border:1px solid #333333; 
}
.moreinfor li:hover{
	background-color:#333333;

}
.moreinfor li a{
	text-decoration:none;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.moreinfor li a:hover{
	color:#FFFFFF;
   text-shadow: 1px 1px #000000;
}
.contentdetails form{
	margin-top:10px;
	font-size:12px;
}
.contentdetails li{
	list-style:none;
	margin-left:-20px;
}
.videotitle{
	padding-bottom:0px;
	font-weight:bold;
	border-bottom:1px solid #333333;
}
.availability{
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.notify-me{
	background-color:#CCCC33;
}
.notify-me a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.notify-me a:hover{
	text-decoration:underline;
}
.findretails li{
	list-style:none;
	margin-left:-20px;
}
.findretails a{
	text-decoration:none;
	color:#333333;
}
.findretails a:hover{
	color:#009933;
}
.watchvideo{
	background-color:#000000;
	margin-top:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}