/*  
Theme Name: Skyrope Theme
Theme URI: http://www.skyrope.com.com/
Description: A search engine optimized website framework for WordPress.
Author: Francesco Levato
Author URI: http://www.levatodesign.com/
Version: 1.0
Tags: 2-column
*/




/* Basic WordPress Styles */
@import url('styles/wp.css'); 


/* =Accordion
-------------------------------------------------------------- */

/* mac hide \*/
* html #accordion, #content-widget-container-1 {height:1%}
/* end hide*/

/* root element for accordion */
#accordion {
	background:#FFF;
	width: 655px;	
	border-top:1px solid #B2B2B2;
	margin-bottom: 20px;
	
}

/* accordion header */
#accordion h2 {
	background:#E5E5E5 url(images/accordion_menu/arrow_closed.png) no-repeat 20px;
	margin:0;
	padding:10px 20px 10px 40px;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #B2B2B2;
	cursor:pointer;
}

/* currently active header */
#accordion h2.current {
	background:#E5E5E5 url(images/accordion_menu/arrow_opened.png) no-repeat 20px;
	cursor:default;
	background-color:#D1D1D1;
	
}

/* accordion pane */
#accordion .pane {
	display:none;
	/* height:50px; */
	padding:10px 20px;
	color:#336699;
	font-size:11px;
	background-color: #FFFFFF;
	background-image: url(images/accordion_menu/content_bg_tile.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom:1px solid #B2B2B2;
}

#accordion .pane h1 {
	display:none;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordion .pane ul {
	list-style: none;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	display:inline;
	float:left;
	}
	
#accordion .pane ul li:before {
	color: #336699;
	content: "\003E \0020";
	}
	
#accordion .pane ul li a {
	color: #000;
	text-decoration: none;
	
	}
	
#accordion .pane ul li a:hover {
	color: #336699;
	text-decoration: none;
	
	}
	
#accordion .see-more {
	clear:both;
}

#accordion .see-more a {
	color:#336699;
	text-decoration:none;
}

#accordion .see-more a:hover {
	color:#000;
	text-decoration:none;
}



/* =Base
-------------------------------------------------------------- */



body {
	margin: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	color: #444;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	
}

h5 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .25em;
	margin-top: 0;
}

p { 
	margin: 1.5em 0; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #336699;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #ff3300;
	text-decoration:none;

}

.blue {
	color: #336699;
}

.orange {
	color: #FF3300;
}

form {
	margin: 0;
}

a {
	color: #336699;
		text-decoration:underline;
}

a:hover {
	color: #ff3300;
		text-decoration:underline;
}

.widgettitle {
	display:none;
}

a img {
	border:0 !important;
}

.form-label {
	font-size:10px !important;
	padding-bottom: 3px !important;
	clear:both;
}

.error {
	font-size:10px !important;
	line-height:12px;
	margin-bottom: 10px !important;
	vertical-align:top !important;
	float:left !important;
	
}

/* =Wrapper
-------------------------------------------------------------- */

#wrapper {
	width: 950px;
	background-color:#FFFFFF;
	margin: 0 auto;
	position:relative;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	float:left;
	width:950px;
	height: 160px;
	margin: 0;
	background-color:#FFFFFF;
	background-image: url(images/nav-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#branding {
	height: 88px;
	width: 214px;
	position: absolute;
	left: 40px;
	top: 11px;
}
#header #contact  {
	position:absolute;
	float:right;
	margin: 0;
	right: 40px;
	top: 34px;
	text-align: right;
}
.text_888 {
	font-size: 19px;
	line-height: 17px;
	font-weight: bold;
	color: #336699;
	display: block;
}
.number_888 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #336699;
	display: block;
}
.support_24x7 {
	font-size: 12px;
	font-weight: bold;
	color: #A3A3A3;
	line-height: 28px;
	display: block;
}


#secondary-navigation {
	position:absolute;
	float:left;
	margin: 0;
	left: 620px;
	top: 74px;
	text-align: left;
	
}

#secondary-navigation ul {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#secondary-navigation ul li {
	margin-left: 2px;
	padding: 0px 0px 0px 6px;
	border-left: 1px solid #A3A3A3;
	list-style: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
		
#secondary-navigation ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0px;
	}
	
#secondary-navigation li.first a {
	color: #A3A3A3;
	text-decoration:none;
	margin: 0px;
	padding: 0px;

}

