body {
	text-align: center;
	background-color:#212421;
	margin-top:10px;
	background-image:url(../img/home/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#container {
	height:100%;
	margin: 0 auto;
	text-align: left;
	width: 745px;
}

#main {
	height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:745px;
}

#sidebar {
	margin-top:30px;
	width: 215px;
	float: left;
}

#content {
	margin-left: 215px;
	margin-top: 0px;
	width:500px;
	height:100%;

}

#footer {
	line-height:15px;
	margin-top: 0px;
	margin-bottom:0px;
    text-align:left;
	width:100%;
}

#sidebarMenu {
	float:left;
	width:155px;
	text-align:right;
}

#sidebarPortfolio {
	margin-top:30px;
	margin-left:165px;
	width:70px;
}


/* SHOWCASE WORKS */

#showcase {
	margin-top:30px;
	position:relative;
	width:500px;
	text-align:left;
}


#showcaseWork {
	position:absolute;
	margin-top:-2px;
	margin-left:7px;
	z-index:2;
	font-family:"Georgia", "Times New Roman", Verdana, Arial, 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:center;
	width:500px;
}


#showcaseImg {
	width:500px;
	height:315px;
}

#showcaseHeader {
    height:50px;
    padding-top:10px;
}

#leftWrap {
	float:left;
	width:50%;
}

#rightWrap {
	margin-left:50%; 
	text-align:right;
}

#rightWrap a {
	font-family:"Lucida Grande","Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #F04E11;
	border-bottom:0px;
}

#rightWrap a:hover {
	color: #FFFFFF;
	border-bottom:0px;
}

#leftWrap2 {
	font-family:"Lucida Grande","Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:13px;
	float:left;
	width:45%;
}


#rightWrap2 {
	font-family:"Lucida Grande","Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:13px;
	margin-left:50%; 
}


#showcaseContent {
	border-top: 1px solid #424542;
	padding-bottom:15px;
	overflow:hidden;
}

#showcaseFooter {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px solid #424542;
	margin-top:10px;
	line-height:30px;
	height:40px;
}

#showcaseFooter a {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color:#666666;
	font-size: 10px;
	line-height:30px;
	border-bottom:1px solid #424542;
}

#showcaseFooter a:hover {
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}


/* MENU - BUTTONS*/



h1 {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	line-height:10px;
}


.textWhite {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}


.textGray {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

.textOrange {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #F04E11;
	font-size: 11px;
	font-weight: normal;
}

.textHigh {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	background-color:#333333;
}


a {
	font-family:"Georgia", "Times New Roman", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration:none;
	line-height:20px;
	border-bottom: 1px dashed #666666;
}

a:hover {
	color: #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

a:visited {
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dashed #666666;
}

a:visited:hover {
	color: #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

a.sortSelected {
	color: #FFFFFF;
	border-bottom: 0px;
	cursor:default;
}

a.sortSelected:visited {
	color: #FFFFFF;
	border-bottom: 0px;
	cursor:default;
}

a.selectedMenu {
	color: #F04E11;
	border-bottom: 0px;
	cursor:default;
}

a.selectedMenu:visited {
	color: #F04E11;
	border-bottom: 0px;
	cursor:default;
}

a.menuLinks {
	color: #666666;
	border-bottom: 0px;
}

a.menuLinks:hover {
	color: #FFFFFF;
	border-bottom: 0px;
	background-color:#F04E11;
}



.ListMenu {
	font-family: Geneva, Trebuchet, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #333333;
}

.SubmitButton {
	font-family: Geneva, Trebuchet, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #F04E11;
}
