/* Styles for site.aspx
-----------------------------------------------------------*/
body
{
	font-family: Cambria, Georgia, "Times New Roman";
	margin: 0;
	background-color: #E2E2E2;
}

img
{
	border: 0px;
}

h1
{
    padding: 10px 0px 10px 50px;
    background-color: #ffcc00;
    margin-top: 0px;
}

h2
{
	margin: 15px 0px 0px 0px;
	padding: 4px 20px 4px 20px;
	background-color: #ffcc00;
	font-size: large;
}

#AddToCartWorkingIndicator
{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 400px;
    background-color: #666666;
    padding-top: 35px;
    padding-left: 35px;
    margin-left: 250px;
}

#BoxUniversal
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #FBFFE8;
}

#HeaderLogo
{
    background-image: url('../Images/AdmiralMastheadLogo.png');
	width: 180px;
	background-color: #F0F0F0;
	float: left;
	height: 120px;
}

#HeaderTitle
{
    background-image: url('../Images/AdmiralTitleBgrnd.png');
    height: 85px;
    width: 820px;
    float: left;
    background-repeat: repeat-x;
    background-color: #F0F0F0;
}

header h1
{
	padding-left: 25px;
}

/* Styles for Navigation */
header nav
{
    width: 820px;
    background-color: #000000;
    height: 35px;
    float: left;
}


header nav ul
{
     margin: 0px auto 0px auto;
    list-style-type: none;
}

header nav li
{
	float: left;
	width: 185px;
}

header nav a
{
	color: #FFCC00;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	border: 1px solid #FFCC00;
	width: 170px;
	text-align: center;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: bold;
}

header nav a:hover
{
	background-color: #F2F2F2;
	color: #353535;
}

#cart
{
    background-color: #555;
    width: 375px;
    height: 45px;
    color: #FFFFFF;
    float: right;
    margin-top: 10px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
}
   
#cart a, #cart a:hover
{
    border-style: none;
    float: right;
    line-height: 10px;
    background-color: #FFD83C;
    color: #000000;
    width: 90px;
    height: 24px;
    padding-top: 12px;
    font-weight: bold;
    text-align: center;
}

#cart a:hover
{
	background-color: #FFFFFF;
	color: #333;
}

.TopH1Search
{
	padding: 0px;
	margin: 0px;
	font-size: medium;
	color: #F4F4F4;
}


#leftPanel
{
    margin: 0px 0px 20px 0px;
    width: 180px;
    min-height: 900px;
    clear: both;
    float: left;
    background-color: #F0F0F0;
    border-right: 2px solid gray;
    font-size: small;
    overflow: auto;
}

#leftPanel nav a:link, #leftPanel nav a:visited, #leftPanel nav a:hover
{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 1px 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	display: block;
	text-decoration: none;
	color: black;
}  

#leftPanel nav a:hover
{
	color: #ffcc00;
	background-color: black;
}

#leftPanel nav h3
{
	padding: 0px;
	margin: 20px 0px 0px 5px;
	font-size: medium;
}

#leftPanel nav ul
{
    list-style-type: none;
    padding-left: 0px;
}


#Search
{
	text-align: center;
}

#PromotionBox
{
    margin-top: 15px;
    margin-left: 15px;
}
    
#PromotionBox ul
{
    padding: 0px;
}

#PromotionBox li
{
    list-style-type: none;
}

#PromotionBox a
{
}

#Content
{
	width: 760px;
	min-height: 900px;
	background-color: #f0f0f0;
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 25px;
}

footer
{
	padding: 25px;
	clear: both;
	margin-top: 15px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	background-color: #f0f0f0;
}

/* w3c validation logo in bottom right */
#Validation
{
	float: right;
	width: 90px;
}

.yellow_stripe
{
	margin: 0px 0px 25px 0px;
	width: auto;
	height: 25px;
	background-color: #ffcc00;
}

#other_resellers
{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #ffcc00;
	text-align: center;
	margin-top: 30px;
}


.footer_stripe
{
    padding: 0px;
    background-color: #ffcc00;
    width: auto;
    height: 10px;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #000000;
}



footer nav
{
	width: 100%;
	height: 50px;
}

footer nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer nav li
{
	margin: 10px 0px 10px 10px;
	float: left;
}

/* --- Classes --- */

.SiteLink
{
    font-weight: bold;
    color: #000000;
}

.SiteLink:hover
{
    background-color: #CCC;
}

.AlignCenter
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.NoFloat
{
	clear: both;
}
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}

.FontSmall
{
	font-size: small;
}














