/* GENERAL */
BODY {
	background: #4e4e4e;
	margin: 0;
	font-family: Arial;
}
IMG {
	border: 0px;
}
LI {
	margin-bottom: 10px;
}

/* LAY-OUT */
#background_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	z-index: -100000;
}
#background {
	width: 100%;
}
#topbar {
	float: left;
	width: 100%;
	height: 10px;
	background: #4e4e4e;
}
#main {
	width: 980px;
	margin: 0 auto;
}
#main_inside {
	float: left;
	width: 100%;
}
#logo {
	float: left;
	background: #4e4e4e;
	width: 235px;
	height: 218px;
}
#menu {
	float: left;	
	width: 235px;
	height: 45px;
}
#menu_absolute {
	position: absolute;
	z-index: 10000;
}
.menu_button {
	float: left;
	width: 235px;
	height: 45px;
	background: #e8307a url('../images/general/menu_button.gif');
	cursor: pointer;
}
.menu_button_hover {
	background: white url('../images/general/menu_button_hover.gif');
}
#menu_items {
	display: none;
	float: left;
	clear: both;
	width: 235px;
}
#menu_items UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu_items UL LI A {
	float: left;
	height: 45px;
	width: 100%;	
	background: #e8307a url('../images/general/menu_item.gif') left no-repeat;
}
#menu_items UL LI A:HOVER {
	background: white url('../images/general/menu_item_hover.gif') left no-repeat;
}
#content {
	float: left;
	width: 700px;
	height: 750px;
	margin: 45px 0px 0px 45px;
	overflow: auto;
	
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #e8307a;
	scrollbar-3dlight-color: #4e4e4e;
	scrollbar-darkshadow-color: #4e4e4e;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
}
#content_absolute {
	position: absolute;	
	background: #ffffff;
	width: 700px;
	height: 750px;
	margin-left: 280px;
	top: 100px;
	z-index: -10000;	
}
#content_inside {
	padding: 25px;
}
.portfolio_item {
	float: left;
	border: 1px solid #aaaaaa;
	padding: 25px;
	margin-bottom: 25px;
}
.portfolio_item_hover {
	border-color: #e8307a;
	background: white;
}
.portfolio_picture {
	float: left;
	width: 245px;	
}
.portfolio_picture IMG {
	border: solid 1px #4e4e4e;
}
.portfolio_text {
	float: left;
	width: 335px;
}
.linkedin {
	margin-top: 5px;
}
#bottom {
	float: left;
	background: #4e4e4e;
	width: 100%;
	height: 20px;
	margin-top: 35px;
}
#bottom_inside {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
.fancybox_item IMG {
	border: solid 1px #4e4e4e;
}

/* FORM */
.contact_form INPUT, .contact_form TEXTAREA {
	background: white;
	border: #e8307a 1px solid;
	margin-bottom: 15px;
	width: 250px;
}
.contact_form INPUT.button {
	background: #e8307a;
	font-weight: bold;
	color: white;
}
.contact_form INPUT.button:HOVER {
	background: white;
	font-weight: bold;
	color: #e8307a;
}

/* TEXT */
#content H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e8307a;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
#content H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e8307a;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#content {
	font-size: 12px;
	line-height: 23px;
	color: #4e4e4e;
}
#content A {
	color: #e8307a;
}
#content A:HOVER {
	color: #66233e;
}
#content .portfolio_text H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e8307a;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
#menu_items UL LI {
	padding: 0;
	margin: 0;
}
#menu_items UL LI A, .menu_button {
	line-height: 45px;
	text-indent: 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#menu_items UL LI A {
	text-indent: 40px;
}
.menu_button_hover {	
	color: #e8307a;
}
#menu_items UL LI A:HOVER {
	color: #e8307a;
}
#bottom {
	font-size: 10px;
	color: white;
	line-height: 20px;
}
#bottom A {
	color: white;
}
#bottom A:HOVER {
	color: #e8307a;
}
#bottom IMG {
	float: right;
	margin: 3px;
}