/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, sup, tt, var,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:top;
}
body {
	line-height:1;


}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#333;
	z-index: 998;
}

a, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover, a:active {
	color:#ccc;
	text-decoration:none;
}



.slider-wrapper { 
	width: 80%; 
	margin: 5px auto;
}

.slider-wrapperBG { 
	width: 80%; 
	margin: 40px auto;
}

.slider-wrapperBGA { 
	width: 80%; 
	margin: 10px auto;
}

.slider-wrapper2 { 
	width: 80%; 
	margin: 10px auto;
}
.slider-wrapper3 { 
	width: 80%; 
	margin: 15px auto;
}

.theme-default #slider {
    margin:10px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:40px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* Align */
.alignLeft {
    float: left;
    margin: 10px 10px 0px 0px;
}
.alignRight {
    float: right;
    margin: 10px 0px 0px 10px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/* End Align */
/* Header */
.header {
	
	cursor: default;
	height: 87px;
	position: absolute;
	width: 100%;
	z-index: 998;
	text-align:center;
	pointer-events: none;
}
.headerContent{
	width:80%; 
	margin:0 auto; 
	height:auto; 
	margin-top:6px;

}

/* End Header */
/* Content */
.fr{
	float:right;
}

/* blockquote */
blockquote {
	border: 1px dotted #999999;
   
   /*background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#666666));
   background: -moz-linear-gradient(top, #333333, #666666);*/
   padding: 5px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,.3) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,.3) 0 1px 0;
   box-shadow: rgba(0,0,0,.3) 0 1px 0;
   text-shadow: rgba(0,0,0,.2) 0 2px 0;
   
   /*font-family: "Times New Roman", Times, serif;*/
   font-style:normal;
   color:#333;
   font-size: 12px;
   font-weight:normal;
   text-decoration: none;
   vertical-align: middle;
   margin-bottom:5px;
	
}
#flashContent{
	width:400px;
	height:250px;
	border:#999999 solid 1px;
	-webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}
.shadow {

-moz-box-shadow: 0 0 3px 3px #999;
-webkit-box-shadow: 0 0 3px 3px#999;
box-shadow: 0 0 3px 3px #999;
}

.shadow2 {
margin: 5px ;
-moz-box-shadow: 0 0 1px 1px #999;
-webkit-box-shadow: 0 0 1px 1px#999;
box-shadow: 0 0 1px 1px #999;
}

.shadow3 {
margin: 2px 0px 5px 15px;
-moz-box-shadow: 0 0 1px 1px #999;
-webkit-box-shadow: 0 0 1px 1px#999;
box-shadow: 0 0 1px 1px #999;
}

.shadow4 {
margin: 10px 10px 5px 0px;
-moz-box-shadow: 0 0 1px 1px #999;
-webkit-box-shadow: 0 0 1px 1px#999;
box-shadow: 0 0 1px 1px #999;
}


.navigation {
 
  color:            #3366ff;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation a:link {
 
  color:            #3366ff;

}

.navigation a:visited {
 
  color:            #3366ff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation a:hover {

  color:            #000000;
}

.navigation a:active {

  color:            #3366ff;
}

.navigation2 {
  
  color:            #3366ff;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation2 a:link {

  color:            #3366ff;

}

.navigation2 a:visited {
  
  color:            #3366ff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation2 a:hover {
  
  color:            #000000;
}

.navigation2 a:active {

  color:            #3366ff;
}


.navigation3 {
  
  color:            #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation3 a:link {

  color:            #999999;

}

.navigation3 a:visited {
  
  color:            #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
}

.navigation3 a:hover {
  
  color:            #000000;
}

.navigation3 a:active {

  color:            #999999;
}

.navigation6 {
 
  color:            #3366ff;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
}

.navigation6 a:link {
 
  color:            #3366ff;

}

.navigation6 a:visited {
 
  color:            #3366ff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
}

.navigation6 a:hover {

  color:            #000000;
}

.navigation6 a:active {

  color:            #3366ff;
}