body{
	margin:0px;
	padding: 0px;
	background-color: #fff;
}

#header-strip {
	background-image:url(../images/top-header-strip.jpg);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	height:40px;
	background-position: bottom;
}
#main_bg {
	background-image:url(../images/body_bg.html);
	background-position:center top;
	min-height:448px;
	background-repeat:no-repeat;
}
#main_bg p {
	margin:0;
	}
#main {
	width:900px;
	background-image: url(../images/main_bg.html);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 21px;
	padding-left: 21px;
}

#logo {
	width:300px;
	float: left;
	margin-top: 20px;
}

#compname {
	width:829px;
	float: left;
	margin-top: 20px;
}

#header_bg1 {
	background-image: url(../images/header_bg.html);
	background-repeat: repeat-x;
	float:left;
	width:1060px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	-khtml-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	-khtml-border-top-right-radius:8px;
	border-top-right-radius:8px;

}

#container {
	width:100%;
	float:left;
	height: 100%;
}
#container-inner {
	width:980px;
	margin:0 auto;
}
/* Menu */
#menu {
	width: 565px;
	margin-top:40px;
	height: 44px;
	float: right;
}

#menu ul {
	list-style: none;
	line-height: normal;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu li {
	float: right;
	margin-right: 6px;
	margin-left: 6px;
}

#menu a {
	display: block;
	border-radius:5px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:16px;
	padding-right:16px;
	color: #FFF;
	font-family:'Open Sans Condensed';
	font-weight: 600;
	background-image: url(../images/btn-bg.jpg);
	background-repeat: repeat-x;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
}
.sep {
	width:1px; 
	height:52px; 
	background-color:#00213a;
}
#menu .current_page_item a {
}

#menu ul li:first-child a{
}

#animation {
	width: 980px;
	height: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}

/*marquee
/* feat_prod */

#feat_prod {
	width: 980px;
	float: left;
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 310px;
}
#feat_prod p {
	padding-top:10px;
	cursor:pointer;
	margin-bottom:0px;
	padding-bottom:0px;
}
#feat_prod1 {
	float: left;
	width: 200px;
	height: 160px; /* for non-css3 browsers */
	padding: 10px;

}


#feat_prod2 {
	float: left;
	width: 290px;
	display: block;
	height: 160px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 10px;
	background-color: #4a98e3; /* for non-css3 browsers */
	border-radius:20px 0px 0px 20px;
	margin-right: 10px;
}

#feat_prod3 {
	float: right;
	width: 290px;
	background-color: #FFF; /* for non-css3 browsers */
	border-radius:20px 0px 0px 20px;
	display: block;
	height: 160px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#boxx {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;

}
#boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	width:160px;
	float:left;
	color: #A79C96;
	line-height: 20px;

	
}
#bordr {
	width:1000px;
	height:10px;
	background-color:#333230;
	margin: 0 auto;
}
#matter {
	float: none;
}
#matter1 {
	float: left;
	width: 290px;
	padding: 12px;
	margin-right: 30px;
}

#matter2 {
	width: 290px;
	padding: 12px;
	float: left;
}

#matter3 {
	float: right;
	width: 290px;
	padding: 12px;
}
#textmatter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #A79C96;
	line-height: 20px;
		
}
#textmatter A {
	FONT-WEIGHT: bold;
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
#textmatter A:hover {
	FONT-WEIGHT: bold;
	COLOR: #454545;
	TEXT-DECORATION: underline;
}
#footer {
	width: 980px;
	height: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	

}
#read_more {
	FONT-SIZE: 11px;
	COLOR: #333;
	width:auto;
	float:right;
	LINE-HEIGHT: 24px;
	FONT-FAMILY: Tahoma;
	TEXT-ALIGN: justify;
	margin-top: 10px;
}
.more_link A{
	border-radius: 4px;
	font-weight:bold;
	TEXT-DECORATION: none;
	COLOR: #FFF;
	background-color:#00579A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.more_link A:hover {
	background-color:#008FD3;
}
#header {
	width:100%;
	height:130px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	background-color: #011A2E;
	background-position: center top;
}
#sction  {
	width:1000px;
	margin:0 auto;
}
#textani {
	float:left;
	width:300px;
	padding-left: 600px;
}
#inner_main {
	width: 700px;
	float:left;
	margin: 10px;
}

