@font-face
{
	font-family: 'imcn template font';
	src: url(gothic.ttf) format("truetype");
}


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

body, td
{
	font-family: 'Century Gothic', 'imcn template font', Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 13px;
	color: #555;
	line-height: 28px;
	text-align: justify;
}

ul
{
	margin-bottom: 25px;
	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: #f3f3f3;
}

input:hover
{
	border: 1px solid crimson;
}

textarea:hover
{
	border: 1px solid crimson;
}

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: 13px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 3px;
	margin: 0px 0 10px 0;
}

h2 a
{
	font-weight:normal;
}

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;
}

.button
{
	background: url('../graphics/buttonbg.gif');
	color: #666;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
}

.button:hover
{
	background: url('../graphics/buttonbg-hover.gif');
	color: white;
}

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


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;
	
}