/*------------------------- MAIN SECTIONS ------------------------------------*/
body { 
	background: #000 url(../images1/bg_main.png) top center no-repeat;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal; 
 }

#wrapper{
	width: 100%;
	margin: 0 auto;
/*	margin-top: -10px;*/
	padding: 0;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#upper-menu {
	background: transparent url(../images1/bg_menu.png) top center repeat;
	width: 100%;
	height: 36px;
}

#inner-wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 950px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

#social-menu {
	float: right;
	width: auto;
	height: 24px;
}

#header {
/*	background: transparent url(../images1/bg_header.png) top center no-repeat;*/
	margin: 0px 0px 0px px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	width: 950px;
	height: 380px;
/*	z-index: 22;*/
}

#header_logo {
/*	background: transparent url(../images1/bg_header_logo.png) top center no-repeat;*/
	margin: 10px 0px 0px 0px;
	float: right;
	width: 405px;
	height: 263px;
/*	top: 100px;*/
}

#mainmenu {
	background: transparent url(../images1/bg_menu.png) top center repeat;
	position: relative;
	float: left;
	padding-left: 0px;
	width: 100%;
	height: 42px;
	margin-top: 0px;
	text-align: center;
	z-index: 30;
	border-bottom: 1px solid #668D9F;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#main_content {
	background: transparent url(../images1/bg_gry50.png) top center repeat;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFF;
	position: relative;
	z-index: 1;

	margin-top: 15px;
	padding: 15px 15px 15px 15px;
/*	display: block;*/
	float: left;
	width: 100%;
	height: auto;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footer {
/*	background: transparent url(../images1/bg_menu.png) bottom center repeat;*/
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal;
	color: #888; 
	padding: 8px 20px 5px 20px;
/*	display: block;*/
	text-align: center;
	width: 100%;
	height: 35px;
	position: relative;	
/*	z-index: 22;*/

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footer a {
	color:#888;
	font-weight: bold; 
	text-decoration: none!important; 
/*	padding: 5px 5px 5px 5px;*/
}

#footer_menu, #footer_menu a {
/*	position: relative;*/
	font-family: Arial, Verdana, Helvetica; 
	color: #FFF;
	font-weight: none; 
	padding: 5px 5px 5px 5px;
	height: 25px;
	text-decoration: none!important; 
/*	padding: 5px 5px 5px 5px;*/
}

#footer a:hover, #footer_menu a:hover {
	color: #FFF;
	background: #668D9F;
	text-decoration: none!important; 
}

/* ---------------------- MAIN MENU LINKS ---------------------------- */
#topnav, #topnav_selected {
	position: relative;
	float: left;
	font-family: "Century Gothic", Verdana, Helvetica; 
	font-size: 13px; 
/*	font-weight: bold;*/ 
	text-decoration: none!important;
	text-transform: lowercase;
	position: relative; 
	z-index: 99;
	padding: 12px 0px 13px 0px!important;     
	
	border-left: 1px solid #668D9F;
    
    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);
}

#topnav a, 
#topnav a:link, 
#topnav a:visited { 
	color: #FFF;     
	padding: 12px 12px 13px 12px;     
	text-decoration: none!important; 
} 

#topnav a:active, 
#topnav_selected a:visited { 
	color: #FFF;
	padding: 12px 12px 13px 12px;     
	text-decoration: none!important; 
} 


#topnav_selected a, 
#topnav_selected a:link, 
#topnav_selected a:active, 
#topnav_selected a:hover { 
	background: #668D9F;
	color: #FFF;
	padding: 12px 12px 13px 12px;     
	text-decoration: none!important; 
		 
/*	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 3px 7px rgba(0,0,0,0.5);*/
} 

#topnav a:hover { 
	background: #333;
	color: #FFF;
	padding: 12px 12px 12px 12px;     
	text-decoration: none!important; 
		 
/*	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 3px 7px rgba(0,0,0,0.5);*/
} 


