body {
	background:#6e6d71;
	margin:0; 
	padding:0; 
	font-family: sans-serif, Arial,Helvetica;
/*	color:#292929;*/
	color: #333;
}

form {
	display:inline; 
	margin:0; 
	padding:0;
}

img {
	border:none;
}

a {
	color:#0079c1; 
	text-decoration:none; 
	padding:0; 
	margin:0;
	font-family: sans-serif,Arial,Helvetica;
}

a:hover {
	color:#000; 
	text-decoration:underline;
	font-family: sans-serif, Arial,Helvetica,sans-serif;
}

form, input, button{
	padding:0; 
	margin:0;
	border:none;	
}

h1, h2, h3, h4, h5, h6, ul, li ,p{
	list-style-type:none; 
	padding:0; 
	margin:0; 
	font-weight:normal; 
	line-height:normal;
	font-family: sans-serif, Arial,Helvetica,sans-serif;
}

.clear{clear:both;}

.top_part{
	background:url("../images/header_bg.png") repeat-x 0 0;
	height:44px;
}

.home_part, .navigation_inner, .banner_content, .content_inner, .testimonials_inner, .fotter_inner{
	margin:0 auto;    
    width:988px;
}

.home_left_part{
	color:#FFFFFF;
    float:left;
}

.home_left_part ul {
    margin:0;
    padding:0;
}
.home_left_part li {
    float:left;
    margin:0;
    padding:0;
    vertical-align:top;
}


.home_left_part li a {
    border-left: 1px solid #7D7C7F;
    border-right: 1px solid #565659;
    color: #EEE;
    display: block;
    font-weight: bold;
    line-height: 44px;
    padding: 0 22px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    transition: all 0.1s ease-in-out 0s;
	font-size:12px;
}

.home_left_part .current {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.6) inset;
}

.home_left_part .personal:active{
    border-left: 1px solid #7D7C7F;
}

.home_left_part .business {
    border-right: 1px solid #7D7C7F;
}

.home_left_part .personal {
    /*border-left: 1px solid #565659;*/
}

.home_left_part .personal .current a {
    border-left: 1px solid #414042;
    border-right: 1px solid #414042;
}

.home_left_part li a:hover, .home_left_part li a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    text-decoration: none;
}

.form{
    float: right;
    margin-top:8px;
    text-align: right;
}

.form input{	
    border-radius: 5px 5px 5px 5px;
	padding:3px;
	margin:0 10px 15px 0;
	background-color: #CCCCCC;
    border:1px solid #5C5C5E;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    font-family: 'lucida grande','lucida sans unicode',arial,sans-serif;
    font-size:12px !important;    
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 0 #D6D6D6;
    width:145px;	
}

.form textarea{	
    border-radius: 5px 5px 5px 5px;
	padding:3px;
	margin:0 10px 15px 0;
	background-color: #CCCCCC;
    border:1px solid #5C5C5E;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    font-family: 'lucida grande','lucida sans unicode',arial,sans-serif;
    font-size:12px !important;    
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 0 #D6D6D6;
}

.form .button.secondary:hover, .form .button.secondary:focus {
    border-color: #565656 #4D4D4D #3E3E3E !important;
}
.form .button.secondary {
    border-color: #565656 #4D4D4D #3E3E3E !important;
    box-shadow: 0 1px #ECECEC inset, 0 1px rgba(255, 255, 255, 0.2) !important;
    margin-right: 4px !important;
	margin-left: 4px !important;
    position: relative;
	width:auto;
	font-size:12px;
	font-family:sans-serif, Helvetica S;
}
.form .button.secondary, .form .button.primary {
    box-shadow: 0 1px rgba(255, 255, 255, 0.2) !important;
    min-width: 44px !important;
    padding:6px 8px 6px 8px !important;
	
}

form .button {
    display: inline-block !important;	
}

