
#page { width:1015px; margin-left:auto; margin-right:auto; }

/******************** SHADOWS ********************/


#shadow_right {
	background-image:url(../img/shadow_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#shadow_top {
	background-image:url(../img/shadow_top.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#shadow_bottom {
	background-image:url(../img/shadow_bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#shadow_sticker {
	background-image:url(../img/shadow_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
}


/******************** PAGE PARTS ********************/


#header {
	width:1000px;
	height:82px;
	background-color:#000000;
}

#header #logo {
	float:left;
	padding: 21px 30px 22px 30px;
}

#header #menu {
	float:right;
	margin-top:33px;
}

#header #menu a {
	margin:0px 25px 0px 20px;
}

#submenu {
	width:1000px;
	height:16px;
	background-image:url(../img/submenu.jpg);
}

#submenu #path { float:left; margin:1px 0px 0px 30px; }

#submenu #path, #submenu #path a {
	color:#9b9c9e;
	font-size:10px;
}

#submenu #pages {
	float:right;
}

#submenu #pages a {
	margin-right:25px;
	font-size:12px;
	color:#9b9c9e;
}

#submenu #pages a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#submenu #pages a.on {
	color:#FFFFFF;
	text-decoration:none;
}


#content {
	width:1000px;
	min-height:500px;
}

#content.white {
	background-color:#FFFFFF;
}

#content.gray {
	background-image:url(../img/content_bg.gif);
	background-color:#FFFFFF;
}

#footer {
	width:1000px;
	height:88px;
	background-color:#000000;
	background-position:left;
	background-repeat:no-repeat;
}

#footer #icons {
	float:right;
	margin:41px 35px 0px 0px;
}

#footer #icons img { margin:0px 5px 0px 4px; }


/******************** TOP NEWS PARTS ********************/


#topnews {
	float:right;
	width:450px;
	padding: 15px 15px 0px 35px;
}

#topnews img {
	max-width:100px;
	max-height:100px;
	margin-right:10px;
	border:0;
}

#topnews h1 {
	margin: 0px 0px 8px 0px;
}

#topnews a {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

#topnews .more {
	text-align:right;
}


/******************** ARCHIVE NEWS PARTS ********************/


#archivenews {
	float:left;
	width:470px;
	padding: 30px 0px 0px 30px;
	line-height:21px;
}

#archivenews a {
	color:#000000;
}

#archivenews img {
	width:100px;
	margin-right:10px;
	border:0;
}

#archivenews h1 {
	margin: 0px 0px 8px 0px;
}

#archivenews #newslist {
	height:420px;
}

#archivenews #newslist a {
	font-size:13px;
	font-weight:normal;
	background-image:url(../img/orange_box.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;
}

#archivenews #prevnext {
	margin-top:10px;
	text-align:center;
}

#containerPreview.hide { display:none; }
#containerPreview.show { display:block; }
#containerPreview { margin-top:-50px; margin-left:50px; border:1px solid #000000; position:absolute; padding:10px; background-color:#fff; }


/******************** NEWS PARTS ********************/


#project {
	float:right;
	width:420px;
	margin-right:30px;
	margin-bottom:10px;
}

#project #columns {
	min-height:350px;
	clear:both;
}

#project #columns #left {
	float:left;
	width:200px;
}
#project #columns #left img { max-height:280px; }

#project #columns #right {
	float:right;
	width:200px;
	clear:right;
	display:table;
}

#project h1 {
	margin:20px 0px 10px 0px;
}

#project li {
	margin-bottom:10px;
}

#other_projects {
	width:440px;
	clear:both;
}

#other_projects img {
	margin:3px 3px 0px 0px;
	padding:1px;
	border:1px solid #000000;
	cursor:pointer;
}


/******************** PORTFOLIO PARTS ********************/


#portfolio { margin: 0; width:1000px; display:table; }
#portfolio input[type=checkbox] { margin-bottom:1px; vertical-align:text-bottom; }

#portfolio #companies {
	text-align:center;
}
#portfolio #companies img {
	max-height:30px;
	max-width:150px;
	margin:0 10px 10px 10px;
}
/*
#portfolio #companies img:hover {
	max-height:48px;
	max-width:180px;
	padding:5px;
}
*/