/* General reset */
body{
	margin:0;
	color:#693705;
	font:13px/20px Verdana, Arial, sans-serif;
	background:#93dce2;
	padding-bottom:40px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#01b3b9;
	font-weight:bold;
	outline:none;
}
a:hover{
	text-decoration:none;
	color:#72b72e;
}
/* General settings */
#header{
	margin:0 auto;
	width:860px;
	position:relative;
	padding-top:20px;
	z-index:99;
}
#main{
	width:100%;
	background:#bce395;
}
#content{
	background:#fff;
	padding:25px 25px 30px;
	width:810px;
	margin:0 auto;
	overflow:hidden;
}

#footer{
	margin:0 auto;
	padding:22px 15px 18px 25px;
	width:820px;
	overflow:hidden;
	color:#fff;
	background:#924901;
	font-size:12px;
	line-height:17px;
}
/* logo */
.logo{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 264px;
	position:relative;
	z-index:500;
}
.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width: 317px;
	height: 128px;
	cursor:pointer;
}
.girl,
.boy{
	position:absolute;
	top:69px;
	background:url(../images/img-girl.gif) no-repeat;
	width: 134px;
	height: 126px;
	text-indent:-9999px;
	overflow:hidden;
}
.girl{left:-23px;}
.boy{
	background:url(../images/img-boy.gif) no-repeat;
	width: 145px;
	height: 131px;
	right:-26px;
	top:64px;
}
/* main navigation */
#nav{
	height:1%;
	background:#f06294;
	border-top:3px solid #fff;
	margin:-3px 0 0;
	padding:0 0 0 99px;
	list-style:none;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	background:url(../images/separator.gif) no-repeat 0 23px;
	padding:5px 0 3px 26px;
	margin:0 11px 0 0;
}
#nav li:first-child,
#nav li.first-child{background:none;}
#nav a{
	float:left;
	text-indent:-9999px;
	height:29px;
	background:url(../images/bg-nav.gif) no-repeat 0 5px;
	padding:5px 0;
	position:relative;
}
.services{width:86px;}
#nav .hire{
	background-position:-87px 5px;
	width:71px;
}
#nav .gallery{
	width:68px;
	background-position:-159px 5px;
}
#nav .about{
	width:60px;
	background-position:-229px 5px;
}
#nav .contact{
	width:78px;
	background-position:-289px 5px;
}
#nav .home{
	width:59px;
	background-position:-368px 5px;
}
#nav a span{
	position:absolute;
	top:-9999px;
	left:50%;
	background:url(../images/nav-hover.gif) no-repeat;
	width: 41px;
	height: 24px;
	margin-left:-23px;
	z-index:5;
}
#nav a:hover span{top:-29px;}
.drop{
	width:149px;
	position:absolute;
	top:47px;
	left:50%;
	margin:0 0 0 -57px;
	display:none;
}
#nav ul{
	margin:0;
	padding:3px 10px 0 0;
	list-style:none;
	background:url(../images/bg-subnav.png) repeat-y;
	overflow:hidden;
	width:139px;
}
#nav ul li{
	background:none;
	padding:9px 0 0;
	float:none;
	margin:0;
}
#nav ul a{
	float:none;
	display:block;
	margin:0 auto;
	width:50px;
	height:20px;
	background:none;
	padding:0;
}
.drop-b{
	background:url(../images/bg-subnav-b.png) no-repeat;
	width:149px;
	height:25px;
}
#nav ul .face{
	background:url(../images/text-face-painting.gif) no-repeat;
	width:99px;
}
#nav ul .art{
	background:url(../images/text-body-art.gif) no-repeat;
	width:63px;
}
#nav ul .other{
	background:url(../images/text-other-services.gif) no-repeat;
	width:108px;
}
#nav ul .free{
	background:url(../images/text-free-invitations.gif) no-repeat;
	width:113px;
}
#nav ul .pricing{
	background:url(../images/text-pricing.gif) no-repeat;
	width:48px;
}
#nav ul .contact{
	background:url(../images/text-contact.gif) no-repeat;
	width:61px;
}
#nav ul .event{
	background:url(../images/text-event-types.gif) no-repeat;
	width:85px;
}
#nav ul .process{
	background:url(../images/text-the-process.gif) no-repeat;
	width:88px;
}
#nav ul .info{
	background:url(../images/text-more-info.gif) no-repeat;
	width:70px;
}
#nav ul .artists{
	background:url(../images/text-artists.gif) no-repeat;
	width:44px;
}
#nav ul .company{
	background:url(../images/text-company.gif) no-repeat;
	width:68px;
}
#nav ul .happy-clients{
	background:url(../images/text-happy-clients.gif) no-repeat;
	width:97px;
}
#nav ul .products{
	background:url(../images/text-products.gif) no-repeat;
	width:65px;
}
#nav ul .safety{
	background:url(../images/text-safety.gif) no-repeat;
	width:44px;
}
#nav ul .faq{
	background:url(../images/text-faq.gif) no-repeat;
	width:25px;
}
#nav ul .musings{
	background:url(../images/text-musings.gif) no-repeat;
	width:61px;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav li:hover .drop,
