/*---------------------------------------------
Optiva | www.leeswift.com

Version:	1.0 - 17/08/2009
Created by: 	Lee Swift | www.leeswift.com
-----------------------------------------------*/

* {
margin: 0; 
padding: 0; }



body {
	margin: 50px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	font-family : Tahoma, sans-serif;
	font-size : 12px; 
	color: #999; 
	background-image: url('../images/mainback.jpg');
	background-repeat: no-repeat;
	background-color: #131313; 
	background-attachment:fixed;}



.clear {
clear: both; }

.right {
float: right; }

#leftblock {
width: 500px;
}

hr {
	color: #313131;
	background-color: #313131;
	height: 1px;
	border: 0px
}





/*STRUCTURE*/



#wrapper {  
	background-color: #1c1c1c; 
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
#footer {  
	width: 990px;
	padding: 20px 0px 20px 0px;
	text-align: left;
	font-size: 11px;
	color: #999999; 
}





#leftpanel {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 350px;
float: left;
}

#rightpanel {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 350px;
float: right;
}


#clientpanel1 {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
float: left;
}

#clientpanel2 {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
float: left;
}

#clientpanel3 {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
float: left;
}


#clientpanel4 {
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 200px;
float: right;
}

#contactleft {
margin: 10px 20px 0px 0px;
padding: 0px 0px 0px 0px;
width: 580px;
float: left;
border-right: #313131 solid 1px;}

#contactright {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 230px;
float: right;
}






/*GLOBAL TYPOGRAPHY*/


h1 {
font-family : Tahoma, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #cccc99; }

h1 a:link, 
h1 a:active, 
h1 a:visited  {
font-weight: normal;
font-size: 20px;
line-height: 28px;
color: #fff; 
text-decoration: none; }

h1 a:hover  {
color: #0066ff;
text-decoration: none; }

h2 {
font-family : Tahoma, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 28px;
color: #cccc99; }

h2 a:link, 
h2 a:active, 
h2 a:visited  {
color: #005883; 
text-decoration: none; }

h2 a:hover  {
color: #cc0000;
text-decoration: none; }

h3 {
font-family: Arial, san-serif;
font-weight: bold;
font-size: 13px;
line-height: 12px;
color: #666666;
margin: 5px 0px 5px 0px; }

h3 a:link, 
h3 a:active, 
h3 a:visited  {
color: #0099ff; 
text-decoration: none; }

h3 a:hover  {
color: #ffcc00;
text-decoration: none; }

h4 {
font-family: Arial, san-serif;
font-weight: bold;
font-size: 15px;
line-height: 12px;
color: #666666;
margin: 5px 0px 5px 0px; }

h4 a:link, 
h4 a:active, 
h4 a:visited  {
color: #005883; 
text-decoration: none; }

h4 a:hover  {
color: #0099ff;
text-decoration: none; }

h5 {
font-family: Arial, san-serif;
font-weight: bold;
font-size: 11px;
line-height: 20px;
color: #0072bb;
margin: 0px 0px 0px 0px; }

h5 a:link, 
h5 a:active, 
h5 a:visited  {
color: #005883; 
text-decoration: none; }

h5 a:hover  {
color: #cc0000;
text-decoration: none; }

h6 {
font-family: Arial, san-serif;
font-weight: bold;
font-size: 11px;
line-height: 14px;
color: #005883;
margin: 0px 0px 0px 0px; }

h6 a:link, 
h6 a:active, 
h6 a:visited  {
color: #005883; 
text-decoration: none; }

h6 a:hover  {
color: #0099ff;
text-decoration: none; }

p {
font-family: Tahoma, san-serif;
font-size: 11px;
line-height: 15px;
color: #999; 
margin: 0px 0px 15px 0px; }

p a:link, 
p a:active, 
p a:visited  {
color: #fff; 
text-decoration: none; }

p a:hover  {
color: #0099ff;
text-decoration: underline; }


li {
font-family: Arial, san-serif;
font-size: 12px;
line-height: 16px;
color: #666; 
margin: 0px 0px 0px 20px; }

#baselinks {  
	font-family : Tahoma, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #999999; 
}
#baselinks a:link, 
#baselinks a:active, 
#baselinks a:visited  {
color: #abab86; 
text-decoration: none;
font-size: 12px;

}

