body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

body {
	background: url('../images/striped-bg.gif') repeat-x 0 140px;
}

h1 a {
	position: relative;
	top: 5px; left: 0;
	display: block;
	background: url('../images/logo.gif') no-repeat top left;
	width: 746px; height: 0;
	padding-top: 105px;
	overflow: hidden;
}

h2 {
	color: #333;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;
}


#header {
	position: relative;
	height: 150px;
}


	#header-text {
		position: relative;
		top: 20px; left: 0;
		color: #fff;
		padding: 0; margin: 0;
	}
	
		#header-text  h3 {
			font-size: 20px;
			font-weight: normal;
			margin: 0 0 5px 0; padding: 0;
			color: #fff;
		}
	
		#header-text li {
			list-style: none;
			padding: 0; margin: 0;
			width: 425px;
			color: #eea9a9;
			line-height: 18px;
			font-size: 12px;
			background-position: center left;
			background-repeat: no-repeat;
			padding-left: 80px;
			height: 50px;
			cursor: default;
			display: none;
		}

#nav {
	position: relative;
	height: 113px;
	margin-bottom: 20px;
}

	#nav-contact {
		position: absolute;
		bottom: 14px; right: 0;
		text-align: right;
		line-height: 18px;
		}
		
		#nav-phone {
			font-size: 14px;
			color: #eea9a9;
			letter-spacing: -1px;
			display: block;
		}
		
			#nav-phone span {
				font-size: 18px;
				color: #fff;
			}
			
	#nav-contact a {
		color: #eea9a9;
		text-decoration: none;
		font-size: 10px;
	}
	
		#nav-contact a:hover {
			color: #fff;
		}
		
.primary-links {
		position: absolute;
		top: 10px; right: 0;
		margin: 0; padding: 0;
		list-style: none;
	}
	
		.primary-links li {
			margin: 0 !important; padding: 0 !important;
			float: left;
		}
		
			.primary-links li a {
				float: left;
				color: #fff;
			
				width: 70px; line-height: 31px;
				text-align: center;
				text-decoration: none;
				font-size: 13px;
				margin-left: 5px;
			}
			
				.primary-links li a:hover { text-decoration: underline	}
			
		
				
					.primary-links li.active a:hover { text-decoration: none }
	

	
	
/* home page specific**/

#home-front-content {
	position: relative;
	background-image: url('../images/smiley.png');
	background-repeat: no-repeat;
	height: 350px;
	top: 0px; left: 0px;
	margin-top: -5px;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}	
	
/* games page specific**/

#games-content {
	position: relative;
	top: 30px; left: 0px;
	margin-top: -5px;
	padding: 10px 10px;
	font-size: 14px;
	color: #666;
}			

/* contact page specific**/
#contact-form {
	position: relative;
	top: 30px; left: 0px;
	margin-top: -5px;
	padding: 10px 10px;
	font-size: 14px;
	color: #666;
}

.Message { 
 background-color: #666699; 
 color: #ffffff;
 width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}	

.label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

#footer {
	position: relative;
	top: 0px; left: 0px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding: 10px 0;
	font-size: 11px;
	color: #666;
	display: block; /**IE* Sucks**/
}
	
	
