.clearfix::after
{
	content: '';
	display: table;
	clear: both;
}


#nav ul
	{
	margin: 0;
	}

#nav
		{
			position:relative;
			width: 100%;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			z-index:10;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				list-style-type: none;
				margin-left:0px;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}

				#nav li a:hover
				{
					color: #000000;
					display: block;
				}
				#nav li a:active
				{
					background-color: #000 !important;
				}


			/* down arrow */

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #FFFFFF;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}







			/* Main Menu */

			#nav > ul
			{
				height: 1.9em; /* 60 */
				background-color: #0890DA;
				padding:0;
			}
				#nav > ul > li
				{
					height: 100%;
					float: left;
				}

				/* this adjusts the main menu */
					#nav > ul > li > a
					{

						height: 100%;
						font-size: 1em; /* 24 */
						line-height: 1.7em; /* 60 (24) */
						text-align: center;
						padding:0 1em;



						/* Typography */
						font-family: Helvetica, Arial, sans-serif;
						font-weight: bold;
						text-decoration: none;
						color: #FFFFFF;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #0890da;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #B1DCF3;
							color: #777;
						}


				/* second level */

				#nav li ul
				{
					background-color: #FFFFFF;
					display: none;
					position: absolute;
					top: 100%;
					padding: 0;
					width: 200px;
				}


					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: .75em; /* 20 */
							border-bottom: 1px solid #0890DA;
							border-left: 1px solid #0890DA;
							border-right: 1px solid #0890DA;
							padding: 0.4em; /* 15 (20) */
							text-decoration: none;
							background-color: #FFFFFF;
							color: #777;
						}
						/* Mouse over of pull down menu */
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #B1DCF3;
								color: #777;
							}

						#nav ul li a h2
						{
						display: block;
						margin:  -0.4em;
						padding: 5px 0px 5px 0px;
						background: #3d73b6;
						font-size: 12px;
						color: #FFF;
						font-family: Helvetica, Arial, sans-serif;
						text-decoration: none;
						text-align: center;
						}

						.button {
						  background-color: #0890DA;
						  border: 1px solid #0890DA;
						  color: white;
						  padding: 6px 12px;
						  text-align: center;
						  text-decoration: none;
						  display: inline-block;
						  font-size: 16px;
						  margin: 4px 2px;
						  transition-duration: 0.4s;
						  cursor: pointer;
						}

						.button_selected {
							background-color: #B1DCF3;
							color: #777;
							border: 1px solid #777;
						}

						.button:hover {
						  background-color: #B1DCF3;
							color: #777;
							border: 1px solid #777;
						}

	.rightmenu {
	/* Layout */
		float:right;
		color: #0890DA;
		}

		@media only screen and ( max-width: 65.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}

			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}


/* Correct menu alterations for mobile*/
			#nav li ul a
						{
							font-size: .75em; /* 20 */
							border: 0px;
							padding: 0.4em; /* 15 (20) */
							text-decoration: none;
							background-color: #0890DA;
							color: #FFFFFF;
							}

			#nav li ul
				{
					background-color: #0890DA;
				}

				#nav ul li a h2
						{
						display: block;
						margin:  0;
						padding: 0;

						text-align: left;
						}

				#nav ul li a h2:hover
						{
						background-color: #BBCFE7;
						color:#000000;
						}

				.rightmenu {
					float:right;
					color: #FFFFFF;
		}



				#nav > a
				{
					width: 100%;
					padding-bottom:5px;
					text-align: center;
					background-color: #0890DA;
					color: #FFFFFF;
 					font-size: 28px;
				 	font-weight: bold;
				 	line-height: 1.2em;
				 	border-bottom: 1px solid #e0f1f9;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #e0f1f9;
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
					width: 90%;
				}

		}


///////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////                  START MAIN.CSS                  //////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////

* {
  margin: 0;
  padding: 0;
}

.hiddenfull
			{
			display:none;
			}


body
	{
		font-size: 16px;
    font-family: verdana,arial,tahoma;
    color: BLACK;
	}

table
	{
		font-size: 9pt;
		font-family: verdana,arial,tahoma;
		color: BLACK;
	}

td {
    padding: 4px;
}

