@charset "utf-8";
/* CSS Document */
/****************************************************************************************/
/* FONTS*/

@font-face {
    font-family: 'AntrokasdemoRegular';
    src: url('../fonts/antrokas/antrokas_demo-webfont.eot');
    src: url('../fonts/antrokas/antrokas_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antrokas/antrokas_demo-webfont.woff') format('woff'),
         url('../fonts/antrokas/antrokas_demo-webfont.ttf') format('truetype'),
         url('../fonts/antrokas/antrokas_demo-webfont.svg#AntrokasdemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AntigoniLightRegular';
    src: url('../fonts/antigoni/antigonilight-webfont.eot');
    src: url('../fonts/antigoni/antigonilight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antigoni/antigonilight-webfont.woff') format('woff'),
         url('../fonts/antigoni/antigonilight-webfont.ttf') format('truetype'),
         url('../fonts/antigoni/antigonilight-webfont.svg#AntigoniLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'WindsongRegular';
    src: url('../fonts/windsong/windsong-webfont.eot');
    src: url('../fonts/windsong/windsong-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/windsong/windsong-webfont.woff') format('woff'),
         url('../fonts/windsong/windsong-webfont.ttf') format('truetype'),
         url('../fonts/windsong/windsong-webfont.svg#WindsongRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****************************************************************************************/

html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

.float_left{float:left;}
.float_right{float:right;}
.clear_both{clear:both;}

/****************************************************************************************/

.wrapper {

	padding-top:100px;
	background-color:#fff;
	width: 100%;
	z-index:0;
}

.footer {
	font-family:'AntigoniLightRegular';
	color: #171717;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-top:15px;
	height:40px;
	background-color:#fff;	
}
.page_img {
	float:left;
	width: 256px;
	padding-right:14px;
	
}

/****************************************************************************************/
/* MENU*/

.menu_wrapper {
	height:124px;
	width: 100%;
	background-image:url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	position: relative;
	top: 40px;
	z-index:20;
}
.menu_wrapper2 {
	height:124px;
	width: 980px;
	margin: 0px auto;
	display:block;
}

.menu_item {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FFFFFF;
	/*width:100%;*/
	height:60px;
	padding: 52px 0px 0px 0px;
	float:left;
	width:690px;
}
.menu_item{}
ul.menu{list-style:none;margin:0px;padding:0px;}
.menu_item li{list-style:none;float:left;margin-right:12px; text-shadow: 0px 1px 1px #3F3F3F;}
.menu_item li a{color:#FFFFFF;text-decoration:none;display:block; text-shadow: 0px 1px 1px #3F3F3F;}
.menu_item li a:hover{color:#91191c;text-decoration:none;  text-shadow: 0px 1px 1px #3F3F3F;}


#content_area{
	width: 978px;
	position: relative;
	margin: 0 auto;
	top: 60px;
}

/****************************************************************************************/
/* Backgrounds */

.bg_clean {
	width: 100%;
	margin: auto;
	position:relative;
	height:600px;
	background-color:#94949a;
	z-index:0;
}
.bg_portfolio {
	width: 100%;
	margin: auto;
	position:relative;
	min-height:600px;
	background-color:#94949a;
	z-index:0;
}

.bg_about {
	width: 100%;
	margin: auto;
	position:relative;
	height:600px;
	background-image:url(../images/bg_01.gif);
	background-repeat: repeat;
	z-index:0;
}
.bg_think {
	width: 100%;
	margin: auto;
	position:relative;
	height:600px;
	background-image:url(../images/bg_03.gif);
	background-repeat: repeat;
	z-index:0;
}
.bg_creative {
	width: 100%;
	margin: auto;
	position:relative;
	height:600px;
	background-image:url(../images/bg_02.gif);
	background-repeat: repeat;
	z-index:0;
}
.bg_home {
	width: 100%;
	margin: auto;
	position:relative;
	height:600px;
	background-image:url(../images/bg_04.jpg);
	background-repeat: repeat-x;
	z-index:0;
}


/****************************************************************************************/

.about_block {

padding:20px 20px;
text-align: center; 
width:540px;
height:320px;
margin: 0px 24px 0px 0px;
vertical-align: middle;
text-align:justify;

-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
-webkit-box-shadow: #3F3F3F 0px 1px 3px;
-moz-box-shadow: #3F3F3F 0px 1px 3px;
box-shadow: #3F3F3F 0px 1px 3px;
background-color:#FFF;
behavior: url(PIE.htc); 
z-index:2000;


}

.about_heading1 {
	font-family:'AntigoniLightRegular';
	font-size:18px;
	font-weight:bold;
	color:#921a1c;
	padding-bottom:16px;
}
.about_copy {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	padding-bottom:20px;
}
.about_copy_red {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	font-weight:bold;
	color:#921a1c;
}
.about_script {
	font-family:'WindsongRegular';
	font-size:43px;
	color:#921a1c;
	letter-spacing:-1px;
}


.think_block {
	width:750px;
	height:330px;
	padding:30px 20px;
	vertical-align: middle;
	
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
-webkit-box-shadow: #3F3F3F 0px 1px 3px;
-moz-box-shadow: #3F3F3F 0px 1px 3px;
box-shadow: #3F3F3F 0px 1px 3px;
background-color:#FFF;
behavior: url(PIE.htc); 
z-index:2000;

}

.think_copy {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	width:320px;
	padding-bottom:12px;
	padding-right:30px;
}
.think_copy_bold {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	font-weight:bold;
	
}
.think_copy_red {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	font-weight:bold;
	color:#921a1c;
	padding-bottom:8px;
}
.think_copy2 {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	width:390px;
	padding-bottom:12px;
}
.red_small {
	font-family:'AntigoniLightRegular';
	font-size:12px;
	color:#921a1c;
}


.services_block {
	width:970px;
	height:300px;
	padding:20px 20px;
	vertical-align: middle;
	
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
-webkit-box-shadow: #3F3F3F 0px 1px 3px;
-moz-box-shadow: #3F3F3F 0px 1px 3px;
box-shadow: #3F3F3F 0px 1px 3px;
background-color:#FFF;
behavior: url(PIE.htc); 
z-index:2000;

}

.services_copy {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	width:380px;
	padding-bottom:12px;
	padding-right:30px;
}

.services_copy2 {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	width:560px;
	padding-bottom:20px;
}
.services_img {
	background-image:url(../images/services2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:203px;
	width:1080px;
	margin-top:-126px;
	margin-right:-34px;
}

.creative_block {
	width:440px;
	height:320px;
	padding:25px 20px;
	
	-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
-webkit-box-shadow: #3F3F3F 0px 1px 3px;
-moz-box-shadow: #3F3F3F 0px 1px 3px;
box-shadow: #3F3F3F 0px 1px 3px;
background-color:#FFF;
behavior: url(PIE.htc); 
z-index:2000;


}
.creative_copy {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	padding-bottom:20px;
	padding-right:40px;
}
.creative_copy_red {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#921a1c;
	line-height:18px;
	text-align:justify;
	padding-bottom:20px;
	padding-right:40px;
}
.creative_copy_red a{
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#921a1c;
	text-decoration:none;
}
.creative_copy_red a:hover{
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#333;
	text-decoration:none;
}
.creative_img {
	background-image:url(../images/creative_img.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:398px;
	width:490px;
	margin-left:-50px;
}
.creative_click {
	height:72px;
	width:147px;
	margin-left:50px;
	margin-top:-92px;
	z-index:1000;
}
.work_name_red {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	font-weight:bold;
	color:#921a1c;
	background-color:#cacbcd;
	padding: 6px 0px 6px 8px;
	margin-bottom:8px;
}
.work_line {
	padding: 8px 0px 16px 8px;
}

.work_space {
	padding-right:16px;
}
.contact_black {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#000;
	line-height:18px;
	text-align:left;
	padding-bottom:20px;
}
.contact_black a {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#000;
	text-decoration:none
}
.contact_black a:hover {
	font-family:'AntigoniLightRegular';
	font-size:14px;
	color:#921a1c;
	text-decoration:none
}


/****************************************************************************************/
/* Portfolio */


.work_images {
	margin-right:20px;
	width:220px;
	height: 136px;
	border: solid 0px #94949a;

-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
-webkit-box-shadow: #3F3F3F 0px 1px 2px;
-moz-box-shadow: #3F3F3F 0px 1px 2px;
box-shadow: #3F3F3F 0px 1px 2px;

behavior: url(PIE.htc); 
z-index:2000;
}


.back{font-family: 'AntigoniLightRegular';font-size: 14px;color: #85b3c2;font-weight:bold;letter-spacing: 1px;text-decoration:none;padding-right:30px}
.back a{font-family: 'AntigoniLightRegular';font-size: 14px;color: #85b3c2;font-weight:bold;letter-spacing: 1px;text-decoration:none}
.back a:hover{font-family: 'AntigoniLightRegular';font-size: 14px;color: #e96b83;font-weight:bold;letter-spacing: 1px;text-decoration:none}



.tag01{font-family:'AntigoniLightRegular';font-size: 12px;color: #151412;letter-spacing:1px;text-align:left;text-decoration:none;padding-top:10px;padding-bottom:30px; line-height:16px; height:20px;}
.tag01 a{font-family:'AntigoniLightRegular';font-size: 11px;color: #000;letter-spacing:1px;text-align:left;text-decoration:none}
.tag01 a:hover{font-family:'AntigoniLightRegular';font-size: 11px;color: #fff;letter-spacing:1px;text-align:left;text-decoration:none;}




.home_coat {
	width:196px;
	height:402px;
	float:left;
	left:0px;
	padding-top:20px;
	z-index:1001;
	position:absolute;
}
.home_banner {
	width:694px;
	height:274px;
	float:left;
	z-index:10;
	position: absolute;
	margin-left:145px;
}
.home_couch {
	width:510px;
	height:219px;
	float:left;
	left:400px;
	/*margin-top:-225px;*/
	z-index:1000;
	margin-top:200px;
	position:absolute;
}




.home_container {
	height:416px;
	width:980px;
	margin: 0 auto;
	
	
}