@charset "utf-8";

/********************************************************************************

		universal styles [for all pages]

********************************************************************************/
html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000/*#3f6990*/;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#container {
	margin: 0 auto;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: relative;
}

#header {
	height: 146px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f6990;
	border-bottom: 1px solid #3f6990;
	margin-bottom: 10px;
}

#logo {
	position: absolute;
	width: 81px;
	height: 138px;
	left: 35px;
	top: 15px;
}
#whatsnew {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}
#whatsnew ul {
	list-style: none;
	margin-top: 4px;
}

#whatsnew li {
	list-style: none;
	margin-bottom: 7px;
}

#navigation {
	width: 35%;
	position: absolute;
	left: 172px;
	top: 45px;
	z-index: 1;
}

.nav-link {
	position: static;
	list-style: none;
	display: inline;
	margin-right: 7px;
}

ul.dropdown {
	position: absolute;
	padding: 0;
	width: 220px;
	margin-right: 75px;
	background: #dcf1fc;
	border-top: solid 1px #3f6990;
	border-left: solid 1px #3f6990;
	border-right: solid 1px #3f6990;
	color: #3f6990;
	font-size: 13px;
	font-weight: bold;
	z-index: 3;
}

ul.dropdown li {
	list-style: none;
	display: block;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #dcf1fc;
	border-bottom: solid 1px #3f6990;
	margin: 0;
	z-index: 4;
	position: relative;
}

#menu-about {
 	left: 218px;
}
#menu-contact {
 	left: 328px;
}
#content {
	width: 913px;
	height: auto;
	margin: 0 auto;
	margin-top: -25px;
	position: relative;
	z-index: 0;
	background: url(../img/box-content-middle.jpg) repeat-y;
	padding-left: 35px;
	padding-right: 35px;
}

#content-top {
	width: 983px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/box-content-top.jpg) no-repeat;
	position: relative;
	z-index: 0;
}

#content-bottom {
	width: 983px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../img/box-content-bottom.jpg) no-repeat;
}

#footer {
	position: fixed !important;
	position: absolute;
	height: 40px;
	bottom: 0px;
	background: #000000;
	width: 100%;
	z-index: 25;
}

#footer-content {
	position: absolute;
	left: 25px;
	top: 12px;
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	width: 95%;
}

#footer-links {
	display: inline;
}

#footer-copyright {
	position: absolute;
	display: inline;
	right: 35px;
	margin-top: -4px;
}




/********************************************************************************

		colors, headings, links	[for all pages]

********************************************************************************/

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 3px;
}

h1 {
	color: #c10c29;
	
}
.black {
	color: #000000;
}

.blue-light {
	color: #cfedfb;
}

.blue-medium {
	color: #4a7297;
}

.blue-dark {
	color: #00386c;
}

.red {
	color: #c10c29;
}

.bold {
	font-weight: bold;
}

ul.dropdown a:link, ul.dropdown a:active, ul.dropdown a:visited  {
	color: #3f6990;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ul.dropdown a:hover  {
	color: #63c4f2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #63c4f2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #63c4f2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#links-reviews a:link, #links-reviews a:active, #links-reviews a:visited, #links-reviews a:hover {
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #8c8b8b;
	text-decoration: none; 
}

#whatsnew a, #whatsnew a:active, #whatsnew a:visited {
	color: #3f6990;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#whatsnew a:hover {
	color: #6dcef1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



/********************************************************************************

		home page styles

********************************************************************************/

#home #whatsnew {
	position: absolute;
	right: 35px;
	top: 10px;
	text-align: right;
}

#home #clearer {
	position: absolute;
	top: 550px;
}

#home #flash-intro {
	width: 550px;
	position: relative;
}

#home #content {
	width: 900px;
	height: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: #ffffff;
	margin-top: 35px;

}

#home #content-top {
	width: 983px;
	height: 1px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	z-index: 0;
}

