body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	text-align: center;

	background: #FFFFFF;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 10px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }
img { border: 0; }
p { display: block; margin: 0px; }
h1, h2 { margin: 0px 0px 0px 0px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 884px;

	text-align: left;
}

div.top {
	position: relative;
	height: 167px;
	background: url(../images/top_bg.png) no-repeat;
	overflow: auto;
}

div.top img.logo {
	position: absolute;
	left: 0px;
	top: 27px;
}

div.top div.menu {
	position: relative;
	margin-top: 111px;
}

div.top div.menu ul {
	position: relative;
	height: 28px;
	
	margin: 0px;
	padding: 0px;

	list-style: none;
}

div.top div.menu li {
	float: left;
}

div.top div.menu img {
	margin-top: 6px;
}

div.top div.menu a {
	display: block;
	height: 22px;

	font-size: 14px;
	color: white;
	text-decoration: none;
	
	padding: 6px 14px 0px 14px;
}

div.top div.menu a:hover, div.top div.menu a.active { background: #F09036; }

div.top div.menu ul ul {
	display: none;
	position: absolute !important;
	
	top: 20px;

	width: auto;
	height: auto;
	
	background: #cccccc;
	
	border: 1px solid white;
	border-top: 0px;	
}

div.top div.menu ul ul li {
	float: none;
	border-top: 1px solid white;
}

div.menu a:hover, div.menu a.active {
	color: #f4a100;
}

div.top div.languages {
	position: absolute;
	right: 20px;
	top: 118px;
	
	text-transform: uppercase;
	color: white;
	
	z-index: 10;
}

div.top div.languages a {
	color: white;
	text-decoration: none;
}

div.top div.header {
	width: 930px;
	height: 230px;
}

div.top div.trail {
	position: absolute;
	min-height: 20px;
	overflow: auto;
}

div.top div.trail a {
	float: left;
	display: block;

	padding: 5px 0px 5px 10px;
	margin-left: 8px;

	background: url(../images/trail.png) 0px 10px no-repeat;
}

div.top div.trail a.first {
	padding-left: 0px;
	margin: 0px;
	background: none;
}

div.middle { overflow: auto; }

div.middle div.right {
	float: right;
	width: 294px;
	padding-bottom: 20px;
}

div.middle div.right h2 {
	font-size: 23px;
	padding: 22px 0px 4px 0px;
	margin: 0px;
	border-bottom: 1px solid #ec7404;
}

div.bottom {
	position: relative;
	height: 99px;
	background: url(../images/bottom_bg.png) no-repeat;
}

div.bottom img.logo1 { position: absolute; left: 0px; top: 11px; }
div.bottom img.logo2 { position: absolute; left: 58px; top: 12px; }
div.bottom img.logo3 { position: absolute; left: 114px; top: 11px; }
div.bottom img.logo4 { position: absolute; left: 157px; top: 30px; }

div.bottom div.address {
	position: absolute;
	top: 11px;
	
	width: 270px;
	font-size: 12px;
}

div.bottom div.post { left: 297px; }
div.bottom div.visitor { left: 588px; }

div.bottom div.address strong {
	font-weight: bold;
	color: #EC7404;
}

div.bottom div.navigation {
	position: absolute;
	right: 0px;
	top: 78px;

	font-size: 10px;
	color: #666666;
}

div.bottom div.navigation a {
	color: #666666;
	text-decoration: none;
}

/* CONTENT GENERAL */

div.content {
	float: left;
	position: relative;

	width: 568px;
	padding-bottom: 20px;

	overflow: hidden;
}

div.content div.clear { clear: both; }

div.content h1 {
	font-size: 23px;
	padding: 22px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #ec7404;
}

div.content strong {
	color: #EC7404;
}

div.content p { margin-bottom: 10px; }

div.content a {
	color: #000000;
	text-decoration: underline;
}

div.content a.back {
	color: #ec7404;
	text-decoration: none;
}

div.content img {
	float: right;
	margin: 2px 0px 10px 10px;
}

div.content ul { padding-left: 20px; }

div.content input, div.content select, div.content textarea {
	width: 315px;

	padding: 3px;

	border: 1px solid #7f9db9;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

div.content input.error, div.content select.error, div.content textarea.error {
	border: 1px solid #d20101 !important;
	background: #ffefff;
}

div.content select {
	width: 323px;
	padding: 2px;
	height: 20px;
}

div.content textarea {
	height: 100px;
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;

	width: 16px;
	border: 0px;	
}

div.content input.button {
	width: auto !important;
	height: 18px !important;

	padding: 0px 5px 3px 5px !important;

	background: url(../images/button_bg.png) repeat-x #444444 !important;
	border: 1px solid #111111 !important;

	color: white !important;
	cursor: pointer;
}

/* HOME */

body.home div.content {
	padding: 0px;
}

body.home div.right {
	padding: 0px;
}

div.home_video div.player {
	margin-top: 5px;
}

div.home_news {
	position: relative;
	float: left;
	width: 283px;
	height: 271px;
}

div.home_news div.item {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ec7404;
}

div.home_news div.item h4 {
	font-size: 12px;
	color: #ec7404;
	margin: 0px;
}

div.home_news div.item p {
	margin: 0px;
}

div.home_news div.item a.readmore {
	text-decoration: none;
}

div.home_news div.item a.readmore:hover {
	text-decoration: underline;
}

div.home_news a.more {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: 283px;
	text-transform: uppercase;
	text-decoration: none;
	
	border-top: 1px solid #ec7404;
	padding: 3px 0px;
}

div.home_news a.more:hover {
	text-decoration: underline;
}

div.home_text {
	position: relative;
	float: left;
	width: 263px;
	height: 271px;
	margin-left: 22px;
}

div.home_text a.more {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: 283px;
	text-transform: uppercase;
	text-decoration: none;
	
	border-top: 1px solid #ec7404;
	padding: 3px 0px;
}

div.home_text a.more:hover {
	text-decoration: underline;
}

body.home div.gallery {
	height: 297px;
	border-bottom: 1px solid #ec7404;
}

body.home div.gallery div.holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

body.home div.gallery div.holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}

body.home div.gallery div.holder ul li {
	float: left;
	width: 568px;
	height: 297px;
}

body.home div.gallery div.holder ul li div {
	width: 568px;
	height: 297px;
}

body.home div.gallery-fade { width: 568px; }

body.home div.gallery-fade div.holder ul {
	width: 100%;
	height: 297px;
}

body.home div.gallery-fade div.holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 297px;
	padding: 0;
}