#inner {
	width:980px;
	background-color: #FFF;
	margin:0 auto;
}
#products {
	width:320px;
	FONT-SIZE: 18px;
	COLOR: #bf0000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.fld {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	padding: 8px;
	border: 1px inset #999999;
	width: 280px;
}
.fldINDX1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FCF2E6;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #BF0000;
	border: 1px solid #666666;
	padding: 8px;
}
.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
padding-left:10px;

}
#flash {
	float:right;
	width:300px;
	height:80px;
	margin-top: 30px;
}
#searchbar {
	width:260px;
	margin-top:10px;
	height:35px;
	float:right
}
#searchbox {
	float:left;
	width: 219px;
}
.search {
	border:none;
	background-image:url(../images/searchbar.html);
	width:209px;
	height:25px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	color:#999;
	text-transform:capitalize;
	padding-left:5px;
	padding-right:5px;
}
#searchbtn {
	float:right;
	margin-top:1px;
	margin-right:2px;
}

#menushaddow {
	width:1060px;
	height:20px;
}
#advertisement {
	float:left;
	background-color:#eaeaea;
	width:100%;
	border:1px solid #ddd;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 8px;
	margin-bottom: 20px;
}
#leftpane {
	width:240px;
	float: left;

}
#innerrightpane {
	width:240px;
	float: right;
}
#frame {
	border:1px solid #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:20px;

}

#frame span {
	font-family: 'Rambla', sans-serif;
	font-size:16px;
	color:#c72803;
	font-weight:bold;
	display:block;
	width:218px;
	padding-left:10px;
	height:32px;
	background-image:url(../images/list_title.html);
	background-repeat:repeat-x;
	padding-top: 15px;
	
	
}

#frame ul {
	list-style-type:none;
	list-style:none;
	padding-left:10px;
}
#frame  li a{
	background-image:url(../images/list_bg.html);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: 'Rambla', sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	padding-left:25px;
	line-height:30px;
	width:185px;
	display:block;
	margin-bottom:10px;

}

#frame  li a:hover {
	color:#c72803;
}
#rightpane {
	width:650px;
	float:right;
	background-image: url(../images/about_bg.html);
	background-repeat: repeat-x;
	background-color: #FFF;

}
#main_content {
	width:980px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 260px;
}
#seprator {
	width:980px;
	height:1px;
	background-color: #d4d2cd;
	margin: 0 auto;
}
#title {
	FONT-SIZE: 22px;
	COLOR: #FFF;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: 210px;
	padding-bottom: 6px;
	background-image:url(../images/menu_bg.html);
	background-repeat:repeat-x;
	border-radius:10px 10px 0px 0px;


}
#title-blue {
	FONT-SIZE: 22px;
	COLOR: #FFF;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	text-transform: capitalize;
	background-color: #0690E9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 210px;
	padding-bottom: 8px;
}
#service_list {
	width: 238px;
	padding: 0px;
	margin: 0px;
}
#service_list ul {
	padding:0px;
	list-style:none;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#service_list li a{
	background-image:url(../images/list_bg.html);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: 'Rambla', sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	padding-left:20px;
	line-height:30px;
	width:200px;
	display:block;
	padding-top: 10px;
}
#service_list li a:hover{
	color:#3779C6;
}
#index_form {
	background-color:#0690e9;
	width:230px;
	-moz-border-bottom-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-khtml-border-bottom-right-radius: 16px;
	border-bottom-right-radius: 25px;
}
.fld {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	padding: 8px;
	border: 1px inset #999999;
	width: 280px;
}
.fldINDX1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFF;
	font-family: 'Rambla', sans-serif;
	BACKGROUND-COLOR: #0690E9;
	border:none;
	padding: 8px;
}
.home_fld {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	padding: 2px;
	width: 140px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.home_fldINDX1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #0690E9;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFF;
	border:none;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	width: 70px;
}
	.abu {
	FONT-SIZE: 12px;
	COLOR: #FFF;
	LINE-HEIGHT: 21px;
	FONT-FAMILY: Tahoma;
	TEXT-ALIGN: justify;
	padding: 8px;
	
	
	}
	.abu A {
	FONT-WEIGHT: bold;
	COLOR: #FFF;
	TEXT-DECORATION: none
	}
	.abu A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FFF;
	TEXT-DECORATION: underline
	}
	.abu_txt {
	FONT-SIZE: 11px;
	COLOR: #151515;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: justify;
	}
	.abu_txt A {
	COLOR: #ECD5D5;
	TEXT-DECORATION: none;
	font-weight: bold;
	}
	.abu_txt A:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
	}