#secondary-navigation li.first a:hover {
	color: #A8350E;
	text-decoration:none;

}


#secondary-navigation a {
	color: #A8350E;
	text-decoration:none;

}

#secondary-navigation a:hover {
	color: #A3A3A3;
	text-decoration:none;

}
	
#search {
	position:absolute;
	top:117px;
	float: right;
	right: 36px;
	height: 24px;
}

label {
	vertical-align: middle;
	font-weight: bold;
}


.search-input-btn {
	color: #A3A3A3;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;

}

.search-input {
	color: #A3A3A3;
	vertical-align: middle;
	padding: 3px 4px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #A3A3A3;

}

/* =Content
-------------------------------------------------------------- */

#content-container {
	position: relative;
	clear:both;
	padding-right: 40px;
	padding-left: 40px;
}

#content-container #home-page p {
	margin: 0 0 1.5em 0 !important;
}

#content-container-subpage {
	position: relative;
	clear:both;
	padding-right: 40px;
	padding-left: 40px;
	padding-top:18px;
}

#content {
	float:left;
	margin-right: 30px;
	width:655px;
	line-height: 1.75em;
	color:#444;
}


#content-container-subpage #content {
	float:left;
	margin-right: 30px;
	margin-left: 30px;
	width:440px;
}

#content h5 {
	font-size:12px;
	color: #000;
	font-weight: bold;
}

#content-widget-1 {
	width: 655px;
	margin-top: 16px;
	margin-bottom: 20px;


}

#sidebar-1 form, #sidebar-2 form {
	margin: .5em 0;
}

#sidebar-1 {
	float:left;
	width:185px;
}

.sidebar-img {
	padding: 0px 0 20px 0;
}

#sidebar-1 p {
	margin: .5em 0;
	font-size:12px;
}

.caption {
	font-size:10px;
}
#sidebar-1  #sharethisbutton {
	margin-bottom: 0;
}

#sidebar-1 h3 {
	margin-bottom: 1em;
}

#sidebar-1 h3 a {
	text-decoration:underline !important;
}

#sidebar-1 h3 a:hover {
	text-decoration:none !important;
}

/*__________________________________________*/

#sharethis {
	font-size:10px;
	padding:10px;
}

a.share-button {
	text-decoration:none;
	display:block;
	width:165px;
	color:#000;
}

a.share-button:hover {
	color:#000;
}

#sharethis ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 4px;
	line-height:14px;
	float: left;
	display: inline;
	padding-right: 8px;
	
	} 

#sharethis span.twitter {
	background: url(images/Twitter_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 4px;
	color:#000;
	display:block;
	
	}	
	
	
#sharethis span.facebook {
	background: url(images/FaceBook_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 4px;
	color:#000;
	display:block;
	
	}
	
	
#sharethis span.linkedin {
	background: url(images/linkedin_16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 4px;
	color:#000;
	display:block;;
	
	}
	
	
#sharethis span.sharethis {
	background: url(images/sharethis_badge.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 4px;
	color:#000;
	display:block;
	
	}	
	
#sharethis span.email {
	background: url(images/email_badge.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	margin-bottom: 4px;
	color:#000;
	display:block;
	
	}
	
#sharethis span.share {
	padding-left: 0px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#000;
	display:block;
	}
	


/*__________________________________________*/

#sidebar-1 #share {
	font-size:10px;
	padding:10px;
}

#sidebar-1 #share ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 4px;
	line-height:14px;
	float: left;
	display: inline;
	padding-right: 12px;
	
	} 

#sidebar-1 a.twitter {
	background: url(images/Twitter_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}	
	
	
#sidebar-1 a.facebook {
	background: url(images/FaceBook_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}
	
	
#sidebar-1 a.linkedin {
	background: url(images/linkedin_16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}
	
	
#sidebar-1 a.sharethis {
	background: url(images/sharethis_badge.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}	
	
#sidebar-1 a.email {
	background: url(images/email_badge.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}
	
#sidebar-1 a.share {
	padding-left: 0px;
	height: 16px;
	display: block;
	margin-bottom: 4px;
	color:#4D4D4D;
	text-decoration:none;
	}



#sidebar-2 {
	float:left;
	width:185px;
}
	
.sidebar-menu {
	width: 185px;
	padding: 0;
	margin-bottom: 20px;
	color: #444;
	font-size:13px;
	}
	
