﻿@charset "utf-8";

body{
	background-image:url(/images/background/bg.png);
	background-repeat:repeat;
	padding-left:10px;
	padding-right:10px;
	
}


.site{
	max-width:640px;
	min-width:320px;
	width:100%;
	margin:0px auto;

}

.no-mobile{
	text-align:center;
	font-size:24px;
	width:500px;
	margin:auto;
	font-size:'PT Sans', sans-serif;
	padding-top:200px;
	line-height:40px;
}

.navigation{
	background-image:url(/images/nav/nav-bg.png);
	background-repeat:repeat-x;
	height:49px;
	display:block;
	margin-left:-10px;
	padding-right:14px;
	width:102%;
	bottom:0px;
	position:fixed!important;	
	z-index:9999;
}

#loader{
	z-index:999999;
	position: absolute; 
	left:0px; 
	top:0px; 
	background-color:#FFF; 
	layer-background-color:#FFF;
	width:100%;
	height:1050px;
	
	
}

#loader img{

	
}
.imgHide{
	width:36px;
	height:36px;
	

	
	
}

.center-text{
	padding-top:0px;
	text-align:center;
}

*{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:'PT Sans', sans-serif;
	-webkit-text-size-adjust:none;
}


.home{}
.about{	display:none}
.portfolio{ display:none;}
.blog{display:none;}
.contact{display:none;}

.empty-clear-menu{
	height:50px;
}

.clear{
	clear:both;
}





.header-deco{
	background-image:url(/images/background/header-deco.png);
	background-repeat:repeat-x;
	height:7px; 
	margin-left:-10px;
	padding-right:10px;
	width:102%;
	margin-top:-3px;
}

.header{
	padding-top:15px;
	margin-bottom:15px;
}

.social-icons{
	float:right;
}

.social-icons img{
	padding-left:10px;
}


.decoration{
	background-image:url(/images/background/deco_style_1.png);
	height:2px;
	width:100%;
	display:block;	
	background-repeat:repeat-x;
	padding-bottom:20px; 
}

.image-deco{
	padding:3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	-moz-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
}

.image-width{
	width:98%;	
}


.round-icon{
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80);
	width:32px;
	height:33px;
	background-image:url(/images/icon-bg/gray_bg.png);
	background-repeat:no-repeat;
	padding-right:10px;
	padding-bottom:2px;
	margin-top:5px;
}

.footer{
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#CCC;
	background-image:url(/images/background/footer-bg.png);
	background-repeat:repeat;
	margin-left:-10px;
	width:102%;
	padding-right:14px;
	margin-bottom:-1px;
}