/* 
 * ------------------------- 
 *  Layout CSS for the site 
 * -------------------------
 *   Copyright Netura 2005
 */
 
html,body {
	height: 100%;
}

html {
	min-width:786px;
}

body {
  	background: #dcfafa url(images/bg.gif);
  	background-position:center;
	background-repeat:repeat-y;
	
	text-align:center;
	margin: 0px auto;
	padding: 0;
	width: 786px;
	
}

#container { 
	margin-left:auto;
	margin-right:auto;
	width: 706px;
	background: transparent url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	float:left;
	position: relative;
	min-height: 100%;
	text-align:left;
}

#leftborder {
  	background: transparent url(images/left.jpg);
	background-position:right top;
	background-repeat:repeat-y;
  	position: relative;
	height: 860px;
	width:40px;
	float:left;
}

#rightborder {
  	background: transparent url(images/right.jpg);
	background-position:left top;
	background-repeat:repeat-y;
  	position: relative;
	height: 860px;
	width:40px;
	float:left;
}


#header {
	background: #51aba2 url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	height: 202px;
	width: 706px;
	z-index:100;
}

#left {
  	float:left;
  	text-align:right;
  	margin-left:140px;
}


#menu {
	background: transparent url(images/menubg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	text-align: right;
	min-height: 42px;
	width: 200px;
	position: absolute;
	top:225px;
	right:30px;
}

#menu img{
	border:none;
	margin:0;
}

#flower {
  	position:absolute;
  	right:0px;
  	top:400px;
  	width:201px;
  	margin-right:10px;
}

#content {
	background: transparent ;
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
	margin-left:45px;
	width: 430px;
	min-height:570px;
	padding-bottom: 91px;
	border-right: 1px solid #edc;
}

  	
#footer {
	background: transparent url(images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	text-align:center;
	height: 91px; 
	width: 687px;
	position: absolute;
	bottom: 0;
	z-index:50;
}

/* 
 * ----------------------
 * Footer text div styles
 * ----------------------
 */

#contact {
	position:absolute;
	left:35px;
	bottom:10px;
	text-align:left;
}

.foottext {
	font-weight:normal;
}

#contact img {
  	border: none;
}

#contact img:hover {
  	border: 2px solid #adf;
}
#contact a {
  	border:none;
}



/* 
 * -------------------------------------- 
 *  Default paragraph and heading styles 
 * --------------------------------------
 *   Copyright Netura 2005
 */

p, h1, h2, h3, h4, h5, h6 {
	margin: 16px 5px 16px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h1 {
	margin-top: 0px;
	margin-bottom:9px;
	font-size:22px;
	line-height:21px;
	color: #ffd400;
	letter-spacing:0.9pt;
	word-spacing:3px;
}

h2 {
	margin-bottom:1px;
	font-size:20px;
	letter-spacing:0.7pt;
	word-spacing:2px;
	line-height:21px;
	color: #ffd400;
}

h6 {
  	margin-top:0px;
  	font-size:11px;
  	font-style:italic;
  	font-weight:bold;
}

#left h5 {
  	margin-top:0px;
  	letter-spacing:1px;
	margin-right: 0px;
	font-size:16px;
	font-variant: small-caps;
	color: #ffffff;
}

p {
	font-size:12px;
	line-height:18px;
	margin: 12px 15px 12px 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	margin: 8px 30px 8px 20px;
	padding-left: 1px;
}

li {
	list-style-type: square;
	margin: 3px 0px;
	padding-left: 4px;
}


/* Default link styles */

a {
	color: #ffcf4f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}



form {
	display:inline;
}

form span {
  	float:left;
  	margin: 0px 10px;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #cccccc;
	width: 53%;
	float: left;
	margin-right:40px;
	margin-bottom: 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button {
	float: right;
	width: 150px;
	margin: 10px 49px 20px 0px;
	display:block;
	clear:none;
	color:#fff;
	background:#488;
	height: 20px;
}

label {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: right;
	color:#fff;
	height:18px;
	float: left; 
	width: 32%; 
	margin-right: 15px;
	padding: 0px 0px;
	display: block;
}
