@charset "utf-8";
body {
	margin: 23 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/spaceback.gif);
	line-height: 18px;
}
h1 {
	line-height: 40%;
	font-size: 32px;
}
.text-80 { font-size: 80%; 
}


.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #aaaaaa;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 28px;
	color: #F00;
	font-size: 22px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

td, th { 
}

a {
	color: #B9C7F7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
	background-color: #F00;
}
a:active {
	background-color: #B3400F;
	color: #FFF;
}

form {

}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
	color: #000;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}



.hovermenu ul{
	font: 13px arial;
	padding-left: 0;
	margin-left: 40px;
	height: 23px;
	text-align: center;
	font-weight: bold;
}


.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: #D6E0ED;
	background-color: #06F;
	border-color: #CCC;
	border-style: solid;
	border-width: 2px;
}
.hovermenu ul li a.current{
	color: #FFF;
	background-color: #00C;
	border-color: #D00;
}
.hovermenu ul li a.currentFlag {
	color: #FFF;
	border-color: #D00;
	background-image: url(../image_ani/shop-flag/american_flag.gif);
}
.hovermenu ul li a.currentFireworks {
	color: #FFF;
	background-color: #00C;
	border-color: #D00;
	background-image: url(../images/navBar_fireworkani8.gif);
	background-position: -20px;
}

.text-Red {
	color: #F00;
}
.text-White {
	color: #FFF;
}
.text-Blue {
	color: #09F;
}
.text-subtitle-red {
	font-size: 20px;
	color: #F00;
}
.text-subtitle-white {
	font-size: 20px;
	color: #FFF;
}

.text-subtitle-blue {
	font-size: 20px;
	color: #36F;
}


.hovermenu ul li a:hover{
	background-color: #F00;
	color: #000;
	border-color: #D00;
}
.TD-textBox {
	background-color: #00002D;
	border-color: #F00;
	border-style: solid;
	border-width: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 16px;
	padding-left: 16px;
}


html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	background-color: #C54610;
	color: #FFF;
}
.photoRightMargin {
	margin-right: 6px;
}
.photoLeftMargin {
	margin-left: 6px;

}




a.getSirius {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.getSirius:link {
	color: #03C;
	text-decoration: none;
}
a.getSirius:visited {
	color: #03C;
	text-decoration: none;
}
a.getSirius:hover {
	color: #CCCCCC;
	font-size: 14px;
	background-color: #03C;
}


/* define your css for error message */
.DodosMailError {
	padding: 0px;
}
.DodosMailErrorHighLight {
	background-color: yellow;
	color: red;
	font-weight: bold;
}
.photoRightMargin-ExtendBlankSpaceBottom {
	margin-right: 6px;
	padding-bottom: 230px;
}
.photoRightMarginLarger {
	margin-right: 12px;
}
.text140 {
	font-size: 140%;
}