p	{
margin:10px 0;
}
table.fancyws {
    border-collapse:collapse;
    border:solid #EEEEEE 2px;
    margin:20px auto 20px auto;
    width: 100%;

		/* Typography */
		font-size:12px;
}

.fancyws th
	{
	background: #EEEEEE;
	border: solid #EEEEEE 1px;
	padding: 4px 6px 4px 6px;

	/* Typography */
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}


.fancyws tr:nth-child(odd)
	{
    background-color: #EEEEEE;
	}





.fancyws td
	{
	border: solid #EEEEEE 1px;
	padding: 5px;
	}


div.fancyws
	{
		float:left;
		width:150px;
		height:270px;
		margin: 20px 20px;
		text-align: center;
	}



.checkoutinput {
    width: 80%;
 }

.checkoutdiv {
    width: 46%;
 }


h1 {
	font-family: verdana,arial,tahoma;
  font-size: 20pt;
  font-weight: bold;
  color: #1090DA;
  margin: 10px;
  }

h2 {
	font-family: arial,tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #7B7B7B;
  }

h3 {
	font-family: verdana,arial,tahoma;
  font-size: 12pt;
  font-weight: bold;
  }

a:link {
  color: #000000;
  font-size: 10pt;
	text-decoration: underline;
  }

a:visited {
  color: #000000;
  font-size: 10pt;
  text-decoration: underline;
  }

a:hover {
  color: #1090DA;
  font-size: 10pt;
  text-decoration: underline;
  }

input.login
{
color: #000000;
background: #DDF1F9;
border: 1px solid #1090DA;
padding-left: 5px;
}


#content li {
margin: 2px 20px;
}



#wrapper
	{
		margin-top: 10px;
		margin-left:auto;
		margin-right:auto;
		width: 998px;
		background: #FFFFFF;
		padding:10px 0 0 0;
		border:1px solid gray;
		\* Add drop Shadow *\
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
		\* Add Rounded Corners *\
		-moz-border-radius: 15px;
		border-radius: 10px;
	}


#header
	{
		width: 100%;
		margin:0;
		padding:10px;
		;
	}

#headerimage
	{
		display:block;
		max-width:100%;
		margin:0;
		padding:0;
		border-radius: 10px 10px 0px 0px; height:auto;
	}

#headerhidden
	{
		display:none;
		max-width:90%;
		margin:0;
		padding:0;
		border-radius: 10px 10px 0px 0px; height:auto;
	}




#content
	{
		max-width: 978px;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		background: #FFFFFF;

		/* Typography */
		font-size: 14px;
		color: #000;
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}

a
	{
		color: #444;
	}

input[type=text], input[type=email], select, textarea {
  width: 90%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.checkout{
	width: 47%;
	margin:1%;
	float:left;
}


#footer
	{
		width: 100%;
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		align: center;
		overflow: hidden;
		-moz-border-radius: 0 0 15px 0;
		border-radius: 0 0 8px 8px;

		/* Typography */

		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}



.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
//    background-color: #0890DA;
    background-color: #FFF;
//    color: #fff;
    color: #0890DA;
    border: solid 2px #0890DA;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
}


.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0890DA transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


@media only screen and ( max-width: 1000px )
		{
			#wrapper
			{
				width: 99%;
				position: static;
				margin: 0;
				margin-top: 10px;
			}
			#header
		{
			width:100%;
		}
		#headerimage
		{
			display:none;
		}

		#headerhidden
		{
			display:block;
		}

		.hiddenm
			{
			display:none;
			}

		.hiddenfull
			{
			display:block;
			}

		.checkoutdiv {
    width: 100%;

    margin-top:10px;
 		}
	}
@media only screen and ( max-width: 40em ) /* 640 */
		{
			img
			{
			margin:0;
			max-width: 100%;
			}
			#buybox
			{
			max-width: 100%;
			}

			.checkoutinput {
    width: 100%;
 }


			#header
			{
				padding:0px;
			}

			#wrapper
			{
				margin:0px;
				width:99%;
			}
			#breadcrumb
			{
			max-width: 100%;
			}
			#content
			{
			max-width: 100%;
			}



}
