/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }



/* START */

body {
	background: url(../images/Lesti_Background.jpg) repeat-x;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C7A;
}

 h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #11BF1A;
	line-height: 1.2;
}

h1 { 
	font-size: 18pt;
	margin-bottom:8px;
}

h2 {
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 8px;
}

h3 {
	font-size: 11pt;
	margin-bottom: 8px;
}

p {
}

img {
	vertical-align:middle;
}

a {
	color: #11BF1A;
	text-decoration:underline;
}

a:link {
	color: #11BF1A;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left:20px;
}


/* Header */

#container {
	width: 920px;
	color:#8C8C7A;
	margin: 0px auto;
	padding: 0;
}

#header {
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	height: 140px;
	background: url(../images/Lesti_Header.jpg) no-repeat;
}

#header_address {
	padding-top:5px;
	margin-left:650px;
	line-height: 1.3;
}

#header_address h1 {
	margin: 0px 0px 0px 0px;
	padding:15px 0px 9px 0px;
	color: #11BF1A;
	font-size:10pt;
	line-height: 1.0;
	font-weight:bold;
}


#menu {
	float: left;
	width:920px;
	height:38px;
}

#menu ul {
	margin-left: 30px;
	height:38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height:38px;
}

#menu a {
	text-decoration: none;
	height:38px;
	line-height:38px;
	padding:0 10px 0 10px;
	margin-right:1px;
	display:block;
	font-size: 14px;
	color: #ffffff;
}

#menu a:hover {
	color: #ffffff;
	background: url(../images/Lesti_Mainmenu_Selection.jpg) repeat-x;
}

#submenu {
	float: left;
	width:920px;
	height:28px;
}

#submenu ul {
	margin-left: 30px;
	height:18px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
	height:18px;
}

#submenu a {
	text-decoration: none;
	height:21px;
	line-height:21px;
	padding:0 10px 0 10px;
	display:block;
	font-size: 12px;
	font-weight:normal;
	color: #8C8C7A;
}

#submenu a:hover {
	border: 0px solid #fff;
	color: #8C8C7A;
	background: none;
	background-color:#FFF8E6;
}



/* Content */

#contenthome {
	float:left;
	width: 800px;
	height:330px;
	border-bottom:1px dotted #333;
	margin: auto;
	margin-top:20px;
	padding-bottom:15px;
	margin-bottom:5px;
	margin-left:50px;
	background: url(../flash/Lesti_Flash0.jpg) no-repeat;
}

.contentlinkcolumn {
	float:left;
	width: 245px;
	margin: auto;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:50px;
}
.contentlinkcolumn h2 {
	color:#8C8C7A;
	font-size:14pt;
}


.contentlinkcolumn p {
	font-size:9pt;
	line-height:1.9;
	color: #8C8C7A;
}

.contentlinkcolumn a {
	font-size:9pt;
	line-height:1.9;
	text-decoration:none;
	color: #8C8C7A;
}

.contentlinkcolumn a:hover {
	text-decoration:underline;
}


#content {
	float:left;
	width: 490px;
	margin: auto;
	color:#8C8C7A;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:1.9;
	text-align:left;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:40px;
}

#content p {
	margin-bottom:20px;
}

#linkcolumn {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 226px;
	margin-top:20px;
	margin-right:45px;
	font-size:9pt;
	line-height:20px;
}

#linkcolumn p {
}

#linkcolumn a {
	height:25px;
}

#content ol {
  list-style-position:inside;
  margin:10px;
  font-size:9pt;
  list-style-type:decimal;
}

#content ol li {
  margin-top:8px;
  margin-bottom:8px;
  line-height:13px;
}
#content ol li span {
  color:#000;
}

#content ul {
  margin:15px;
  font-size:9pt;
  line-height:13px;
}

#content ul li{
  list-style:square;
  list-style-position:outside;
  margin-top:5px;
  margin-bottom:5px;
  line-height:18px;
  margin-left:15px;
}
#content ul li span{
  color:#000;
}


/* Footer */

/* Footer links */
#footer {
	clear:both;
	height:20px;
	margin-top:40px;
	color: #ffffff;
	background-color:#8C8C7A;
	text-align:center;
}

#footermenu {
	line-height:20px;
}
#footermenu a {
	color:#ffffff;
}
#footermenu a:link {
	color:#ffffff;
}



.br {
	display:none;
}  
  
.submit {
	height:24px;
	border: 1px solid #bbb;
	color:#333333;
	width:210px;
	margin-left:68px;
	font:9pt Tahoma, Arial sans-serif;
	text-transform:uppercase;
}

form.cssform {
         width: 420px;
         font-size: 0.8em;
         line-height: 20px;
         font-family: Tahoma, Arial, sans-serif;
}

fieldset {
		width:99%;
         margin-bottom: 10px;
         border: none;
}

label {
         font-family: Tahoma, Arial, sans-serif;
         line-height: 1.8;
         vertical-align: top;
         float: left;
         text-align: right;
         margin-right: 5px;
         width: 60px;
}


.textfield {
	font:8pt  Tahoma, Arial, sans-serif ;
	color:#555;
	margin:3px;
	height:14px;
	border: 1px solid #bbb;
	padding: 3px 8px;
	width:190px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	maxlength:27;
}

textarea {
	 padding: 3px 8px;
     background: #fff;
     border: 1px solid #bbb;
     width: 190px;
 	 font:8pt  Tahoma, Arial, sans-serif ;
	 color:#555;
	 margin-left:3px;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-left: 20px;
margin-bottom: 20px;
}

