/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #ff7f00;
}

a:hover,
a:active
{
	text-decoration: none;
	color: #ff7f00;
	border: none;
}

acronym
{
	cursor: help;
}

body
{
	background: #fff;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
}

h1
{
	margin: 0px;
	font: 24px 'DIN Black', 'Helvetica', sans-serif;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#page h1
{
	margin-top: 20px;	
}

h2
{
	color: #d8dc5c;
	font: 20px Arial, sans-serif;
}

h3
{
	font: bold 12px Arial, sans-serif;
}

img
{
	border: none;
	display: inline;
}

p
{
	font: 15px arial, sans-serif;
	color: #999;
}

td
{
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.large
{
	font-size: 15px;
	color: #656366;
	line-height: 28px;
	margin-right: 70px;	
}

.hints
{
	font-size: 11px;
}

.news-right
{
	float: right;
	width: 200px;
}

.news-right p
{
		font-size: 10px;
		line-height: 16px;	
}

.arrow
{
	display: block;
	padding: 3px 0px 3px 20px;
	background: url(/images/layout/arrow.png) left 3px no-repeat;	
}

.news-right a:link,
.news-right a:visited,
.news-main a:link,
.news-main a:visited
{
	color: #fcaf23;
}

.news-right h2
{
	color: white;
	background: #6e7376;
	font: normal 12px 'DIN', sans-serif;
	text-transform: uppercase;
	padding: 5px 5px 3px 5px;	
}

.news-right h2 a:link,
.news-right h2 a:visited
{
	color: white;	
}

#page-news .news-main p
{
	font-size: 12px;
	margin: 15px 250px 15px 10px;
	line-height: 20px;	
	color: #51575a;
}

#page-news .news-main h1
{
	position: absolute;
	display: block;
	z-index: 10;
	top: 368px;
	margin: 0px;
	width: 510px;
	padding: 10px 10px 8px 10px;
	background: black;
	color: white;
    filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	font: normal 21px 'DIN', 'Helvetica', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.news-main
{
	margin-top: 10px;	
}

/* Layout defaults
******************/
#wrap
{
	text-align: left;
	width: 800px;
	margin: 30px auto 0px auto;
}

#top
{
	display: block;
	margin: 0px 0px 15px 15px;
}

#page
{
	padding: 15px 0px 0px 25px;
	height: 340px;
}

#page-admin,
#page-news
{
	padding: 15px 0px 0px 25px;	
}



#footer
{
}

#login
{
	margin-top: 10px;
	background: url(/images/layout/login-form.gif) no-repeat;
	width: 247px;
	height: 150px;	
	padding-left: 100px;
	padding-top: 47px
}

.login-form
{
	display: block;
	width: 150px;
	border: 1px solid #ccc;	
	margin-bottom: 3px;
}

/* Layout - nav-side
*************************/

#nav-side
{
	margin: 15px 0px 75px 25px;
	float: left;
	width: 140px;
}

#nav-side ul
{
	margin: 0px;
	padding: 0px;	
}

#nav-side li
{
	list-style: none;
	text-transform: uppercase;
	margin-top: 5px;
}

#nav-side li a:link,
#nav-side li a:visited
{
	font: 14px Tahoma, Arial, sans-serif;
	color: #c0c0c0;
}

#nav-side li a:hover
{
	color: #ff7f00;
}

/* Layout - Gallery (new)
*************************/
#page-gallery
{
	margin: 16px 0px 75px 170px;
}

#new-image
{
	margin: 25px 0px 0px 0px
}


.showcase-table a:link,
.showcase-table a:visited
{
	color: #c0c0c0;
}

.showcase-table a:hover
{
	color: #ff7f00;
}

.showcase-table
{
	margin: 0px 0px 0px 0px;
}

.showcase-table img
{
	margin: 15px 15px 0px 0px;
}

.showcase-detail-tn
{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.showcase-detail-tn h3
{
	text-transform: uppercase;
	margin: 0px;
	font: 12px Tahoma, Arial, sans-serif;
	color: #666666;
}

.lb-h3
{
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font: 14px Tahoma, Arial, sans-serif;
	color: #666666;
}

.lb-caption
{
	margin: 0px 0px 10px 0px;
	color: #c0c0c0;
	font-size: 11px;
}

.gallery-short h2
{
	text-transform: uppercase;
	margin-top: 5px;
	font: 14px Tahoma, Arial, sans-serif;
	color: #666666;
}


/* Layout - Gallery (old)
*************************/

#gallery-index
{
	width: 788px;
	height:	322px;
	padding-top: 1px;
}

#gallery-index ul
{
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

#gallery-image
{
	float: right;	
}

#gallery-index table.thumbs
{
	position: relative;
	top: 5px;
	left: 0px;
}

.thumbs td
{
	height: 50px;
	width: 50px;
}

.thumbs img
{
	display: block;	
}

/* Contact Form
***************/

#contact-form
{
	background: url(/images/layout/contact-background.gif) no-repeat #767376;
	width: 504px;
	height: 300px;
}

#login-request
{
	background: url(/images/layout/login-request.gif) no-repeat #767376;
	width: 504px;
	height: 300px;
}

#contact-form table,
#login-request table
{
	margin: 50px 0px 0px 71px;
}

#contact-form input.contact,
#login-request input.contact
{
	display: block;
	height: 14px;
	border: none;
	border-bottom: 1px solid #767376;
}

#country
{
	width: 135px;	
}

h2.home-text
{
	font: 15px arial, sans-serif;
	color: #999;	
}

p.download
{
	display: block;
	background: #999;
	padding: 3px;	
}

p.download a:link,
p.download a:visited
{
	color: #000;	
	font-weight: bold;
}

/* Scrolling layers 
*******************/


/* rollovers 
************/

.rollover 
{
	display: block;
	float: left;
	display: inline;
}

.rollover img 
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover 
{
	visibility: visible;
}

.rollover:hover img 
{
	visibility: hidden;
}

.news-form
{
	background: #f4f4f4;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.news-form label
{
	float: left;
	text-align: right;
	width: 150px;	
}

.news-form input.text,
.news-form textarea
{
	display: block;
	background: #ffffff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 3px 0px 3px 160px;	
}

.news-buttons
{
	margin-left: 160px;
	clear: left;
	height: 30px;	
}
