@charset "UTF-8";
/* CSS Document */

/* SHOWCASE WORKS */

#showcase {
	margin-top:0px;
	position:relative;
	width:450px;
	text-align:right;
}


#showcaseWork {
	position:absolute;
	margin-top:-2px;
	margin-left:7px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 25px;
	font-weight: normal;
}

#showcaseStatus {
	position:absolute;
	margin-top:-20px;
	margin-left:-20px;
	width:49px;
	height:49px;
	z-index:3;
}

.showcaseStatusIcon {
	background-image:url(../img/showcase/progress.png);
	background-repeat:no-repeat;
}


#showcaseIcon {
	position:absolute;
	margin-top:-10px;
	margin-left:485px;
	width:26px;
	height:100px;
	background-repeat:no-repeat;
	z-index:1;
}

#showcaseIcon:hover {
	height:100px;
}

.iconWeb {
	background-image:url(../img/showcase/work-web_R.png)
}
.iconWeb:hover {
	background-image:url(../img/showcase/work-web_R.png);
}

.iconGra {
	background-image:url(../img/showcase/work-gra_R.png);
}
.iconGra:hover {
	background-image:url(../img/showcase/work-gra_R.png);
}

.iconIlu {
	background-image:url(../img/showcase/work-ilu_R.png);
}
.iconIlu:hover {
	background-image:url(../img/showcase/work-ilu_R.png);
}

.iconDvd {
	background-image:url(../img/showcase/work-dvd_R.png);
}
.iconDvd:hover{
	background-image:url(../img/showcase/work-dvd_R.png);
}

.iconVideo {
	background-image:url(../img/showcase/work-video_R.png);
}
.iconVideo:hover{
	background-image:url(../img/showcase/work-video_R.png);
}

#contentHeader {
	height:150px;
	text-align:left;
	width:500px;
}


#showcaseImg {
	width:450px;
	height:300px;
	background-color: #333;
	text-align: right;
}

#showcaseHeader {
	height:150px;
	padding-top:10px;
}

#leftWrap {
	float:left;
	width:50%;
}

#rightWrap {
	text-align:right;
	line-height: 100px;
}

#rightWrap a {
	font-family:Arial, Helvetica, sans-serif;
	color: #F90;
	border-bottom:0px;
}

#rightWrap a:hover {
	color: #999;
	border-bottom:0px;
}

#leftWrap2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:13px;
	float:left;
	width:45%;
	margin-top: 10px;
}


#rightWrap2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:13px;
	margin-left:50%;
	margin-top: 10px;
}


#showcaseContent {
	padding-bottom:15px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#showcaseFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:10px;
	line-height:30px;
	height:40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C00;
}

#showcaseFooter a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
}

#showcaseFooter a:hover {
	color:#C00;
	border-bottom:1px solid #FFFFFF;
}

/* MENU - BUTTONS*/



h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	line-height:10px;
}


.textWhite {
	font-family:Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 11px;
	font-weight: normal;
}


.textGray {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

.textOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #F90;
}

.textHigh {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	background-color:#333333;
}



.ListMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	background-color: #FFF;
}

.SubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 11px;
	background-color: #FFF;
}

