html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 0.95em arial, sans-serif;
  background: transparent url('../images/background.jpg') fixed;
  color:#FFF;
  }

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6
{
	font: bold 175% arial, sans-serif;
	color:#FFDF00;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
}

h2
{ font: bold 165% arial, sans-serif;
  text-align:center;}

h3
{
	font: bold 125% arial, sans-serif;
	padding: 0 0 5px 0;
	color: #500;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: bold 110% arial, sans-serif;
  color: #1D1D1D;
  line-height: 1.5em;}

h5, h6
{ font: italic 95% arial, sans-serif;
  color: #1D1D1D;
  padding-bottom: 15px;}

h6
{ color: #362C20;}

a, a:hover
{
	background: transparent;
	outline: none;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:600;
	color:#FF5;
}

a:hover
{ text-decoration: none;
  color: #1D1D1D;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ margin: 2px 0 15px 17px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer, #contact, #footer_content
{ margin-left: auto;
  margin-right: auto;}


#header
{ width: 1000px;
  height: 140px;
  padding-top: 20px;
  background: transparent;
  text-align: center;}

#banner_image {
    margin: 0 auto;
	width: 960px;
}
#slider-wrapper {
    height: 250px;
	background: transparent;
	width: 960px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 250px;
    position: relative;
    width: 960px;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 15px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 250px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

#header H1
{ width: 1000px;
  font: normal 450% arial, sans-serif;
  color: #FFF;
  letter-spacing: -4px;
  background: transparent;}

.orange
{
	color:#CA6500;
	font-weight:bold;
}

#header H2
{ width: 1000px;
  font: normal 160% arial, sans-serif;
  color: #FFF;
  letter-spacing: -1px;
  margin-top: -5px;
  background: transparent;}

#menubar
{ width: 960px;
  height: 50px;
  text-align: center;
  color: #000;
  background: transparent url(../images/transparent.png) repeat;
      webkit-border-top-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-topright:1em;
    -moz-border-radius-topleft:1em;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
}

#contact{
  width: 230px;
  float: left;
  height: 40px;
  background: transparent;
  padding: 10px 0 10px 20px;
}

#site_content
{ width: 1000px;
  overflow: hidden;
  margin-top: 20px;
  background: transparent url(../images/transparent_dark.png) repeat;
    webkit-border-top-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-topright:1em;
    -moz-border-radius-topleft:1em;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
	webkit-border-bottom-right-radius:1em;
    -webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-bottomleft:1em;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
	border:#C0C0C0 groove;
}

.sidebar_container
{ float: left;
  width: 270px;
  margin: 0px 0 20px 0;
  background: transparent url(../images/transparent.png) repeat;
  	webkit-border-bottom-right-radius:1em;
    -webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-bottomleft:1em;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
}

.sidebar2 {
	margin: 0px 0 20px 0;
	background: transparent url(../images/transparent.png) repeat;
    webkit-border-top-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-topright:1em;
    -moz-border-radius-topleft:1em;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
  	webkit-border-bottom-right-radius:1em;
    -webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-bottomleft:1em;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
}

.sidebar
{ float: right;
  width: 240px;
  padding-left: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% arial, sans-serif;
  padding: 0 15px 0 0;
  width: 201px;;}

.sidebar h2
{
	color: #FFF;
}

.sidebar h4
{
	font-size: 125%;
	color: #2A00AA;
}

