
.welcome
{
  padding: 50px 0px 0px 0px;
  width: 600px;
  text-align: center;
}

.welcomepara
{
  padding: 0px 0px 0px 0px;
  width: 800px;
  text-align: center;
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
}

.trailer
{
	padding: 400px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.takecontrol
{
  padding: 0px 0px 0px 200px;
}

.headeritems
{
  color: #121212;
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 1.0;
  font-size: 10px;
  font-size: 1.0rem;
}

.buynow
{
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 1.0;
  font-size: 10px;
  font-size: 1.0rem;
  color: #ffffff;
  background-color: #00794d;
}
.buynow a
{
  color: #ffffff;
  text-decoration: none;
}

.buynow:hover {
    background-color: #ce1125;
	cursor: pointer;
}

.bottombuy
{
	font-family: 'Open Sans';
	font-weight: bold;
	line-height: 1.0;
	font-size: 10px;
	font-size: 1.0rem;
	color: #ffffff;
	background-color: #00794d;
	vertical-align:middle;
	height:40px;
}

.bottombuy:hover {
    background-color: #ce1125;
	cursor: pointer;
}

.bottombuy a
{
  color: #ffffff;
  text-decoration: none;
}

.headeritems a
{
  color: #121212;
  text-decoration: none;
}

.sectiontitle
{
  color: #121212;
  font-family: 'Open Sans';
  font-weight: bold;
  line-height: 2.0;
  font-size: 20px;
  font-size: 2.0rem;
}

.screenshotpreview
{
	border-style: solid;
	border_width: 1px;
	border-color:#eeeeee;
	box-shadow:  inset 0 0 1px rgba(255,255,255,1);
    box-shadow:  5px 5px 15px 1px rgba(0,0,0,0.1);
}

#gallery img:hover
{
	border-color:#00794d;
}

.database_table
{
	border-style: solid;
	border_width: 1px;
	border-color:#00794d;
	border-radius:5px;
	box-shadow:  inset 0 0 1px rgba(255,255,255,1);
    box-shadow:  5px 5px 15px 1px rgba(0,0,0,0.1);
 }

.database_text
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.0;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 5px 5px 15px 5px;
  text-align: center;
  overflow:visible;
}

.database_text table
{
	border-style: solid;
	border_width: 1px;
	border-color:#00794d;
}

.database_text td
{
	height:26px;
}

.countrytitle
{
  text-align: center;
  background-color: #00794d;
   color: #eeeeee;
}


.basic_text
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 5px 15px 5px;
  text-align: justify;
  overflow:visible;
}
.answertext
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.1;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: justify;
  overflow:visible;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.question_text
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: justify;
  font-weight:bold;
}

.footerimage {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	line-height: 0;
	border-left: 0;
}
.footerimage img
{
	width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border-left: 0;
}

.footer_copyright
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.0;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 0px 5px 15px 50px;
}

.footer_fully
{
  color: #232323;
  font-family: 'Open Sans';
  line-height: 1.0;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 0px 5px 15px 100px;
}

.pagebg
{
    top:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.header-cont {
    width:100%;
    position:fixed;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    top:0px;
}
.header {
    height:76px;
    background:#fffef4;
    width:980px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:0px;
}

.header_strip {
	background-image: url("assets/header_strip.jpg");
}


