body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: “Myriad Pro”,Tahoma, Geneva, sans-serif,arial;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #f8f8f8;
}

a, a:link, a:visited { color: #07638A; font-weight: normal; text-decoration: none }
a:hover { text-decoration: underline; }

a.more { display: block; color: #07638A; text-align: center; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { text-decoration: none }



img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color: #5f5d5d; }
cite a, cite a:link, cite a:visited  { font-weight: bold; color:#5f5d5d; }
cite span { font-weight: 400; color: #514e51; }
em { color: #5f5d5d; }

h1, h2, h3, h4, h5, h6 { color: #ffffff; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 24px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 20px; margin: 0 0 15px; padding: 0;line-height: 1.3em; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.table_news{
	border-bottom: none;
	border-right:none;
}
.table_news tr td{
	text-align: center;
	padding: 10px;
	color:white;
	border: 1px solid white;
	border-left:none;
	border-top: none;
}
.table_news .last td{
	border-bottom: none;
}
.table_news .last_column{
	border-right:none;
}
.table_news tr td h5{
	color:white;
	font-weight: 400;
}


.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.h70 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_frame { display: inline-block; border: 5px solid #cdcccc; margin-bottom: 10px }
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }

.tmo_list { list-style: disc; padding: 0 0 0 15px }
.tmo_list li { color:#5f5d5d; margin-bottom: 8px }
.tmo_list li a { color: #5f5d5d; font-weight: normal; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }

#templatemo_body_wrapper {
	width: 100%;
}

#templatemo_wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	box-shadow:rgba(0,0,0,0.4) 0px 0px 30px 1px;
}

#templatemo_header {
	width: 100%;
	height: 145px;
	background: white;
	overflow: visible;
}
#templatemo_header hr{
	margin:0px;
	padding: 0px;
	display: block;
	border: 0;
	border-top: 5px solid #11487b;
}

/* menu */
#templatemo_middle { 
	clear: both;
	position: relative;
	width: 100%;
	height: 410px;
	z-index: -1;
}


#mid_title { font-size: 36px; font-weight: 400; color: #2081da; margin-bottom: 30px;  }
#mid_left { float: left; margin-left: 30px; margin-top: 30px; }
#mid_left p { font-size: 18px; color: #c9c5cd; margin-bottom: 20px; }
#mid_left .viewall { clear: both; float: right; display: block; margin-top: 20px; width: 136px; height: 50px; background: url(../images/templatemo_viewall_btn.png) no-repeat }
#templatemo_middle img { float: left; margin-left: 5px }

.cbox_fw {
	width: 100%;
}

.zoom img{
	-moz-transition:-moz-transform 0.1s ease-in; 
	-webkit-transition:-webkit-transform 0.1s ease-in; 
	-o-transition:-o-transform 0.1s ease-in;
}

.zoom img:hover{
	-moz-transform:scale(1.3); 
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
}
.zoom1 img{
	-moz-transition:-moz-transform 0.1s ease-in; 
	-webkit-transition:-webkit-transform 0.1s ease-in; 
	-o-transition:-o-transform 0.1s ease-in;
}

.zoom1 img:hover{
	-moz-transform:scale(1.5); 
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
}
.zoom2 img{
	-moz-transition:-moz-transform 0.15s ease-in; 
	-webkit-transition:-webkit-transform 0.15s ease-in; 
	-o-transition:-o-transform 0.15s ease-in;
}

.zoom2 img:hover{
	-moz-transform:scale(1.1); 
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.cbox_large { width: 630px; }
.cbox_small { width: 450px; }

.title{  
	background:#FAA954;
	margin-left:20px;
	height:18px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.title h5{
	color:white;
} 

.cbox_rm { margin: 0 } 

.fp_box  { position: relative; height: 110px; width: 220px; padding: 20px 20px 20px 60px; background: url(../images/templatemo_fp_box.png) no-repeat } 
.fp_box h4, .fp_box h4 a { color: #145da1 }
.fp_box span { position: absolute; top: 25px; left: 20px; width: 30px; height: 30px; }
.fp_box span.b1 {  background: url(../images/templatemo_s1.png) no-repeat }
.fp_box span.b2 { background: url(../images/templatemo_s2.png) no-repeat }
.fp_box span.b3 { background: url(../images/templatemo_s3.png) no-repeat }

.tw_bullet { color: #2081da; padding-left: 20px; font-weight: 700;}

.rp_box { clear: both; margin:15px 0px; padding-bottom: 15px; border-bottom: 1px solid #CCC }
.rp_box img { float: left; margin-right: 0px; }

.img_hover:hover{
	-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 10px 1px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px 1px;
	box-shadow:rgba(0,0,0,0.4) 0px 0px 10px 1px;
}
.text_shadow:hover{
	text-shadow: 0 0 1px #2081da;
}
/* Welcome Page */
.welcome_logo{
	height: 100px;
	margin: 5px 0px 0px 10px;
}
.box{
	background:#0163bd;
	padding: 7px 10px 10px 15px;
	margin: 0 10px 0 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow:rgba(0,0,0,0.3) 0px 0px 3px 0px;
}

.box p{
	color:white;
	font-size: 12px;
	font-weight:normal;
}
.box h3{
	color:white;
	font-weight:normal;
	text-align: center;
}
.box h5{
	color:white;
	font-weight: normal;
}
.box1{
	background:white;
	padding: 7px 10px 10px 15px;
	margin: 0 auto 0 auto;
	border-radius: 20px;
     -moz-box-shadow: inset 0 0 4px 2px #003c72;
    -webkit-box-shadow: inset 0 0 4px 2px #003c72;
    box-shadow: inset 0 0 4px 2px #003c72;
}
.box1 h4{
	color:#0163bd;
	font-weight: normal;
}
.img_container{
	padding: 0 5px 0 5px;
}
.img_container img{
	padding: 5px 10px 0 10px;
	border-radius: 5px;
}
.proud{
	width: 600px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}
/* End of Welcome Page */

.service_container{
	width:450px;
	margin-left:10px;
	margin-right:10px;
	box-shadow:rgba(0,0,0,0.3) 0px 0px 5px 0px;
	background-color:#00a14c;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.network_container{
	width:250px;
	background:white;
	float:left;
	margin-left:50px;
	box-shadow:rgba(0,0,0,0.4) 0px 0px 3px 1px;
	-webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	 -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.network_container .header{
	width:100%;
	background-color:#003c72;
	border-radius:15px 15px 0 0;
}
.network_container .header h3{
	color:white;
	font-weight: 200;
}

.network_container h3{color: #2081da;font-weight: 400;}
.network_container h4{color: #2081da;font-weight: 200;}

.network_container:hover{
	box-shadow:rgba(0,0,0,0.4) 0px 0px 30px 1px;
}

.img_border
{
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 2px;
	 -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 2px;
}

.wrapper {
    width: 100%;
    height: 80px;
    background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 30px;
}

#latest_works {
	clear: both;
	width: 960px;
	height: 156px;
	padding: 20px 0;
	margin-bottom: 20px;
	background: url(../images/templatemo_gallery.png) no-repeat 
}

#latest_works h2 {
	margin: 0 0 0 20px;
}

#latest_works a.more { clear: both; margin: 15px 20px 0 0 }

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height:50px;
	background: #ebebeb;
}

#templatemo_footer{
	clear: both;
	width: 960px;
	padding: 10px;	
	margin: 0 auto;
	color: #9e9b9b;
	text-align: center;
}

#templatemo_footer a{ 
	color: #9e9b9b;
}
/* end of footer */

/* contact form */
#contact_form { 
	padding: 0; 
	width: 430px;
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #333333;  
	background: #f4f6f9; 
	border: 1px solid #999999; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	color:white;
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 420px; 
	height: 200px; 
	padding: 5px; 
	color: #333333;  
	background: #f4f6f9; 
	border: 1px solid #999999; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 8px 14px; 
	color: #333333;  
	background: #f4f6f9; 
	border: 1px solid #999999; 
	font-size:14px; 
	margin: 10px 0px;
}
#welcome_address{
	color:white;
	font-weight: 200;
	font-size: 13px;
}
#welcome_address a{
	color:white;
}
/* navigation */
#nav {
    width: 100%;
    height: 35px;
    margin:0px auto 0px auto;
    z-index: 1000;
    position:relative;
}
#nav ul {
    float: left;
    height: 30px;
    opacity: 0.95;
    border-radius: 5px;
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
  	margin: 0px auto 0px 15px;
}
#nav ul li {
    float: left;
    height: 30px;
    padding: 0px 1px 0px 1px;
}
#nav ul li a {
    font-size:  16px;
    display: block;
    padding-top: 5px;
    height: 30px;
    background-color: #07638A;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 1px 0 #0081bd,inset 0 2px 0 #0078b0,inset 0 3px 0 #0070a3, 0 0 10px rgba(0,0,0,0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 111, 178)), to(rgb(34, 65, 112)));
    background-image: -webkit-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -moz-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -o-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -ms-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
     -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;   
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

}
#nav ul li a { width: 130px; }
#nav ul li:first-child a {
    padding-left: 0px;
}
#nav ul li:last-child a {
   padding-right: 0px;
}
#nav ul li a:hover {
    box-shadow: inset 0 1px 0 #07638A,inset 0 0 30px 0 #142a4a;
    text-shadow: 0 1px 3px #143157;
}
#nav ul li a:active,
#nav ul li a.active {
    height: 30px;
    box-shadow: inset 0 1px 0 #07638A,inset 0 0 40px 0 #0d1b30;
}
#coolMenu ul
{ 
	width: 150px;
	margin-left: 0px;
	list-style: none;
	position: absolute;
    display: none;
}
#coolMenu ul li{
	height: 35px;
	opacity: 1.0;
}
#coolMenu ul li a{
	display:block;
	font-size: 13px;
	width: 240px;
	height:40px;
	border-radius: 0px;
	margin-bottom: 0px;
}
#coolMenu li:hover ul.noJS {
    display: block;
}

