@charset "utf-8";
    /* CSS Document */
	
body{
font:normal 75%  "Lucida Grande","Trebuchet MS",Arial, Verdana, Helvetica, sans-serif;
text-transform: normal;
letter-spacing: normal;
line-height:1.5em;
margin:0;
color:#666666;
padding-top: 0px;
background-attachment: scroll;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
}

html,body{margin:0;padding:0}

img{border:none}

.spacer{
    clear:both;
    font-size:0;
    line-height:0;
}

/*------------------------------------------------main--------------------*/

/*------------------------------------------------topheader--------------------*/
#topheader{
    width:1004px;
    height:184px;
    margin:0px auto;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #dcd66e;
    text-decoration: none;
    padding: 0px;
    float: none;
    background-image: url(../images/logo_banner.jpg);
    background-repeat: no-repeat;
}

.top_strip {
    margin: 0px;
    float: left;
    height: 25px;
    width: 425px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 670px;
}

.topbutton {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    text-transform: capitalize;
    color: #090909;
    text-decoration: none;
    background-image: url(../images/topmenu_01.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 16px;
    width: 62px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
}

.topbutton:hover {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    text-transform: capitalize;
    color: #af0602;
    text-decoration: none;
    background-image: url(../images/topmenu_01.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 16px;
    width: 62px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
}


.menu_area {
    float: left;
    height: 34px;
    width: 630px;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 350px;
    padding: 0px;
}

*html .menu_area {
    float: left;
    height: 34px;
    width: 630px;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 175px;
    padding: 0px;
}

.menu {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 22px;
    padding-top: 12px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 13px;
}

.menu:hover {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    background-color:#221e1b;
    margin: 0px;
    float: left;
    height: 22px;
    padding-top: 12px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 13px;
}

.menu_hover {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    background-color:#221e1b;
    margin: 0px;
    float: left;
    height: 22px;
    padding-top: 12px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 13px;
    cursor:text;
}

#search_form
{
	width:260px;
	position:absolute;
	top:60px;
	left:800px;
	height:40px;
	padding:0px;
	margin:0px;
	background:url(../images/search_icon1.png) right top no-repeat;
}

/*------------------------------------------------body_area--------------------*/
#body_area{
    width:1004px;
    height:100%;
    margin: 0px auto;
	
}

.left {
    margin: 0px;
    float: left;
    height: 609px;
    width: 170px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}


.right {
    background-image: url(../images/gray_bg.jpg);
    background-repeat: no-repeat;
    margin:0px;
    float:right;
    height:576px;
    width:152px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	
}
.download_btn
{
margin-left:7px;
margin-bottom:10px;
}

.body_area {
    margin: 0px;
    float: left;
    /*height: 670px;*/
    width: 605px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 21px;
}

#profile {
    float: left;
    width: 290px;
    text-align:justify;
}

#profile h2{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 280px;
    height:100%;
    font-size:14px;
    font-weight:bold;
    color:#6079a1;
}
#profile a{
	color:#FF6600;
	font-size:90%;
	text-decoration:none
}


.subhead {

    color:#0099FF;
    font-weight:bold;
	
}

#technology {
    float: right;
    width: 290px;
    text-align:justify;
	height:auto;
}

#technology h2{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 280px;
    height:100%;
    font-size:14px;
    font-weight:bold;
    color:#6079a1;
}
#technology a{
	color:#FF6600;
	font-size:90%;
	text-decoration:none
}
/*----------------------------------------------product-------------------*/
#productdiv{
    width:605px;
    height:330px;
    background:#fff;
    clear:both;
    margin-top:25px;
}

#product_content{
	width:603px; 
	height:300px;
	background:#FFFFFF;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;	
}

#product_image {
	float:left;
	height:285px;
	width:180px;	
	margin:5px 0px 0px 5px;
	padding:5px;
	background-color:#FFFFFF;
}

#product_desc {
	float:left;
	height:210px;
	width:195px;
	background:url(../images/logon_logo.jpg) top center no-repeat; 
	padding-top:45px;
	margin:5px;
	_margin:5px 0px 0px 5px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#product_desc p {
padding:0 5px 0 0;
margin:0;
text-align:justify;

}