#home #content-bottom {
	width: 983px;
	height: 1px;
	margin: 0 auto;
	background: #ffffff;
}

/********************************************************************************

		wordsweep styles

********************************************************************************/

#wordsweep #content {
	height: 700px;
}

#wordsweep #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}
#wordsweep #buy-now {
	position: absolute;
	left: 250px;
	top: 175px;
	height: 41;
	width:	121;
	z-index: 3;
}
#wordsweep #logo-wordsweep	{
	position: absolute;
	left: 35px;
	top: 25px;
}

#wordsweep #title {
	position: absolute;
	left: 35px;
	top: 210px;
	width: 375px;
}

#wordsweep #description {
	position: absolute;
	left: 35px;
	top: 290px;
	width: 375px;
	font-size: 11px;
	color: #000000; 

}

#wordsweep #game-cards {
	position: absolute;
	left: 35px;
	top: 430px;
	width: 420px;
	height:	264px;
}

#wordsweep #awards {
	position: absolute;
	right: 75px;
	top: 25px;
}

#wordsweep #product-image {
	position: absolute;
	right: 50px;
	top: 100px;
}

#wordsweep #in-the-box {
	position: absolute;
	right: 25px;
	top: 490px;
	width: 475px;
	font-size: 11px;
	color: #000000; 
}

#wordsweep #articles-reviews {
	position: absolute;
	right: 50px;
	top: 580px;
	width: 217px;
	height: 100px;
	padding-left: 70px;
	background: url(../img/sideimage-articles.jpg) no-repeat;
	background-position: 0px 20px;
	font-size: 11px;
	color: #000000; 	
}

#wordsweep #articles-reviews #links-reviews {
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}

#wordsweep #articles-reviews #links-reviews li {
	margin-bottom: 2px;
}

#wordsweep #clearer {
	position: absolute;
	top: 800px;
}

/********************************************************************************

		80's game styles

********************************************************************************/

#eighties-game #content {
	height: 700px;
}

#eighties-game #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#eighties-game #logo-80sgame	{
	position: absolute;
	left: 40px;
	top: 35px;
}

#eighties-game #buy-now {
	position: absolute;
	left: 265px;
	top: 110px;
	height: 41;
	width:	121;
}

#eighties-game #title {
	position: absolute;
	left: 35px;
	top: 200px;
	width: 375px;
}

#eighties-game #description {
	position: absolute;
	left: 35px;
	top: 245px;
	width: 375px;
	font-size: px;
	color: #000000; 

}

#eighties-game #game-cards {
	position: absolute;
	left: 85px;
	top: 400px;;
	width: 420px;
	height:	264px;
}

#eighties-game #product-image {
	position: absolute;
	right: 40px;
	top: 65px;
}

#eighties-game #in-the-box {
	position: absolute;
	right: 60px;
	top: 470px;
	width: 450px;
	font-size: 12px;
	color: #000000; 
}

#eighties-game #articles-reviews {
	position: absolute;
	right: 180px;
	top: 570px;
	width: 217px;
	height: 100px;
	padding-left: 70px;
	background: url(../img/sideimage-articles.jpg) no-repeat;
	background-position: 0px 20px;
	font-size: 11px;
	color: #000000; 
}

#eighties-game #articles-reviews #links-reviews {
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}

#eighties-game #articles-reviews #links-reviews li {
	margin-bottom: 2px;
}

/********************************************************************************

		90's game styles

********************************************************************************/

#nineties-game #content {
	height: 700px;
}

#nineties-game #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#nineties-game #logo-90sgame	{
	position: absolute;
	left: 50px;
	top: 15px;
}

#nineties-game #buy-now {
	position: absolute;
	left: 265px;
	top: 100px;
	height: 41;
	width:	121;
}

#nineties-game #title {
	position: absolute;
	left: 35px;
	top: 200px;
	width: 375px;
}

#nineties-game #description {
	position: absolute;
	left: 55px;
	top: 235px;
	width: 375px;
	font-size: px;
	color: #000000; 

}