.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.sidebar-menu li {
	border-bottom: 1px solid #BFBFBF;
	margin: 0;
	}
	
.sidebar-menu li a {
	display: block;
	padding: 8px 16px 8px 16px;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	width: 100%;
	}

html>body .sidebar-menu li a {
	width: auto;
	}

.sidebar-menu li a:hover {
	background-color: #E5E5E5;
	color: #FF3300;
	}







#contact-form {
	background-color: #E5E5E5;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

#contact-form h1 {
	margin-bottom:0;
}

.form-input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	color: #A3A3A3;
	vertical-align: middle;
	padding: 3px 4px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #A3A3A3;
	margin-bottom: 10px;
	line-height: 14px;
}

#contact-form .form-input  {
	width: 155px;
}

#newsletter-form .form-input  {
	width: 155px;
}

#newsletter-form {
	padding: 0px 10px 10px;
	margin-bottom:10px;
}

#callout-navigation {
	position: relative;
	clear:both;
	
	margin: 18px 40px;
	
}

#callout-navigation .btn1 {
	
	
}

#callout-navigation .btn2 {
	padding: 0 10px;
	
}

#callout-navigation .btn3 {

}

#live-chat-home-widget {
	width: 185px;
	margin-right: 20px;
	float: left;
	display:inline;
	
}


#testimonials-widget {
	/* width: 482px; */
	width: 420px;
	background-color: #EDEDED;
	color:#444444;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	float: left;
	display:inline;
	font-size:11px;
	line-height:1.5em;
	
}



#testimonials-widget p {
	margin:1em 0;
}

#testimonials-widget h1 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom:0 !important;
	margin-top: .25em !important;
	
}


/* Hide unwanted testimonial elements */

#testimonials-widget h2, #testimonials-widget p.byline, #testimonials-widget p.entry-meta {
	display:none;
}

/*------------------------------------*/

#content-container-subpage #testimonials-widget {
	width: 420px !important;
}

#testimonials-widget h4 {
	font-weight: bold;
	color: #336699;
	
}

.blue-box-round {
	background-color: #CFDFEF;
	color:#336699;
	width: 420px;
	padding: 10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	float: left;
	display:inline;
	
}



/* =Footer
-------------------------------------------------------------- */

#footer-container {
	background-image: url(images/footer_top_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	clear:both;
}

#footer-1 h3 {
	font-size:13px;
	color:#4D4D4D;
	margin-bottom:.25em;
	
}



#footer-1 {
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(images/nav-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 111px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
	clear:both;
	color: #4D4D4D;
	padding-top: 11px;
}

#footer-2 {
	
	padding: 14px 40px 14px 40px;
	background-image: url(images/footer_btm_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	/* height: 114px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939393;
	
	font-size: 10px;
	line-height: normal;
	color: #A3A3A3;
	clear:both;
}

#footer-2 .column-1 {
	float: left;
	padding-right: 24px;
	width: 411px;
}

#footer-2 .column-2 {
	float: left;
	width: 435px;
}

#footer-1 .column-1 {
	float: left;
	height: 75px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 0px;
	
}

#footer-1 .column-2 {
	float: left;
	width: 280px;
	background-image: url(images/ftr_left_shdw.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 0px;
	font-size:10px;

}

#footer-1 .column-3 {
	float: right;
	/* width: 204px; */
	background-image: url(images/ftr_right_shdw.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 0px;
	text-align: right;
	font-size:10px;
}



.footer-nav-1, .footer-nav-2 {
	margin-bottom: 8px;
	} 

#footer-1 .column-3 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer-1 .column-3 .footer-nav-1 ul li {
	margin-left: 0;
	padding: 0px 8px;
	border-right: 1px solid #336699;
	list-style: none;
	display: inline;
	color:#336699;
	}
	
#footer-1 .column-3 .footer-nav-2 ul li  {
	margin-left: 0;
	padding: 0px 8px;
	border-right: 1px solid #4D4D4D;
	list-style: none;
	display: inline;
	color:#4D4D4D;
	}
	
#footer-1 .column-3 .footer-nav-1 a {
	color:#336699;
	text-decoration:none;
}

#footer-1 .column-3 .footer-nav-2 a {
	color:#4D4D4D;
	text-decoration:none;
}



#footer-1 .column-3 .footer-nav-1 a:hover, #footer-1 .column-3 .footer-nav-2 a:hover {
	color:#FFF;
	text-decoration:none;
}

