/* CSS Document */
/***** nee modrec **************************/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /*12px*/
	color: #000;
	line-height: 1.166;	
	background: #fff url(graphics/cheatFlashBkg800.jpg) repeat-y;
}
/***** Header *******************************/
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width:850px; /*880px-100%*/
	height: 185px; 
	text-align: left;
}
#cover {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 175px; 
}
.cover {
	border: 1px solid #fff;
}
#banner {
	margin-top: 20px;
	float:right;
	margin-right: 5px;
	left: 225px; 
	height: 175px; 
}
/***** pagecell *******************************/
#pagecell{ /*contains leftBar, content and footer*/
	position: absolute;
	top: 185px; /*127px*/
	left: 0px;
	width: 100%; 
}
#leftBar { /*navigation*/
	float: left;
	width: 180px; /*160px i.e. width*/
	min-width: 190px; /*170px netscape width*/
	padding: 3px 0px 0px 0px;
}
#leftLinks {
	margin: 25px 0px 0px -1px; /*5px 0px 0px 0px;*/
	float: left;
	width: 150px; /*162*/	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .905em;  /*14px*/
	line-height: 1.16;
}
#leftLinks a:link, #leftLinks a:visited, #leftLinks a:active{
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0px 2px 0px 10px; 
	padding: 1px 2px 2px 10px; 
	color: #fff; /*#35A150;*/
	letter-spacing: .05em;
}
#leftLinks a:hover {
	text-decoration: none;
	color: #FF3333; /*EB1516- #34529D*/
}
.clown {
	margin-left: 8px;
}

/*************************************************/
#content{
	padding: 10px;
	margin: 0px 0px 0px 185px; 
	background-color: #fff; 
	width: 640px;
	min-width: 640px;
	border-right: 1px solid #fdfdfd; /*fdfdfd-f5f5f5*/
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
	line-height: 1.29em;	
	margin-right: 10px; 	
}
.attribute {
	 font-size:.9em;
	/*margin-left: 5px;*/
}
span.left {
	font-size: .9em;
	margin-top: -5px;
	line-height: 1.55em;
}
h2 {  /*subhead */
	font-size: 1.05em; /*.815em 18px*/
	font-weight: bold;
	color: #fff; /*004FB6-EB1516*/
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 10px;	
	letter-spacing: .02em; /*.05em*/
}
span.subhead {
	background-color: #000; /*3D3D40*/
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;  
}
span.bkgHead {
	background: #fff url(graphics/bkgH3.gif) repeat-x/*no-repeat 100% 0*/; 
	/*border-top: 1px solid #E0012D;*/
	padding-bottom: 3px;
	background-position: 50% 40%;
	padding-left: 5px;
	padding-right: 5px;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	font-weight: bold;
	color:  #FF3333; /*004080*/
}
#content a:hover {
	text-decoration: underline;
	color: #0066FF; /*1A6ABF-A2A2A2*/ 
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
	line-height: 1.29em;	
	margin-right: 50px; 	
}
h4 {  /*buy and contact pages*/
	font-size: .95em; 
	font-weight: bold;
	color: #000; 
	margin-top: 5px;
	margin-bottom: -5px;
	padding-top: 5px;
	/*letter-spacing: .02em; .05em*/	
}
/******* classes *********************************/

span.product {
	position:relative;
	width: 130px; 
	max-width: 135px; 
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.25 em;
}
.message { 
	color: #ff0000; /*red*/
}
.red { /*title - how to cheat in flash - on index page*/
	color: #CC3300; /*EB1516*/
	font-weight: bold;
}
span.address {
	position:relative;
	font-size: .795em;
	font-weight: bold;
	margin-left: 10px;
	/*margin-bottom:1em;*/
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

	/* Orders bullets and reformats UL with special first bullet */
li.pdf { /*UL.blue*/
  list-style-image:url(/graphics/pdf.gif);
}
li.video { /*UL.orange*/
  list-style-image:url(/graphics/video.gif);
}

	/* makes ULs & DLs easier to read, creates style for Reference section */
ul.easyread li, ol.easyread li, OL.reference LI, UL.expandoNav LI {
  margin-bottom:.5em;
}
dl.easyread dt { /* see other DL.easyread */
  margin-top:1em;
}
UL LI.first { /* creates breaks for specific LIs (grouping w/in single list) */
  margin-top:1em;
}

.easyread {
	margin-bottom:.5em;
}

.leftEasyread {
	margin-right: 200px;
	margin-bottom:.5em;
}

	/* removes bullet allowing radio button/checkbox to function as bullet */
.radiolist {
  list-style-type:none;
}
.radiolist UL {
  list-style-type:disc;
}

/************** footer styles ****************/

#footer{
	clear: both;
	margin-right: 100px;
	margin-left: 175px; 
	background-color: #fff; 
	border-top: 1px solid #dedfe2; 
	font-size: 10px;
	font-weight: bold;
	color: #4c4c4c; /*333-DEDEDE-ccc-dedfe2*/
	padding: 10px 10px 50px 5px;
	/*margin-top: -1px;*/
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c; /*4c4c4c ff3333*/
	padding: 1px;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff3333; /*0066FF blue*/
	/*background-color: #EB1516; EB1516*/
}

/**********from modrec_style***********************/
.topsrchsubmit	 {border-style:outset; background-color:#aaaaaa; border-width:1px; border-color:#dddddd; font-weight:bold; font-family:arial,verdana,helvetica,sans-serif; font-size:10px; color:#dd0000;}
.topsrchinput {border-style:inset; background-color:#eeeeee; border-width:1px; border-color:#dddddd; font-family:verdana,helvetica,sans-serif; font-size:10px; color:red; width:68px;}
.topsrchinputhot {border-style:inset; background-color:#FFCC99; border-width:1px; border-color:#dddddd; font-family:verdana,helvetica,sans-serif; font-size:10px; color:red; width:68px;}
.topsrchselect	{border-style:inset; background-color:#eeeeee; border-width:1px; border-color:#dddddd; font-family:arial,helvetica,sans-serif; font-size:10px; color:red;}
.topsrchselecthot {border-style:inset; background-color:#FFCC99; border-width:1px; border-color:#dddddd; font-family:arial,helvetica,sans-serif; font-size:10px; color:red;}

.bluegrey {/*background-color:#dddddd;*/ padding-top:1px; padding-bottom:1px; padding-left:2px; padding-right:3px;}

.blueboxhdr	{color:#ffffff; font-size:11px; font-family:Arial,Verdana,Helvetica,sans-serif; font-weight:bold; letter-spacing:1px;	}
.blueboxhdrsub {color:#ffffff; font-size:9px; font-family:Verdana,Helvetica,sans-serif; font-weight:normal;	}

.blueboxtxt	{font-size:10px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#222222;	}

/******************** end ***********************/
