﻿/**************** body and tag styles ****************/
body
{
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #F2F2F2;
}

#container
{
	width: 770px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-image: url('images/background2.gif');
	background-repeat: repeat-y;
	background-color: White;
}

#containerfull
{
	width: 770px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-image: url('images/background2.gif');
	background-repeat: repeat-y;
}

#container2
{
	width: 750px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: Navy;
}

#productlisting
{
    
    border-top-color: #0b214a;
    border-top-style: solid;
    border-top-width: 3px;
        
    border-left-color: #0b214a;
    border-left-style: solid;
    border-left-width: 3px;
    
    border-right-color: #0b214a;
    border-right-style: solid;
    border-right-width: 3px;
    
    border-bottom-color: #0b214a;
    border-bottom-style: solid;    
    border-bottom-width: 3px;
    
    font-size: 12px;
    text-align: center;
    background-color: white;
    
}



/*********** Navigation Buttons ***********/
#navbar
{
	height: 30px;
	margin: 0px 0px 10px 0px;
}


#navbar ul
{
    height: 30px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #0b214a;
}

#navbar li
{
    display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	
}

#navbar li:hover
{
    height: 30px;
    background-color:#800000;
}

#cartlink
{
	background-color: #0b214a;
	background-image: url('images/shopcart.png');
	background-position: 20px center;	
	background-repeat: no-repeat;
	text-indent: 18px;
}


#navbar li:hover
{
    height: 30px;
    background-color:#800000;
}

#navbar a
{
	height: 20px;
	padding: 5px 30px 5px;
	font-size: 14px;
	color: White;
	text-decoration: none;
	display: block;

}



/*********** End Navigation Buttons ***********/


h1
{
	color: Maroon;
	font-size: 16px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}


.headerlink
{
	color: Maroon;
	font-size: 16px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h2
{
	color: Maroon;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h3
{
	color: White;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 6px;
}

a
{
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

a:hover
{
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/**************** images styles ****************/
a img
{
	border: none;
}

img.left, img.center, img.right, img.nofloat
{
	padding: 4px;
/*	border: 1px solid #a0a0a0; */
}

img.left
{
	float: left;
	margin: 0 12px 5px 0;
}

img.center
{
	display: block;
	margin: 0 auto 5px auto;
}

img.right
{
	float: right;
	margin: 0 0 5px 12px;
}

img.ActionList
{
	float: left;
	margin: 5px;
}


img.nofloat
{
	float: none;
}

/**************** form styles ****************/

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
.button
{
	padding: 2px;
	background-color: #000044;
	color: #FFFFFF;
	border: 2px solid #800000;
	font-size: 11px;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
*/

/**************** header styles ****************/
#header
{
	width: 750px;
	border: 0px padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
#header p
{
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}


/**************** content styles ****************/
#content
{
	width: 519px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

#content p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px; /*border-bottom: 1px solid #DDDDDD;*/
}

#contentfull
{
	margin: auto;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

#contentfull p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px; /*border-bottom: 1px solid #DDDDDD;*/
}

/**************** sidebar styles ****************/
#sidebar
{
	width: 175px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: right;
	text-align: center;
}

#sidebar p
{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-style: italic;
}

/**************** footer styles ****************/
#footer
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	width: 750px;
	background-color: #041938;
}

#footer p
{
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
}

#footer p a
{
	color: #FFFFFF;
	background-color: #041938;
	font-weight: 100;
	border-bottom: 1px dotted #FFFFFF;
}

#footer p a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 0px dotted #FFFFFF;
}

.clearer
{
	clear: both;
}

.inputForm
{
	background-color: #FFFFFF;
	border: medium #C8AC73 solid;
	margin: auto;
	padding: 5px;
}

.inputFormTitle
{
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}

#statesrights 
{
    font-family: Tahoma;
    font-size: 20px;
    width: 750px;
    height: 50px;
    background-image: url('images/mutedflag.jpg');
    color: Silver;
    border-bottom: solid 1px silver;
}

#statesrights td
{
    text-align: center;
}