#nav li.hover .drop{display:block;}
#nav li:hover span,
#nav li.hover span{top:-29px;}
#nav ul a:hover{background-position:0 -20px;}
/* twocolumns */
.twocolumns{
	width:100%;
	overflow:hidden;
}
/* column 1 */
.column1{
	float:left;
	width:342px;
}
#content h1,
#content h2{
	color:#d7175b;
	font-size:23px;
	line-height:25px;
	font-weight:normal;
	margin:0;
	letter-spacing:-1px;
}
#content h1{
	padding-right:74px;
	margin-bottom:7px;
}
#content h2{margin-bottom:6px;}
.cufon-active #content h1,
.cufon-active #content h2{
	letter-spacing:normal;
	line-height:23px;
	height:1%;
	overflow:hidden;
	margin:0;
	padding-bottom:5px;
}
.cufon-active #content h1 .cufon,
.cufon-active #content h2 .cufon{float:left;}
.cufon-active #content .column1 p{margin-bottom:27px;}
.cufon-active .column1{padding-top:6px;}
.cufon-active .items{padding:0;}
.cufon-active .items li{padding-bottom:30px;}
.cufon-active  .services-list{margin-bottom:27px;}
#content p{
	margin:0 0 5px;
}
#content .column1 p{margin-bottom:23px;}
.alignright{float:right;}
.column1 .alignright{padding:2px 9px 7px;}
/* column 2 */
.column2{
	float:right;
	width:432px;
	padding-top:6px;
}
.img-list{
	width:460px;
	overflow:hidden;
	margin:0 -28px 0 0;
	padding:0;
	list-style:none;
}
.img-list li{
	float:left;
	margin:0 28px 25px 0;
}
.img-list img{
	display:block;
	border:2px solid #93dce2;
	padding:6px;
}
/* items */
.items{
	width:847px;
	overflow:hidden;
	margin:0 -37px 0 0;
	padding:5px 0 25px;
	list-style:none;
}
.items li{
	float:left;
	margin:0 40px 0 0;
	padding-bottom:25px;
}
.items li img{
	display:block;
	border:2px solid #93dce2;
	padding:6px;
	margin-bottom:5px;
}
.items strong{
	display:block;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	width:125px;

}
/* services-list */
.services-list{
	width:810px;
	overflow:hidden;
	padding-left:12px;
	margin:0 -12px 24px 0;
}
.services-list ul{
	float:left;
	width:260px;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}
.services-list ul li{
	padding-left:20px;
	background:url(../images/bullet-star.gif) no-repeat 0 6px;
}
/* nobull-list */
.nobull-list{
	width:810px;
	overflow:hidden;
	padding-left:12px;
	margin:0 -12px 24px 0;
}
.nobull-list ul{
	float:left;
	width:260px;
	margin:0 50px 0 0;
	padding:0;
	list-style:none;
}
.nobull-list ul li{
	padding-left:5px;
}

/* basic-list */
.basic-list{
	width:810px;
	overflow:hidden;
	padding-left:12px;
	margin:0 -12px 24px 0;
}
.basic-list ul{
	float:left;
	width:800px;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}
.basic-list ul li{
	padding-left:20px;
	background:url(../images/bullet-star.gif) no-repeat 0 6px;
}
.basic-list img{
	border:2px solid #93dce2;
	padding:6px;
	margin:5px 0 0 7px;
}
/* article */
.article .alignright{
	border:2px solid #93dce2;
	padding:6px;
	margin:7px 0 0 7px;
}
.list{
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
}
.list span{margin-right:10px;}
/* footer */
#footer a{
	font-weight:normal;
	color:#46c6e2;
}
#footer a:hover{color:#fff;}
/* contacts */
.contacts{
	float:right;
	width:336px;
}
.ico-facebook{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-facebook.jpg) no-repeat;
	width:62px;
	height:61px;
	margin-right:22px;
}
.contacts .block{
	float:left;
	width:252px;
}
.contacts .block span,
.contacts .block strong{display:block;}
/* nav */
.nav{
	width:480px;
	overflow:hidden;
}
.nav .holder{
	margin-right:-52px;
	width:532px;
	overflow:hidden;
}
.nav ul{
	float:left;
	width:100px;
	margin:0 33px 0 0;
	padding:0;
	list-style:none;
}
.Contract_Form{
	font-size:11px;
	line-height: 25px;
}.textField {
	font-size: 11px;
	color: #E04C88;
}
.boldPinks {
	color: #D7175B;
}