body.home div.gallery-fade div.holder ul li div.case div.info {
	width: 260px;
}

body.home div.gallery-fade div.holder ul li div.case div.info h2 {
	font-size: 24px;
	line-height: 24px;
}

body.home div.gallery-fade div.holder ul li div.case  a.readmore {
	position: absolute;
	bottom: 16px;
}

/* NEWS INC */

div.news-inc {
	margin-top: 8px;
}

div.news-inc div.item {
	border-bottom: 1px solid #ec7404;
	padding: 0px 0px 12px 0px;
	margin-bottom: 10px;
}

div.news-inc h3 {
	color: #ec7404;
	margin: 0px;
}

div.news-inc div.item p {
	margin: 0px;
}

div.news-inc div.item .date {
	display: block;
	font-style: italic;
	color: #000000;
}

div.news-inc div.item a.readmore {
	color: #000000;
	text-decoration: none;
}

div.news-inc div.item a.readmore:hover {
	text-decoration: underline;
}

/* NEWS PAGE */

div.news_item,
div.news_archive {
	clear: both;
}

div.news_item {
	margin-bottom: 20px;
}

div.news_item h3 {
	color: #ec7404;
	margin: 0px;
}

div.news_item p {
	margin: 0px;
}

div.news_item img {
	float: right;

	margin: 2px 0px 10px 10px;
}

div.news_item a.readmore {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

div.news_item .date {
	color: #333;
}

div.news_archive {
	margin-top: 10px;
}

div.news_archive ul {
	padding-left: 0;
}

div.news_archive li {
	list-style: none;
}

div.news_archive a {
	text-decoration: none;
}

div.news_archive a:hover {
	text-decoration: underline;
}

/* CASES INC */

div.cases-inc div.item {
	position: relative;
	border-bottom: 1px solid #EC7404;
	padding: 7px 0px;
	overflow: auto;
}

div.cases-inc div.item img {
	float: left;
	margin: 0px;
}

div.cases-inc div.item div.info {
	position: relative;
	float: right;
	width: 150px;
	
	text-align: right;
}

div.cases-inc div.item div.info h3 {
	font-size: 14px;
	font-weight: normal;
	color: #EC7404;
	margin: 0px 0px 10px 0px;
}

div.cases-inc div.item a.readmore {
	position: absolute;
	right: 0px;
	bottom: 7px;
	
	font-size: 9px;
	color: #000000;
    text-transform: uppercase;
	
	text-decoration: none;
}

div.cases-inc div.item a.readmore:hover {
	text-decoration: underline;
}

div.cases-inc div.item a.readmore:hover {
	text-decoration: underline;
}

/* CASES */

div.case {
	position: relative;
	border-bottom: 1px solid #EC7404;
	padding: 7px 0px;
	overflow: auto;
}

div.case img {
	float: left;
	margin: 0px;
}

div.case div.info {
	position: relative;
	float: right;
	width: 175px;
	
	text-align: right;
}

div.case div.info h2 {
	font-size: 14px;
	font-weight: normal;
	color: #EC7404;
	margin: 0px 0px 10px 0px;
}

div.case a.readmore {
	position: absolute;
	right: 0px;
	bottom: 7px;
	
	font-size: 9px;
	color: #000000;
    text-transform: uppercase;
	
	text-decoration: none;
}

div.case a.readmore:hover {
	text-decoration: underline;
}

div.case a.readmore:hover {
	text-decoration: underline;
}

div.references {
	position: relative;
	overflow: auto;
	padding-top: 10px;
	margin: -10px 0px 0px -10px;
}

div.references div.item {
	position: relative;
	float: left;
	
	width: 140px;
	height: 132px;
	
	border: 1px solid #c6c5c5;
	margin: 10px 0px 0px 10px;
}

/* PRODUCTS INC */

div.products-inc div.item {
	position: relative;
	border-bottom: 1px solid #EC7404;
	padding: 7px 0px;
	overflow: auto;
}

div.products-inc div.item img {
	float: left;
	margin: 0px;
}

div.products-inc div.item div.info {
	position: relative;
	float: right;
	width: 150px;
	
	text-align: right;
}

div.products-inc div.item div.info h3 {
	font-size: 14px;
	font-weight: normal;
	color: #EC7404;
	margin: 0px 0px 10px 0px;
}

/* LOCATIONS */

div.google {
	position: relative;
	width: 294px;	
	min-height: 294px;
	z-index: 10;
}

#map a { color: black; }
#map input { width: 200px; }
#map input.gmapDirButton { width: 100px; }

#gmapmarker p {
	line-height: normal;
}

div.balloon {
	width: 200px;
}

div.balloon img {
	float: right;
}

/* CONTACT */

body.contact div.content input.button, body.newsletter div.content input.button { margin-top: 10px; }

div.content div.captcha {
	position: relative;
	width: 323px;
}

div.content div.captcha img {
	position: absolute;
	left: auto;
	right: 14px !important;
	top: 2px !important;
	width: auto;

	margin: 0px;
	cursor: pointer;
}

div.content div.captcha #reload {
	right: 5px !important;
	top: 4px !important;
}

/* PRODUCTS */

body.products div.product_item { overflow: hidden; }
