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

#mainGraphic {
	background-image: url(images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
    background-position: 0 0px; 
	border-radius: 0 0 25px 25px;
	cursor: pointer;
}
#headerBar #upper #logo{
	top: 0px !important;
}
#mainContent {
	padding-top: 10px;
	position: relative;
	width: 99.5%;
	align: center;
	text-align: center;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
	background: hsla(0,0%,100%,0.75);
}
#mainContent #text {
	width: 86%;
	position: relative;
	margin-left: -43%;
	left: 50%;
	padding-bottom: 20px;

}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-align: justify;
	margin: 5px 0px 10px 0px;
}
#mainContent p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent p em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#mainContent li strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent li em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#mainContent select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
}
#mainContent input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
}

#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-align: justify;
	margin-top: 5px;
	list-style: disc;
	list-style-position: outside;
	margin-left: 50px;
}
#mainContent strong {
	font-weight:bold;
}
#mainContent em {
	font-style: italic;
}
.tableTitleRow {
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 3px;
	background: #8C8C8C;
	text-align: center;
	font-weight: bold;
}
#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 3px;
}
#mainContent td strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#mainContent td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#mainContent td.red {
	color: red;
}
#mainContent tr:nth-child(even) {
	background: #E3E3E3;
}
	
@media screen and (max-width: 1530px) {	
	#login {
		top: 0px;
	}
}
@media screen and (min-width: 1510px) {
	#mainContent {
		width: 1510px;
		margin: auto;
	}
}

#subMenu {
	top: -10px;
	display: flex;
	align-items:stretch;
	width: 100%;
	justify-content: space-between;
	position: relative;
	height: 75px;
	background: #D2D2D2;
}
#subMenu div {
	background: white;
	margin-top: 10px;
	padding-top: 10px;
	border-left-color: hsl(0,0%,29%);
	border-right-color: hsl(0,0%,29%);
	border-top-color: hsl(0,0%,29%);
	border-bottom-color: hsl(0,0%,29%);
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	height: 40px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
	margin-left: 5px;
	margin-right: 5px;
		
}
#subMenu a {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: hsl(0,0%,29%);
	text-decoration: none;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,.2);
	
}
#subMenu a:hover {
	background: hsla(0,91%,45%,1.00);
	color: hsla(0,0%,100%,1.00);
}
@media screen and (max-width: 514px) {
	#mainContent {
		width: 514px !important;
	}
	#mainGraphic {
		width: 514px !important;
	}
	#headerBar {
		width: 514px !important;
	}
	#footer {
		width: 514px !important;
	}
}
#mainContent td a {
	color: black;
	text-decoration: none;
}
#headerBar #seller {
	text-align: center;
}
#headerBar #seller #links a{
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: hsl(0,0%,90%);
	text-decoration: none;
	padding-right: 6px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,.8);
}
#headerBar #seller #links a:hover{
	color: hsl(0,100%,100%);
    text-shadow: 0 0 1px hsl(0,0%,0%), 0 0 10px hsl(60,100%,100%);
}