#nineties-game #game-cards {
	position: absolute;
	left: 85px;
	top: 375px;
	width: 420px;
	height:	264px;
}

#nineties-game #product-image {
	position: absolute;
	right: 35px;
	top: 35px;
}

#nineties-game #in-the-box {
	position: absolute;
	right: 50px;
	top: 450px;
	width: 500px;
	font-size: 12px;
	color: #000000; 
}

#nineties-game #articles-reviews {
	position: absolute;
	right: 150px;
	top: 550px;
	width: 217px;
	height: 100px;
	padding-left: 70px;
	background: url(../img/sideimage-articles.jpg) no-repeat;
	background-position: 0px 20px;
	font-size: 11px;
	color: #000000; 
}

#nineties-game #articles-reviews #links-reviews {
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}

#nineties-game #articles-reviews #links-reviews li {
	margin-bottom: 2px;
}

/********************************************************************************

		VH1-ilovethe80s styles

********************************************************************************/

#VH1-ilovethe80s #content {
	height: 700px;
}

#VH1-ilovethe80s #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#VH1-ilovethe80s #logo-vh1	{
	position: absolute;
	left: 45px;
	top: 25px;
	z-index: 2;
}

#VH1-ilovethe80s #buy-now {
	position: absolute;
	right: 225px;
	top: 50px;
	height: 41;
	width:	121;
}

#VH1-ilovethe80s #title {
	position: absolute;
	left: 55px;
	top: 165px;
	width: 425px;
}
#VH1-ilovethe80s #title ul, #VH1-ilovethe80s #title li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
	margin-left: -20px;
	list-style: none;
	color: #000000;
}

#VH1-ilovethe80s #description {
	position: absolute;
	left: 55px;
	top: 270px;
	width: 375px;
	font-size: 11px;
	color: #000000; 

}

#VH1-ilovethe80s #game-cards {
	position: absolute;
	left: 35px;
	top: 390px;
	width: 199px;
	height:	325px;
}

#VH1-ilovethe80s #game-cards-robots {
	position: absolute;
	left: 205px;
	top: 470px;
	width: 404px;
	height:	245px;
	z-index: -5;
}

#VH1-ilovethe80s #product-image {
	position: absolute;
	right: 40px;
	top: 100px;
	z-index: -1;
}


#VH1-ilovethe80s #in-the-box {
	position: absolute;
	right: 40px;
	top: 480px;
	width: 325px;
	font-size: 11px;
	color: #000000; 
}

#VH1-ilovethe80s #articles-reviews {
	position: absolute;
	right: 30px;
	top: 580px;
	width: 217px;
	height: 100px;
	padding-left: 70px;
	background: url(../img/sideimage-articles.jpg) no-repeat;
	background-position: 0px 20px;
	font-size: 11px;
	color: #000000; 
}

#VH1-ilovethe80s #articles-reviews #links-reviews {
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}

#VH1-ilovethe80s #articles-reviews #links-reviews li {
	margin-bottom: 2px;
}

/********************************************************************************

		martha quinn game styles

********************************************************************************/

#martha-quinn-80sgame #content {
	height: 700px;
}

#martha-quinn-80sgame #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#martha-quinn-80sgame #logo-marthaquinn	{
	position: absolute;
	left: 50px;
	top: 15px;
}

#martha-quinn-80sgame #buy-now {
	position: absolute;
	left: 265px;
	top: 100px;
	height: 41px;
	width:	121px;
}

#martha-quinn-80sgame #title {
	position: absolute;
	left: 35px;
	top: 200px;
	width: 375px;
}

#martha-quinn-80sgame #description {
	position: absolute;
	left: 55px;
	top: 225px;
	width: 375px;
	font-size: 12.35px;
	color: #000000; 

}

#martha-quinn-80sgame #description li {
	margin-bottom: 5px;	
}