/*------------------------- CONTENT ELEMENTS ----------------------------*/
.lcol, .ccol, .rcol, .allcol { 
	position: relative;
	float: left;
	padding: 15px;
	height: auto;
/*	overflow: none;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.lcol {
	background: transparent url(../images1/bg_gry80.png) top left repeat;
	width: 600px;
	border: 0px dotted #000;
}

.ccol { 
	padding: 0px 20px;
	width: 430px;
	border: 0px dotted #F00;
}

.rcol { 
	background: transparent url(../images1/bg_gry80.png) top left repeat;
	float: right;
	width: 303px;
	border: 0px dotted #00F;
}

.allcol { 
	width: 100%;
	border: 0px dotted #00F;
}



#box, #box_item, #blk_box { 
	position: relative;
	float: left;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFF;
	
/*	padding: 0px 10px 10px 10px;*/
	width: 100%;
	margin: 0 0px 0px 0;
	height: auto;
/*	border: 1px solid #CCC;*/
		 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);  
    -khtml-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);  
    box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
} 

#box2 { 
	position: relative;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFF;
	
	background: transparent;
	padding: 0px 15px;
	width: 100%;
	margin: 0 0px 20px 0;
	height: auto;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
} 

#box a, #box2 a, #box_item a, #blk_box a, .main-content a { 
/*	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; */
	font-weight: bold; 
	color: #668D9F;
	text-decoration: none !important; 
} 

#box a:hover,#box2 a:hover, #box_item a:hover, #blk_box a:hover, .main-content a:hover { 
/*	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; */
	font-weight: bold; 
	color: #FFF;
	text-decoration: none !important; 
} 

#box_item { 
	position: relative;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff;
	
	padding: 10px;
	width: 100%;
	margin: 0 0px 10px 0;
	height: auto;
} 

#box_title, #cd_title{ 
/*	float: center;*/
	font-family: "Century Gothic", Verdana, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFF;
	text-decoration: none!important; 
	position: relative; 
	border-bottom: 0px dotted #000;
	    
    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);
}

#blk_box {
	padding: 0 15px 15px 15px;
	background: transparent url(../images1/bg_gry80.png) top left repeat;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.separator {
	width: 100%;
	border-bottom: 1px solid #668D9F;
	margin: 15px 0px;
	height: 1px;
}


/*------------------------- FONTS ----------------------------*/
h1{ 
	font-family: "Century Gothic", Verdana, Helvetica; 
	font-size: 22px;
	line-height: 28px;
	font-weight :normal; 
	color: #FFF;
	text-decoration: none!important;
	border-bottom: 0px dotted #000;
/*    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);*/
} 

h2{ 
	font-family: "Century Gothic", Verdana, Helvetica; 
	font-size: 18px; 
	line-height: 16px;
	font-weight: normal; 
	color: #FFF;
	text-decoration: none!important; 
	text-transformation: capitalize;
	border-bottom: 0px dotted #000;
/*    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);*/
} 

h3{ 
	font-family: arial, Verdana, Helvetica; 
	font-size: 14px; 
	line-height: 16px;
	font-weight: normal; 
	color: #FFF;
	text-decoration: none!important; 
	text-transformation: capitalize;
	border-bottom: 0px dotted #000;
/*    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);*/
} 

h4{ 
	font-family: "Century Gothic", Verdana, Helvetica; 
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal; 
	color: #FFF;
	text-decoration: none!important; 
	text-transformation: capitalize;
	border-bottom: 0px dotted #000;
/*    text-shadow: 4px 4px 7px rgba(0,0,0,0.5);*/
} 

/*------------------------- IMAGES ----------------------------*/
#tiny_thumbs, #cd_thumbs, #photo_thumbs {
	width: 32px;
	height: 32px;
	margin: 2px 10px 10px 0;
	text-decoration: none!important; 
/*	border: 1px solid #CCC;*/
		 
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);  
    -khtml-box-shadow: 2px 3px 5px rgba(0,0,0,0.1);  
    box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}

#cd_thumbs {
	width: 100%;
	height: 100%;
	margin: 3px 0 0 0;
}

