﻿body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/A1_background_Dark2.png');
}

img
{
	border-style: none;
}

a, a:visited, a:hover
{
    text-decoration: underline;
    font-family: Verdana, Helvetica, sans-serif;
    color: #0000FF;
}

a:hover
{
    color: #FFFFFF;
    background-color: #0000FF;
}


#FlagBorder
{
	margin: 0px auto 0px auto;
	width: 1100px;
	height: auto;
	background: url('../images/FlagBorder.png');
	background-repeat: repeat-y;
}

#BoxUniversal
{
	background-position: right top;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url('../Images/BGnd-Grey-Buff.png');
	background-repeat: repeat-y;
}

.HeadingForSearch
{
	background: url('../Images/A1H1Bkgrnd.png');
	padding: 0px;
	margin: 0px;
	color: #003399;
	font-size: medium;
	background-repeat: repeat-x;
	height: 23px;
}

#MastHead
{
	background-color: #003399;
	width: auto;
	height: 100px;
}

#MastHead h1
{
	padding: 0px;
	margin: 0px;
	color: #0066FF;
	font-size: medium;
}

#MastheadPromotion
{
	width: 420px;
	height: 83px;
	margin-top: 10px;
	margin-right: 30px;
	float: right;
	overflow: visible;
	text-align: right;
}

.MastheadLift
{
	position: relative;
	top: -20px;
}

#Navigation
{
    background-color: #B9B9B9;
    width: auto;
    height: 60px;
    padding-top: 7px;
    padding-right: 25px;
}

#Navigation ul {
	list-style-type: none;
}
#Navigation li {
	float: left;
}
#Navigation a
{
    color: #000;
    text-decoration: none;
    padding: 3px 20px 3px 20px;
    display: block;
    border: 1px solid #000000;
    margin-right: 15px;
    margin-bottom: 3px;
    margin-left: 0px;
}
#Navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}


#cart
{
    float: right;
    background-color: #555;
    width: 450px;
    height: 45px;
    color: #FFFFFF;
    padding-left: 20px;

}
   
#cart a, #cart a:hover
{
    border-style: none;
    float: right;
    line-height: 10px;
    background-color: #FFD83C;
    color: #000000;
    width: 90px;
    height: 25px;
    padding-top: 12px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 4px;
}

#cart a:hover
{
	background-color: #FFFFFF;
	color: #333;
}



#Menu
{
	width: 175px;
	padding-top: 1px;
	float: left;
	padding-left: 15px;
}



#Menu ul
{
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 30px;
}


#Menu a
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	background-color: #E6E6E6;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Menu a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}


#ContentBox
{
	width: 800px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}


/* Styles for Footer */

#FooterTop
{
	background-color: #B9B9B9;
	font-size: x-small;
	clear: both;
}

.FooterInfoBox
{
	padding: 8px 20px 8px 20px;
	width: 310px;
	float: left;
}
.FooterInfoBox img
{
	margin-right: 12px;
}

.FooterInfoBox p
{
	padding: 0px;
	margin: 0px;
}


#Footer
{
	text-align: center;
	background-color: #003399;
	overflow: hidden;
	padding: 8px;
	color: #FFFFFF;
	clear: both;
}


#Footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#Footer a {
	color: #fff;
	text-decoration: underline;
}
#Footer a:hover {
	color: #FFFFBF;
	text-decoration: none;
}


.FloatLeft
{
	float: left;
}

.FloatClear
{
	clear: both;
}

