@import url("css/menu.css");

/* CSS Document */
body 
{
    height:100%; 
    margin:0px; 
    padding:0px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.bg
{
    background:#FFF url(images/background.gif) repeat-x top left; 
    width: 100%;
}
/*-------- Default Style --------*/
p, .Normal, th, td, div, .Head, .SubHead, h1,h2,h3,h4,h5
{
    color:#333333; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight:normal; 
    font-size: 12px;
    line-height: 160%;
}
h1,h2,h3,h4,h5
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
ul,ol
{
    margin-top: -10px;
    padding-top: 0;
}

h1
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
h2
{
    font-size: 14px;
    font-weight: bold;
}
h3,h4,h5
{
    font-size: 12px;
    font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover
{
    color:#ff6500; 
    text-decoration:none; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-weight:normal; 
}
.contentpane a:hover
{
    text-decoration: underline; 
}

/*-------- design style --------*/
.template_style
{
    width:85%; 
    margin:auto;
    min-width: 990px;
}

.toppane
{
    padding: 0px;
    margin: 0px;
    height: 140px;
    width: 100%;
}
.logopane
{
    margin: 15px 0px 0 7px; 
    padding: 0;
    height: 116px;
    float: left;
    width: auto;
}
.langpane
{
    margin: 20px 0px 0 7px; 
    padding: 0;
    height: auto;
    float: right;
    width: 400px;
    text-align: right;
}
.menupane
{
    padding: 9px 0 0 0;
    width: 100%;
    clear: both;
}
.menu_style
{
    float:left;
    padding: 0 0 0 20px;
}
.searchpane 
{
    padding: 10px 0 0 0;
    float: right;
}

.bread_style 
{
    clear: both;
    padding: 25px 0px 0px 32px; 
    color:#000000; 
    font-size:13px; 
}

.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}
.contentpane
{
    padding: 10px 0px 10px 0px; 
    margin: 0 0px 0 17px; 
    background-color:#FFF;
}

.bot_left{padding:0px; margin:0px; background:url(images/bot_left.png) no-repeat top left;}
.bot_right{padding:0px; margin:0px; background:url(images/bot_right.png) no-repeat top right; padding:0px 39px 0px 27px;}
.bot_bg{padding:0px; margin:0px; background:url(images/bot_bg.png) repeat-x top left; height:41px;}

.bot_pad{margin-bottom:20px;padding:0 10px 0 20px;}
#terms_style{float:left;}
#copy_style
{
    float:right;
}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:20em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:15em; margin:0px; }

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#2f008c; font-size:12px; }
a.Breadcrumb:hover{color:#ff6500;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#4F839F; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited, a.user:hover { color:#ffffff; font-size:11px;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited  
{
    color:#2f008c; 
    font-size:11px;
}
a.footer:hover
{
    color:#ff6500;
}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}


.SubHead
{
    color: #2f008c;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
}
