/* general html tags*/
body { 
background-color: #ffffff;
background-repeat: no-repeat;
font: normal 12px Arial, Verdana, Helvetica, sans-serif;
color: #000000;
margin:0px;padding:0px;border:0;
text-align:center;
min-width: 760px;
height:100%;
}
img { border: 0px; }
form { margin: 0px; padding: 0px; }

a:link,  a:active,  a:visited { color: #ffffff; text-decoration: underline; font-weight: bold; }
a:hover { color: #f3941e; text-decoration: underline; font-weight: bold; }
h1 { font-weight:normal;color: #000000; font-size: 20px; padding: 0px 0px 0px 0px; margin: 0px;}
h2 { color: #000000; font-size: 20px; font-weight: lighter;text-transform: capitalize;padding: 0px 0px 10px 0px;margin: 0px;}
h3 { color: #000000; font-size: 12px; font-weight: bold; padding: 10px 0px 20px 20px; margin: 0px;}
/* divs */

#wrapper {
	width:760px;padding:0px;margin: 0 auto;
}
#search { background: url("/images/search_bg.jpg"); background-repeat: no-repeat; height: 34px; margin: 0px; padding: 0px 0px 0px 519px;}

#main {width: 760px;height:100%;background-image:url(/images/bg_all.jpg);overflow: auto;}
#menu_container {min-height:431px;height:431px;font-size:14px;display: inline; float: left; text-align:left;width: 180px; margin: 0px 0px 0px 0px; font-weight: lighter;}
#menu_container a:hover, a:link, a:active{color:#2a8eab;}
#menu {padding: 0px 0px 0px 10px; }
#menu_bottom { height: 10px;}
#menu ul { list-style-type: none; margin: 0px; padding: 6px 0px 6px 0px; }
#menu ul {padding:0px;margin:0px;}
#menu li {margin: 0px 0px 1px 0px; padding: 6px 0px 6px 0px; }
#menu li.active {  margin: 0px 0px 1px 0px; padding: 6px 0px 6px 0px; }
#menu li.submenu {list-style-type: disc;color: #f0851d; margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; }
#menu a:link { color: #ffffff; text-decoration: none; font-weight: bold; }
#menu a:active { color: #ffffff; text-decoration: none; font-weight: bold; }
#menu a:visited { color: #ffffff; text-decoration: none; font-weight: bold; }
#menu a:hover { color: #9d551d; text-decoration: underline; font-weight: bold; }

#header{width:760px;height:200px;margin: 0 auto;background-image:url(/images/header.jpg);}
#curve{float: left;width: 50px;height:62px;background-image:url(/images/curver.jpg)}
#content {float: left; text-align:left;font-size: 12px;/*font-style: oblique;word-spacing: 3px;line-height: 18px;*/width:530px; padding: 20px 0px 0px 0px;}
#content_t{margin:0px 0px 0px 0px;}

#footer{text-align: center; padding: 0px 0px 0px 0px; color: #808080; font-size: 10px; }
#footer a:link, a:active,a:visited {color:#808080;text-decoration:none;}
#footer a:hover{color:#ff6c00;text-decoration:none;}
/* classes */
.resolution { background-color: #0094DA; height: 16px; font-size: 10px;  padding: 0px; margin: 0px; }
.textbox { background-color:#ffffff; height: 20px; color: #000000; margin: 0px 0px 2px 0px; padding: 0px; border: 1px; }
.button { background: #010000 ; font-weight: bold; font-size: 8pt; color: #f89021; border-width: 1px; border-color: #796463; height: 30px;margin: 1px 0px 0px 2px;padding: 0px 0px 0px 0px;}
.orderform {background-color:#EDFFCF; padding: 10px;}
.errmsg {background-color:#FFEDDF; padding: 10px; color: #FF000A;}
.mandatory {color: #FF000A; font-weight: bold;}

/* hidden stuff */
#hidden { display: none; }
#hidden hr { display: none; }
#mist {
display:none;
}