#martha-quinn-80sgame #game-cards {
	position: absolute;
	left: 30px;
	top: 375px;
	width: 420px;
	height:	264px;
}

#martha-quinn-80sgame #product-image {
	position: absolute;
	right: 35px;
	top: 35px;
}

#martha-quinn-80sgame #articles-reviews {
	position: absolute;
	right: 110px;
	top: 570px;
	width: 227px;
	height: 100px;
	padding-left: 70px;
	background: url(../img/sideimage-articles.png) no-repeat;
	background-position: 0px 20px;
	font-size: 11px;
	color: #000000; 
}

#martha-quinn-80sgame #articles-reviews #links-reviews {
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}

#martha-quinn-80sgame #articles-reviews #links-reviews li {
	margin-bottom: 4px;
}

#martha-quinn-80sgame #clipart {
	position: absolute;
	width: 142px;
	height: 187px;
	bottom: -15px;
	right: 30px;
}

#martha-quinn-80sgame #clearer {
	position: absolute;
	top: 800px;
}

/********************************************************************************

		game-graveyard styles

********************************************************************************/

#game-graveyard #content {
	height: 1720px;
}

#game-graveyard #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#game-graveyard #section-70sgame {
	position: relative;
	width: 100%;
}

#game-graveyard #logo-70sgame {
	position: absolute;
	left: 65px;
	top: 0;
}
#game-graveyard #product-image-70sgame {
	position: absolute;
	right: 0;
	top: -25px;
}
#game-graveyard #description-70sgame {
	position: absolute;
	left: 25px;
	top: 200px;
	width: 375px;
	font-size: 12px;
	color: #000000; 
}
#game-graveyard #line-70sgame {
	position: absolute;
	left: 89px;
	top: 345px;
	width: 735px;
}

#game-graveyard #section-sportsillustrated {
	position: relative;
	width: 100%;
	top: 400px;
}

#game-graveyard #logo-sportsillustrated {
	position: absolute;
	left: 45px;
	top: 0;
}
#game-graveyard #product-image-sportsillustrated {
	position: absolute;
	right: 0;
	top: -25px;
}
#game-graveyard #description-sportsillustrated {
	position: absolute;
	left: 25px;
	top: 210px;
	width: 325px;
	font-size: 12px;
	color: #000000; 
}
#game-graveyard #line-sportsillustrated {
	position: absolute;
	left: 89px;
	top: 390px;
	width: 735px;
}

#game-graveyard #section-lako {
	position: relative;
	width: 100%;
	top: 850px;
}

#game-graveyard #logo-lako {
	position: absolute;
	left: 45px;
	top: 0;
}
#game-graveyard #product-image-lako {
	position: absolute;
	right: 25px;
	top: -25px;
}
#game-graveyard #description-lako {
	position: absolute;
	left: 25px;
	top: 150px;
	width: 325px;
	font-size: 13px;
	color: #000000; 
}
#game-graveyard #line-lako {
	position: absolute;
	left: 89px;
	top: 390px;
	width: 735px;
}

#game-graveyard #clearer {
	position: absolute;
	top: 1500px;
}

#game-graveyard #section-wordsweeporiginal {
	position: relative;
	width: 100%;
	top: 1350px;
}

#game-graveyard #logo-wordsweeporiginal {
	position: absolute;
	left: 45px;
	top: 0;
}
#game-graveyard #product-image-wordsweeporiginal {
	position: absolute;
	right: 25px;
	top: -25px;
}
#game-graveyard #description-wordsweeporiginal {
	position: absolute;
	left: 25px;
	top: 150px;
	width: 325px;
	font-size: 13px;
	color: #000000; 
}
#game-graveyard #line-wordsweeporiginal {
	position: absolute;
	left: 89px;
	top: 390px;
	width: 735px;
}

#game-graveyard #clearer {
	position: absolute;
	top: 500px;
}

/********************************************************************************

		inventors styles

********************************************************************************/

#inventors #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}


