body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background:url('images/background.jpg') repeat-x top left #000000;
	
	/*scrollbar-face-color:#0000FF; scrollbar-arrow-color:#FFFFFF;*/
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#535353;
}

#keywords {
	display:none;
}

#header {
	width: 790px;
	height: 145px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background:url('images/header.jpg') no-repeat top left #000000;
	color: #cccccc;
	font-size: 16px;
}

#header a {
	margin: 0 10px;
	color: #cccccc;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#header .home {
	letter-spacing: 0.2em;
	color: #e40077;
}

#header a:first-child {
	margin: 0 10px 0 0;
}

#header a:hover {
	text-decoration: underline;
}

#construction {
	height: 100px;
	background:url('images/construction.jpg') no-repeat top left #000000;
}

#portfolio {
	width: 790px;
	height: 410px;
	margin: 0 auto;
	padding: 0 10px;
	background:url('images/portfolio.png') no-repeat top left;
}

#page_container {
	width: 790px;
	margin: 20px auto 0 auto;
}

#page {
	min-height: 600px;
	background: url('images/page.jpg') no-repeat bottom left #f6f6f6;
	padding-bottom: 50px;
}

#main {
	float: left;
	width: 490px;
	min-height: 400px;
	margin: 20px;
	padding: 20px;
	background: url('images/main.jpg') no-repeat top left #ffffff;
	border: 1px solid #eeeeee;
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 150%;
}

.right {
	float: left;
	width: 196px;
	min-height: 200px;
	margin: 20px 20px 0 0;
	/*padding: 20px;*/
	background: url('images/right.jpg') no-repeat top left #ffffff;
	border: 1px solid #eeeeee;
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 150%;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:url('images/black.png');
}

#popup {
	width: 490px;
	margin: 200px auto 0 auto;
	padding: 290px 30px 0 30px;
	background:url('images/background_18.png') no-repeat top left;
}

#popup .button {
	width: 140px;
	height: 60px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 20px 0 0;
	background-color: #000000;
	border: 0;
	cursor: hand;
	background:url('images/button.png') no-repeat top left;
}

/* CONTACT POPUP */

#contact {
	width: 490px;
	/*height: 400px;*/
	margin: 200px auto 0 auto;
	padding: 0 30px 30px 30px;
	background:url('images/background_contact.png') no-repeat top left;
	text-align: left;
}

#contact table td {
	padding: 5px 20px 5px 0;
}

#contact label {
	color: #eeeeee;
	font-weight: bold;
}

#contact input, #contact textarea {
	width: 250px;
}


#contact .button {
	width: 140px;
	height: 60px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 20px 0 0;
	background-color: #000000;
	border: 0;
	cursor: hand;
	background:url('images/button.png') no-repeat top left;
}

.button_close {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	top: -5px;
	left: 485px;
	background: url('images/button_close.png') no-repeat top left;
}
.button_close:hover {
	background-position: bottom left;
}

/* TITLES */

h1 {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 75px;
}

.websites {
	clear: both;
	background:url('titles/websites.jpg') no-repeat top left;
}

.video_production {
	background:url('titles/video_production.jpg') no-repeat top left;
}

.graphic_work {
	background:url('titles/graphic_work.jpg') no-repeat top left;
}

/**************************************************
	WEBSITE PORTFOLIO
**************************************************/

#websites_portfolio {
	height:125px;
	padding-top:5px;
	overflow: auto;
	font-size:11px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #cc0000;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #333333;
}

#websites_portfolio a {
	display:block;
	color:#666666;
	text-decoration:none;
}

#websites_portfolio s {
	display:block;
	color:#999999;
}

#websites_portfolio a:hover {
	color:#e40077;
}

#websites_portfolio a:active {
	color:#000000;
}

#websites_portfolio .column {
	width:130px;
	margin:0px 0px 5px 20px;
	float:left;
}

#graphic_work_portfolio {
	width: 770px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	/*background-color: #ffff00;*/
	overflow: hidden;
}

#graphic_work_portfolio table {
	margin: 0 790px 0 0;
	padding: 0;
	/*background-color: #ff0000;*/
}

#graphic_work_portfolio table td {
	margin: 0;
	padding: 0;
	border: 0;
	/*background-color: #ff0000;*/
}

#graphic_work_portfolio img {
	margin: 0 20px 0 0;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/*
#graphic_work_portfolio img {
	border: 0;
}
*/
#graphic_work_portfolio b {
	margin-left: 20px;
	color: #cccccc;
}

.more {
	display: block;
	float: right;
	width: 30px;
	height: 20px;
	margin: 10px 20px;
	padding: 5px 20px 0 0;
	background: url('images/more.png') no-repeat top right;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

.more:hover {
	color: #333333;
	background-position: bottom right;
}

#video_production_portfolio img {
	margin: 0 0 0 20px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}




#footer {
	width: 790px;
	height: 285px;
	margin: 0 auto;
	padding: 15px 100px 0 100px;
	background: url('images/footer.jpg') no-repeat top left #f6f6f6;
}

#footer a {
	margin: 0 20px 0 0;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}