/* CSS for vorino.com/icespeed                                  */
/* 2010.05.06                                                   */

/* Basic elements */

body
{
    background-image: url(../images/ice_w.jpg);
    background-repeat: repeat;
    color: #111111;
    font: 10pt Verdana, Lucida, sans-serif;
}

img
{
    border-bottom: #dddddd thin solid;
    border-left: #dddddd thin solid;
    border-top: #dddddd thin solid;
    border-right: #dddddd thin solid;
}

a
{
	text-decoration: none; 
    color: #0000ff; 
}
a:visited
{
    color: #0000ff;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
    color: #0000ff;
}

p
{
    text-align: left;
    line-height: 1.5em;
    font-weight: normal;
    color: #222222;
	margin: 1em;
}

h2
{
    text-align: left;
    margin-bottom: 6px;
    letter-spacing: 1.25px;
    font-size: 10pt;
    font-weight: bold;
    color: #111111;
    margin-top: 6px;
}

h3
{
    text-align: left;
    margin-bottom: 6px;
    letter-spacing: 1.25px;
    font-size: 10pt;
    font-weight: bold;
    color: #555555;
}

table
{
    background-color: #444444;
    color: #ffffff;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 640px;
    margin-top: 6px;
    margin-bottom: 6px;
}

td
{
    background-color: #666666;
    padding-left: 4px;
    padding-right: 4px;
}


table a
{
    color: #a7a7ff;
}
table a:visited
{
    color: #a7a7ff;
}
table a:hover, a:active 
{ 
    color: #a7a7ff;
}

table p
{
    color: #ffffff;
    margin: 0.5em 0em;
    line-height: 1.2em;
}


/* Classes */

.withcaption
{
    color: #777777;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.withcaption img
{
    float: none;
    clear: both;
    display: block;
}

.tablecaption
{
    color: #cccccc;
    font-size: 0.8em;
    margin-bottom: 6px;
}

.headinggroup
{
    background-color: #f7f7f7;
    border-bottom: #cccccc thin solid;
    border-left: #cccccc thin solid;
    border-top: #cccccc thin solid;
    border-right: #cccccc thin solid;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 6px;
}


/* Specific divs */

#container
{
    margin: auto;
    width: 817px;
    position: relative;
    background-color: #fafafa;
    background-image: url(../images/ice_w.jpg);
    background-repeat: repeat;
}

#header
{
    background-color: #f7f7f7;
    font: bold 18px Arial, Verdana, Lucida, sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: #bbbbbb thin solid;
    border-left: #bbbbbb thin solid;
    border-top: #bbbbbb thin solid;
    border-right: #bbbbbb thin solid;
    height: 50px;
    letter-spacing: 1pt;
    position: relative;
}
#logotext
{
    position: relative;
    left: 165px;
    top: 6px;
}

#logo img
{
    float: right;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}
#logotext_fr
{
    font-size: smaller;
}


#contents
{
    margin-left: 155px;
    width: 662px;
}

#footer
{
    color: #bbbbbb;
    padding-top: 0px;
    text-align: center;
    line-height: 150%;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 8pt;
}


/* Specific divs - navigation */

#nav
{
    background-color: #f7f7f7;
    font: 8pt Verdana, Lucida, sans-serif;
    width: 150px;
    position: absolute;
    left: 0px;
    list-style-type: none;
    line-height: 1.8em;
    padding-left: 4px;
    padding-right: 0px;
    z-index: 5;
    margin-left: 0px;
    top: 67px;
    border-bottom: #bbbbbb thin solid;
    border-left: #bbbbbb thin solid;
    border-top: #bbbbbb thin solid;
    border-right: #bbbbbb thin solid;
    letter-spacing: 1px;
}
#nav ul
{
    width: 150px;
    list-style-type: none;
    left: -30px;
    position: relative;
    font-weight: bold;
}
#nav ul ul
{
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
}
#nav a
{
    color: #0000ff; 
}


/* Specific divs - navigation - elected menu item */
.ab #ab a
{
    color: #dd5522; 
}
.about #about a
{
    color: #dd5522; 
}
.bc #bc a
{
    color: #dd5522; 
}
.home #home a
{
    color: #dd5522; 
}
.links #links a
{
    color: #dd5522; 
}
.mb #mb a
{
    color: #dd5522; 
}
.misc #misc a
{
    color: #dd5522; 
}
.on #on a
{
    color: #dd5522; 
}
.qc #qc a
{
    color: #dd5522; 
}
.qcfr #qcfr a
{
    color: #dd5522; 
}
.sk #sk a
{
    color: #dd5522; 
}

/****************/