#photo_thumbs {
	width: auto;
	height: 133px;
	margin: 3px 0 0 0;
	text-decoration: none!important; 
}

#tiny_thumbs a, #cd_thumbs a, #photo_thumbs a {
	border: 1px solid #843F35;
	text-decoration: none!important; 
}

#tiny_thumbs a:hover, #cd_thumbs a:hover, #photo_thumbs a:hover {
	border: 1px solid #888;
}

.news_link {
	position: relative;
	float: left;
	width: 100%; 
	margin-bottom: 10px; 
	height: auto;
	border-bottom: 1px solid #333;
}


.social_icon { 
	display: block;
	float: left;
	width: 15px;
	height: 16px; 
	margin: 0px 3px 0px 3px; 
	text-decoration: none!important; 
}

#left_thumb {
	margin: 10px 15px 0px 0px;
	border: 1px solid #668D9F;
	width: 144px;
	height: auto;
}

#left_thumb:hover {
	border: 1px solid #FFF;
}

.photo_links {
	margin-bottom: 15px; 
	float: left; 
	width: 32.9%; 
	height: 210px;
	border: 0px solid #333;
}

.more_button {
	position: absolute;
	float: right;
	bottom: 20px !important;
	right: 15px;
}

.more_button_center {
	position: relative;
	bottom: 20px !important;
	margin: 40px auto 10px auto;
}

.more_button a, .more_button_center a {
	background: #668D9F;
	font-size: 12px;
	color: #000 !important;
	font-weight: bold;
	text-align: center;
	padding: 5px 20px;
}

.more_button_center a {
	padding: 5px 10px;
}

.more_button a:hover, .more_button_center a:hover {
	color: #FFF !important;

}



/*------------------------- SEARCH/NAVIGATION/RESULTS ----------------------------*/
.table_header {
/*	background: #FC0 url(../images1/bg_header_table.jpg) left center repeat-x;*/
	background: #000;
	padding: 0 10px;
	width: 100%;
	height: 24px;
	margin-top: 0px;
	font-size: 12px; 
	color: #FFF;

	-moz-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
}

.result_item {
/*	display: inline-block;*/
	background: transparent /*url(../images1/bg_box.png) top left repeat-x*/;
	padding: 10px 5px;
	width: 100%;
	height: auto;
	margin-top: 0px;
/*	text-align: left;*/
/*	border: 1px solid #000;*/

	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: none; 
	color: #FFF;
	cursor: default; 
}

.result_item:hover {
	background: transparent url(../images1/bg_gry50.png) top left repeat;

}

#bborder, .bborder {
	border-bottom: 1px solid #333!important;
	border-left: 0px dotted #eee!important;
}

.result_nav {
/*	background: transparent url(../images1/bg_box.png) top left repeat-x;
	padding: 5px;
	background: #EEE;*/
	display: block;
	float:center;
	width: 100%;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0px 0px -1px 0px;
	border: 0px solid #CCC;

	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: none; 
	color: #FFF;
	text-decoration: none!important; 
}

.result_nav a {
/*	font-size: 11px;*/
	margin: 0px -2px 0px -1px; 
	padding: 2px 5px;
	width: auto;
	height: auto;
	color: #668D9F;
	border-left: 1px solid #CCC;
}

.result_nav a:hover {
/*	font-size: 11px;*/ 
	padding: 2px 5px;
	background: #668D9F;
/*	background: #843F35;*/
	color: #FFF!important;
}

.result_sel {
	background: url(../images1/bg_menu_sel.jpg) top left no-repeat;
	width: auto;
	height: auto;
	padding: 2px 5px;
	margin: 0px -2px 0px -1px; 
	text-align: center;
	border-bottom: 0px solid #000;

	font-family: Arial, Verdana, Helvetica; 
	font-weight: none; 
	color: #000;
	text-decoration: none!important; 
}


#playpop a {
	margin: 0px -2px 0px -1px; 
	padding: 2px 5px;
	width: auto;
	height: auto;
	background: #843F35 url(../images1/bg_play.jpg) top left no-repeat;
	color: #843F35;
