@charset "utf-8";
/* CSS Document */

/* GENERAL */

html, body {
  background-color: #FFFFFF;
  text-align: center;
  clear: both;
  height: 100%;
  margin-top: 10px;
  font-family:Helvetica, sans-serif;
 /* font-family:Georgia, "Times New Roman", Times, serif;*/
  font-size: 12px;
  line-height: 1.5em;
  }

#container {
  width: 790px;
 /* height: 573px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  text-align: left;
  }

#page {
  clear:both;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
  margin-bottom: 8px;
  }

h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  color:#333;
  padding: 0px;
  margin: 20px 0px 10px 0px;
  }

h2 {
  font-size: 16px;
  color:#333;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 19px 0px;
  }

h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color:#FFFFFF;
  padding: 0px;
  margin: 0px 0px 16px 0px;
  }

h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color:#333;
  margin-bottom: -18px;
  margin-right: 5px;
  }

h5 {
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color:#333;
  padding: 0px;
  margin: 0px 0px 19px 0px;
  }

.intro{

}
.greenBox{
	background:#FFFFFF;
	border-style: solid;
  	border-color: #00CC00;
	padding: 3px;
  	border-width: 1px;
	
}

 .tagline {
  font-size: 14px;
  color: #00CC00;
  font-style: italic;
  margin-bottom: 1.0em;
  }

.button a {
  text-decoration:none;
  margin: 30px 0px 10px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 11px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  line-height: 2em;
  }

.button a:hover {
  border-color: #000000;
  }

.button2 a {
  text-decoration:none;
  margin: 30px 0px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 48px;
  font-weight: bold;
  border-style: dashed;
  border-color: #FF0000;
  border-width: 1px;
  line-height: 2em;
  }
  
.button2 a:hover {
  text-decoration:none;
  margin: 30px 30px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 48px;
  font-weight: bold;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  line-height: 2em;

  }

ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

li {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

a {
  color: #000000;
  }

a:link {
  color: #000000;
  }

a:visited {
  color: #000000;
  }

a:active {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  }

a:hover {
  color: #000000;
  border
  text-decoration: none;
  }

form {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

input.btn {
  height: 2em;
  width: 6em;
  font-family: Georgia, serif;
  font-size: 90%;
  color: #000000;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  cursor: pointer;
  }

input.btnhov {
  color: #ffffff;
  background-color: #00FF00;
  border-color: #00FF00;
  }

img {
  border-width: 0px;
  }

.image {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding: 7px;
  }

/* TEMPLATE TOP */

#header {
  clear: both;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 30px; 
  border-bottom: 1px dashed #CCCCCC;
  z-index:3;
  }

#header ul {
  float: right;
  text-align: right;
  font-size:11px;
  font-style:italic;
  width: 340px;
  height: 26px;
  color: #000000;
  list-style-type: none;
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  }

#header li {
  display: inline;
  }

#header li .selected2 {
  text-decoration:none;
  margin-left: 12px;
  padding: 2px 5px 2px 5px;
  border-style: solid;
  border-color: #00cc00;
  border-width: 2px
  }

#header li a {
  text-decoration:none;
  margin-left: 12px;
  padding: 3px 6px 3px 6px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  }

#header li a:hover {
  text-decoration:none;
  margin-left: 12px;
  padding: 2px 5px 2px 5px;
  border-style: solid;
  border-color: #00cc00;
  border-width: 2px
  }
  
#header li a.selected {
    background-color: #00CC00;
	color: #FFFFFF;
	border: 1px solid #000000;
}

#headerlogo {
  margin-right: 350px;
  }

#headerlogo h1 {
  display: inline;
  }

#headerlogo img.logoline {
  display: inline;
  margin-right: 18px;
  margin-left: 18px;
  }

#headerlogo .tagline {
  display: inline;
  position: relative;
  top: 0px;
  }

.me {
	position: relative;
	height:150px;
	width: 151px;
	margin-top: 0px;
	margin-left: 0px;	
	margin-bottom: 20px;
	z-index: 0;	
  }
  

#opening1 {
  float: left;
  width: 320px;
  margin-top: 25px;
  margin-left:20px;
  margin-bottom: 15px;
  }
  
#opening2 {
  float: left;
  width: 320px;
  margin-top: 25px;	
  margin-left: 60px;
  margin-right:20px;
  
  }

.horizontalStack {
  float: right;
  width: 319px;
  height: 179px;
  border
  

} 

#openingImage {
  float: left;
  width: 320px;
  margin-left: 60px;
  margin-top: 60px;	
 
  
  }

.stackview {
  float: left;
  width: 299px;
  height: 176px;
  padding: 5px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
} 





#videoBox {
  clear:both;
  margin-top: 30px;	
  margin-left: 39px;
  margin-right: 39px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  }
  
 #column_videoBox{
  clear:both;
  margin-top: 10px;	
  margin-left: -2px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  }
  
  #column_videoBox2{
  clear:both;
  margin-top: 10px;	
  margin-left: -2px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  }

 #column_videoBox3{
  clear:both;
  margin-top: 10px;	
  margin-left: -2px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  }
  
#videoBox2 {
  clear:both;
  margin-left: 39px;
  margin-right: 39px;
  margin-top: 10px;	
  padding: 10px;
  border: 1px solid #CCCCCC;
  }
  
  #videoBox3 {
  clear:both;
  margin-left: 39px;
  margin-right: 39px;
  margin-top: 10px;	
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  }

.centerBox {

}

.centerBox div{
	/*z-index: 4;*/
}	

.flashPlayer{
	/*z-index: 5;*/
}

.frameFull{
	width:700px;
	height:932px;
}

.shoppingPreview {
	width:320px;
	height:16px;
	padding:3px;
	border-style: dashed;
    border-color: #FF0000;
}

.codeSnip{
	width:360px;
	height:91px;
	margin-left: 0px;
}
 
 #further1 {
  margin-top: 30px;
  float: left;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
  }

 #further2 {
  margin-top: 30px;
  float: right;
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
  }

 #further3 {
  clear:both;
  margin-top: 30px;
  float: left;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
  }

 #further4 {
  margin-top: 30px;
  float: right;
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
  }
  
  
#footer {
  clear: both;
  height: 80px;
  margin-bottom: 20px;
  border-top:1px dashed #CCCCCC;
  font-size: 90%;
  color: #7f7f7f;
  line-height: 1.4em;
  }

#footer ul {
  float: right;
  text-align: right;
  width: 200px;
  margin-top: 14px;
  margin-right: 20px;
  color: #000000;
  list-style-type: none;
  }

#footer li {
  display: inline;
  }

#footer p {
  margin-top: 14px;
  margin-left: 20px;
  margin-right: 220px;
  }

#footer .name {
  color: #333;
  }