#inventors #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}


/********************************************************************************

		about us styles

********************************************************************************/

#about #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}
#about #content-bottom {
	margin-top: -25px;
}


#about #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}



/********************************************************************************

		our story styles

********************************************************************************/

#ourstory #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}
#ourstory #content-bottom {
	margin-top: -25px;
}


#ourstory #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}


/********************************************************************************

		contact us styles

********************************************************************************/

#contact #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}
#contact #content-bottom {
	margin-top: -25px;
}

#contact-sent #content {
	width: 933px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: url(../img/box-contactus-submit.jpg) top center no-repeat;
	padding-left: 145px;
	padding-top: 30px;

}

#contact-sent #content-top {
	width: 983px;
	height: 1px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	z-index: 0;
}

#contact-sent #content-bottom {
	width: 983px;
	height: 1px;
	margin: 0 auto;
	background: #ffffff;
}
/********************************************************************************

		buy now styles

********************************************************************************/

#buy-now #content {
	height : 650px;
}

#buy-now #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#buy-now #buy-left {
	height: 95%;
	width: 295px;
	top: 25px;
	float: left;
	text-align: center;
	background: url(../img/buy-line-vertical.jpg) repeat-y;
	background-position: 290px 25px;
	margin-top: 25px;

}
#buy-now #buy-center {
	height: 95%;
	width: 295px;
	top: 25px;
	float: left;
	text-align: center;
	background: url(../img/buy-line-vertical.jpg) repeat-y;
	background-position: 290px 25px;
	margin-top: 25px;
}
#buy-now #buy-right {
	height: 95%;
	width: 295px;
	top: 25px;
	float: left;
	text-align: center;
	margin-top: 25px;
}

#buy-now .buy-headline {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -25px;
}

#buy-now #buy-left-content {
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
}
#buy-now #buy-center-content {
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
}
#buy-now #buy-right-content {
	width: 90%;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
}
#buy-now ul.game-list, #buy-now ul.game-list li {
	list-style: none;
	text-align: left;
	margin-bottom: 5px;
}

#buy-now .buy-horizontal {
	margin-top: 12px;
	margin-bottom: 12px;
}

#buy-now h3 {
	color: #000000;
}

#buy-now .buy-right-img {
	display: block;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

/********************************************************************************

		start space fund styles

********************************************************************************/
#fund #content {
	height: 415px;	
}

#fund #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}


#fund #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}

#fund #logo-fund {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#fund #body-text p {
	color: #000000;
	font-size: 14px;
}
#fund #content-bottom {
	margin-top: -25px;
}

#fund #body-text #disclaimer {
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 35px;
}

/********************************************************************************

		contact us styles

********************************************************************************/
#contact #content {
	height: 1150px;	
}
#contact #body-text {
	width: 85%;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}

#contact #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}


#contact #body-text p {
	color: #000000;
	font-size: 14px;
}
#contact #content-bottom {
	margin-top: -25px;
}
#contact #body-text ul, #contact #body-text li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact #required-fields {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#contact form {
	margin-top: 45px;
	margin-bottom: 55px;
}

#contact #lst_state, #contact #lst_findus, #contact #txt_comments {
	margin-top: 15px;
	margin-bottom: 15px;
}
#contact #txt_name, #contact #txt_email {
	margin-top: 5px;
	margin-bottom: 7px;
}
#contact #clearer {
	position: absolute;
	top: 1350px;
}


/********************************************************************************

		media styles

********************************************************************************/


.media-entry {
	margin-bottom: 65px;	
}

.media-entry p {
	margin-top: -10px;	
}

#media #content {
	height: 3550px;	
}


#media #whatsnew {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}




#media #body-text {
	width: 85%;
	color: #000000;
	margin: 0 auto;
}

#media #body-text p {
	color: #000000;
}
#media #content-bottom {
	margin-top: -25px;
}

#media #clearer {
	position: absolute;
	top: 3640px;
}