root {
    display: block;
}
body, h1, h2, h3, ul, li
{
    margin:0;
    padding:0;
}

body{

    background-repeat:no-repeat;
    background-position:top right;
    background-color:#fff;
    font-family:Verdana;
    width:100%;
    font-size:11px;
    color:#333;
}
h1
{
    color:#f48120;
    font-size:22px;
}
img, div, body { behavior: url(/design/iepngfix.htc) }
a:link, a:visited
{

    text-decoration: none;
    font-size:11px;
    color:#0066b2;

}
a:hover
{
    color:#f48120;
}
ul
{
    list-style-position:inside;
}
.resetfloat
{
    clear:both;
}
.simplemenu
{
    float:left;
    padding:35px 5px 5px 5px;

    height:39px;
}
.simplemenu a:link, .simplemenu a:visited
{
    font-family:Tahoma;
}
.separator
{
    float:left;
    width:1px;
    background-image:url('/images/separator.gif');
    height:90px;
    
}
.topmenu
{

    width:6px;
    height:90px;

    float:left;
}
.backgroundhover
{
    background-image:url("/images/topmenu_hover_bg.gif");
    background-repeat:repeat-x;

}
.backgroundhoverleft
{
    background-image:url('/images/topmenu_hover_left.gif');
    background-repeat:no-repeat;
    background-position:top;
    width:6px;
}
.backgroundhoverright
{
    background-image:url('/images/topmenu_hover_right.gif');
    background-repeat:no-repeat;
    background-position:top left;
    width:6px;
}
.alltopmenu
{
    margin-left:300px;
}
.alltopmenu a:visited, .alltopmenu a
{
    font-size:14px;
    color:#0066b2;
    font-weight:bold;
}
.alltopmenu a:hover
{
    color:#fff;
}
.langs
{
    position:absolute;
    top:35px;
    left:140px;
    color:#f48120;
    font-weight:bold;

}
.langs a:link, .langs a:visited
{
    color:#0066b2;
    font-weight:bold;
}
.grey
{
    color:#dbdbdb;
}
#leftblue, #logo
{
    float:left;
    height:209px;
    margin-top:33px;
}
#leftblue
{
    width:100px;

    background-image:url('/images/blue_header_left.jpg');
    background-repeat:no-repeat;
}
#logo
{
    width:200px;

}
#topblue
{
    float:left;


    background-repeat:no-repeat;
    height:281px;
}




#headcontainer {
    width: 100%;
    float: right;
    margin-left: -1001px;
}

#bluefield {
    background-image:url('/images/header_bg.gif');
    background-repeat:repeat-x;
    height:281px;
    background-position:0 1px;
    margin-left: 1001px;
}



#headsidebar {
    width: 1001px;
    float: left;
}


.menu
{


}
.menu ul
{
    list-style: none;
    line-height:300%;

}
.menu ul li
{
    height:36px;
    width:201px;
    display:block;

}
.menu ul li a
{
    font-size: 12px;
    text-decoration: none;
    padding-left:5px;
    display:block;
    padding-top:10px;
    font-weight:bold;

}
.menu ul li a:hover
{
    background-repeat: no-repeat;
}
.menu img
{
    display:block;float:left;
    margin-right:8px;
}
#footer
{
    background-image:url('/images/footer_bg.gif');
    background-repeat:repeat-x;
    float:right;
    width:500px;
    margin:auto;
    height:47px;
    color:#fff;
    font-size:12px;
    font-weight:bold;

}
#footer_left
{
float:left;
padding:10px 0 0 10px;
}

#made
{
    margin-top:15px;
    float:right;
    margin-right:5px;
}
#made a:link, #made a:visited
{
    color:#fff;
    font-size:12px;

}
#copyright
{
    margin-top:15px;
    margin-left:5px;
    float:left;

}

#container {
    width: 100%;
    min-height:270px;
    height:auto !important;
    height:270px;
    float: right;
    margin-left: -300px;

}
#content {

	margin-left: 300px;
        padding-left:50px;
        padding-right:10px;
}
#sidebar {
 width: 200px;
    float: left;
    padding-left:60px;
}


.clearing {
	height: 0;
	clear: both;
}

.defaultform
{
    min-width:500px;
    
    font-size:11px;
}
.field
{
    clear:both;
}
.defaultform label
{
    float:left;
    display:block;
    margin-right:10px;
    padding-top:4px;
}
.defaultform input[type=text], .defaultform textarea
{
    border:1px solid #70D1EB;
    float:right;
    margin:3px 0;
    width:200px;
}
.defaultform input[type=radio]
{
    float:right;
}
.red
{
    color:red;
}
.reviewtext
{
    display:none;
}
#reviewlist a:link, #reviewlist a:visited
{
    font-style:italic;
    font-size:90%;
}
table.blue
{

    border-color: #00AEDB;
    margin-left:1px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-collapse: collapse;


}
table.blue td
{
     border-color: #00AEDB;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}