/* GLOBAL */

html {overflow-y: scroll;}

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h3 {
	font-size: 18px;
}

a:link {color:#CD6600; text-decoration:none;}
a:visited {color:#CD6600; text-decoration:none;} 
a:hover {color:#CD6600;}
a:active {color:#CD6600;}

img
{  
border-style: none;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#bg {

	position: fixed;
	z-index: -1;
	width: 100%;

	-moz-box-shadow:    		10px 0px 10px -7px #888, -10px 0px 10px -7px #888;
	-webkit-box-shadow: 	10px 0px 10px -7px #888, -10px 0px 10px -7px #888;
	box-shadow:         			10px 0px 10px -7px #888, -10px 0px 10px -7px #888;
}

#bg  img{
	width: 100%;
	min-width: 1100px;
}

/* HEADER */

#topmenu {
	height: 160px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#menuitem a:link {color:white; text-decoration:none;}      /* unvisited link */
#menuitem a:visited {color:white; text-decoration:none;}  /* visited link */
#menuitem a:hover {color:#FF9900;}  /* mouse over link */
#menuitem a:active {color:white;}

#menuitembar {
	position: relative;
	top: -255px;
	left: 160px;
}

#menuitem {
	display: inline-block;
	position: relative;
	background-color: #101010 ;
	color: white;
	margin-left: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;

	z-index: 2;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;

	font-size: 14px;
	
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
box-shadow: 2px 2px 5px #000000;
}

#logo {
	position: relative;
	left: -50px;
	top: -155px;
}

/* FRONT PAGE */


.link-spanner{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}   


.righttext {
	display:block;
	text-align: right;
}

#container {
    float:left;
    width:100%;
}

#col1 {
    float:left;
    width:50%;
}

#col2 {
    float:left;
    width:50%;
}

.frontpageleft {
	position: relative;
	background-color: #E0E0E0  ;
	top: -150px;
	z-index:2;
	padding: 12px;
	left: -40px;
	
border:dashed 1px #757575;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	
}

.frontpageleft img{
	height: 150px;
}

.frontpageright img{
	height: 150px;
}


.frontpageright {
	position: relative;
	background-color: #E0E0E0  ;
	top: -150px;
	z-index:2;
	padding: 12px;
	left: 40px;
	
border:dashed 1px #757575;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	
}

.frontpagetext {
	display:block;
	text-align: right;
	font-family: Courier, "Courier New", monospace;
	color: #fc7a0a;
	font-weight: 900;
	font-size: 20px;
	text-shadow: 1px 1px black;
}


#frontpageboxAtext {
	z-index: 3;
	left: -40px;
}

#frontpageboxBtext {
	position: relative;
	top: -150px;
	left: -40px;
}

#frontpageboxCtext {
	position: relative;
	top: -150px;
	left: -40px;
}

#frontpageboxDtext {
	position: relative;
	top: -150px;
	left: -40px;
}

#frontpageboxEtext {
	position: relative;
	top: -150px;
	left: -40px;
}

#frontpageboxE {
	position: relative;
	background-color: #E0E0E0  ;
	top: -150px;
	z-index:2;
	left: -320px;
	width: 600px;
	padding: 20px;
	
border:dashed 1px #757575;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.frontpageleft:hover {
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
box-shadow: 2px 2px 5px #000000;
}

.frontpageright:hover {
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
box-shadow: 2px 2px 5px #000000;
}

#frontpageboxE:hover {
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
box-shadow: 2px 2px 5px #000000;
}



.frontpageleft  img{
   width: 100%;
	border: 1px solid black;
	margin-bottom: 8px;
}

.frontpageright  img{
   width: 100%;
	border: 1px solid black;
	margin-bottom: 8px;
}


/* PAGE */

#pagebox {
	position: relative;
	background-color: #E0E0E0  ;
	top: -130px;
	z-index:2;
	padding: 20px;
	
border:dashed 1px #757575;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.caption {
	font-size: 10px;
}

#inlineblock {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

/* MISC */

#clear {
	height: 50px;
}