﻿html
{
	background-color: #A5D6FF;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

#wrapper
{
	background-image: url(/images/layout/bg.jpg);
}

#header
{
	width: 992px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	
	background-image: url(/images/layout/header/bg.png);
}

#header #group-image
{
	position: absolute;
	left: 23px;
}

    #header h1 {
        width: 183px;
        height: 61px;
        position: absolute;
        top: 20px;
        left: 140px;
        background-repeat: no-repeat;
    }

#header h1 span
{
	display: none;
}

#menu
{
	height: 50px;
    position: absolute;
    top: 25px;
    right: 30px;
}

#menu li 
{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	
}

#menu li.menu-locale-en-CA
{
	background: url(/images/layout/header/en.png) no-repeat bottom center;
}

#menu li.menu-locale-fr-CA
{
	background: url(/images/layout/header/fr.png) no-repeat bottom center;
}

#menu li.menu-admin
{
	background: url(/images/layout/header/admin.png) no-repeat bottom center;
}

#menu li.menu-photo-admin
{
	background: url(/images/layout/header/photo.png) no-repeat bottom center;
}

#menu li.menu-shop
{
	background: url(/images/layout/header/shop.png) no-repeat bottom center;
}

#menu li.menu-change-location
{
	width: 85px;
	background: url(/images/layout/header/location.png) no-repeat bottom center;
}

#menu li.menu-help
{
	background: url(/images/layout/header/help.png) no-repeat bottom center;
}

#menu li.menu-profile
{
	width: 70px;
	background: url(/images/layout/header/profile.png) no-repeat bottom center;
}

#menu li.menu-login-status
{
	background: url(/images/layout/header/logout.png) no-repeat bottom center;
}

#menu li a 
{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;

	font-size: 10px;	
	text-decoration: none;
}

#subheader-wrapper
{
	height: 83px;
	
	background: url(/images/layout/shelf.png) repeat-x bottom;
}

#subheader
{
	width: 960px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	padding-top:5px;
	z-index: 1;
	
	font-size: 10px;
}

#subheader,
#content
{
	color: #FFFFFF;
}

#subheader a,
#content a
{
	color: #FFFFFF;
	font-weight: bold;
}

#subheader a:hover,
#content a:hover
{
	text-decoration: underline;
}

#content-wrapper
{
	width: 960px;
	min-height: 400px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	z-index: 0;
}

#content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer
{
	padding: 10px 0;
	
	text-align: center;
	vertical-align: middle;
}

#footer img
{
	vertical-align: bottom;
}

#footer span
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
}

#footer a
{
	color: #004F72;
}

a
{
	color: #00325C;
	font-weight: bold;
}

h2
{
	margin-bottom: 20px;
	
	font-family: Georgia, Times New Roman, Serif;
	font-size: 22px;
}

h3
{
	margin-bottom: 10px;
}

h6
{
	font-weight: bold;
}

strong 
{
	font-weight: bold;
}

.right
{
	text-align: right;
}