/* CSS Document */
body{
	margin:0;
	padding:0;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#040403;}
	
body h1{
  font-family: 'Cabin', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color:#151516;}
 
  
 body h3{
  font-family: 'Cabin', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color:#6f6d9a;}
 body h4{
  font-family: 'Cabin', serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color:#6f6d9a;}
 body h5{
  font-family: 'Cabin', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 2.0;
  color:#6f6d9a;}
  
.body{
	background:#fff url(images/bg.jpg) 0 100% repeat-x;}
p,span,ul,li,div,html,input,select,br,strong,h1,h2,h3,h4,h5,h6,form,label{ margin:0; padding:0;}

ul li{ list-style-type:none;}

a{ text-decoration:none;}
a:hover{
	text-decoration:none;}
img{ margin:0; padding:0; border:none;}
a img{ margin:0; padding:0; border:none;}

.clear{
	font-size:0px;
	line-height:0px;
	clear:both;}

#bodybg2{
background: #ed9017; /* Old browsers */
background: -moz-linear-gradient(top,  #ed9017 0%, #f6e6b4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9017), color-stop(100%,#f6e6b4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ed9017 0%,#f6e6b4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ed9017 0%,#f6e6b4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ed9017 0%,#f6e6b4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ed9017 0%,#f6e6b4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#f6e6b4',GradientType=0 ); /* IE6-9 */
}
#bodybg{
background: #EDE574;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #E1F5C4, #EDE574);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #E1F5C4, #EDE574); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hscrld{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.hscrld li{
	float:left;
	margin:0;
	padding:4px;
	margin-right:10px;
}
.hscrld li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.hscrld li a:hover{
	color:#0033FF;
	text-decoration:underline;
}
.arrow_box {
	position: relative;
	/*background: #7a7b79;*/
	background:#022F34;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 62, 67, 0);
	border-left-color: #022F34;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 26px;
	margin-top: -26px;
}
	
/*STRUCTURE*/
	
#wrapper{
	width: 100%;
	/*width:1017px;*/
	margin:0 auto;
	padding:0;}
	
.shadow_left{
	background:url(../images/shadow_left.png) left top repeat-y;
	width:100%;}
	
.shadow_right{
	background:url(../images/shadow_right.png) right top repeat-y;
	width:100%;}
.headertop_area{
	margin:0;
	padding:0;
	background-color:#fff;
	width:100%;
	height:214px;
	background-image:url(../images/top_head_new2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 214px;
	}
.content_area{
	margin:0 auto;
	/*padding:0 13px 1px 13px;*/
	/*background-color:#FFF;*/
	background: #feeebd url('../images/content_bg.png') 50% top repeat-x;
	width:1300px;}
/*#left_panel{
	background: #feeebd url('../images/content_bg.png') 50% top repeat-x;
}*/

/*END_STRUCTURE*/

/*LOGO_PART*/
.logo{
	margin:10px 0 13px 33px;
	float:left;}
.logo_right{
	text-align:right;
	float:right;
	width:200px;
	height:22px;
	padding-right:8px;
}
.date_time{
	float:right;
	margin-right:10px;
	margin-top:35px;
	/*border:2px dashed #999;*/
	width:20%;
	height:90px;
	text-align:center;
	background:#FFB;
}
.date_time li{
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
	margin-top:7px;
}

.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
/*END_LOGO_PART*/

/*NAVIGATION*/
#navigation{
	height:52px;}
.leftbg{
	text-align:right;
	float:left;}
.rightbg{
	text-align:left;
	float:left;}
.nav_bg{
	background: #ffffff url(../images/nav_bg.gif) 0 0 repeat-x;
	width:100%;
	height:52px;
	/*padding-left:13px;*/
}
.nav_menu{
	/*float:left;
	text-align: center;*/
	width: 98%;
	margin: 0 auto;
}
	
.nav_menu ul li{
	font:normal 14px/40px Arial, Helvetica, sans-serif;
	color:#ffffff;
	display:inline;
	}
.nav_menu ul li a{
	color:#ffffff;
	padding:10px 7px 13px 7px;
	text-transform:uppercase;
	font-size: 12.2px;
}
.active{
	background:url(../images/hover_img.gif) 0 0 repeat-x;
	height:39px;}
.nav_menu ul li a:hover{
	background:url(../images/hover_img.gif) 0 0 repeat-x;
	height:39px;}
.nav_menu ul li{
	position:relative;
}
.nav_menu ul li ul{
	display:none;
	position:absolute;
	top:30;
	left:0;
	width:230px;
}
.nav_menu ul li:hover ul{
	display:block;
	background:#333;
	z-index:432;
}
.nav_menu ul li ul li{
	display: block;
}
.nav_menu ul li ul li a:hover{
	background:none;
	color:#B6FF6C;
}
		
.search_box{
	width:246px;
	padding-right:18px;
	padding-top:10px;
	float:right;}
.search_input{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#e2e2e1;
	background:url(../images/search_box_leftimg.png) 0 0 no-repeat;
	width:173px;
	height:20px;
	text-indent:7px;
	border:none;
	float:left;
	}
.search_button{
	background:url(../images/searchbutton.png) 0 0 no-repeat;
	width:73px;
	height:20px;
	border:none;
	cursor:pointer;
	float:left;}
/*END_NAVIGATION*/

/*CONTENT_AREA*/
#left_pannel{
	width:1071px;
	padding:0px;
	float:left;
}
#right_pannel{
	width:226px;
	float:right;
	padding: 0;
}
.product_bg{
	background-color:#600;
	padding:6px;
	
	margin-bottom:10px;}
.product_txt{
	background-color:#fff;
	margin-top:10px;
	width:auto;
	height:auto;
	padding:9px;}
h2{
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	color:#b2d770;}
.buynow_red{
	background:url(../images/buynow_hover.gif)0 0 no-repeat;
	width:88px;
	height:29px;
	border:none;
	cursor:pointer;
	float:left;}
.buynow_red:hover{
	background:url(../images/buynow_hover.gif)0 100% no-repeat;}
.buynow_green{
	background:url(../images/view_hover.gif) 0 0 no-repeat;
	width:98px;
	height:29px;
	border:none;
	cursor:pointer;
	float:right;}

.buynow_green:hover{
	background:url(../images/view_hover.gif) 0 100% no-repeat;}
/*HOME*/
.picture_area{
width:100%;
height:271px;}
.content_textarea{
 
	padding:27px 0 0 0;}
	
.content_textarea p{
	color:#7e8395;}
.inner_left{
	width:220px;
	padding-left:20px;
	float:left;}
.iner_padding{
	padding:9px 0 12px 0px;
	color:#4f4f4f;
	border-top:1px solid #c7c7c7;}
.iner_padding strong{
	color:#292929;}
.img{
	float:right;}
.view{
	padding:3px 21px 0 20px;}
.viewmore_field{
	width:220px;
	height:33px;
	padding-top:6px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	text-align:right;
	float:left;}
	
.viewmore_field_next{
	width:392px;
	height:33px;
	padding-top:6px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	text-align:right;
	float:right;}
.viewmore_butt{
	background:url(../images/view_morehover.gif) 0 0 no-repeat;
	width:96px;
	height:27px;
	border:none;
	cursor:pointer;}
.viewmore_butt:hover{
	background:url(../images/view_morehover.gif) 0 100% no-repeat;}
.inner_right{
	width:392px;
	padding-right:21px;
	float:right;}
	
/*END_HOME*/
/*END_CONTENT_AREA*/
	
/*FOOTER*/	
#footer{
	margin:0 auto;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#c7c7c7;
	width:951px;
	height:60px;
	padding:4px 13px;}
#footer a{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#c7c7c7;}
#footer a em{
	font:normal italic 12px/16px Arial, Helvetica, sans-serif;
	color:#c7c7c7;}
#footer a:hover{
	text-decoration:underline;}
	
/*END_FOOTER*/



/*PRODUCTS*/	
.product_picture_area{
	width:677px;
	height:179px;}
.pruduct_left{
	float:left;
	width:224px;}
.pruduct_left p{
	padding-top:28px;}
.pruduct_left p img{
	margin-right:7px;}
	
.products_right{
	width:429px;
	float:right;}
.productxt_a{
	font-family: 'Cabin', serif;
	font-size: 13px;
	line-height:1.2;
	font-style: normal;
	color:#6f6d9a;}
.productxt_b{
	font-family: 'Cabin', serif;
	font-size: 13px;
	line-height:1.2;
	font-style: normal;
	color:#b2b6c3;}
.productxt_b b{
	color:#6e6c91;}
.readme{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#7e8395;
	text-align:right;
	padding-right:40px;}
.readme a{
	color:#7e8395;}
.readme a:hover{
	text-decoration:underline;}
.addtobag_field{
	margin-top:5px;
	background-color:#fafbfd;
	border:1px solid #e6e8f6;}
.addtobag_fieldleft{
	width:199px;
	height:38px;
	float:left;
	font:normal 14px/38px 'Cabin', serif;
	border-bottom:1px solid #e6e8f6;
	border-right:1px solid #e6e8f6;
	text-align:left;
	padding-left:15px;}
.addtobag_fieldright{
	width:197px;
	height:38px;
	font:normal 14px/38px 'Cabin', serif;
	text-align:left;
	float:right;
	border-bottom:1px solid #e6e8f6;
	padding-left:15px;}
.addtobag_bottom{
	padding:15px 15px 20px 15px;}
.addtobag_bottom p{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#7e8395}
.addtobag_bottom span{
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	color:#82d17e;}
.add_left{
	float:left;}
.add_left_field{
	width:146px;
	padding:9px;
	margin-top:10px;
	color:#9da1b3;
	border:1px solid #e6e8f6;}

.add_right{
	float:right;
	width:172px;}
.addtobag_img{
	background:url(../images/add_to_bag.gif) 0 0 no-repeat;
	width:126px;
	height:31px;
	float:left;
	border:none;
	cursor:pointer;
	margin-top:18px;}
.addtobag_img:hover{
	background:url(../images/add_to_bag.gif) 0 100% no-repeat;}

/*END_PRODUCTS*/

/*PRODUCT_DETAIL*/
.product_detail{
	height:47px;
	padding-top:2px;
	border-top:1px solid #c7c7c7;}
.product_detail_left{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#8e91a2;
	width:230px;
	border-top:1px solid #e7e5fa;
	padding-top:10px;
	float:left;}
.product_detail_left label{
	padding:0 10px 0 17px;}
.product_detail_left select{
	width:130px;
	padding:6px 4px;
	color:#6372a9;
	font-weight:bold;
	border:1px solid #d2d9da;}
.product_detailmenu{
	background:url(../images/detailmenu_bg.gif) 0 0 repeat-x;
	width:398px;
	height:37px;
	border-top:1px solid #e7e5fa;
	border-left:1px solid #e7e5fa;
	padding:10px 34px 0 14px;
	float:right;}
.product_detailmenu_left{
	float:left;}
.menu_scrol{
	float:right;
	padding-top:7px;}
.menu_scrol li{
	padding:0 12px;}
.menu_scrol ul li{
	float:left;}
.product_lists{
	padding-top:18px;}
.product_lists_main{
	float:left;
	width:154px;
	margin-right:20px;}
.product_lists_main p{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	color:#5d666b;
	padding-bottom:5px;
	padding-top:5px;}
.product_lists_main p span{color:#2997ca; display:block; font-weight:bold;}

	
.product_rate{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#72c185;
	 
	float:left;
  }
.product_buynow{
	width:68px;
	height:25px;

	 
	float:right;
	display:block;
	overflow:hidden;
 
	}
	
	
.product_buynow .input2{
		font-size:0;
	text-indent:-10000px;
	width:68px;
	line-height:24px;
	background:url(../images/buynow.gif)0 0 no-repeat;
	height:25px;
	border:none;
	cursor:pointer;
	
	}
.product_buynow .input2:hover{
		font-size:0;
	text-indent:-10000px;
	width:68px;
	line-height:24px;
	background:url(../images/buynow.gif)0 100% no-repeat;
	height:25px;
	border:none;
	cursor:pointer;
	
	}
	
.product_lists_main_none{
	width:154px;
	float:left;
	margin:0!important;}
.product_lists_main_none p{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	color:#5d666b;
	padding-bottom:5px;
	padding-top:5px;}
.product_lists_main_none p span{color:#2997ca;}
.product_detail_bottom{
	height:47px;
	padding-top:20px;}

/*END_PRODUCT_DETAIL*/

/*ABOUT_US*/
.aboutus_bottom{
	padding-top:38px;}
.aboutus_bottom b{
	font:bold 12px/31px Arial, Helvetica, sans-serif;
	color:#616fa6;
	float:left;}
.aboutus_bottom b a{
	color:#616fa6;}
.about_button{
	background:url(../images/seeproduct.gif) 0 0 no-repeat;
	width:127px;
	height:31px;
	border:none;
	cursor:pointer;
	float:right;}
.about_button:hover{
	background:url(../images/seeproduct.gif) 0 100% no-repeat;}


/*END_ABOUT_US*/

/*YOUR_SHOPPING_BAG*/
.bag_dotted{
	background:url(../images/shopping_dotted.gif) 0 0 repeat-x;
	height:1px;
	margin-top:5px;}
.shopping_box{
	padding:21px 0;
	background:url(../mages/shopping_dotted.gif) 0 100% repeat-x;}
.shopping_box_left{
	float:left;
	width:440px;}
.shopping_box_left p{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#b5b5c9;}
.shopping_box_left p span{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#7a82a0;}
.shopping_box_left img{
		float:left;
		margin-right:18px;}
h6{
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	color:#616fa6;}
.shopping_box_right{
	float:right;
	width:161px;
	padding-right:16px;}
.shopping_box_bottom{
	padding-top:22px;}
.shopping_bottomleft{
	float:left;
	width:373px;}
.shopping_bottomleft p{
	padding-top:45px;}
.shopping_bottomleft p img{
	margin-right:7px;}
.shopping_input{
	background:url(../images/cont_shopp_hover.gif) 0 0 no-repeat;
	width:170px;
	height:31px;
	cursor:pointer;
	border:none;}
.shopping_input:hover{
	background:url(../images/cont_shopp_hover.gif) 0 100% no-repeat;}
.shopping_bottomright{
	float:right;
	width:177px;
	text-align:center;}
.subtotal{
	font:normal 13px/31px Arial, Helvetica, sans-serif;
	color:#616fa6;}
.shopping_bottomright span{
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	color:#82d17e;}
.shopping_bottomright input{
	background:url(../images/check_out.gif) 0 0 no-repeat;
	width:126px;
	height:31px;
	cursor:pointer;
	border:none;
	margin-top:7px;}
.shopping_bottomright input:hover{
	background:url(../images/check_out.gif) 0 100% no-repeat;}
.shopping_bottomright_rpnl{
	float:left;
	text-align:center;}
.shopping_bottomright_lpnl{
	float:right;
	text-align:center;}
.shopping_qty{
	font:italic 12px/16px Arial, Helvetica, sans-serif;
	color:#b5b5c9;}
.number_bg{
	background:url(../images/number_bg.gif) 0 0 no-repeat;
	width:51px;
	height:44px;
	padding-top:12px;
	font-style:italic;}
.update{
	color:#293e6b;}
.update a{
	color:#293e6b;}
.update a:hover{
	text-decoration:underline;}
	
.remove{
	background:url(../images/remove_img.gif) left 10px no-repeat;
	text-indent:20px;
	color:#293e6b;
	padding-top:8px;}
.remove a{
	color:#293e6b;}
.remove a:hover{
	text-decoration:underline;}

/*END_YOUR_SHOPPING_BAG*/
.nomargin{
	margin-right:0!important;}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}

.menu-left {

	BORDER-BOTTOM: #4f9aff 1px solid; BORDER-LEFT: #4f9aff 1px solid; PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #630; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 198px; PADDING-RIGHT: 0px; BORDER-RIGHT: #4f9aff 1px solid; PADDING-TOP: 0px;

}

.menu-left LI UL {

	BORDER-BOTTOM: #4f9aff 1px solid; BORDER-LEFT: #4f9aff 1px solid; PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #630; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 198px; PADDING-RIGHT: 0px; BORDER-RIGHT: #4f9aff 1px solid; PADDING-TOP: 0px; z-index:400;

}

.menu-left LI {

	POSITION: relative; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px

}

.menu-left LI A {

	BORDER-BOTTOM: #bfd5e2 1px dotted; TEXT-ALIGN: left; LINE-HEIGHT: 27px; MARGIN: 0px 5px 0px 4px; PADDING-LEFT: 12px; WIDTH: 178px; DISPLAY: block; COLOR: #ffffff; FONT-SIZE: 14px; TEXT-DECORATION: none

}

.menu-left LI UL {

	BORDER-BOTTOM: #006cff 2px solid; POSITION: absolute; BORDER-LEFT: #006cff 2px solid; MARGIN-TOP: 0px; DISPLAY: none; BACKGROUND: #630; MARGIN-LEFT: -4px; BORDER-TOP: #006cff 2px solid; TOP: 0px; BORDER-RIGHT: #006cff 2px solid; LEFT: 0px

}

.menu-left LI UL LI {

	DISPLAY: block; FLOAT: left

}

.menu-left LI UL A {

	BORDER-BOTTOM: #226388 1px dotted; PADDING-BOTTOM: 0px; LINE-HEIGHT: 27px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; COLOR: #ffffff; FONT-WEIGHT: normal; PADDING-TOP: 0px

}

.menu-left LI UL LI UL{

	BORDER-BOTTOM: #006cff 2px solid; POSITION: absolute; BORDER-LEFT: #006cff 2px solid; MARGIN-TOP: 0px; DISPLAY: none; BACKGROUND: #630;
	MARGIN-LEFT: 195px; BORDER-TOP: #006cff 2px solid; TOP: 0px; BORDER-RIGHT: #006cff 2px solid; LEFT: 0px

}

.menu-left LI UL LI UL LI{

	DISPLAY: block; FLOAT: left;

}

.menu-left LI A:visited {

	COLOR: #fff

}

.menu-left LI A:active {

	COLOR: #fff
}

.menu-left LI A:hover {

	BACKGROUND: url(images/menu-hl.gif); COLOR: #ffff00

}

* HTML .menu-left LI {

	FLOAT: left; HEIGHT: 1%

}

* HTML .menu-left LI A {

	HEIGHT: 1%

}

.arrow {

	FONT-WEIGHT: bold; MARGIN-RIGHT: 3px

}

.formButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:13px 17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.formButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.formButton:active {
	position:relative;
	top:1px;
}
.button_example{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 2px 10px 2px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

.button_example:hover{
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

#footer_menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
#footer_menu li{
	margin-left:28px;
	margin-bottom:12px;
}
#footer_menu li a{
	color:#FFF !important;
	font-weight:bold;
	text-decoration:none;
}
#footer_menu li a:hover{
	color:#000000 !important;
	text-decoration:none;
}
#sliderFrame2{
	margin-top: 125px; 
	/*float: left;*/ 
	color: #cccccc; 
	margin-left: 580px; 
	width:420px; 
	height:60px;
}
/* For Desktop View */
@media screen and (min-width: 1200px) {
    #sliderFrame2 {
		top: 59%;
        margin-left: 680px;
    }
}