#footer-1 .column-3 ul li.last {
	margin-left: 0;
	padding-right: 0;
	border-right: none;
	list-style: none;
	display: inline;
	}
	
#footer-1 .column-2 ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height:16px;
	float: left;
	display: inline;
	padding-right: 12px;
	
	} 

#footer-1 .column-2 ul li {
	/* padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 10px; */
	
	}
		
	
#footer-1 a.twitter {
	background: url(images/Twitter_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
	color:#4D4D4D;
	text-decoration:none;
	}	
	
	
#footer-1 a.facebook {
	background: url(images/FaceBook_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
	color:#4D4D4D;
	text-decoration:none;
	}
	
	
#footer-1 a.linkedin {
	background: url(images/linkedin_16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
	color:#4D4D4D;
	text-decoration:none;
	}
	
	
#footer-1 a.feed {
	background: url(images/Feed_16x16.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	margin-bottom: 10px;
	color:#4D4D4D;
	text-decoration:none;
	}		
	
	
	
.footer-branding {
	
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
	/* margin: 0 0 3em 0; */	
}
.entry-content, .entry-summary {
	/* margin: 1.5em 0 0 0; */
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


/* =TAB NAVIGATION STYLES
-------------------------------------------------------------- */
 
/* menu-main container div */
#main-navigation {
	position:absolute;
	left:40px;
	top:116px;
	z-index:600;
} 
 
.clear {
	clear:both;
	width:100%;
	}   

/* remove the list style: TOP TABS CONTAINER */  
#nav {  
    margin:0;   
    padding:0;   
    list-style:none;
	height:34px;
	 
}     
      
/* make the LI display inline */  
/* it's position relative so that position absolute */  
/* can be used in submenu */  
#nav li {  
	float:left;   
	display:block;    
	position:relative;  
	z-index:2000;   
	float:left;	 
	padding:0;
	margin:0 7px 0 0 !important;
	list-style-image:none !important; 
	  
}  
   
        
/* this is the parent menu: INDIVIDUAL TOP TAB */  
#nav li a {  
	display:block;      
	background: url(images/tabs/tabs-blue.png) no-repeat -652px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	font-size:15px;
	height: 34px;  
	line-height:34px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#336699;
	padding:0px;
	margin:0px;	
	position:relative;
	/*top:1px;*/
	border-bottom:1px solid #B8B8B8;  		 
}  
  
#nav li a:active {
	outline:none;  
}  

	
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#nav .current, #nav .current:hover, #nav li.current a {
	background-position: -652px -70px;		
	/* cursor:default !important; */ 
	color:#fff !important;
}

/* when mouse enters the tab move the background image */
#nav li a:hover {
	background-position: -652px -35px;	
	color:#fff;	
}


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */



/* width 1 */
#nav .w1 			{ background-position: -519px 0; width:134px; }
#nav .w1:hover 	{ background-position: -519px -35px; }
#nav .w1.current { background-position: -519px -70px; }

/* width 2 */
#nav .w2 			{ background-position: -366px -0px; width:154px; }
#nav .w2:hover 	{ background-position: -366px -35px; }
#nav .w2.current { background-position: -366px -70px; }


/* width 3 */
#nav .w3 			{ background-position: -193px -0px; width:174px; }
#nav .w3:hover 	{ background-position: -193px -35px; }
#nav .w3.current { background-position: -193px -70px; }

/* width 4 */
#nav .w4 			{ background-position: -0px -0px; width:194px; }
#nav .w4:hover 	{ background-position: -0px -35px; }
#nav .w4.current { background-position: -0px -70px; }
	
	
	 
      
/* submenu, it's hidden by default: PANES */   


#nav div.panes {
	display:none;
	position:absolute;
	z-index:2000 !important;  
	width:540px !important;
	padding:5px 7px 18px 25px !important;
	   
	/* left:0; */   
	/* height:204px !important; */		
	
	/* font-size:14px; */
	
	background-color:#fff;
	border:1px solid #B8B8B8;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	box-shadow: 0px 7px 4px #444;
	-webkit-box-shadow: 0px 7px 4px #444;
	-moz-box-shadow: 0px 7px 4px #444;
}




/* initially all panes are hidden */ 
.panes {
	display:none;
	padding:0 !important;	
}



/* INNER PANE UL MENUS */


