body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #42454F;
}

body, td
{
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 28px;
	text-align: justify;
}

ul
{
	margin: 0 0 15px 0;
	text-align: left;
}

img
{
	border: 0px;
}

select, input, textarea
{
	font-family: 'Century Gothic', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #999;
	background: white;
}

input:hover, textarea:hover
{
	border: 1px solid #A42E2E;
}

form
{
	display: inline;
}

a
{
	text-align: left;
	text-decoration: none;
	color: #681619;
	
}

a:hover
{
	color: #A42E2E;
}

h1
{
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin: 0px;
}

h2
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px 0 10px 0;
}

h2 a
{
	font-weight:normal;
}

h3
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
}

hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
}

/* --------- */

.footer
{
	text-align: center;
	height: 36px; 
	background: url('../graphics/footerbg.gif') repeat-x; 
	
	padding-top: 10px;
	color: #ccc;
	font-size: 11px;
}

.lang_switcher
{
	position: absolute; 
	width: 130px; 
	
	text-align: center;
	background: white;
	color: black;
	
	padding-top: 2px;
	padding-bottom: 10px;
	top: 167px;
	left: 830px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
	
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.box_error
{
	background: #BF3434;
	color: white;
	padding-left: 10px;
	margin-bottom: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
}

.box_grey
{
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 15px 20px 15px 20px;
	
}

.box_grey.shadow
{
	-moz-box-shadow: 3px 3px 15px hsla(0,0%,0%,0.1);;
	-webkit-box-shadow: 3px 3px 15px hsla(0,0%,0%,0.1);;
	box-shadow: 3px 3px 15px hsla(0,0%,0%,0.1);
}

div#portfolio_switcher
{
	border: 1px solid #ccc;
	width: 800px;
	
}

div.accordion
{
	position: relative; /* required for bounding--works around a "peculiarity" in Prototype */
}

div.accordion-toggle
{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	cursor: pointer;
	height: 34px;
	background: url( '../graphics/portfolio-togglebg.gif' );
	text-align: center;
	padding-top: 5px;
	color: black;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #999;
}

div.accordion-toggle:hover
{
	background: url( '../graphics/portfolio-togglebg-hover.gif' );
	color: white;
}

div.accordion-toggle-active
{
	background: url( '../graphics/portfolio-togglebg-on.gif' );
	color: white;
	text-shadow: 1px 1px 2px #3B0A0A;
}

div.accordion-content
{
	overflow: hidden;	/* required for effect */
	background: #f4f4f4 url( '../graphics/portfolio-contentbg.gif' ) repeat-x;
	
}


.button, .button:visited
{
	background: #222 url(../graphics/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}
 
.button:hover							{ background-color: #111; color: #fff; }
.button:active							{ top: 1px; }
.small.button, .small.button:visited 			{ font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited 		{ font-size: 13px; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						{ background-color: #749a02; }
.blue.button, .blue.button:visited		{ background-color: #2daebf; }
.blue.button:hover							{ background-color: #007d9a; }
.red.button, .red.button:visited			{ background-color: #e33100; }
.red.button:hover							{ background-color: #872300; }
.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
.magenta.button:hover							{ background-color: #630030; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover							{ background-color: #d45500; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						
