html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    width: 100%;
    font-family: arial;
    font-size: 15px;
    margin: 0 auto;
    line-height: 1.5;
    color: #656565;
    background-color: #b8b8b8!important;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:navy; 
    text-decoration:none!important;
}
a:hover {
	color: navy;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* HEAD */
header{
    margin: 0 auto;
    width: 1000px;
    padding: 20px 0px;
    -webkit-box-shadow: 5px 0px 30px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    5px 0px 30px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         5px 0px 30px 0px rgba(50, 50, 50, 0.55);
    margin-bottom: 5px;
    background-color: #ffffff;
}
.title{
    font-size: 30px;
    color: navy;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}
#kergomb{
	padding: 10px 15px;
	cursor: pointer;
	color:#fff;
	background-color: navy;
	
}
.search-input{
	padding: 9px;
	border: 1px solid navy;
}
/* content */
.content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: 5px 0px 30px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    5px 0px 30px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         5px 0px 30px 0px rgba(50, 50, 50, 0.25);
    background-color: #ffffff;
}

/* slider */
.slider{
    border-bottom:2px solid #b6b6b6;
    display: block;
}
.cycle-slideshow {
    width: 1000px;
    height: 426px;
    margin: auto;
    text-align: center;
}
.cycle-pager{
    font-size: 60px;
    color: #656565;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.cycle-pager-active{
    color: navy;
}

/*operaiton*/
.operation{
    padding: 20px 0px;
    display: block;
    width: 100%;
    height: auto;
    border-bottom:2px solid #b6b6b6;
}
.operation-text{
    float: left;
    font-size: 15px;
}

/*benefits*/
.benefits{
    padding: 20px 0px;
    background-color: #ffffff;
}
.full-circle {
    background-color: rgba(204, 0, 102, 0);
    border: 2px solid navy;
    height: 60px;
    width: 60px;
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
}
td{
    padding: 10px;
    vertical-align: middle;
}
.table-title{
    font-weight: 700;
}
.horizontal-line{
    border-bottom: 2px solid #b6b6b6;
    margin: 20px 0px;
}
.sub-title{
    color: navy;
    font-size: 21px;
}
/* footer */
.footer{
    width: 97%;
    background-color: #ffffff;
}