﻿/* Common Style */
*
{
    margin: 0px;
    padding: 0px;
}
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
img, div
{
    behavior: url(iepngfix.htc);
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #87888A;
    background: #fff;
}

a
{
    color: #87888A;
    text-decoration: none;
    outline: none;
}
a:hover
{
    color: #000;
    text-decoration: none;
	cursor:pointer;
}
table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #87888A;
}

ul, li
{
    list-style: none;
}

img
{
    border: 0;
}

.clear
{
    clear: both;
}
/* Form Style */
.label
{
    font-size: 12px;
    font-weight: bold;
    color: #243873;
}
.mandatory
{
    font-size: 11px;
    color: #FF0000;
}
.inputstyle
{
    border-bottom: 1px dashed #999999;
    border-left: none;
    border-right: none;
    border-top: none;
}
.inputstyle:hover
{
    border-bottom: 1px dashed #999999;
    border-left: none;
    border-right: none;
    border-top: none;
}
.stdbtn
{
    background: #233772;
    color: #FFFFFF;
    font-weight: bold;
}
.radiobutton
{
    border: none;
}


/* Title Style */
h1
{
    font-size: 18px;
    color: #243873;
    font-weight: bold;
    padding-bottom: 10px;
}
h2
{
    font-size: 12px;
    color: #243873;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

h2 a
{
    font-size: 12px;
    color: #243873;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
h2 a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #87888A;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}
h4
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

/* Page Style */
#page-container
{
    width: 985px;
    margin: auto;
    background: url(images/bg-image.jpg) repeat-y;
    min-height: 100%;
    _height: 100%;
    position: relative;
}

/* Left Panel Style */
#leftpanel
{
    width: 809px;
    float: left;
}

/* Right Panel Style */
#rightpanel
{
    width: 145px;
    float: left;
    padding: 10px 15px;
}
#rightpanel img
{
    margin: 10px 20px;
}

/* Header Style */
#header
{
    width: 780px;
    margin: auto;
    margin-bottom: 11px;
}

#header #top-menu ul li
{
    width: 129px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-align: center;
    line-height: 23px;
    border-left: 1px solid #243873;
}
#header #top-menu ul
{
    background: url(images/top-menu.jpg) no-repeat top right;
    height: 23px;
}
#header #top-menu ul li a
{
    color: #87888A;
    width: 129px;
    display: block;
}
#header #top-menu ul li a:hover
{
    color: #fff;
    background: #87888A;
}
#header #top-menu ul li a.active
{
    color: #fff;
    background: #87888A;
}

#header #menu ul li
{
    width: 129px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background: #243873;
    border-left: 1px solid white;
}
#header #menu ul li a
{
    width: 129px;
    color: #fff;
    display: block;
}
#header #menu ul li a:hover
{
    color: #333333;
    background: #DADADC;
}
#header #menu ul li a.active
{
    color: #333333;
    background: #DADADC;
}
#header #menu ul li.border-left
{
    border-left: 1px solid #243873;
}


/* Main Body Style */
#container
{
    width: 780px;
    margin: auto;
    padding-bottom: 40px;
}
#container h2
{
    text-transform: capitalize;
    font-size: 11px;
    padding-bottom: 5px;
}
#container h2 span
{
    font-size: 18px;
}
#container h3
{
    color: #666666;
    font-size: 11px;
    line-height: normal;
}
#container .block
{
    width: 250px;
    float: left;
    margin-top: 10px;
}
#container .block span
{
    color: #243873;
    font-weight: bold;
}
#container .block ul li
{
    color: #243873;
    font-size: 12px;
}
#container .block ul li span
{
    font-weight: bold;
    font-size: 17px;
}
#container ul
{
    padding: 5px 0px 10px 18px;
}
#container ul li
{
    color: #243873;
    line-height: 16px;
    list-style: disc;
}

#container #left-block
{
    width: 514px;
    float: left;
}
#container #right-block
{
    width: 265px;
    float: right;
    background: url(images/siamo.jpg) no-repeat top right;
}
#container #right-block .text
{
    padding: 100px 0px 0px 10px;
}

#container #top-content
{
    margin-bottom: 10px;
}
#container .block-left
{
    width: 233px;
    float: left;
    margin-top: 10px;
}
#container .block-border
{
    width: 242px;
    float: left;
    margin-top: 10px;
    border-left: 1px solid #666666;
    padding-left: 15px;
    margin-left: 15px;
}
#container .block-border span, #container .block-left span
{
    color: #243873;
    font-weight: bold;
}

#container #content
{
    background: url(images/topgru.jpg) no-repeat left top;
    height: 394px;
}
#container #content p
{
    padding: 310px 290px 0px 60px;
    color: #FFFFFF;
    line-height: 16px;
}
#container #credits-bg
{
    background: url(images/credits.jpg) no-repeat top left;
    height: 394px;
}
#container #credits-bg img
{
    margin: 10px 0px;
    float: left;
}
#container #scrolling-bar
{
    height: 450px;
    overflow: auto;
    padding-right: 15px;
}

#container #left-content-block
{
    width: 400px;
    float: left;
    margin-bottom: 20px;
}
#container #right-content-block
{
    width: 350px;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

#container .table-space
{
    padding: 5px 10px;
}

/* Footer Style */
#footer
{
    width: 780px;
    margin: auto;
    height: 27px;
    border-top: 2px solid #C5C7C8;
    margin-top: 13px;
    font-size: 9px;
    font-family: Verdana;
    padding-top: 8px;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
}
#footer a
{
    color: #87888A;
}
#footer a:hover
{
    color: #333333;
}
/* Other Style */
.left
{
    float: left;
    margin: 5px 10px 10px 0px;
}

/*********************** SCROLLERS ***********************/
.root
{
    position: relative;
    margin: 0px 0px 8px 7px;
}
.thumb
{
    position: absolute;
    height: 13px;
    width: 9px;
    left: 10px;
}
.up, .dn
{
    position: absolute;
    left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img
{
    border: 0;
}
.scrollContainer
{
    position: absolute;
    left: 2px;
    top: 19px;
    clip: rect(0 200 200 0);
    overflow: auto;
}
.scrollContent
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}
/*********************** SCROLLERS ***********************/
.Categoryname
{
    font-size: 12px;
    color: #243873;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
/*-----Grid for product-----*/
.classA
{
    color: #000000;
    background-color: #f3f3f3;
}
.classB
{
    color: #000000;
    background-color: #E9E9E9;
}
/*This Class is used to change the color of the sort columns */
.GridViewHeader
{
    background: url(images/frm_title_bg.jpg) 0px 0px repeat-x;
    color: Black;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    text-decoration: none;
    text-align: center;
}
.GridViewHeader A:link
{
    color: Black;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    text-decoration: none;
    text-align: center;
}
.GridViewHeader A:visited
{
    color: Black;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    text-decoration: none;
    text-align: center;
}
.GridViewHeader A:active
{
    color: Black;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    text-decoration: none;
    text-align: center;
}
.GridViewHeader A:hover
{
    color: Black;
    font-size: 10px;
    font-weight: bold;
    height: 27px;
    text-decoration: none;
    text-align: center;
}
/*end*/
a.bradcrumlink
{
    color: #243873;
    text-decoration: none;
    font-weight: bold;
}
.bradcrumlink a
{
    color: #243873;
    text-decoration: none;
    font-weight: bold;
}
.bradcrumlink a:hover
{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

