﻿/* CSS layout */
body {
background-image: url('../images/bgtile.gif'); 
background-repeat: repeat-y; 
background-position: center; 
background-color:#BCE3E2;
  	background-position: center top;
    padding: 0; 
    margin: 0 auto; 
	margin-top: 0; 
	height:100%;
	min-height: 100%; 
text-align:center;
}
#DivContainer{
width:844px;
margin: 0 auto;
height:100%;
background-color:#ffffff;
text-align:center;
}
#Menu{
width:844px;
height:24px;
background-color:#1AC6F0;
}
#star{
	background-image: url('../images/starBg.jpg'); 
	background-repeat:no-repeat;
}
.left{
float:left;


}
.right{
float:right;

}

.MenuStar {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	text-align:center;
}
.StarRemaining {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 34pt;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	text-transform: lowercase;
}
.productsBorders {
	border-style: solid;
	border-width: 5px;
	border-color:#F0F0F0;	
}

}
.Menu {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	float:left
}
.MnText {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	float:left;
	text-align:left
}
.BlueSmBold {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #1AC6F0;
	text-decoration: none;
	font-weight:bold;
	font-size: 0.8em;
	text-align: left;
}

.OrangeSmBold {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #FF7828;
	text-decoration: none;
	font-weight:bold;
	font-size: 0.8em;
	text-align: left;
}



.BlueSm {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #1AC6F0;
	text-decoration: none;
	font-size: 0.8em;
	text-align: left;
}

.BlueHeader {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #1AC6F0;
	text-decoration: none;
	font-size: 1.6em;
	text-align: left;
}

.BlueHeaderSm {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #1AC6F0;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
}
A.BlueHeaderSm {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #1AC6F0;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
}
A.BlueHeaderSm:hover {
color: #3D3E3C;
}
.GreyHeaderSm {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #3D3E3C;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
}

.GreyHeader {
	font-family: Trebuchet ms, Lucida Sans, Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #3D3E3C;
	text-decoration: none;
	font-size: 1.6em;
	text-align: left;
}

a.MenuLnk {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
a.MenuLnk:hover {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;

}
.GreySm {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
}
.BlueSm {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1ac6f0;
	text-decoration: none;
	text-transform: lowercase;
}

a.BlueLnkSm {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1ac6f0;
	text-decoration: none;
	text-transform: lowercase;
}
a.BlueLnkSm:hover {
	color: #000000;
}
a.OrangeLnkSm {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF7828;
	font-weight:bold;
	text-decoration: none;
	text-transform: lowercase;
}
a.OrangeLnkSm:hover {
	color: #000000;
}



a.GreyLnkSm {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
}
a.GreyLnkSm:hover {
	color: #000000;
}

a.Buttons {
	background: #1AC6F0;
	border: 2px solid;
	border-color:#ffffff;
	color: #ffffff;
	font-weight:bold;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	padding: 2px;
	font: 13pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 23pt;
}
a.Buttons:hover {
color: #000000;
}