.button.secondary {
    background:#dbdbdb;
	background: -moz-linear-gradient(top,  #dbdbdb 0%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbdbdb 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbdbdb 0%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbdbdb 0%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbdbdb 0%,#bfbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
    border-color: #CBCBCB #B2B2B2 #8B8B8B !important;
    box-shadow: 0 1px #ECECEC inset !important;
    color: #333333 !important;
    text-shadow: 0 1px #E0E0E0 !important;
	cursor: pointer;
	
}

.butbg{
    background:#0079C1;
	background: -moz-linear-gradient(top,  #00A1FF 0%, #0079C1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A1FF), color-stop(100%,#0079C1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00A1FF 0%,#0079C1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1FF', endColorstr='#0079C1',GradientType=0 ); /* IE6-9 */	
    border-color: #0079C1 #00588B #004B77;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #4DBEFF inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family:sans-serif, Helvetica S;
    font-size:12px;
    padding: 6px 8px 6px 8px !important;
    text-align: center;
    text-shadow: 0 -1px #00692C;
	box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 1px #4DBEFF inset;
}

.butbg a{
	color:#fff;
	font-size:12px;
}

.forgot{	    
    font-size:11px;    
    margin: 0 auto;
    padding:0 6px; 
	text-align:left;	
}

.loginForget{
   position:absolute;
   right:6px;
   top: 5px;
   font-size:11px;
}
.loginGp{
   position:absolute;
   right:8px;
   top: 5px;
   font-size:11px;
}

.loginFb{
   position:absolute;
   right:33px;
   top: 5px;
   font-size:11px;
}

.forgetButbg a{
	color:#fff;
	font-size:12px;
}


.forgetButbg{
    background:#0079C1;
	background: -moz-linear-gradient(top,  #00A1FF 0%, #0079C1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A1FF), color-stop(100%,#0079C1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00A1FF 0%,#0079C1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1FF', endColorstr='#0079C1',GradientType=0 ); /* IE6-9 */	
    border-color: #0079C1 #00588B #004B77;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #4DBEFF inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family:sans-serif, Helvetica S;
	font-size:9px;
    padding:1px 1px 1px !important;	
    text-align: center;
    text-shadow: 0 -1px #00692C;
	box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 1px #4DBEFF inset;
}


.forgot a{	
    color:#fff;
}

.flag{
	margin-top: 7px !important;
	padding:0px 0px 0 0px !important;
	border-radius:0 !important;
	border: 0px !important;
	width:auto !important;
}

.flag  img{
	padding:5px 0px 0 3px;
}

.navigation_bg{
	background:#F5F5F5;
	padding:17px 0 10px 0; 
	border-bottom:1px solid #d9d9d9;
}

.navigation_inner li{
	float:left;
	padding:10px 0px 15px 18px !important;
/*	background:url("../images/nav_bg_in.png") no-repeat 0 0;	 */
	min-width:28px;
}

.navigation_inner li.arow a{
	padding:0 17px 0 0px;
	background:url("../images/arow.png") no-repeat right 8px !important;	
	font-family:sans-serif, Helvetica;
}

.navigation_inner li.logo{
	background:none !important;
	padding:5px 16px 0 0 !important;
}

.navigation_inner li a{
	font-size:16px;
	font-weight:bold;
	color:#444445;
}

.navigation_inner li a:hover{
	color:#444445 !important;
	text-decoration: underline;
}

.banner_part{
	background:url("../images/banner_bg.png") no-repeat center;
	height:390px;	
	border-bottom: 1px solid #d9d9d9;
	background-color: #e2ecf3;
}

.product_details{
	float:left;
	padding:5px 0 0 0;	
}

.product_details h1{
	text-shadow: 1px 1px #E0E0E0 !important;
	color:#0079c1;
	font-size:25px;
	font-family:sans-serif, Helvetica;
	font-weight:bold;
}

.product_details p{
	text-shadow: 1px 1px #E0E0E0 !important;
	color:#314a58;
	font-size:18px;
	font-family:sans-serif,Helvetica;	
	width:550px;
	padding:5px 0 0 0;
	text-align:justify;
}


.sub_product_details ul{
	margin:15px 0 0 5px;
}

.sub_product_details li{
	background:url("../images/icon6.png") no-repeat 0 1px;	
	padding:0px 0 12px 25px;
	font-weight:bold;
	font-size:17px;
	color:#516a78;
	text-shadow: 1px 1px #E0E0E0 !important;	
}

.sub_product_details li span{
	width:160px;
	float:right;
}

.sub_product_details h1{
	color:#0079c1;
	text-shadow: 1px 1px #E0E0E0 !important;
	font-size:22px;
	font-family:Helvetica;
	font-weight:bold;	
}

.product_details_image{
	float:right;
	padding:12px 0 0 40px;
/*	background:url("../images/image1.png") no-repeat center;*/
	width: 366px;
	height: 366px;
}

.product_details_image h1{
	text-shadow: 1px 1px #E0E0E0 !important;
	color:#0079c1;
	font-size:25px;
	font-family:sans-serif,Helvetica;
	font-weight:bold;
}


.content_part{
	background:url("../images/content_bg.png") repeat-x 0 0 #f0f0f0;
	padding:20px 0 20px 0;
	border-bottom:1px solid #e1e1e1;
}

.content_inner_div_left{
	width:309px;
	height: 135px;
	float:left;
	margin-right:0px;
	padding-right:20px;
	padding-left:px;
	background:url("../images/line.png") no-repeat right;
}

.content_inner_div_center{
	width:290px;
	height: 135px;
	float:left;
	margin-right:0px;
	padding-right:20px;
	padding-left:20px;
	background:url("../images/line.png") no-repeat right;
}

.content_inner_div_last{
	width:309px;
	height: 135px;
	float:left;
	margin-right:0px;
	padding-right:0px;
	padding-left:20px;
}


.last_space{	
	margin-right:0 !important;
	background:none !important;
}

.content_inner   h1{
	font-size:22px;
	color:#0079c1;		
	padding:10px 0 20px 60px;
	font-weight:bold;
}

.content_inner	h2{
	color:#0079c1;	
	margin-top:10px;	
}


.content_inner   p{
	font-size:17px;
	color:#3a3a3a;		
	padding:0px 0 0 0px;
	font-family:sans-serif,Helvetica S;
	text-align:justify;	
	line-height:20px;
}

.hosting{
	background:url("../images/icon1.png") no-repeat 0 0;
}

.development{
	background:url("../images/icon2.png") no-repeat 0 0;
}

.system{
	background:url("../images/icon3.png") no-repeat 0 0;	
}

.what_is_vps h1{
	margin:0;
	padding:0 0 6px 0 !important;
	border-bottom:1px solid #ddd;
	font-size:25px;
}

.what_is_vps h2{
	font-size:22px;
	margin:0;
	margin-bottom:8px;
	padding:10px 0 0px 0 !important;	
	border-bottom:1px solid #ddd;
}

.vps_product_list{
	margin:10px 0 25px 5px;
}

.vps_product_list li{
	width:auto !important;
	background:url("../images/list_arow.png") no-repeat 0 5px !important;
	float:none !important;
	font-size:13px;
	padding: 5px 0 0 20px !important;
	
}

.configuration_bg{
	border:1px solid #d6d6d6;
	margin:15px 0 0 0;		
}
.configuration_bg  ul li{
	width:295px;
	float:left;
	margin-right:20px;
	padding-right:20px;
	background:url("../images/line.png") no-repeat right;
}

.configuration_bg li{	
	text-align:center;
}

.configuration_bg h1{
	border:none;
	background:#b0cde0;
	font-size:18px;
	font-weight:normal;
	padding:10px !important;
}

.config_header ul{
	background:#b0cde0 !important;
}

.config_header li{
	width: 15%;
	font-size:18px !important;
	margin:0 !Important;
	padding:0 !Important;
	
}

.odd  ul{
	background:#e6eef4 ;/*!important;*/
	border-bottom:1px solid #c9dce8;
	padding:10px;
}

.even  ul{
	background:#fff !important;
	border-bottom:1px solid #c9dce8;
	padding:10px;
}

.odd li{
	background:none !important;
	font-size:13px;
	font-weight:bold;
}



.even li{
	background:none !important;
	font-size:13px;
	font-weight:bold;
}

.odd  li a, .even li a{
	background:#0079C1;
	background: -moz-linear-gradient(top,  #00A1FF 0%, #0079C1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A1FF), color-stop(100%,#0079C1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A1FF 0%,#0079C1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00A1FF 0%,#0079C1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1FF', endColorstr='#0079C1',GradientType=0 ); /* IE6-9 */
	border-color: #0079C1 #00588B #004B77;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #4DBEFF inset;
    color: #FFFFFF;
    cursor: pointer;
	font-weight:normal;
    font-family:sans-serif,Helvetica S;
	font-size:12px;
    padding:8px 10px 6px !important;	
    text-align: center;
    text-shadow: 0 -1px #00692C;
	box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 1px #4DBEFF inset;
}

.width_1_head{
	width:30% !important;
	text-align:left !important;
}

.width_1{
	width:20% !important;
	text-align:left !important;
	list-style-image:url('../images/icon6.png');
	margin:0 !Important;
	padding:0 !Important;
	margin-left: 20px !important;
	vertical-align: middle;
}

.width_2{
	width:20% !important;
	margin:0 !Important;
	padding:0 !Important;

}

.width_3{
	width:20% !important;
	margin:0 !Important;
	padding:0 !Important;
}
.width_4{
	width:15% !important;
	margin:0 !Important;
	padding:0 !Important;
}
.width_5{
	width:15% !important;
	margin:0 !Important;
	padding:0 !Important;
}

.testimonials{
	background:url("../images/testimonials_bg.png") repeat-x 0 0 #f2f9fd;
}
.testimonials_inner {
	padding:15px 0 0px 0;	
}

.accessories .last_space_2{
	padding-left:9px !important;
	padding-right:0 !important;
	width:31%;
}

.accessories{
	padding:15px 0 0 0 !important;
}

.accessories h1{
	float:left;
	width:33%;
	padding:10px 0 10px 10px !important;	
}

.p_listing{
	border:1px solid #D6D6D6;
}

.p_listing .title_bh{ 
	background:#B0CDE0;
	padding:10px;
}

.p_listing .title_bh th{ 
	background:#B0CDE0;
	padding:10px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
}

.p_listing  .odd{
	background:#E6EEF4;
}

.p_listing  .even{
	background:#fff;
}

.p_listing tr td{ 	
	padding:10px;
	text-align:left;
	font-size:13px;
}

.accessories li{width:33% !important; text-align:left !Important;}

.testimonials_inner h1{
	font-family:sans-serif,Helvetica S;
	font-size:22px;
	padding:0 0 0 0;
	color:#515151;
}

.testimonials_inner p{
	background:url("../images/user.png") no-repeat left 5px;
	font-family:sans-serif,Helvetica S;
	font-size:18px;
	float:right;
	padding:10px 0 25px 33px;
	color:#0079c1;
	text-align:right;
}

.fotter{
/*	background:url("../images/footer_bg.png") repeat 0 #5A595D;*/
	background-color: #6e6d71;
	padding: 10px 0 10px 0;
	border-top: 1px solid #FFFFFF;
	box-shadow: 0 5px 5px #4A494D inset;	
	min-height:50px;
	width:100%;
}

.fotter-inner{
	min-height:50px;
}
.fotter_inner ul li{
	display:inline;
}

.fotter_inner ul li a{
	color:#EEE;
	font-size:15px;
	padding:0 7px 0 0;
}

.fotter_inner a:hover{
	color:#bfbfbf;
	font-size:15px;
	padding:0 7px 0 0;
	text-decoration:underline;
}

.fotter_inner  p{
	color:#fff;
	font-size:13px;
	padding:6px 0px 0 0;
}

.fotter_inner ul{
	float:left;
}

.chat{
	float:right;
	background: -moz-linear-gradient(center bottom , #4B4B4B 0px, #545454 30%, #6B6A6A 65%, #747474 100%) repeat scroll 0 0 #4B4B4B;
    border-color: #575757 #454545 #3C3C3C;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #868686 inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    color:#fff;
    float:right;
    height:24px;
    margin: 8px 0 25px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
 
}

.chat a{
	background:url("../images/icon4.png") no-repeat 5px 5px;
	color:#fff;
	font-size:12px;
	padding:5px 10px 0 30px;
	float:left;
}

.chat .chat_more{
	background:url("../images/icon5.png") no-repeat 0px 5px;	
	height:15px;	
	padding:0 5px 5px 15px;
	float:right;
}

.sitemap{

}
.sitemap ul{
	margin:25px 25px 0 30px;
	padding-left: 25px;
	list-style-image:url('../images/icon6.png');
}

.sitemap li{
/*	background:url("../images/icon6.png") no-repeat ;	*/
	padding:0px 0 12px 5px;
	font-weight:bold;
	font-size:17px;
	color:#314a58;
	text-shadow: 1px 1px #E0E0E0 !important;	
}


.popup{
	position: fixed;
	width: 24%;
	left: 38%;
	background: #EEE;
	color: black;
	top: 40%;
	padding:0;
	display:block;
	border:0;

	z-index:99999;	
    border-radius: 5px 5px 5px 5px;
	
    -webkit-box-shadow: 0px 0px 6px 4px  #333; 
    -moz-box-shadow:  0px 0px 6px 4px  #333;
    box-shadow:  1px 3px 6px 4px  #333;

}

.popup-title{
  	height: 25px;
	padding: 5px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	display:block;
	border:0px;
	border-bottom: 1px solid #333;
	background-color: #0079c1;
	box-shadow: inset 0 0 4px 3px rgba(0,0,0,.3);
}

.popup-body{
	padding: 5px;
	margin: 0;
	display:block;
	border:0;

}

.popup.popupbutton{
    border-color: #565656 #4D4D4D #3E3E3E !important;
    box-shadow: 0 1px #ECECEC inset, 0 1px rgba(255, 255, 255, 0.2) !important;
    margin-right: 4px !important;
	margin-left: 4px !important;
	width:auto;
	font-size:12px;
	font-family:sans-serif, Helvetica S;
}

.pluginSkinLight{
   padding-left: 100px;
}

/*banner class start*/

.s_titel {
	background:none !important;
	margin-left:0 !important;
	padding-left:0 !important;
}

.sub_product_details {
	float:left;
	margin:0px 0 0 0;
}

.product_details p{
	text-shadow: 1px 1px #E0E0E0 !important;
	color:#000;
	font-size:16px;
	font-family:Helvetica;	
	width:500px;
	padding:5px 0 0 0;
	text-align:justify;
}

.sub_product_details h1{
	color:#000;
	text-shadow: 1px 1px #E0E0E0 !important;
	font-size:23px;
	font-family:Helvetica;
	font-weight:bold;	
	margin:15px 0 0px 0;
}

.sub_product_details ul{
	margin:15px 0 0 5px;
	float:left;
	width:300px;
}

.sub_product_details li{
	background:url("../images/icon7.png") no-repeat 0 3px;	
	padding:0px 0 12px 30px;
	font-weight:bold;
	font-size:17px;
	color:#516a78;
	text-shadow: 1px 1px #E0E0E0 !important;	
}

.product_titel{
	margin:15px 0 0 0 !important;
	width:auto !important;
}

.product_titel li{
	background:none;
	padding-left:0 !important;
}

.order_now{
	width:auto !important;
	float:right !important;
	margin-right:0px !important;
}

.order_now li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin: 0 10px 0 0;
	background-color: #099ff9;
	border: solid 1px #099ff9;
	position: relative;
	z-index: 1;
	padding:0 !important;
}

.order_now li.selected {
	z-index: 3;
}

.order_now li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #000 0 -8px 6px;
	-moz-box-shadow: #000 0 -8px 6px;
	box-shadow: #000 0 -8px 6px;
}

.order_now li a:link, .order_now li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	font-family:Helvetica;
	text-align: center;
	padding:0 15px 0 15px;
	height:37px;
	line-height: 36px;		
	text-decoration: none;
	font-size: 18px;	
	color: #fff;	
	outline: none;
	float: left;
	background: #099ff9;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	text-shadow:1px 1px #000 !important
}

.order_now li a:hover {
	background-color: #50bdff;
}

.order_now li.selected a:link, .order_now li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}


/*banner class end*/