/* slider */
/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:410px;
	overflow: hidden;
}
.slide_container{
	overflow:hidden;
	width:100%;
	padding: 0px;
	height: 410px;
}
/* SLIDER */

#slider {
	width:100%;
	height:400px;
	background:#000;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	overflow:hidden;
	position:relative;
}

#slider ul {
	position:relative;
	margin: 0px;
	padding:0px;
}
#slider li {
	width:970px;
	position:absolute;
	list-style:none;
	margin-left: -10px;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip 
{
	left:0px;
}


/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:985px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}
/* ANIMATION */
@-moz-keyframes cycle {
	0%  { left:0px; }
	4%  { left:0px; } 
	16% { left:0px; opacity:1; z-index:0; } 
	20% { left:325px; opacity:0; z-index:0; } 
	21% { left:-325px; opacity:0; z-index:-1; }
	92% { left:-325px; opacity:0; z-index:0; }
	96% { left:-325px; opacity:0; }
	100%{ left:0px; opacity:1; }
	
}
@-moz-keyframes cycletwo {
	0%  { left:-325px; opacity:0; }
	16% { left:-325px; opacity:0; }
	20% { left:0px; opacity:1; }
	24% { left:0px; opacity:1; } 
	36% { left:0px; opacity:1; z-index:0; } 
	40% { left:325px; opacity:0; z-index:0; }
	41% { left:-325px; opacity:0; z-index:-1; } 
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclethree {
	0%  { left:-325px; opacity:0; }
	36% { left:-325px; opacity:0; }
	40% { left:0px; opacity:1; }
	44% { left:0px; opacity:1; } 
	56% { left:0px; opacity:1; } 
	60% { left:325px; opacity:0; z-index:0; }
	61% { left:-325px; opacity:0; z-index:-1; } 
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefour {
	0%  { left:-325px; opacity:0; }
	56% { left:-325px; opacity:0; }
	60% { left:0px; opacity:1; }
	64% { left:0px; opacity:1; }
	76% { left:0px; opacity:1; z-index:0; }
	80% { left:325px; opacity:0; z-index:0; }
	81% { left:-325px; opacity:0; z-index:-1; }
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefive {
	0%  { left:-325px; opacity:0; }
	76% { left:-325px; opacity:0; }
	80% { left:0px; opacity:1; }
	84% { left:0px; opacity:1; }
	96% { left:0px; opacity:1; z-index:0; }
	100%{ left:325px; opacity:0; z-index:0; }
}

@-webkit-keyframes cycle {
	0%  { left:0px; }
	4%  { left:0px; }
	16% { left:0px; opacity:1; z-index:0; } 
	20% { left:325px; opacity:0; z-index:0; }
	21% { left:-325px; opacity:0; z-index:-1; }
	50% { left:-325px; opacity:0; z-index:-1; }
	92% { left:-325px; opacity:0; z-index:0; }
	96% { left:-325px; opacity:0; }
	100%{ left:0px; opacity:1; }
	
}
@-webkit-keyframes cycletwo {
	0%  { left:-325px; opacity:0; }
	16% { left:-325px; opacity:0; }
	20% { left:0px; opacity:1; }
	24% { left:0px; opacity:1; } 
	36% { left:0px; opacity:1; z-index:0; } 
	40% { left:325px; opacity:0; z-index:0; }
	41% { left:-325px; opacity:0; z-index:-1; }  
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
	0%  { left:-325px; opacity:0; }
	36% { left:-325px; opacity:0; }
	40% { left:0px; opacity:1; }
	44% { left:0px; opacity:1; } 
	56% { left:0px; opacity:1; z-index:0; } 
	60% { left:325px; opacity:0; z-index:0; } 
	61% { left:-325px; opacity:0; z-index:-1; }
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
	0%  { left:-325px; opacity:0; }
	56% { left:-325px; opacity:0; }
	60% { left:0px; opacity:1; }
	64% { left:0px; opacity:1; }
	76% { left:0px; opacity:1; z-index:0; }
	80% { left:325px; opacity:0; z-index:0; }
	81% { left:-325px; opacity:0; z-index:-1; }
	100%{ left:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
	0%  { left:-325px; opacity:0; }
	76% { left:-325px; opacity:0; }
	80% { left:0px; opacity:1; }
	84% { left:0px; opacity:1; }
	96% { left:0px; opacity:1; z-index:0; }
	100%{ left:325px; opacity:0; z-index:0; }
}

/* ANIMATION BAR */
@-moz-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@-webkit-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}

/* Login */
.login_logo{
	height: 100px;
	margin: 10px 250px 0px;
}

/*--------------*/
.boxnew{
	background:#07638a;
	padding: 7px 10px 10px 15px;
	margin: 0 10px 0 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow:rgba(0,0,0,0.3) 0px 0px 3px 0px;
}

.btn-primarynew {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #07638A;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}