.pane-menus h4 {
	font-weight:bold !important;
	color:#FF3300 !important;
	font-size:11px !important;
	padding: 0 25px 0 0 !important;
	margin: 13px 0 5px 0 !important;
	
	}
	
.pane-menus h4 a {
	color:#FF3300 !important;
	text-decoration: none !important;
	}
.pane-menus h4 a:hover {
	color:#FF3300 !important;
	text-decoration: none !important;
	}
	
	
.pane-menus ul.xoxo blogroll {
	margin-top:18px !important;
}
	

.pane-menus {
	display:inline !important;
	float:left !important;
	width: 180px !important;
	/* margin:18px 0 0 0; !important; */
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif !important;
	color: #444444 !important;
	font-size:11px !important;
	
	background-color: #fff !important;
	}
	
.pane-menus ul {
	list-style: none !important;
	margin: 0 18px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	
	}
	
.pane-menus li {
	/* margin: 0 !important;*/
	width: 162px !important; 
	}
	
.pane-menus li a {
	display: block !important;
	position:relative !important;
	height: 100% !important;
	width: 180px !important;
	padding: 5px !important;
	
	
	background: none !important;
	background-color: #FFF !important;
	
	font-size:11px !important;
	line-height:normal !important;
	text-align:left !important;
	color: #444 !important;
	text-decoration: none !important;
	
	border-bottom:0 !important;
	
	}

html>body .pane-menus li a {
	width: auto !important;
	}

.pane-menus li a:hover {
	background-color: #CFDFEF !important;
	color: #336699 !important;
	}

/* =Featured
-------------------------------------------------------------- */


 /* container for slides */
.images {
	position:relative;	
	height:200px;
	width:870px;
	float:left;	
	/* cursor:pointer; */
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:200px;
	font-size:12px;
}

.images img {
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	overflow:hidden;
}
a.more-button-1 {
	position: relative;
	clear:both;
	padding: 12px 40px 20px 40px;
}

 #featured {
	width:870px;
	height:200px;
	overflow:hidden;
	float:left;
	clear:both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 12px 40px 20px 40px;
}

#slider {
	width:870px;
	height:200px;
	overflow:hidden;
	position:relative;
	background-color: #336699;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#slider-shade {
	width:870px;
	height:45px;
	overflow:hidden;
	color:fff;
	background-color: #000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	position: absolute;
	top: 155px;
	left: 0px;
	filter:alpha(opacity=20);
	opacity: 0.2;
	z-index: 100;
}


#slider-nav {
	height:12px;
	padding: 4px;
	position:absolute;
	color:#A9A9A9;
	background-color: #333333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	top: 167px;
	left: 25px;
	font-size: 12px;
	font-weight: bold;
	z-index: 300;
	line-height: 12px;
	float:left;
	text-align: center;
}

.slidetabs {
	float:left;
}

.backward {
	background-image: url(images/arrow-back.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 13px;
	float: left;
	position: relative;
	margin-left: 4px;
	padding-right: 6px;

}

.forward {
	background-image: url(images/arrow-forward.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 13px;
	float: left;
	position: relative;
	padding-right: 2px;
}

.play {
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 13px;
	float: left;
	position: relative;
	padding-right: 4px;

}

.pause {
	background-image: url(images/pause.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 13px;
	float: left;
	position: relative;
}


a.slidenum {
	color: #A9A9A9;
	text-decoration:none;
	display: block;
	float: left;
	padding-right: 6px;
}

a.slidenum:hover {
	color: #FF3300;
	text-decoration:none;
}


#slider-button-1 {
	float: left;
	position: absolute;
	z-index: 400;
	top: 100px;
	left: 282px;
}


#slider-button {
	float: left;
	position: absolute;
	z-index: 400;
	top: 165px;
	left: 282px;
}

.slider-button {
	float: left;
	position: absolute;
	z-index: 500;
	margin-top:165px;
	margin-left:282px;
	display:block !important;
}

a.more-button {
	background-image: url(images/learn-more-feature-blue.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 112px;

}

a.more-button:hover {
	background-image: url(images/learn-more-feature-red.png);
	background-repeat: no-repeat;
}


/* =Table Styles
-------------------------------------------------------------- */

.grid-stripe {
	background-color:#f1f1f1;
}



#grid {
	background-color:#fff;
	line-height:normal !important;
}

#grid img {
	margin:0 !important;
}


 .divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	width:440px;
	float:left;
	margin: 0 0 20px 0;
	
 }

