


/* Horizontall Menu*/
.horizontalMenu {
            position: relative;
            height: 25px;
            width: 680px;
           /* background: url("img/bg3.png") no-repeat top;*/
		   background: #09F;
			clear: both;
background-image: linear-gradient(bottom, rgb(209,214,223) 0%, rgb(143,154,175) 35%, rgb(75,95,129) 62%);
background-image: -moz-linear-gradient(bottom, rgb(209,214,223) 0%, rgb(143,154,175) 35%, rgb(75,95,129) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(209,214,223) 0%, rgb(143,154,175) 35%, rgb(75,95,129) 62%);
background-image: -o-linear-gradient(bottom, rgb(209,214,223) 0%, rgb(143,154,175) 35%, rgb(75,95,129) 62%);

background: -ms-linear-gradient(top,  rgb(209,214,223) 0%,rgb(143,154,175) 35%, rgb(75,95,129) 62%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(209,214,223) 0%rgb(143,154,175) 35%, rgb(75,95,129) 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D6DF', endColorstr='#4B5F80',GradientType=0 ); /* IE6-9 */


background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(209,214,223)),
	color-stop(0.35, rgb(143,154,175)),
	color-stop(0.62, rgb(75,95,129))
);
	border-radius: 60px;/*IE9*/
	-moz-border-radius: 60px;
    -khtml-border-radius: 60px;
    -webkit-border-radius: 60px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	
	 padding:15px;
	 
			padding-left:20px;
            margin: 0px 0;
			margin-bottom:20px;
            overflow: hidden;
        }
                .horizontalMenu li {
                    float: left;
                    list-style: none;
                }
                    .horizontalMenu li.back {
                        background: url("img/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .horizontalMenu li.back .left {
                            background: url("img/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .horizontalMenu li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        <!--text-transform: uppercase;-->
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .horizontalMenu li a:hover, .horizontalMenu li a:active, .horizontalMenu li a:visited {
                            border:none;
                        }
						
/* End of Horizontal Menu */		


/* Drop-down Menu*/


ul{
	margin:0;
	padding:0;
}


ul.container2{
	/* The topmost UL */
	width:100%;
	margin:0 auto;
	padding:0px;
	
}

li{
	list-style:none;
	text-align:left;
}

li.menu2{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 20px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	text-align:left;
	width:120px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:0px;
	display:block;
}


/* Setting up different styles for each section color */



li.button a.grey{background:url(img/grey5.png) repeat-x top left; color:#641603;}
li.button a.grey span{ background:url(img/grey5.png) repeat-x top right;}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	padding-left:0px;
	font-size:14px;
	width:100%;
}

li.button2 a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 20px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	text-align:left;
	width:120px;
}

li.button2 a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button2 a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:0px;
	display:block;
}


/* Setting up different styles for each section color */



li.button2 a.grey{background:url(img/grey5.png) repeat-x top left; color:#641603;}
li.button2 a.grey span{ background:url(img/grey5.png) repeat-x top right;}

/* The hover effects */

li.button2 a:hover{ background-position:bottom left;}
li.button2 a:hover span{ background-position:bottom right;}

.dropdown li{
	/* Each element in the expandable list */
	/*background: url(img/list5.png) repeat-x top left;*/
	background-color:#CCCCCC;
	border:1px solid #989898 ;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
	text-align:center;
}

a:hover{
	text-decoration:none;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}


	#floatMenu {
		position:absolute;
		top:315px;
		left:0%;
		margin-left:20px;
		width:160px;
		}
		#floatMenu ul {
			margin-bottom:0px;
			}



/*Slider*/


#featured{  
    width:950px;
    padding-right:0px;
	padding-left:0px;  
    position:relative;  
    height:619px;  
    background:#fff;  
    border:5px solid #8491a8;  
}  


#featured ul.ui-tabs-nav{  
    position:absolute;  
	
    top:0; left:700px;  
    list-style:none;  
    padding:0; margin:0;  
    width:250px;
}  
#featured ul.ui-tabs-nav li{  
    padding:1px 0; padding-left:13px;  
    font-size:12px;  
    color:#666;  
}  
#featured ul.ui-tabs-nav li span{  
    font-size:11px; font-family:Verdana;  
    line-height:18px;  
}  

#featured .ui-tabs-panel{  
    width:700px; height:617px;  
    background:#999; position:relative;  
        overflow:hidden;  
}  
#featured .ui-tabs-hide{  
    display:none;  
} 


#featured li.ui-tabs-nav-item a{/*On Hover Style*/  
    display:block;  
    height:60px;  
    color:#333;  background:#fff;  
    line-height:20px;  
    outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{  
    background:#f2f2f2;  
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
    background:url('img/selected-item.gif') top left no-repeat;  
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  
    background:#ccc;  
}  



#featured ul.ui-tabs-nav li img{  
    float:left; margin:2px 5px;  
    background:#fff;  
    padding:2px;  
    border:1px solid #eee;  
} 


#featured .ui-tabs-panel .info{  
    position:absolute;  
    top:500px; left:0;  
    height:70px; width: 700px;  
    background: url('img/transparent-bg.png');  
}  
#featured .info h2{  
    font-size:18px; font-family:Georgia, serif;  
    color:#fff; padding:5px; margin:0;  
    overflow:hidden;  
}  
#featured .info p{  
    margin:0 5px;  
    font-family:Verdana; font-size:11px;  
    line-height:15px; color:#f0f0f0;  
}  
#featured .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#featured .info a:hover{  
    text-decoration:underline;  
}  

body {
	max-width:1100px;
}


H10{
	font-size:16px;	
}



