@charset "utf-8";
/* Global HTML */
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image:url(Graphics/background.gif);
	}
a{
	color: #10269f;
	text-decoration: none;
	text-decoration: underline;
	}
a img{
	border: 0;
}
a:visited{
	color: #10269f;
	}
a:hover{
	color: blue;
	
	}
button, input
{
    color: Black;}
legend
{
    font-size: 14px;
    color: #d3343a;
    font-weight: bold;}

input{
	font-size: 11px;
	}
h1{
	color: #10269f;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 26px;
	}
h2
{
    font-size: 18px;
    margin: 0px;
    paddingn: 0px;}
/* Navigation & Structuer */
.container{
	width: 998px;
	border-left: 1px solid #bf9858;
	border-right: 1px solid #bf9858;
	background:white;
	margin:auto;
	color:Blue;
	}
.header
{
    font-size: 36px;}
.navigation{
	text-align: center;
	color: blue
	}
.navigation table
{
    margin: auto;}
.navigation td{
	text-align: center;
	padding: 10px;
	}
.navigationLink, .navigationLink:visited{
	color: #10269f;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase
	}
.navigationLink:hover
{
    color: blue}
#leftBar
{
    width: 160px;
    border: 1px solid silver;
    padding: 5px;}
/* Footer */
.footer
{
	padding: 5px;
	font-size: 11px;
	text-align: center
	}
.footer a, footer a:visited {
	padding-right: 12px;
	text-transform: uppercase
	}
/*standard*/
.red{
    color:Red;
}
.block{
    display:block;
}
.small
{
    font-size: 10px;}
/* Cart */
.cartStepBox
{
    border: 1px solid #a5cce8;}
.cartStepNumber
{
    font-size: 14px;
    font-weight: bold;
    color: White;
    background: #8fbfe2;
    padding: 1px 5px;}
.cartStepText
{
    background: #d2e6f3;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold; }
.cartStepBoxOut
{
    border: 1px solid #c3c3c3;}
.cartStepNumberOut
{
    font-size: 14px;
    font-weight: bold;
    color: White;
    background: #92989c;
    padding: 1px 5px;}
.cartStepTextOut
{
    background: #e1e1e1;
    padding: 2px 5px;
    font-size: 12px;}
.cartStepTextOut a, .cartStepTextOut a:visited, .cartStepTextOut a:active
{
    color: Black;}
    
td.bgLogo 
{
    background-image:url(Graphics/logo_bg.gif);
}

.gallery {font-size: 14px; color: #0b00e0;}

table.gallery 
{
    background:white;
    width:100%;
    cellspacing:5px;
    cellpadding:5px;
}

td.gallery {border-bottom:1px solid blue;border-collapse:collapse}
