/*start of newly added css*/
.logo {
	background:url(../images/uncle-vic-site-logo.png) no-repeat;
	width:406px;
	height:70px;
}


.cursor {
	cursor:hand;
}

/* FOR TOPMENU CSS STARTS HERE */

#mainnavcontainer {
	float: left;
	position: absolute;
	margin: 0px 0 0 20px;
	padding: 0 0 0 0;
	width: 972px;
	z-index: 100;
	font-size:11px;
	font-weight:bold;
}
dt, dl, dd, #mainnavcontainer ul, #mainnavcontainer li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#mainnavcontainer ul {
	height: 20px;
	margin-top:5px;
}
#mainnavcontainer dl {
	float: left;
	height: 30px;
}
#mainnavcontainer li {
	display: inline;
}
/* SUB MENU START*/
#smenu1, #smenu2,#smenu3,#smenu4,#smenu5,#smenu6,#smenu7,#smenu8 {
	position: absolute;
	top: 30px;
	height: 20px;
	width:2px;
	font-size:11px;
	font-weight:bold;	
	color: #3c3b3b;
}

/* SUB MENU END*/
/******states for main nav on home page******/
#mmenu1 a, #mmenu1Hover a, #mmenu2 a, #mmenu2Hover a, #mmenu3 a, #mmenu3Hover a, #mmenu4 a, #mmenu4Hover a, #mmenu5 a, #mmenu5Hover a, #mmenu6 a, #mmenu6Hover a, #mmenu7 a, #mmenu7Hover a, #mmenu8 a, #mmenu8Hover a, #mmenu9 a, #mmenu9Hover a, #mmenu10 a, #mmenu10Hover a, #mmenu11 a, #mmenu11Hover a, #mmenu12 a, #mmenu12Hover a {
	float: left;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #3c3b3b;
	text-decoration: none;
	font-size: 12px;
	
}

#mmenu1 a:hover, #mmenu1Hover a:hover, #mmenu2 a:hover, #mmenu2Hover a:hover, #mmenu3 a:hover, #mmenu3Hover a:hover, #mmenu4 a:hover, #mmenu4Hover a:hover, #mmenu5 a:hover, #mmenu5Hover a:hover, #mmenu6 a:hover, #mmenu6Hover a:hover, #mmenu7 a:hover, #mmenu7Hover a:hover, #mmenu8 a:hover, #mmenu8Hover a:hover {
 color: #3c3b3b;
}
#mmenu1 a, #mmenu2 a, #mmenu3 a, #mmenu4 a, #mmenu5 a, #mmenu6 a, #mmenu7 a, #mmenu8 a {
	background: url(../images/bg-menu-off.png) no-repeat center top;
	cursor:pointer;
	text-align: center;
	width: 104px;
	height:40px;
	padding-top:32px;
	
}
/******change state of main nav items when mouseover*******/
#mmenu1 a:hover, #mmenu1Hover a, #mmenu1Hover a:hover, #mmenu2 a:hover, #mmenu2Hover a, #mmenu2Hover a:hover, #mmenu3 a:hover, #mmenu3Hover a, #mmenu3Hover a:hover, #mmenu4 a:hover, #mmenu4Hover a, #mmenu4Hover a:hover, #mmenu5 a:hover, #mmenu5Hover a, #mmenu5Hover a:hover, #mmenu6 a:hover, #mmenu6Hover a, #mmenu6Hover a:hover, #mmenu7 a:hover, #mmenu7Hover a, #mmenu7Hover a:hover,  #mmenu8 a:hover, #mmenu8Hover a, #mmenu8Hover a:hover   {
	background: url(../images/bg-menu-on.png) no-repeat center top;
	cursor:pointer;
	text-align: center;
	width: 104px;
	height:40px;
	padding-top:25px;
	
}
/******states for main nav on home page******/
#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover, #smenu8 a:hover, #smenu9 a:hover, #smenu10 a:hover, #smenu11 a:hover, #smenu12 a:hover {
	/* deleted all properties for a fix.*/
}
/******end font style for sub nav******/

/* for nobr tag handling*/
.nobr {
	white-space: nowrap
}
/* FOR TOPMENU CSS ENDS HERE */

/* FOR SUBMENU CSS SRARTS HERE */

#horizContainer1 a, #horizContainer2 a,
#horizContainer3 a, #horizContainer4 a ,
#horizContainer5 a, #horizContainer6 a ,
#horizContainer7 a, #horizContainer8 a 
{
	list-style:none;
	text-decoration:none;
	display:inline;
	padding:0px 0px 0px 0px;
 *margin-top:-50px;
	color:#3c3b3b;
	cursor:pointer;
}

.wrapper {
	width:750px;
	margin:23px auto 0px auto;
	*margin:8px auto 0px auto;
	text-align:left;
	float: left;
	line-height: 20px;
	xvertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	color: #0082c9;
	text-decoration: none;
	font-size: 11px;
	border:none;
}

.home-main .showcase-logos-list {
	position:relative;
}
.home-main .showcase-logos .previous {
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:28px;
    *margin-top:17px;
	background:url(../images/win2009_slide_prev.gif) no-repeat;
}
.home-main .showcase-logos .next {
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:28px;
 *margin-top:17px;
	background:url(../images/win2009_slide_next.gif) no-repeat;
}
.home-main .showcase-logos-list {
	padding:5px 11px;
}

/* FOR SUBMENU CSS ENDS HERE */


/* Style for Onmouseover script styles starts here */

.section{
   height:auto;
}

.section_head
{
height:auto;
overflow:visible;
margin-top:-10px;
text-align:left;
font-weight:normal;	
}

.section_head ul
{
line-height:20px;
}

.section_head li
{
display:block;
}

.section_head a 
{
	padding-left:0px; font-size:11px;
}

.section_contnet{
    line-height:12px;
	font-size:11px; 
	padding-left:10px;
}
.subMenu{
	background:url('../images/inside-bkg.png');
	height:0px;
	width:950px;
	padding-right:33px;
	padding-top:0px;
}



/* Style for Onmouseover script styles ends here */