#product_feature
{
	height:220px;
	width:170px;
	float:right;	
	margin:5px 5px 0px 0px;
	_margin:5px 0px 0px 10px;
	padding:35px 10px 0px 10px;
	background-color:#FFFFFF;
	background:url(../images/feature_bg2.jpg) top center no-repeat; 
	overflow:hidden;
}

#product_feature ul{
    margin:0px;
    padding:5px 0px 0px 0px;
	line-height:1.5em;
    list-style-type:none;
}

#product_feature li{
    background: url(../images/bullet.gif) no-repeat 0 .4em;
    padding:0px 0px 3px 15px;
}
.product_buttons {
	float:left;
	height:30px;
	width:390px;
	margin:0px 0px 0px 5px;
	_margin:5px 5px 0px 5px;
	/*padding:5px 5px 5px 5px;*/
	background-color:#FFFFFF;
}
.product_buttons a
{
text-decoration:none;
}
.product_buttons ul
{
list-style-type:none;
display:inline;
width:390px;
margin:0px;
padding:0px;

}
.product_buttons li
{
list-style-type:none;
display:inline;
width:130px;
}

/*------------------------------------------------footer--------------------*/
#footer{
    width:100%;
    margin-top: 0 auto;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #dcd66e;
    padding: 0px;
    float: left;
    height: 80px;
    background:#333333;
}

.footer_links {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 100%;
    color: #FFFFFF;
    padding: 20px 0px 0px 0px;
}

.footer_text {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #cb0002;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 43px;
    width: 944px;
    padding-top: 53px;
    padding-right: 30px;
    padding-bottom: 32px;
    padding-left: 30px;
}

.footer_copyrights {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 100%;
    color: #c2c093;
    padding: 0px;
}

/*------------------------------------------------footerlinks --------------------*/
a.footerlink:link {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}

a.footerlink:visited {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}

a.footerlink:hover {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #c2c093;
    padding-right: 5px;
    padding-left: 5px;
}

a.footerlink:active{
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}

/*------------------------------------------------footerlinksend--------------------*/
#innerblank{
    width:1004px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #dcd66e;
    text-decoration: none;
    padding: 0px;
    float: left;
}

#innercontentblank{
    margin: 0px;
    float: left;
    width: 605px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 21px;
}

#innerhedding{
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/smile_icon.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    width: 545px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 55px;
    font-size: 34px;
    color: #7c8e06;
    height: 22px;
}


#submenuhedding{
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/smile_icon.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    width: 545px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 55px;
    font-size: 34px;
    color: #7c8e06;
    height: 22px;
}

#submenublank{
    width: 600px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 23px;
    padding-left: 0px;
}

#submenutop{
    width:540px;
    height:1px;
    padding:0px;
    margin:0px;
    float:left;
    background-image:url(../images/topline.jpg);
    background-repeat:no-repeat;
}

.submenu{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #8f8d69;
    text-decoration:none;
    width:520px;
    height:17px;
    padding:2px 0 0 20px;
    margin:0px;
    float:left;
    background-image: url(../images/active.jpg);
    background-repeat:no-repeat;
}

.submenu:hover{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #8f8d69;
    text-decoration:none;
    width:520px;
    height:17px;
    padding:2px 0 0 20px;
    margin:0px;
    float:left;
    background-image: url(../images/over.jpg);
    background-repeat:no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/
#contactblank{
    margin: 0px;
    float: left;
    width: 674px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

#contactinnerblank{
    width:1004px;
    height:500px;
    float:left;
    margin:0px;
    padding:0px;
}

#contactheddingblank{
    width:500px;
    height:30px;
    float:left;
    margin:27px 0 0 45px;
    padding:0px;
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    color:#CECECE;
    border-bottom: solid 1px #7f7f7f;
}

#contactaddressblank{
    margin: 0px;
    padding:0 0 0 30px;
    float: left;
    width:236px;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

#contactaddresshedding{
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/smile_icon.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    width: 545px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 55px;
    font-size: 34px;
    color: #7c8e06;
    height: 22px;
}

#contactaddresstext{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #8f8d69;
    margin: 0px;
    float: left;
    width: 600px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
    text-align:justify;
}

#contactsmallhedding{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #af0602;
    text-decoration: none;
    margin: 0px;
    float: left;
    width: 600px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
}

