@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #40529E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	width: 100%;
    height: 100%;
}


/* ================================================== */
#MainBox{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-color: #FFFFFF;
	width: 775px;
	padding: 10px;
	min-height: 100%;
}

#MainBox A:link { color: #691114; font-size: 16px; font-weight: bold; }       /* unvisited link */
#MainBox A:visited { color: #192452; font-size: 16px; font-weight: bold; }   /* visited links */
#MainBox A:active { color: #B50B11; font-size: 16px; font-weight: bold; }    /* active links */

#MainBoxShadowRight{
	height: 100%;
	width: 8px;
	position: absolute;
	right: -8px;
	top: 0px;
	background-image: url(../images/background-shadow-right.png);
	
}
#MainBoxShadowLeft{
	height: 100%;
	width: 8px;
	position: absolute;
	left: -8px;
	top: 0px;
	background-image: url(../images/background-shadow.png);
	
}
.SmallText{
	font-size: 10px;
	font-style: italic;
}
.CirclePicture{
	float: right;
	padding-left: 3px;
	margin-left: 3px;
}
/* ================================================== */


/* ================================================== */
#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 81px;
	position: relative;
	cursor: pointer;
}

#LanguageChoice{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 53px;
	width: 195px;
	text-align: right;
	font-size: 12px;
	
	/*display: none;*/
}

#SearchBox{
	position: absolute;
	top: 62px;
	right: 8px;
	height: 25px;
	padding-right: 5px;
	border: 1px solid black;
	
}
.SearchTextBox {
	height: 16px; 
	width: 140px; 
	margin: 5px; 
	padding: 0px; 
	font-style: 
	italic;color: #666666;
	border: none;
}

#CartSummary{
	position: absolute;
	left: 320px;
	top: 15px;
	color: #666666;
	font-size: 12px;
	width: 150px;
	
	display: none;
}	

#TollFree{
	position: absolute;
	right: 10px;
	top: 136px;
	font-weight: bold;
	font-size: 14px;
}
/* ================================================== */


/* ================================================== */
#CopyrightBox{
	font-size: 10px;
	color: #666;
	text-align: center;
}

#TextMenuBar{
	font-size: 10px;
	color: #666;
	text-align: center;
}
#TextMenuBar A:link { color: #333; font-size: 11px; text-decoration: none; font-weight: 400; }       /* unvisited link */
#TextMenuBar A:visited { color: #333; font-size: 11px; text-decoration: none; font-weight: 400; }   /* visited links */
#TextMenuBar A:active { color: #333; font-size: 11px; text-decoration: none; font-weight: 400; }    /* active links */
/* ================================================== */



/* ================================================== */
#MenuBar{
	position: relative;
	left: -10px;
	top: 5px;
	width: 795px;
	height: 38px;
	background-image: url(../images/menuBar.png);
	background-repeat: repeat-x;
}
.MenuItem{
	height: 38px;
	background-image: url(../images/menuBar.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.SelectedMenuItem{
	height: 38px;
	background-image: url(../images/menuBarSelected.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	color: #F6DA54;
	font-weight: 300;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.HighlightedMenuItem{
	height: 38px;
	background-image: url(../images/menuBarHighlight.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	color: #F6DA54;
	font-weight: 300;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
/* ================================================== */


/* ================================================== */
#SubMenuBar{
	position: absolute;
	left: 30px;
	top: 123px;
	height: 37px;
	font-size: 12px;
	width: 100%;
}
.SubMenuItem{
	background-image: url(../images/subMenuBar.png);
	background-repeat: repeat-x;
	height: 37px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	font-weight: bold;
	cursor: pointer;
}
.SubMenuItemHover{
	background-image: url(../images/subMenuBar.png);
	background-repeat: repeat-x;
	height: 37px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #B50B11;

}

.SubMenuLeft{
	background-image: url(../images/subMenuBarLeft.png);
	height: 37px;
	width: 13px;
	background-repeat: no-repeat;
	float: left;
}	
.SubMenuRight{
	background-image: url(../images/subMenuBarRight.png);
	height: 37px;
	width: 11px;
	background-repeat: no-repeat;
	float: left;
}
/* ================================================== */



/* ================================================== */
.PageTitleBoxRed{
	background-image: url(../images/pageHeader-red.png);
	width: 609px;
	height: 58px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.PageTitleText{
	text-align: center;
	font-size: 22px;
	color: #FFF;
	width: 279px;
	position: relative;
	left: 5px;
	float: left;
	margin-top: 16px;
	
}
.PageTitleImage{
	position: relative;
	left: 5px;
	top: 4px;
}	
/* ================================================== */


/* ================================================== */
.SideBox{
	width: 140px; 
	float: right; 
	border: 2px solid black; 
	background-color: #F6DA54; 
	padding: 5px;
	font-size: 12px;
	/* background-image: url(../images/sidebar-back.png); */
	clear: both;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: -2px;
	margin-right: -7px;
}
.SideBoxTitle{
	position: relative;
	border-bottom: 2px solid black;
	background-color: #B50B11;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	left: -5px;
	top: -5px;
	padding: 5px;
	text-align: center;
}
.SideBoxTextBox{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBoxLink{
	font-size: 10px;
	
}
/* ================================================== */