/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

html							{ overflow: -moz-scrollbars-vertical; overflow-x: auto; }

body							{ background-color: #fff; }

body, td
	{
	font-family: arial,helvetica;
	font-size: 0.8em;
	color: #000;
	}

div#wrapper
	{
	position: relative;
	width: 100%;
	margin: 0px;
	}

.debug							{ color: #f00; display: block; }
.clear							{ clear: both; }
.button							{ cursor: pointer; }

a								{ font-weight: normal; color: #00f; text-decoration: underline; }

#logo_print						{ display: block; }

/* ======================================= */

/* --------------------------------------- */
/* DISPLAY NONE */
/* --------------------------------------- */

#navbar, .header, #sidebar, #flash_carousel, #footer ul#ftrnav
	{
	display: none;
	}

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */


/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main
	{
	position: relative;
	background: #fff;
	}

#contentwrapper
	{
	position: relative;
	height:auto;
	_height: 440px;
	min-height: 440px;
	margin-left: 0px;
	margin-right: 0px;
	display:block;
	}

div#content, div#content_portfolio
	{
	position: relative;
	min-height: 150px;
	height:auto;
	_height: 150px;
	margin-right: 0px;
	padding: 15px 0px 15px 0px;
	}

div#content p, div#content_portfolio p,
div#content ul, div#content_portfolio ul,
div#content ol, div#content_portfolio ol
	{
	margin-bottom: 15px;
	}

div#content ul, div#content_portfolio ul
	{
	margin-left: 15px;
	}

div#content ol, div#content_portfolio ol
	{
	margin-left: 20px;
	}

#breadcrumb
	{
	font-size: 0.85em;
	color: #999;
	}

#breadcrumb a					{ color: #999; text-decoration: none; }
#breadcrumb a:hover				{ color: #000; text-decoration: underline; }

div#content h3
	{
	font-weight: bold;
	font-size: 1.6em;
	color: #000;
	margin-top: 5px;
	}

#contact						{ width: 100%; margin-top: 10px; }
#contact td						{ font-size: 1em; }


/* portfolio */

.columnone
	{
	width: 200px;
	_width: 200px;
	height:auto;
	_height:150px;
	min-height:100px;
	display: block;
	padding-right: 5px;
	padding-top:4px;
	float: left;
	}

.columnimg						{ border:1px solid #000; }

.columnheader
	{
	background:#fff;
	font-weight: bold;
	font-size:1em;
	color: #000;
	width:196px;
	height:35px;
	margin: 0px 0px 3px 0px;
	padding-left:6px;
	padding-top:4px;
	overflow: hidden;
	}

.columnheader a					{ color:#00f; }

.message
	{
	font-size:0.85em;
	display: block;
	}

/* ======================================= */

/* --------------------------------------- */
/* PROJECTS */
/* --------------------------------------- */

.buttons						{ font-size:1em; }

.browse_desc0-0, .browse_desc0-1, .browse_desc0-2, .browse_desc0-3
	{
	background: #fff;
	font-weight:bold;
	color: #000;
	padding: 2px 3px 2px 3px;
	}

.browse_desc0-0					{ border: solid #000; border-width: 1px 0px 1px 0px; width:15%; }
.browse_desc0-1 				{ border: solid #000; border-width: 1px 0px 1px 0px; width:10%; }
.browse_desc0-2 				{ border: solid #000; border-width: 1px 0px 1px 0px; width:10%; }
.browse_desc0-3 				{ border: solid #000; border-width: 1px 0px 1px 0px; width:1%; }

.browse_line0					{ background: #fff; }
.browse_line1					{}

.browse_data, .browse_buttons	{ border: 0px; border-bottom: 1px solid #000; padding: 3px; }

 .print_desc
	{
	background: #fff;
	border: 0px;
	border-right: 1px solid #000;
	width:30%;
	}

.print_table tr td				{ font-size:1em; padding: 3px; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background-color: #fff;
	border: 0px;
	border-top: 1px solid #000;
	font-size: 0.85em;
	color: #000;
	height:auto;
	clear:both;
	}

#footer a						{ color: #00f; text-decoration: none; }

#footer p#copyright
	{
	position: relative;
	font-weight: bold;
	padding: 2px 0px;
	padding-left: 0px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */

