	/* CSS style 
=========================*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	/*background: #FFF url(../gfx/bg.png) no-repeat top center;*/
	font: 62.5% Arial, san-serif;
	color: #444;
	height: 100%;
	width: 100%;
	background: url(../gfx/bg.jpg) no-repeat;
}
.clear {
	clear: both;
}
.hr {
	background: transparent url(../gfx/wrapper_hr.png) no-repeat;
	height: 10px;
	margin-top: 6px;
	margin-bottom: 5px;
}

#intro {
	font-size: 1.4em;
	color: #ffffff;
	position: absolute;
	margin-top: 96px;
	margin-left: 92px;
	width: 240px;
	height: 400px;
	line-height: 20pt;

	text-align: center;
}
#intro span{
    font-weight: normal;
    font-size: 0.8em;
}


/* 
=========================*/

#wrapper {
	position: absolute;
	background: transparent url(../gfx/wrapper_bg_repeat.png) left top repeat-y;
	margin-top: 379px;
	margin-left: 250px;
	width: 760px;
	min-height: 100%;
	font-size: 1.1em;
}
#header {
	height: 50px;
}
#content {
	background: transparent url(../gfx/wrapper_bg2.png) no-repeat top left;
	width: 760px;
}
.left_panel {
	float: left;
	text-align: right;
	display: block;
	width: 182px;
	min-height: 1px;
}
.main_panel {
	float: left;
	margin-left: 21px;
	width: 410px;
}
div.coll1 {
	float: left;
	width: 200px;
}
div.coll2 {
	float: left;
	width: 200px;
}
.paragraph {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 10px solid #dddddd;
}


/* Text
=========================*/

p, h1, h2, h3, h4, h5 {
	font-family: Arial, san-serif;
	font-weight: normal;
} 
h1 {
	font-size: 1.15em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #c13f00;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 2px 0;
	color: #c13f00;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
h4 {
	color: #898787;
	font-size: 1.1em;
	text-transform: none;
}

h2 span {
	font-size: 0.8em;
	color: #666;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: justify;
}
p span {
	font-size: 1em;
	color: #666;
}
p.ingress {
}
p.right {
	text-align: right;
	margin: 0 0 3px 0;
}
a {
	outline: none;
	color: #c13f00;
}
a:hover {
	color: #ff8000;
}
.left_panel img {
	margin-left: 3px;
}


/* portfolio
=========================*/

.portitem {
	list-style: none;
}
.portitem li {
	float: left;
	display: block;
	width: 205px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.portitem li img.right {
	float: right;
}
.portitem_h2 {
	margin-top: 5px;
}


/* 
=========================*/

.toggle {
	display: block;
	border:	1px solid #AAA;
	cursor: pointer;
	margin-bottom: 5px;
}

/* 
=========================*/

.remo-zoom-in {
	border: 1px solid #AAA;
	cursor: pointer;
}
.remo-box
{
	position: absolute;
	top: 0;
	left: 0;
	background:	#fff url(../gfx/spinner.gif) no-repeat center;
	z-index: 41;
}
.remo-box.remo-box-focus
{
	cursor:	pointer;
}
.remo-box.remo-box-dragging
{
	cursor:	move;
}

.remo-box .remo-btn-close
{
	position: absolute;
	left: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	/* background:	url(../gfx/closebox.png) no-repeat top left;*/
	visibility:	hidden;
}
.remo-box.remo-box-focus .remo-btn-close
{
	visibility:	visible;
}

.remo-img
{
	display: block;
	border:	1px solid #AAA;
	width: 100%;
	height:	100%;
}
.remo-img.remo-closebale
{
	cursor:	pointer;
}

