@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import "reset.css";
@import "fancybox.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	min-height: 620px;
	background: #1b1b1b;
	font: 12px "Arial", sans-serif;
	color: #828282;
	background:#2a2a2a url("../images/background-pattern.png");
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url("../images/background-glow.png") center 90% no-repeat;
}
#spinner{
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#2a2a2a url("../images/webSiteLoader.gif") center no-repeat;
}
/*-----------Header-----------*/
header{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 100;
	left: 40%;
}
header>h1{
	background: url(../images/logo.png) center 0  no-repeat;
	font: 60px "Fredericka the Great", sans-serif;
	height: 122px;
	line-height: 195px;
}
header>h1>a{
	display: inline-block;
	text-decoration: none;
	height: 145px;
	color: white;
}
header>span{
	display: block;
	color: #828282;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 0 -21px;
}
/*-----------Menu-----------*/
nav>ul{
	width: 529px;
	height: 529px;
	background: url(../images/page-1-img-1.png) center no-repeat;
	position: absolute;
	top: 40%;
	margin: -216px -260px;
	left: 50%;
	z-index: 50;
}
nav>ul>li{
	display: inline-block;
	position: absolute;
}
nav>ul>li:first-child{
	z-index: 10;
}
nav>ul>li>a{
    display: block;
    text-decoration: none;
   	font: 12px "Fredericka the Great", sans-serif;
	color: #fff;
	padding-top: 30px;
/*
    width: 90px;
    height: 91px;
    line-height: 83px;
*/
}
nav>ul ul{
	padding: 10px 0px;
	background: #000;
	position: relative;
	left: -11px;
	top: -4px;
	z-index:9999;
}
nav>ul ul>li>a{
	font: 12px "Arial", sans-serif;
	color: #fff;
	display: block;
	height: 20px;
	margin: 5px 0;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	padding: 0 36px;
}
nav>ul ul>li>a:hover{
	text-decoration: underline;
}
#backButton{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/back-button.png) center no-repeat;
	position: absolute;  
	top: 54%;  
	margin: 0px -473px;  left: 50%;
	z-index: 51;
}
.buttonPart{
    width: 91px;
    height: 91px;
    position: absolute;
    top: 0;
}
.buttonOverPart{
    width: 90px;
    height: 91px;
    position: absolute;
    top: 0;
}
.overText{
	display: inline-block;
	position: relative;
}
/*-----------Content-----------*/
section{
	position: absolute;
	height: 100%;
	width: 100%;
}
section> ul{
	position: absolute;
	top: 43%;
	width: 605px;
	height: 605px;
	margin: -254px -179px;
	left: 50%;
}
section> ul>li{
	position: absolute;
	background: url("../images/page-3-background.png") no-repeat;
	width: 604px;
	height: 537px;
	overflow: hidden;
	z-index: 51;
	padding-top: 67px;
}
section> ul>li:first-child{
	display: none !important;
}
.box_1{
	float: left;
	width: 525px;
	margin-left: 72px;
}
.box_2{
	width: 457px;
	margin: 0 0 27px 73px;
}
.box_3{
	float: left;
	width: 250px;
	margin: 23px 0 0 70px;
}
.box_4{
	width: 459px;
	margin: 5px 0 0 70px;
}
h2{
	font: 24px "Fredericka the Great", sans-serif;
	color: #fff;
	padding-bottom: 3px;
	text-align: center;
}
h3 {
	color: #525151;
	font-style: italic;	
	font-size: 18px;
	padding-bottom: 20px;
}
h4{
	color: #fff;	
	padding-bottom: 4px;
}
p {	
	padding-bottom: 25px;
	line-height: 21px;
}
/*---------about us Page--------*/
#about, #about1, #Marketing, #Media, #Press, #AboveTheLine, #BelowTheLine, #Web, #Creative, #Printing, #BelowTheLine1, #BelowTheLine2, #BelowTheLine3, #BelowTheLine4, #BelowTheLine5, #BelowTheLine6{
	text-align: center;
}

