/*
Colors:
		Main: 			#83b228	//green   #05DAFE   //cyan  #18ccca // darker cyan 008e8c  mochi cyan:  55c6da   idol cyan: 00aeef
		Secondary:			#ff9600	//orange  #e35017 //new orange   e36917
		Additional:			#3a82fa	//blue     #c0282b // new red
*/

html		{padding: 0px; margin: 0px}

body		{font-size:12px;
			 font-family:Verdana, Arial, Helvetica, sans-serif;
			 background-color: #222222;
			 padding: 0px;
			 margin: 0px;
			 background: #212121; /*#000000 url(img/test-bgd.jpg) repeat-y top center; */
			 width: 100%;
			 
			 }
			 
div			{ border: solid 0px }

div.game-container  {	margin-left: auto;
					margin-right: auto;
					padding: 20px;
					background-color: #333333;
					background: #333333 url(img/thin-stripes.jpg) repeat top left;
					border: medium solid #18ccca;
				   }

				   
				   
a:link		{font-weight: bold;
		     text-decoration: none;
			 color: #e36917
			 }
		
a:visited	{font-weight: bold;
			 text-decoration: none;
			 color: #c0282b
			 }
			 
a:hover, a:active	{text-decoration: underline;
					 color: #18ccca
					 }

#container	{width: 1024px;
			 margin: 0px auto;
			 padding: 0px;
			 background: #FFFFFF url(img/header4.jpg) no-repeat top center; 
			 }

#header		{			
			 height: 170px;
			 margin: 0px;
			 }

			 
#navbar		{background-color: transparent;
			 color: #FFFFFF;
			 position: relative;
			 top: 30px;
			 height: 0px;
			 width: 0px
			 }
			 
#navbar .you-are-here 	{list-style-image: none;
						 list-style-type: none;
						}
#navbar .you-are-here span  	{position: relative;
							 top: 0px;
							 left: 10px;
							 font-weight: bold;
							 font-size: 18pt;
							 color: #18ccca;
							 }
						 
#navbar ul	{list-style-position: outside;
			 list-style-image: url(img/nav_bullet.gif);
			}
			
#navbar li	{font-size: x-large;
			 height: 100px
			}
			
#navbar #home	{position: relative; left: 429px; top: -168px}
#navbar #games	{position: relative; left: 500px; top: -170px}
#navbar #downloads	{position: relative; left: 740px; top: -366px}
#navbar #about	{position: relative; left: 858px; top: -324px}
#navbar #contact	{position: relative; left: 753px; top: -482px}
			
#navbar a		{position: relative; left: 10px; top: -2px}


#navbar 	a:link		{font-weight: bold;
					text-decoration: none;
					color: #e36917;
					}
		
#navbar	a:visited	{font-weight: bold;
					text-decoration: none;
					color: #e36917;
					}
			 
#navbar	a:hover, a:active	{
							color: #18ccca;
							}	
			 
#content-wrapper	{background: transparent url(img/footer.jpg) no-repeat bottom center;
					 width: 100%
					}
			 
#content	{width: 64%;
			 float: left;
			 min-height: 400px;
			 margin-left: 4%;
			 background: transparent url(img/white-trans-bgd.png) no-repeat top center;
			 }

#content h1   {text-align: center;
			 color: #18ccca; 
			 font-size: xx-large;
			 }
			 
#content h3	{padding-left: 40px;
			 padding-right: 40px;
			 text-align: justify
			 }
			 
#content p	{padding-left: 40px;
			 padding-right: 40px;
			 text-align: justify;
			 font-size: 12pt
			 }
			 

#side_panel  {width: auto;
			 min-height: 650px;
             margin-left: 69%;
			 margin-right: 3%;
			 margin-top: 2px;
			 padding: 20px;
			 background: transparent url(img/white-trans-side.png) no-repeat top center;
			 }
			 
#side_panel #ad	{margin-left: 17%
				}
				
#side_panel #ad-square-top	{
							}
#side_panel #ad-square-mid	{
							}

#footer		{text-align: center;
			 padding: 15px;
			 margin-top: 30px;			 				 
			 }
			 

#footer  li	{list-style-type: none;
			 display: inline;
			 padding: 10px;
			 }
			 
#footer #current-page	{ color: #18ccca;
						  font-weight: bold;
						}
			 
#white-space	{border-color: #FF0000;
				 background-color: #FFFFFF;
				 height: 100px;
				 width: 1024px;
				 position: absolute;
				 top: 700px;
				 z-index: -1;
				}
			 
			 
#game-panel	{width: 525px;
			 height: 450px;
			 margin-top: 40px;
			 margin-left: auto;
			 margin-right: auto;
			 padding-top: 0px;
			 padding-left: 20px;
			 padding-right: 20px;
			 padding-bottom: 20px;
			 background: #333333 url(img/game-panel-bgd.jpg) no-repeat top left;
			 border: medium solid #18ccca;
			 }
			 
						 
						 
#game-panel  h3	{color: #18ccca;
				 text-align: center;
				 margin-top: 10px
				 }

#game-panel p	{text-align: justify;
				 color: #FFFFFF;
				 font-size: 10pt
				 }
				 
#game-links	{			 
			 }

#game-links	img	{display: block;
				 margin-bottom: 20px
				 }
			 
#game-panel-large-pic	{float: left;
						 margin-right: 20px;
						 margin-top: 0px
						 }