.sidebar p
{ color: #1D1D1D;}

.sidebar a
{
	color:#2A0055;
}

.sidebar a:hover
{ text-decoration: none;}

.sidebar ul li, .sidebar ul li.selected
{ list-style: none;
  margin: 15px 0;
  padding: 0;}

.sidebar li.selected, .sidebar li:hover
{ color: #5D5D5D;
  text-decoration: none;}

#content
{ text-align: left;
  width: 960px;
  padding: 0;
  margin: 0 0 0 20px;
  float: left;}

.content_item
{ width: 670px;
  margin: 0 20px 20px 0;
  float: left;
  text-align:justify;}

.content_image
{ width: 250px;
  padding: 0px 20px 20px 0px;
  float: left;}

.container_header
{ margin-top: 20px;
  height: 15px;
  margin-top: -130px;
  width: 920px;
  background: transparent url(../images/container_header.png) repeat-x top;}

#footer
{ padding: 0 20px 0 20px;
  background: transparent;}

#footer_content
{ width: 920px;
  font: bold 100% arial, sans-serif;
  height: 45px;
  padding: 30px 0 5px 0;
  text-align: center;
  background: transparent;
  color: #1D1D1D;}

#footer a, #footer a:hover
{ color: #1D1D1D;
  text-decoration: underline;}

#footer a:hover
{ text-decoration: none;}

ul.links
{ margin: 0;}

ul.links li
{ list-style: none;
  padding: 8px 0;}

ul.links li a, ul.links li a:hover
{ padding: 0 0 0 28px;
  background: transparent url(../images/page.png) no-repeat left center;
  color: #06C4E6;
  text-decoration: underline;}

ul.links li a:hover
{ color: #5D5D5D;
  text-decoration: none;}

/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 30px;
  padding: 10px 0px 5px 0;
  overflow: hidden;
  float: left;
  margin: 0 0px 0 0;
  width: 1000px;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
}

.lavaLampWithImage li.back {
  background:#FFBF00;
  height: 28px;
  z-index: 8;
  position: absolute;
}

.lavaLampWithImage li a {
  font: normal 120% arial, sans-serif;
  font-weight:bolder;
  text-decoration: none;
  color: #000;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 60px;
  padding: 5px 0px 0px 35px;
  position: relative;
  overflow: hidden;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}

.hr {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.divwidth {
	width:250px;
	padding: 0px 5px 5px 0px;
	float:left;
}

.round {
    webkit-border-top-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-topright:1em;
    -moz-border-radius-topleft:1em;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
	webkit-border-bottom-right-radius:1em;
    -webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-bottomleft:1em;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
	}

td {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;}

.text {
	color:#00F;
	font-weight:bold;}

.text2 {
	color:#7F0000;
	font-weight:bold;
}

.text3 {
	color:#00F;
	font-weight:bold;
}

.circle {
	list-style-type:circle;}

.ol {
	color:#800000;
	font-weight:bold;}

.up {
	vertical-align:top;}

.euro {
	background-image:url(../images/euro1.gif);
	background-repeat:repeat-x;
	height:50px;
	float:none;
	}

.padding {
	padding:5px;
}

#container {
	  background: transparent url(../images/transparent2.png) repeat;
}

.divpad {
	padding:5px;
	text-align:center;
	float:right;
}

.contain {
	margin: 0 auto;
	width: 500px;
}

.clear {
	clear:both;
}

.divfloat {
	float:left;
	padding:5px;
}





/*--hete begin container--*/

.container {
    width:100%;
	height:100%;
    padding:3px 3px 3px 3px;
    margin:0 auto;
    text-align:justify;
    vertical-align:text-top;
}

.left {
    float:left;
	padding:5px 5px 5px 15px;
	width:660px;
}

.middle {
    float:left;
	padding:5px 5px 5px 10px;
 }

.right {
    float:left;
	padding:5px 5px 5px 10px;

}

.clear{
    clear:both;
    height:0;
    width:100%;
}

/*--hete endsa container--*/


.width {
	width:500px;
	float:left;
	padding:5px 5px 5px 15px;
}

.width2 {
	width:240px;
	float:left;
	padding:5px 5px 5px 15px;
}

.width3 {
	width:470px;
	float:left;
	padding:5px 5px 5px 10px;
}

.width4 {
	width:720px;
	float:left;
	padding:5px 5px 5px 10px;
}

.width5 {
	width:600px;
	float:left;
	padding:5px 5px 5px 15px;
}

.width6 {
	width:195px;
	float:left;
	padding:5px 5px 5px 15px;
	border:groove #7FBF00;
}

.width7 {
	width:207px;
	height:200px;
	float:left;
	padding:5px 5px 5px 15px;
	border:groove #7FBF00;
}

.div_table {
	width:225px;
	height:150px;
	border:groove #7FBF00;
	text-align:justify;
	float:left;
	padding:3px 3px 3px 3px;
	background: transparent url(../images/transparent.png) repeat;
    webkit-border-top-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -moz-border-radius-topright:1em;
    -moz-border-radius-topleft:1em;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
  	webkit-border-bottom-right-radius:1em;
    -webkit-border-bottom-left-radius:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-bottomleft:1em;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
}