/*	border-left: 1px solid #CCC;*/
}

#playpop a:hover {
	padding: 2px 5px;
	background: #843F35 url(../images1/bg_play_on.jpg) top left no-repeat;
/*	background: #843F35;*/
	color: #FFF!important;
}


/*------------PREV/NEXT ARROWS-----------*/
.arrow_left, .arrow_right, #arrow_left, #arrow_right {
	position: relative;
	z-index: 20;
	width: 5px;
	height: 14px;
	padding: 0px 5px 3px 5px;
/*	margin: 0px 5px 6px 5px;*/
	border: 0px solid #000;
}
 
.arrow_left a, #arrow_left {
	background: transparent url(../images1/thumbs1/b_prev.png) top right no-repeat;
}
 
.arrow_right a, #arrow_right {
	background: transparent url(../images1/thumbs1/b_next.png) top left no-repeat;
}
 
.arrow_left a:hover, #arrow_left a:hover {
	background: #FFF url(../images1/thumbs1/b_prev_wht.png) top left no-repeat;
	position: relative;
	z-index: 20;
}
 
.arrow_right a:hover, #arrow_right a:hover {
	background: #FFF url(../images1/thumbs1/b_next_wht.png) top left no-repeat;
	position: relative;
	z-index: 20;
}
 
.arrow_left, .arrow_right, #arrow_left, #arrow_right {
	position: relative;
	z-index: 20;
	width: 5px;
	height: 14px;
	padding: 0px 5px 3px 5px;
	border: 0px solid #000;
}
 
.arrow_left a, #arrow_left {
	background: transparent url(../images1/thumbs1/b_prev.png) top right no-repeat;
}
 
.arrow_right a, #arrow_right {
	background: transparent url(../images1/thumbs1/b_next.png) top left no-repeat;
}
 
.arrow_left a:hover, #arrow_left a:hover {
	background: #0f0 url(../images1/thumbs1/b_prev_wht.png) top left no-repeat;
	position: relative;
	z-index: 20;
}
 
.arrow_right a:hover, #arrow_right a:hover {
	background: #0f0 url(../images1/thumbs1/b_next_wht.png) top left no-repeat;
	position: relative;
	z-index: 20;
}
 



/*------------------------- FORM ELEMENTS ----------------------------*/

