html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

body{ 
  background-image: url("../images/bg1.jpg");
  background-repeat: repeat-xy;
  background-position: top center;
  background-attachment: fixed;
  height: 100%; 
}

#container{ 
  position: absolute;
  margin-left: -470px;
  margin-top: -225px;
  width: 950px; 
  height: 450px;
  left: 50%;
  top: 50%;
  border: 0px solid #000000;
}

#menu {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #000000;
  width: 430px;
  height: 450px;
  float: left;
  position: relative; 
}

#header {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 233px;
  width: 460px;
}

#logo {
  margin: 62px 0px 0px 38px;
  padding:0;
  float: left;
  width:380px;
  height: 174px;
	background: url(../images/orizon_logo_white.png) no-repeat;  
}

#logo a {
  display: block;
  height: 100%;
  width: 100%;
}

#style-switcher{
  padding-top: 60px;
  float: left;  
}

.white {
  display: none;
}

#navigation {
  text-align: right;
  float: right;
  padding-right: 20px;
  margin: 20px 0px 0px 0px;
  width: 400px;
}

#content {
  height: 475px;
  float:left;
  width: 440px;
  padding-top: 70px;
  padding-left: 20px;
  font-size: 13px;
  color: #4E5563;
}

.description p {
  line-height: 10px;
  margin-top: 9px;
}

#twitterfeed {
  margin:0;
  padding:0;
  float: left;
}

#dummy-element {
  width:2px;
} 


/*** H TAGS TEXT ***/

a:active, a:focus {
  outline: 0;
}

a.link, a:link.link, a:hover.link{
  color: #000000;
  text-decoration: none;
}

h1 {
  color: #000000;
  font-size: 20px;
}

h2, h2 a, h2 a:link, h2 a:visited {
  display:inline;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration:none;
  line-height: 22px;
}
    
h2 a:hover {
  color: #00c0ff;
}

h2.current {
  color: #00c0ff;
}

h3 {
  display: inline;
  color: #000000;
  font-size: 22px;
  font-weight: normal;
}

h4.serv {
  color: #00c0ff;
  display: inline;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, sans-serif;

}

h4 {
  color: #00c0ff;
  display: inline;
  font-size: 13px;
  font-weight: black;
  font-family: Arial, sans-serif;
}

span.sep {
  margin: 0px;
  padding: 3px 7px 3px 7px;
  font-size: 15px;
  font-weight: normal;
  color: #8b9ca3;
}

.description {
  display:block;
  color: #4E5563;
  width: 360px;
  margin: 5px 0px 5px 0px;
  font-weight: normal;
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
  
}

.description {
  font-size: 13px;
}

img {
  border: 0px;
}


/* CAROUSEL */


.jcarousel-container {
    position: relative;

}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    /*float: left;*/
    list-style: none;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    border: 0px ;
    margin-top: 10px;
    clear: both;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 400px;
    height: 230px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 400px;
    height: 256px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 400px;
    height: 128px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    

}


.jcarousel-skin-tango .jcarousel-item ul {
    width: 400px;
    margin: 0;
    padding: 0;
    height: 110px;

}

.jcarousel-skin-tango .jcarousel-item ul li {
    margin: 0px 12px 0px 0px;
    display: inline;
    float: left;
  	border: 2px solid #ddd;
	  padding: 5px;
	  background: #f0f0f0;	

	  left: 0; top: 0;
	  -ms-interpolation-mode: bicubic; 
	  -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.jcarousel-skin-tango .jcarousel-item ul li:hover {
    border: 2px solid #00c0ff;

}

.jcarousel-skin-tango .jcarousel-item-vertical {

}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Vertical Buttons
 */
 
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 85px;
    left: 390px;
    width: 32px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../images/arrows_prev.png) no-repeat 0 0;

}
 
 
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 140px;
    left: 390px;
    width: 32px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../images/arrows_next.png) no-repeat 0 0;

}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
     background-position: 0 -19px;
}



.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -38px;
}



.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
     background-position: 0 -19px;
}



.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -38px;
}

/* GALLERY THUMBS HOVER */

.thumb {
	height: 100px;
	width: 100px;
	display: block;
	float: left;
  padding: 0px;
  position:relative;
  background-repeat: no-repeat;
  background-position: top left;
	border: 1px solid #dddddd;
	z-index: 0;
}

.thumb_hover {
	display: block;
	width: 100px;
	height: 100px;
	z-index: 1;
	filter: alpha(opacity=0); 
  -moz-opacity: 0.0; 
  -khtml-opacity: 0.0; 
  opacity: 0.0; 
  background-image: url(../images/thumb_zoom.png);  
}

.thumb_hover:hover {
	filter: alpha(opacity=80); 
  -moz-opacity: 0.8; 
  -khtml-opacity: 0.8; 
  opacity: 0.8; 
}

.thumb2 {
	height: 100px;
	width: 356px;
	display: block;
	float: left;
  padding: 0px;
  position:relative;
  background-repeat: no-repeat;
  background-position: top left;
	border: 1px solid #dddddd;
}

.thumb2_hover {
	display: block;
	width: 356px;
	height: 100px;
	z-index: 1;
	filter: alpha(opacity=0); 
  -moz-opacity: 0.0; 
  -khtml-opacity: 0.0; 
  opacity: 0.0; 
  background-image: url(../images/thumb2_zoom.png);  
}

.thumb2_hover:hover {
	filter: alpha(opacity=80); 
  -moz-opacity: 0.8; 
  -khtml-opacity: 0.8; 
  opacity: 0.8; 
}

/* CONTACT FORM */

#contact-wrapper {
	width: 400px;
	border: 0px;
}

#contact-wrapper label {
	display:block;
	color: #000000;
}

form#contactform input.required, form#contactform textarea {
  display: block;
	color:#333;
	padding: 3px;
	background-color: #f0f0f0;	
	width: 350px;
	border: 2px solid #ddd;
	-webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  margin: 0px 0px 10px 0px;
}

form#contactform input.btn {
	-webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
	background-color: #f0f0f0;	
	border: 2px solid #ddd;
  padding: 3px;
  margin-top: 3px;
}

form#contactform input:hover, form#contactform textarea:hover {
  border: 2px solid #00c0ff;
  color: #00c0ff;
}
				
#contact-wrapper label.error { 
  display: hidden;
  float: right; 
  color: red; 
  vertical-align: top; 
}

form#contactform input.required.email.error, form#contactform input.required.error, form#contactform textarea.required.error  {
	border: 2px solid red;
}



#services {
  width: 360px;
  margin-top: 5px;
}

.services-icon {
  float: left;
  padding: 0px;
	margin: 0px 5px 5px -5px;
	width: 80px;

}

.services-descr {
  float: right;
  padding: 0px;
	border: 0px solid #ddd;
  width: 280px;
  height: 77px;
}

.one {
  margin-top: 6px;
}


		
#bubble {
	background: url(../images/switch2black.png) no-repeat top left;
	width: 110px;
	height: 60px;
	position: absolute;
  margin:0px 0px 0px 0px;
  top: 175px;
  left: 373px;
	z-index: 15;
  display: none;
}




		