#contacthedding{
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/smile_icon.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    width: 545px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 55px;
    font-size: 34px;
    color: #7c8e06;
    height: 22px;
}

#contacticon{
    width:86px;
    height:84px;
    float:left;
    background-image: url(../contacticon.png);
    background-repeat:no-repeat;
    margin:10px 0 0 30px;
}

#contactfeildnameblank{
    width:160px;
    height:400px;
    margin:10px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildblank{
    width:200px;
    height:400px;
    margin:10px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname{
    width:160px;
    height:20px;
    margin:0px;
    padding:0;
    float:left;
}

#contactfeildname002{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname003{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname004{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname005{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname006{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname007{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname008{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeildname009{
    width:150px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild{
    width:200px;
    height:20px;
    margin:0px;
    padding:0;
    float:left;
}

#contactfeild002{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild003{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild004{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild005{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild006{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild007{
    width:200px;
    height:20px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild008{
    width:200px;
    height:20px;
    margin:8px 0 0 0;
    padding:0;
    float:left;
}

#contactfeild009{
    width:200px;
    height:60px;
    margin:5px 0 0 0;
    padding:0;
    float:left;
}

#submitbutton{
    width:200px;
    height:20px;
    margin:60px 0 0 0;
    padding:0;
    float:left;
    text-align: center;
}

.contactfeildname{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #8f8d69;
    text-decoration: none;
}

.contactfeild{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: #3c4538;
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
    height:20px;
}

.contactfeild{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#3c4538;
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
    height:20px;
}

.submitbutton{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    width: 44px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    cursor:pointer;
}

.submitbutton:hover {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../images/more1.png);
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    width: 44px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    cursor:pointer;
}

.contactinput{
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
}

.contactinput:hover{
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
}

.listbox{
    width:174px;
    height:20px;
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
}

.listbox:hover{
    width:174px;
    height:20px;
    border:solid;
    border-width:1px;
    border-color:#d2e3e9;
    background-color:#fffdfd;
}

/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/
/* Quick Link Rules*/
#quicklinks{
    clear:both;
    padding:5px 0px 5px 0px;
    margin:0px auto;
	overflow:hidden;
}

#quicklinks div{
    float:left;
    width:150px;
	background:url(../images/quicklink_bg.jpg) top center no-repeat;
	overflow:hidden;
}

#quicklinks ul{
    margin:10px 0 1em 0;
    padding:0;
    list-style-type:none;
}

#quicklinks li{
    background: url(../images/bullet.gif) no-repeat 0 .4em;
    padding-left:10px;
}

#quicklinks h3{
    font-size:1.2em;
    margin:0;
    padding:4px 0 5px 2px;
    /*text-decoration:underline;*/
}

#quicklinks a{
    color:#333333;
    text-decoration:none;
}

/* Quick Link End*/
/* -- news at right panel */
#news p
{
font:normal 80% Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
padding:0px;
margin:0px;
font-size:9px;
text-align:justify;
}

#news{
    width:134px;
	height:100px;
    margin:0px auto;
    padding:5px;
    background-color:#4c4847;
    border-bottom:1px dashed #8bac45;
}

#news h5.NewsTitle
{
margin:0px;
padding:5px 0px 0px 0px;
line-height:1em;
color:#FF9900;
font-size:12px;
}
#news h6.DateVenue
{
margin:0px;
padding:0px;
color:#3399FF;
font-size:9px;
}
#news p.more
{
color:#8bac45;
text-align:right;
font-size:9px;
}
#news p.more a
{
color:#8bac45;
text-decoration:none;
font-weight:bold;
}
/*-- login form */
/*#loginform{
    padding:10px 0px 0px 12px;
}

#loginform label{
    margin:0px;
    padding:0px;
    color:#FFFFFF;
}


#loginform input[type=text] {
    margin-bottom:3px;
    border:solid 1px #c6c6c6;
    width:125px;
    font-size:11px;
}

#loginform textarea {
    border:solid 1px #c6c6c6;
    height:60px;
    width:125px;
    margin-bottom:3px;
    font-size:11px;
}

#loginform select {
    border:solid 1px #c6c6c6;
    width:125px;
    margin-bottom:3px;
    font-size:11px;
}

#loginform form{
    margin:0px;
    padding:0px;
}*/