.search_bar {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.input_style {
/*	background: #FFF url(../images1/bg_menu_sel.jpg) -5px -5px no-repeat;*/
	background: #FFF;
	padding: 4px;
	width: 200px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	border: 1px solid transparent;

	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: none; 
	color: #000;
	text-decoration: none!important; 

	-moz-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 0px 7px rgba(0,0,0,0.5);

}

.input_list {
	background: #FFF url(../images1/bg_menu_sel.jpg) -5px -5px no-repeat;
	padding: 3px 0px 0px 4px;
	width: 200px;
	height: 24px;
	margin-top: 0px;
	text-align: left;
	border: 1px solid transparent;

	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: none; 
	color: #000;
	text-decoration: none!important; 

	-moz-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 0px 7px rgba(0,0,0,0.5);

}

.form_button {
/*	background: #843F35 url(../images1/bg_menu.jpg) top center no-repeat;*/
	background: #668D9F;
	padding: 4px 10px 3px 10px;
	width: auto;
	height: auto;
	margin-top: 0px;
	text-align: center;
	border: 0px solid #FFF;

	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000;
	text-decoration: none!important; 
	cursor: pointer;
	
	-moz-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
}

.form_button:hover {
/*	background: transparent url(../images1/bg_gry80.png) -5px -5px repeat;*/
	color: #FFF;
	border: 0px solid #843F35;
}

/* STYLED ARROW */
.styled-select select {
	background: #FFF url(../images1/bg_menu_sel.jpg) -5px -5px no-repeat;
	padding: 3px 0px 0px 4px;
	position: relative;
	background: transparent;
	width: 200px;
	height: 24px;
	font-size: 11px; 
	color: #000; 
	font-family: Arial, Verdana, Helvetica; 
	text-align: left;
	cursor: pointer;
	z-index: 10;
/*         -webkit-border-radius:5px;
         -khtml-border-radius:5px;
         -moz-border-radius:5px;*/
}

.styled-select, .styled-text {
	position: relative;
	width: 176px;
	height: 24px;
	overflow: hidden;
	background: #FFF url(../images1/thumbs1/b_select_arrow_down.png) 153px 0px no-repeat;
	z-index: 111;
	
	-moz-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 0px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 0px 7px rgba(0,0,0,0.5);
}

.styled-select:hover .styled-text:hover {
	background: #FFF url(../images1/thumbs1/b_select_arrow_down_sel.png) top right no-repeat;
}

/*------------------------- SIDE TABS ----------------------------*/
.side_tab {
/*	background: transparent url(../images1/$style_bgbox3) top left;*/
	border: 0px solid #$style_boxbordercolor;
	padding: 8px 8px 8px 10px;
	display: block;
	position: fixed;
	top: 325px;
/*	bottom: 42px;*/
	right: 0px;
	float: center;
	width: auto;
	height: auto;	
	z-index: 22;

	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica;

         -webkit-border-top-left-radius:$cornerradius;
         -khtml-border-radius-topleft:$cornerradius;
         -moz-border-radius-topleft:$cornerradius;
         -webkit-border-bottom-left-radius:$cornerradius;
         -khtml-border-radius-bottomleft:$cornerradius;
         -moz-border-radius-bottomleft:$cornerradius;

/*		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
*/
}

/* ------------------------ DROP DOWN MENU ---------------------------- */
#dropmenudiv {
	background: transparent url(../images1/bg_wht85.png) top left repeat;
	position: fixed;
	display: block;
	top: 63px;
	margin-top: $menutop; 
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
/*	border-bottom-width: 0px;*/
	border-top-width: 0px;
	font: normal $medium Verdana;
	line-height: 22px;
	z-index: 999 !important;

         -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:$cornerradius2;
         -webkit-border-bottom-left-radius:$cornerradius2;
         -webkit-border-bottom-right-radius:$cornerradius2;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:$cornerradius2;
         -khtml-border-radius-bottomleft:$cornerradius2;
         -khtml-border-radius-bottomright:$cornerradius2;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:$cornerradius2;
         -moz-border-radius-bottomleft:$cornerradius2;
         -moz-border-radius-bottomright:$cornerradius2;
		 
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
}

#dropmenudiv a {
	position: relative;
	display: block;
	width: 100%;
	display: block;
	border-bottom: 0px solid #000;
	padding: 0px 0;
	text-decoration: none;
	text-indent: 10px;
	color: #$style_linkcolor; 
	font-weight: bold; 
	font-size: $medium; 
	font-family: Verdana, Arial, Helvetica;
	z-index: 999 !important;
/*    text-shadow: 2px 3px 7px rgba(0,0,0,0.5);*/
}

/*-------- menu hover background color --------------*/
#dropmenudiv a:hover { 
	background: transparent url(../images1/bg_box_blu.png);
	position: relative;
	display: block;
	display: block;
	color: #$style_hlinkcolor; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: $medium; 
	font-family: Verdana, Arial, Helvetica;
	z-index: 999 !important;
}

/*------------------ CONTENT SCROLL -------------------*/
#scroll {
	overflow-x: hidden; 
	overflow-y: auto; 
	float: right;
	height: 480px; 
	width: 300px;
	margin-right: 0px; /*SCROLL BAR X LOCATION*/
	margin-bottom: 0px;
	padding: 0px 10px 5px 10px;
	border: 0px solid #000;
}

/*------------- VIDEO/FLASH CONTENT -------------------*/


#zflash{ 
	background: transparent;
	visibility: visible;
	position: relative;
	z-index: 5 !important; 
	display: block;
	padding: 0px;
	float: center;
	width: 540px;
	height: 405px;

	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    -khtml-box-shadow: 2px 3px 7px rgba(0,0,0,0.5);  
    box-shadow: 2px 3px 7px rgba(0,0,0,0.5);
}
