@media(max-width: 799px){
	*{padding:0;margin:0;}
	.clear{clear:both;}
	img{border:none;}
	
	body{
		background-image:url('bg.gif');
		font-family: 'Pixilator', Arial, sans-serif;
		font-size:16px;
	}
		.center{ text-align: center; }
		.left{ text-align: left; }
		.right{ text-align: right; }
		.empty{
			border: none !important;
			margin-top: 12px;
			padding: 15px !important;
		}
	
	#top-menu-all{
		background:url('top-menu-all.gif') repeat-x;
		width:100%;
		position:fixed;
		top:0;
		height:65px;
	}
		#top-menu-content{
			margin:0 auto 0 auto;
			width:100%;
			height:65px;
		}
			#top-menu-links{
				height:13px;
				font-family: Arial;
				font-size:11px;
				color:#90ff00;
			}
			#top-menu-links img{ display: none; }
			.top-menu-fix{ display: none; }
					#lang {
						text-align:left;
						font-size:13px;					
						float:right;
						position:relative;
						top:-1px;
					}
					#lang b{
						color:#333;
						background-color:#e3e3e3;
					}
					#lang a{ text-decoration:none; font-size:13px; color:#e3ffe3; font-weight:bold;}
					#lang a:hover{ color:#333; background-color:#e3e3e3;}
					
			#top-menu-logo{
				margin-top:11px;
				margin-left: 10px;
				float:left;
			}
			
			#top-menu-login{ display: none; }
			
	#main-content{
		width:100%;
	}
		#main-content-top{
			width:100%;
			height:16px;
		}
		#main-content-center{
			width:100%;
			height:auto;
		}
			#main-content-left{
				width:95%;
				margin: 0 auto;
			}
			#main-content-menu{ display: none; }
			.main-content-menu-small{
				display: block;
				width: 90%;
				margin: 0 auto;
				margin-top: 55px;
				text-align: center;
				/*padding: 10px;*/
				word-spacing: 5px;
			}
			#create-account{ display: none; }
				.main-content-menu-small a{ text-decoration: none; color: #333; }
				.main-content-menu-small a:hover{ text-decoration: underline; text-decoration-color: #90ff00; color: #000;}
				#main-content-left img{margin-bottom:-4px;}	
				#social-network{
					height:auto;
					/*height:300px;*/
					margin:25px 0;
					padding-left:8px;
					display: none;
				}
			
			#main-content-right{
				height:auto;
				width:95%;
				margin-top:25px;
				padding: 10px;
		background-color: rgba(0, 0, 0, 0.03);
		border-radius: 2px;
			}
		#main-content-bottom{
			height: auto;
			width: 100%;
		}
	
	/*************** Main Content PHP START ************/
	
				.content{
					margin: 7px 0 27px 0;
					padding-left: 15px;
				}
					.content h3{
						font-size: 18px;
						margin: 7px 0;
					}
					.content p{
						font-size: 13px;
						padding: 3px 7px 3px 22px;
						border-left: thin solid black;
					}
					.content ul{ list-style: none; margin-top: 11px; }
					.content ul li{
						margin: 3px;
						padding-left: 22px;
						font-size: 14px;
					}
				.content p.no-border{ border: none; }
					.content a{ color:#111; }
					.content a:hover{ color:#909090; text-decoration:none; }
	
				
				#contact-form{
					margin: 7px 0 27px 0;
					padding-left: 15px;
					border-left: thin solid black;
				}
					#contact-form h2{
						font-size: 22px;
						margin: 7px 0;
					}
					#contact-form p{						
						font-size: 13px;
						padding: 3px 7px 3px 15px;
					}
						
					#contact-form table{		
						font-size: 13px;
						width: 100%;
						margin: 15px auto;
						padding: 3px 0 3px 15px;
					}
					#contact-form table td.l{
						width: 35%;
					}
					#contact-form table td.r{
						width: 65%;
					}
						.select{ width: 100%; }
						.input{ width: 100%; }
						.text-area{ width: 100%; }
				
	/*************** Main Content PHP END ************/
		
	#footer-content{ display: none; }
	#footer-content-small{
		display: block;
		width: 95%;
		margin: 0 auto;
		font-size: 16px;
		font-weight: 500;
		background-color: rgba(0, 0, 0, 0.03);
		border-radius: 2px;
	}
	#footer-content-small a{text-decoration:none; color:#333;}
	#footer-content-small a:hover{ text-decoration:underline; text-decoration-color: #90ff00; color: #000; }
	
	.footer-margin{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	#footer-links-small{
		width: 85%;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
	}
		#footer-links-small ul li{
			list-style: none;
			margin: 5px;
		}
	#copyright-small{
		padding: 13px 0 0 0;
		font-family: Verdana;
		text-align: center;
		font-size: 10px;
		font-weight: normal;
		margin-top: 30px;
		margin-bottom: 15px;
	}
}


