html, body 
{
	height: 100%;
}

body 
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
}

#divMainContainer 
{
	position: relative;
	min-height: 100%;
	min-width: 800px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #000000;
	height: auto;
	margin: 0 auto;
	width: 800px;
	top: 0;
}

html>body #divMainContainer {
				height: auto;
			}
			
#divContent
{
	position: relative;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
	padding-bottom: 40px;
}

#divTopNavigation 
{
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}

#divTopContainer 
{
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 185px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/TopBanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divTopContainerFrench 
{
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 185px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/TopBannerFrench.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divTopContainerSpanish 
{
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 185px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/TopBannerSpanish.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divMainContentContainer 
{
	top: 0px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;	
}

#divFooter 
{
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

#divFooterLine 
{
	position: relative;
	background-color: #003366;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	line-height: 2px;
}

#divFooterLeft 
{
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: 360px;
	height: 18px;
	margin: 0 auto;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

#divBox
{
	width: 778px;
	padding: 10px;
}

#divBoxNews
{
	width: 508px;
	padding: 10px;
}

#divBoxAliCat
{
	width: 898px;
	padding: 5px;
}

 #divBoxLeft{
	background-color: #FFFFFF;
	position: relative;
	float: left;
	height: 260px;
	width: 446px;
	left: 0px;
	padding: 5px;
	top: 15px;
	bottom: 15px;
	border: 1px solid #7AA5B1;
 }
 
 #divBoxRight{
	background-color:  #FFFFFF;
	position: relative;
	float: right;
	height: auto;
	padding: 5px;
	width: 260px;
	top: 15px;
	text-align:right;
  }
  
  #divBoxShopTranslations{
	background-color: #FFFFFF;
	position: relative;
	float: right;
	height: auto;
	padding: 5px;
	width: 175px;
	top: 15px;
	text-align:right;
  }
  
   #divBoxLeftTop{
	background-color: #7AA5B1;
	position: relative;
	float: left;
	height: 30px;
	width: 458px;
	left: 0px;
	padding: 0px;
	top: 15px;
 }
 
 #divBoxRightTop{
	background-color: #7AA5B1;
	position: relative;
	float: left;
	height: 30px;
	width: 332px;
	left: 10px;
	top: 15px;
	  }

#divImageRight{
position:relative;
float:right;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#003366;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #003366;
}

.spacer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #003366;
	line-height: 1px;
	height: 1px;
	font-style: normal;
	color: #FFFFFF;
}

.TxtBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.TxtBoldLarge {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.TxtBoldGrey {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}


.Txt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.TxtSmall {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.TxtSmallBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.TxtMed {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.TxtFooter:link {
	color:#003366;
	text-decoration:none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

.TxtFooter:visited {
	color:#003366;
	font-weight: bold;
	}

.TxtFooter:hover {
	color:#003366;
	border-bottom:1px dashed #003366;	
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

h2 {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003366;
}

h2 {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003366;
}


.TxtItalic {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

.TxtPageLinkNormal:link {
	color:#666666;
	text-decoration:none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

.TxtPageLinkNormal:visited {
	color:#666666;
	font-weight: bold;
	}

.TxtPageLinkNormal:hover {
	color:#666666;
	border-bottom:1px dashed #666666;	
	}
	
.TxtPageLink:link {
	color:#666666;
	text-decoration:none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

.TxtPageLink:visited {
	color:#666666;
	font-weight: bold;
	}

.TxtPageLink:hover {
	color: #666666;
	border-bottom:1px dashed #666666;	
	}
	
	.TxtalignCenter {
	text-align: center;
	}
.TxtBoldLargeCenter {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