#navs{
	background: url(../images/page-2-background.png) no-repeat;
	height: 78px;
	width: 607px;
}
#navs>span{
	font: 18px "Fredericka the Great", sans-serif;
	color: #fff;
	padding-top: 28px;
	display: block;
}
#slider>ul>li{
    position: absolute;
    margin-left: 9px;
}
#navs>.next{
	right: 32px;
	top: 320px;
}
#navs>.prev{
	left: 33px;
	top: 320px;
}
.next{
	position: absolute;
	width: 29px;
	height: 29px;
}
.prev{
	position: absolute;
	width: 29px;
	height: 29px;
}
.zoomOverSlice{
	position: absolute;
	top: 0;
	width: 585px;
	height: 227px;
	background: url(../images/slider-over-part.png) no-repeat;
}
/*---------works Page--------*/
#gallery>div{
    position: absolute;
    top: 544px;
    z-index: 1;
    left: 273px;
}
#gallery>ul>li{
    position: absolute;
    top: 0px;
}
#gallery .next{
	left: 30px;
	
}
.zoomOverGallery{
	position: absolute;
	top: 0;
	width: 604px;
	height: 303px;
	background: url(../images/gallery-over-part-new.png) no-repeat;
}
/*---------services Page--------*/
#services ul{
    margin-top: 45px;
}
#services h2 {
    margin-top: 4px;
}
#services ul>li{
    display: inline-block;
    width: 220px;
    margin: 0 33px -4px 0;
}
#services ul>li>img{
    float: left;
    margin: 0 4px 30px 0;
}
#services ul>li a{
	color: #fff;
	text-decoration: none;
	
}
#services ul>li a:hover{
	text-decoration: underline;
}
#services h4{
	/*line-height: 14px;*/
	font-size: 11px;
}

#BelowTheLine h3{
	/*line-height: 14px;*/
	font-size: 11px;
	color:#FFF;
	
}

#WebMarketing h3{
	/*line-height: 14px;*/
	font-size: 11px;
	color:#FFF;
	
}

/*--------Contacts Page--------*/
.google_map{
	margin: 199px 0 0 82px;
	width: 439px;
	height: 193px;
	border-radius:0px;
	background: #2a2a2a;
}

.contact_form{
	margin: 199px 0 0 82px;
	width: 439px;
	height: 200px;
	border-radius:0px;
	/*background: #2a2a2a;*/
}

.box_4>h2{
	padding-bottom: 49px;
}
.box_4 a{
	margin: 0 169px;
	display: inline-block;
	color: #fff;
	text-decoration: none;	
}
.box_4 a:hover{
	text-decoration: underline;	
}
#contacts>.box_3>ul>li{
    display: inline-block;
    margin-bottom: 6px;
    width: 44px;  height: 44px;
}
#contacts>.box_3>ul>li>a{
	width: 44px;
    height: 44px;
}
#contacts h2{
	margin-top: 4px;
}
#contacts h4{
	line-height: 21px;
}
.marginLeft{
	margin-left: 0;
}
.col{
	width: 68px;
	display: inline-block;
	float: left;
}
#contacts>.box_3>p>a{
	color: #fff;
	text-decoration: none;	
}
#contacts>.box_3>p>a:hover{
	text-decoration: underline;	
}
/*----------privacy-policy---------*/
/*----------Footer---------*/
footer{
	position: absolute;
	width: 100%;
	height: 51px;
	bottom: 0px;
	background: url(../images/background-footer.png) repeat-x;
	color: #fff;
}
footer>div{
	height: 51px;
	width: 939px;
	margin: 0 auto;
}
footer>div>span{
    line-height: 50px;
    white-space: pre;

}
footer>div>ul{
	float: right;
	margin-top: 5px;
}
footer>div>ul>li{
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url(../images/page-1-img-2.png) no-repeat;
	margin-left: 2px;
}
footer>div>ul>li>a{
	padding: 3px 2px;
	display: block;
	width: 37px;
	height: 38px;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
/*-------End Footer------*/