/*@CHARSET "UTF-8";*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font: inherit;*/
	font-size: 100%;
	vertical-align: baseline;
}

body{
	margin: 0 auto;
	/*font-family: "century gothic", Arial;*/
	font-family: Calibri,Arial,sans-serif;

	cursor: default;
	background-color:  #f1f1f1;
}

/*li {
	list-style: none;
}*/
a{text-decoration:none ;
color: inherit;}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {
	text-decoration: none;
	cursor: pointer;
}
a:active  {text-decoration: none;}

/* ========== */
/* = sid_menu = */
/* ========== */

.services_menu{
	width: 220px;
	height: 250px;
	/*background: red;*/
}
.services_menu .list{
	width: 210px;
margin-left: 0px;
	
	/*background: pink;*/	
	border: 1px solid #ddd;
	border-radius: 4px;
}

.services_menu .list li{
list-style-type: none;
    color: #d9682a;
    background-color: #fff;
    /*background: red;*/
    transition: all 0.1s ;
    border-top-right-radius:4px ;
    border-top-left-radius:4px ;
    border-bottom:1px solid #ddd ;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 199px;
    display: inline-block;
    padding:1px 1px 1px 10px  ;
    cursor: pointer;
     
    }
.services_menu .list li:hover{
	font-weight: bold;
}    

.my-btn{
	width: 120px;
    height: 30px;
    background: #d9682a;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}
	.green{
				color: green;
			}
			.red{
				color: red;
			}