#baselinks a:hover  {
color: #0099ff;
text-decoration: none; }



/* Form Styles */



A.redbut {
  	font-weight: bold;
  	padding: 2px 4px 2px 4px;
  	font-size: 11px;
  	border: thin outset;
  	color: #ffffff;
  	text-align: center;
  	text-transform: uppercase;
  	width: 60px;
}
A.redbut:link { 
  	border-width: 1px;
  	padding: 2px 4px 2px 4px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:visited {
  	border-width: 1px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:hover { 
  	border-width: 1px;
  	background-color: #530000; 
  	color: #ffffff;
  	text-decoration: none;
}
A.redbut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
A.greybut {
  	font-weight: bold;
  	font-size: 11px;
  	font-family: Arial, sans-serif;
  	border: thin outset;
  	text-decoration: none;
  	color: #ffffff;
  	text-align: center;
  	height: 18px;
  	text-transform: uppercase;
  	line-height: 1.4em;
	padding: 2px 10px 2px 10px;
}
A.greybut:link { 
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:visited {
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:hover { 
  	border-width: 1px;
  	background-color: #666; 
  	color: #ffffff;
  	text-decoration: none;
}
A.greybut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
.dropdown {       
	padding: 0px 0px 0px 2px;
	font-family: Arial, sans-serif;
	font-size : 11px; 
	height : 20px ;
	border-width: 1px;
	background-color: #f6f6f6;
}
.textfield {       
	font-family: Arial, sans-serif;  
	font-size : 11px; 
	padding: 1px 0px 0px 2px;
	border-width: 1px;
	background-color: #f6f6f6;
	height: 20px;
}
.textarea {       
	font-family: Arial, sans-serif;  
	font-size : 11px; 
	padding-top: 1px;
	border-width: 1px;
	background-color: #f6f6f6;
}
.redstar {
	color: #ff0000;
	font-size : 16px;
	font-weight: bold;
}


#carousel{
  position: relative;
  height: 260px;
  overflow: hidden;

}

#carousel-image{
  position: absolute;
  top: 0;
  left: 0;
}

#carousel-image img{
  position: absolute;
  top: 0;
  left: 0;
}

#carousel-control{


  left: 0;
}

#carousel-control #carousel-control-buttons{
  position: absolute;
}

#carousel-control #carousel-control-buttons ul{
  list-style: none;
  padding: 0;
  margin: 10px 0 0 15px;
}

#carousel-control #carousel-control-buttons li{
  float: left;
  height: 15px;
  width: 15px;
  margin-right: 3px;
  cursor: pointer;
}

#carousel-control #carousel-control-buttons ul.red li{

}

#carousel-control #carousel-control-buttons ul.yellow li{

}

#carousel-control #carousel-control-buttons ul.blue li{

}

#carousel-control #carousel-control-buttons li#carousel-control-button-0{
  background-position: 0 0;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-0.active{
  background-position: 0 -15px;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-1{
  background-position: -18px 0;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-1.active{
  background-position: -18px -15px;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-2{
  background-position: -36px 0;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-2.active{
  background-position: -36px -15px;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-3{
  background-position: -54px 0;
}

#carousel-control #carousel-control-buttons li#carousel-control-button-3.active{
  background-position: -54px -15px;
}

#carousel-control .carousel-control-content{
  display: none;
  height: 118px;
  width: 214px;
  padding: 10px 15px;
}

#carousel-control .carousel-control-content.selected{
  display: block;
}

#carousel-control .carousel-control-content.red{

}

#carousel-control .carousel-control-content.yellow{

}

#carousel-control .carousel-control-content.blue{

}

#carousel-control h3{

}

#carousel-control a{


}

#carousel-control a:hover{
  text-decoration: underline;
}

#carousel-control hr{
  display: none;
}

#carousel-control .ruler{


}