#home_title {
	FONT-SIZE: 40px;
	COLOR: #666;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}
#home_title1 {
	FONT-SIZE: 32px;
	COLOR: #D40B0A;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	text-transform: capitalize;
	position:absolute;
	margin-left:50px;
	top: 690px;
}
	.copyrightclass {
	FONT-SIZE: 12px;
	COLOR: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	}
	.copyrightclass A {
	COLOR: #97a282;
	TEXT-DECORATION: none
	}
	.copyrightclass A:hover {
	COLOR: #97a282;
	TEXT-DECORATION: none
	}
#product_thumb{
	text-align:center;
	margin: 10px;
	float: left;
	FONT-SIZE: 18px;
	COLOR: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-decoration:none;
	line-height:40px;

}
#product_thumb A{
	FONT-SIZE: 18px;
	COLOR: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-decoration:none;
	line-height:40px;
}
#product_thumb A:hover{
	COLOR: #F93;
}
#prod_desc {
	width:380px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #333;
	line-height: 22px;
	padding: 10px;
	font-weight: normal;


}
#prod_detail {
	width:620px;
	FONT-SIZE: 18px;
	COLOR: #D40B0A;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-decoration:none;
	padding-top: 10px;
	
}
.spc1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-transform: uppercase;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #0761A3;
}
.spc2hover{
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background-color: #666;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.spc2 {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 30px;
}
.spc2 A{
	COLOR: #000000;
	text-decoration:none;
}
.spc2 A:hover{
	COLOR: #000000;
	text-decoration:underline;
}
.spc3 {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ddd;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 30px;
}
.spc3 A{
	COLOR: #000000;
	text-decoration: none;
}
.spc3 A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
	.bodrdot {
	border: 1px solid #aaa;
	
	}
.style7 {
	color:red;
	font-weight:bold;
}	.contact1 {
	FONT-SIZE: 12px;
	COLOR: #333;
	FONT-FAMILY: Arial;
	font-weight: normal;
	padding-left: 22px;
	line-height: 22px;
	
	}
	.contact1 A:hover {
	COLOR: #333;
	text-decoration: underline;
	
	
	
	}
	.cont_person {
	FONT-SIZE: 12px;
	COLOR: #0690E9;
	FONT-FAMILY: Arial;
	text-decoration:none
	}
	.cont_person A {
		FONT-SIZE: 11px; COLOR: #CCCCCC; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; text-decoration:none
	}
	.cont_person A:hover {
		FONT-SIZE: 11px; COLOR: #CCCCCC; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; text-decoration:none
	}
#welcome {
	float:left;
	width:210px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius:10px;
}
#home_contact {
	float:right;
	width:710px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius:10px;
}
#news {
	float:left;
	width:320px;
	margin-left: 50px;
}
h1 {
	FONT-SIZE: 28px;
	FONT-FAMILY: 'Open Sans Condensed';
	font-weight: bold;
	line-height: 30px;
	padding:0px;
	margin:0px;
	text-transform: capitalize;
	color: #5D534A;
	letter-spacing: -0.05em;

}
h1 span {
	COLOR: #3779C6;
}
h1 A {
	COLOR: #333333;
	text-decoration:none;
}
h1 A:hover {
	COLOR: #E21246;
}
h2 {
	FONT-SIZE: 24 px;
	FONT-FAMILY: 'Open Sans Condensed';
	font-weight: bold;
	line-height: 30px;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	color: #00579A;
	letter-spacing: -0.01em;
}
h2 span {
	COLOR: #CC3333;
}

