@charset "utf-8";
/* CSS Document 
header
mainFlash
mainContentLayout
rightBoxLayout
footer
copyRighting */

/* mainContentLayout */
#mainBackground {
	background-image:url(../img/common/background-top-shadow1.png);
	background-repeat:repeat-x;
	background-color:#333;
}

#mainContentStripe {
	background:url(../img/common/maincontent-stripe.png);
	background-repeat:repeat-x;
	background-position:0 109px;
}

#mainContent {
	width:820px;
	margin:auto;
	padding:20px 0 5px 0;
	overflow:hidden;
	clear:both;
	border:1px #000 solid;
	border-top:none;
	border-bottom:none;
	position:relative;
	left:-102px;
}

/* mainContentLayout */


/* sectionCommonLayout */
#firstSection h3 {
	text-indent:-9999px;
	padding:0 0 18px 0;
}

#firstSection .subtitle p {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0;
}

.subtitle {
	padding:0 0 0 20px;
	height:28px;
	clear:both;
	overflow:hidden;
}

#firstSection .content {
	margin:0 10px 0 10px;
	padding:0 0 10px 0;
	border-bottom:1px #666 dotted;
	overflow:hidden;
	clear:both;
}

#firstSection .content p {
	float:left;
}
/* sectionCommonLayout */


/* firstSection */
#firstSection {
	overflow:hidden;
	width:820px;
}

#firstSection #gallery p {
	background:#FFF;
}

#firstSection #movie p {
	background:url(../img/gallery/youtube.jpg);
}

#firstSection #movie p.vimeo{
	background:url(../img/gallery/vimeo.jpg);
}

#firstSection h3 {
	background:url(../img/gallery/menu-gallery.png);
	background-position:20px 0;
	background-repeat:no-repeat;
	width:535px;
	height:44px;
	overflow:hidden;
}

#firstSection .subtitle p {
	color:#993;
}

#firstSection .content p.title {
	width:140px;
	padding:10px 50px 0 10px;
	font-size:14px;
}

#firstSection .content #gallery,
#firstSection .content #movie {
	width:600px;
	overflow:hidden;
}

#firstSection .content #gallery p,
#firstSection .content #movie p {
	margin:10px 10px 0 0;
}

#firstSection .content p.stylingWork {
	width:600px;
	padding:0 10px 10px 0;
}

/* firstSection */
