﻿body {
	background: #99CC33;
	margin: 10px 0;
	font-family: "Helvetica, Verdana, Arial, sans-serif";
}

p {
	font-size: 14px;
	margin-bottom: 10px;
}

.underline {
	text-decoration: underline;
}

.services_list {
	width: 40%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	list-style-image: url(../images/green_pen_trans_bullet.png);
}

.container {
	background: #99CC33;
	height: 800px;
}

.homephrase {
	font-size: 20px;
	color: #7e0b80;
}

.error {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	background-color: transparent;
}

div.toolTip {
	background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000;
}

.transparent_input {
	background-color: transparent !important;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#homepage_main {
	height: 600px;
	background: #ffffff;
}

#main_content {
	background: #ffffff;
	height: 700px;
	background-image: url('../images/se_logo_pen_watermark2.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 530px 15px;
}

#left_content {
	height: inherit;
}

#right_content {
	height: inherit;
}

#footer {
	text-align: center;
}

#spacer {
	background: #000000;
	height: 25px;
}

#header {
	height: 165px;
	background: #000000;
}

#right_content p, ul, h2, h3, h4, h5, h6 {
	color: #666666;
}

#aboutus_txt, #special_evts_txt,
#partners_txt, #choc_txt, #shop_txt{
	margin-top: 30px;
	padding-right: 20px;
}

#homepage_txt p {
	margin-top: 200px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#small_print {
	text-align: right;
	padding-right: 20px;
}

#small_print p {
	font-size: 10px;
}

#small_print #asterisk {
	color: #7E0B80;
}

.logo {
	position: absolute;
	z-index: 99;
}

.slogan {
	position: absolute;
	top: 210px;
	left: 543px;
	z-index: 99;
}

.slogan_new {
	margin-left: 20px;
	margin-top: 75px;	
}

#slogan_other {
	margin: 70px 0 0 50px;
}

.centeredImg {
	margin-bottom:0;
	margin-top:0;
	padding:0;
	text-align:center;
}

.headerText {
	color: #ffffff;
	font-size: 15px;
	position: relative;
	top: 50px;
	left: 460px;
}

.signEntMenu {
	position: relative;
	overflow: hidden;
	height: 35px;
	margin: 0;
	padding: 0pt;
	background-color: #000000;
}

.signEntMenu  li{
	float: left;
	list-style: none;
}

.signEntMenu li.backLava {
	background: url("../images/green_pen_trans.png") no-repeat left;
}

.signEntMenu li.backLava {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/green_pen_trans.png');
	z-index: 8;
	position: absolute;
	height: 30px;
}

.signEntMenu li a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 14px;
}   

.signEntMenu li.current a {
	color: #99CC33;
}

.signEntMenu li a:hover, .signEntMenu li a:active{
	border: none;
	color: #99CC33;
}

hr {
	padding: 0pt;
	margin: 0pt;
}

hr.space {
	height: 3px;
}

hr.dotted {
	color: #000000;
	background-color: #000000;
	border: 3px dotted #ffffff;
	border-style: none none dotted;
}

p.center {
	text-align: center;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 550px;
    height: 600px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 550px;
	height: inherit;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	width: 550px;
}