h3 {
	FONT-SIZE: 20 px;
	FONT-FAMILY: 'Open Sans Condensed';
	font-weight: bold;
	line-height: 30px;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	color: #00579A;
	letter-spacing: -0.01em;
}
h3 span {
	COLOR: #008FD3;
}
#social_icon {
	width:120px;
	z-index:99999;
	position: fixed;
	margin-left: 10px;
	height: 74px;
	top: 80%;
}
#helpline {
	width:120px;
	z-index:99999;
	position: fixed;
	margin-left: 10px;
	height: 74px;
	right: 0px;
	bottom:10%;
}
#inner_animation {
	width: 980px;
	height: 200px;
	margin: 0 auto;
}
.cname a span{
	color:#008FD3;
}
.cname a {
	font-family: 'Rambla', sans-serif;
	font-size:50px;
	color:#FFF;
	text-decoration:none;
	font-weight: 400;
}
#slogan {
	float:left;
	clear:left;
	color:#eee;
	font-family: 'Rambla', sans-serif;
	font-size:14px;
	margin-left: 10px;
}
#slogan span {
	color:#008FD3;
}
#top_links {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#top_links ul  {
	list-style:none;
	float: right;
	width:245px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#top_links li A {
	font-family:'Rambla', sans-serif;
	font-weight:bold;
	font-size:14px;
	float:right;
	margin-left:6px;
	color:#E7F0F7;
	text-decoration:none;
	text-transform:capitalize;
	margin-right: 6px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#top_links li A:hover {
	color:#008FD3;
}
#feat_matter {
	float:left;
	margin-left:0px;
	width: 200px;
	margin-top: 10px;
}
#home_matter {
	FONT-SIZE: 12px;
	COLOR: #151515;
	LINE-HEIGHT: 24px;
	color:#FFFFFF
	FONT-FAMILY: Arial;
	TEXT-ALIGN: justify;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}
#home_matter a{
	color:#00579A;
	font-weight: bold;
	text-decoration: none;
}
#home_matter a:hover{
	color:#008FD3;
}
#footer_links {
	width:185px;
	float:left;
	padding-left: 10px;
}
#footer_links ul {
	padding:0px;
	margin-top:6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer_links li {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	font-weight:bold;
	margin-left: 10px;
}

#footer_links li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	line-height:26px;
	text-transform: none;
}
#footer_links li a:hover{
	color:#FFF;
}
h5 {
	FONT-SIZE: 20px;
	COLOR: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding-top:10px;
	text-transform: capitalize;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow:1px 1px 1px #666;
}
#marquee {
	float:left;
	width:650px;
	margin-top:8px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;







	color:#008FD3
.;
	font-weight:bold;
	margin-left: 5px;
	color: #008FD3;
	line-height: 20px;
}
#marquee A{
	color:#a0bedc;
	text-decoration:none;
}
#marquee A:hover{
	color:#ccdcec;
}


#leftpanel {
 float:left;
 width:240px;
 padding: 0px;
  margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;

}

#leftpanel ul {
 list-style: none;
 width: 250px;
 padding: 0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 15px;
 margin-left: 0px;
}

#leftpanel li {
 margin-top: 0px;
 margin-right: 30px;
 margin-bottom: 0px;
 margin-left: 5px;

}

#leftpanel a {
 text-decoration: none;
 text-transform: capitalize;
 font-size: 16px;
 display:block;
 color: #007EBB;
 font-family: 'Rambla', sans-serif;
 font-weight: 600;
 padding-top: 7px;
 padding-bottom: 7px;
 padding-left: 5px;
}

#leftpanel a:hover {
 color: #003366;
}

#leftpanel .current_items a {
 color: #ECF2D9;
 width:200px;
 background-color:#000066;
 background-image: url(../images/left-menu-hover.png);
 background-repeat: no-repeat;
 z-index:9999;
 padding-left: 15px;
}

.bottomlink{color:#FFFFFF;

}


.bottomlink:link{
	font-family:Verdana, Geneva, sans-serif;
	border-radius: 4px;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;
	background-color: #004F9D;
}
.bottomlink:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #303030;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;

}
.bottomlink:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	background-color: #CE0000;

}

.top:link{
	font-family:Verdana, Geneva, sans-serif;
	border-radius: 4px;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;
	
}
.top:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;

}
.top:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	background-color:#006699;

}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.about{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:30px;
color:#000000;
}
.toplink:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #303030;
	padding-left:4px;
	padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	line-height:20px;
	text-decoration:none;
}
.toplink:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #303030;
	line-height:20px;
	padding-left:4px;
		padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;

}
.toplink:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	line-height:20px;
	padding-left:4px;
	padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	
	background-color: #004880;

}
