﻿body {background: url(../images/Background.jpg) repeat;}

/* Establishes bg for viewable area */
.SiteColor {background: #e7e7e7;}

/* Maintains consistent width */
.SiteWidth {width: 824px;}

/* Main Page table */
.MainPage 
{
	width: 824px; 
	height: 700px; 
	background: url(../images/MainPage.jpg) no-repeat;
}

.MainPageBlank 
{
	width: 824px; 
	height: 700px; 
	background: url(../images/MainPageBlank.jpg) no-repeat;
}

.OtherPage 
{
	width: 824px; 
	height: 700px; 
	background: url(../images/OtherPage.jpg) no-repeat;
}.OtherPage_fr{	width: 824px; 	height: 700px; 	background: url(../images/OtherPage_fr.jpg) no-repeat;}

.TechnoPage 
{
	width: 824px; 
	height: 700px; 
	background: url(../images/TechnoPage.jpg) no-repeat;
}.TechnoPage_fr{	width: 824px; 	height: 700px; 	background: url(../images/TechnoPage_fr.jpg) no-repeat;}

.CompPage {	width: 824px; 	height: 700px; 	background: url(../images/CompPage.jpg) no-repeat;}.CompPage_fr
{
	width: 824px; 
	height: 700px; 
	background: url(../images/CompPage_fr.jpg) no-repeat;
}

.FitPage
{
	width: 824px; 
	height: 700px; 
	background: url(../images/FitPage.jpg) no-repeat;
}.FitPage_fr{	width: 824px; 	height: 700px; 	background: url(../images/FitPage_fr.jpg) no-repeat;}

.AthleticPage 
{
	width: 824px; 
	height: 700px; 
	background: url(../images/AthleticPage.jpg) no-repeat;
}.AthleticPage_fr{	width: 824px; 	height: 700px; 	background: url(../images/AthleticPage_fr.jpg) no-repeat;}

.PhotoViewer 
{	width: 120px;
	background: url(../images/PhotoViewer.gif) no-repeat;
}

.Thumbnail 
{
	padding-top: 5px;
	padding-left: 25px;
}

.ThumbnailText 
{
	padding-top: 5px;
	padding-left: 0px;
	text-align: center;
}

.Title 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #403c30;
	letter-spacing: 3px;
}

.TitleRed 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #d92725;
	letter-spacing: 3px;
}

.TitleRedSmaller 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #d92725;
	letter-spacing: 3px;
}


.TitleTextBold 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #403c30;
	letter-spacing: 2px;
}

.TitleTextBoldGrey 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a6a1a1;
	letter-spacing: 2px;
}

.TitleTextBoldUnderline 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #403c30;
	letter-spacing: 2px;
	text-decoration: underline;
}

.TitleText 
{
	font-family: Calibri, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #403c30;
	letter-spacing: 1px;
	line-height: 16px;
}

.TitleTextRed 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #d92725;
	letter-spacing: 2px;
}

.TitleTextRedBold 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d92725;
	letter-spacing: 2px;
}

.SmallTextRed 
{
	font-family: Calibri, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d92725;
	letter-spacing: 2px;
}

.SmallText 
{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #403c30;
	letter-spacing: 2px;
}

.MainSection 
{
	vertical-align: top;
	padding-top: 25px;
	padding-left: 0px;
}

/* Menu styles */
.Group 
{	
	display: block;
	height: 20px;
	width: 165px;
	line-height: 20px;
	padding-left: 25px;
	color: #dfdfdf;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px
}
.GroupSelected {
	display: block;
	height: 20px;
	width: 165px;
	line-height: 20px;
	padding-left: 25px;
	color: #d92725;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 16px;
	width: 155px;
	line-height: 16px;
	padding-left: 35px;
	color: #dfdfdf;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10px
}
.OptionSelected {
	display: block;
	height: 16px;
	width: 155px;
	line-height: 16px;
	padding-left: 35px;
	color: #d92725;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10px
}
.OptionSelectedGold {
	display: block;
	height: 16px;
	width: 155px;
	line-height: 16px;
	padding-left: 35px;
	color: #d3b66d;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10px
}
.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}

.borderit img{
	border: 1px solid #ccc;
}

.borderit:hover img{
	border: 1px solid black;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.highlightit {
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a6a1a1;
	letter-spacing: 2px;
}

.highlightit:hover{
	font-family: Calibri, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #403c30;
	letter-spacing: 2px;
}

.divScrollAuto 
{
	height:300px;
	width:400px;
	overflow:auto;
	white-space:nowrap;
}

.divMenu
{
	height:180px;
	width:150px;
	overflow:hidden;
	white-space:nowrap;
}

.emailLink
{
	color: #403c30;
	text-decoration: underline;
}.MenuButton{padding-left:3px;}a.MenuButton:visited{color:transparent;text-decoration:none;}.footer{font-family: Calibri, sans-serif;	font-size: 10px;	color: #403c30;	letter-spacing: 2px;	text-align:center;}.footer a{color: #403c30;}.footer a:hover{color: #a6a1a1;}


