<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

CSS File

*/


/*** GLOBAL  ***/
html,body {margin:0;padding:0}
body {
	font-family:arial, Verdana;
	font-size:12px;
	padding:0;
	line-height:20px;
	color:#333333;
	background:#f7f6f2;grid-row: 
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:2px;
	line-height:0;
	margin:40px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e9e9e9;
	background:#e9e9e9 url(../images/hr.gif) repeat-x;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5, h6{margin-bottom:18px;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:20px; line-height:22px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:18px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:18px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#ff0000;}
.pagetitle{font-size:30px; line-height:32px; margin-bottom:0}
.tpost{margin-bottom:5px;}
.errorpage{text-align:center; font-size:36px; line-height:38px}
.valignmiddle{line-height:45px}
.uppercase{text-transform:uppercase;}
.title-bold{font-weight:bold;}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; color:#555555}
a:hover{text-decoration:underline; color:#6c6c6c}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
.frame{
	padding:6px;
	border: solid 1px #fff;
  	outline: solid 1px #edece6;
	margin-bottom:10px;
	line-height:0;
	}
	
.preloader{ background:url(../images/preload-small.gif) center center no-repeat; display:block;}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:16px;
	line-height:22px;
	}

blockquote p{margin-bottom:0px; font-size:16px; line-height:22px}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper{width:100%}

#wrapper-top{height:83px;}
#top{width:940px; margin:0 auto;}
#top1{width:100%; margin:0 auto;}

#wrapper-after-top{border:solid 1px #fff; border-width:1px 0px}
#breadcrumb{width:940px; margin:0 auto; padding:6px 0} 

#wrapper-header{position:relative; height:510px; }
#wrapper-header.height{ height:550px}
#header-light{width:100%;  margin:0; position:absolute; left:0; z-index:1; height:519px;}
#header{width:940px; margin:0 auto; z-index:2; position:relative; }
#header2{width:960px; margin:0 auto; z-index:2; position:relative; }


#wrapper-header-inner{ background:#f0efea; padding:20px 0 22px 0;}
#header-inner{width:940px; margin:0 auto;}

#wrapper-content{padding:60px 0; background:url(../images/bg-line-content.gif) repeat-x top;}
#content{width:940px; margin:0 auto;}
#main{background:url(../images/vr.gif) repeat-y 287px 0;}
#main.separator-right{ background-position:653px 0}
#submain{background:url(../images/vr.gif) repeat-y 137px 0;}
#submain.separator-right{ background-position:753px 0}

#sidebar{width:257px; float:left; padding-right:30px}
#sidebar.positionright{padding:0 0 0 30px}
#maincontent{width:623px; float:left; padding-left:30px}
#maincontent.positionleft{padding:0 30px 0 0}


#wrapper-bottom{width:100%; height:15px; padding:22px 0;}
#tweets{ width:940px; margin:0 auto}

#wrapper-footer{position:relative;}
#footer-light{width:100%;  margin:0; position:absolute; left:0; z-index:1; height:308px; }
#footer{width:940px; margin:0 auto; padding:40px 0; position:relative; z-index:2; }

#wrapper-footer-text{width:100%;height:49px;}
#footer-text{width:940px; margin:0 auto; }


/*** CONTAINER 1 ***/
#wrapper1{width:100%}

#wrapper1-top{height:83px;}
#top{width:940px; margin:0 auto;}
#top1{width:100%; margin:0 auto;}

#wrapper1-after-top{border:solid 1px #fff; border-width:1px 0px}
#breadcrumb{width:940px; margin:0 auto; padding:6px 0} 

#wrapper1-header{position:relative; height:510px; }
#wrapper1-header.height{ height:550px}
#header-light{
	width: 100%;
	margin: 0;
	position: absolute;
	left: -904px;
	z-index: 1;
	height: 519px;
	top: -59px;
}
#header{width:940px; margin:0 auto; z-index:2; position:relative; }
#header2{width:960px; margin:0 auto; z-index:2; position:relative; }


#wrapper1-header-inner{ background:#f0efea; padding:20px 0 22px 0;}
#header-inner{width:940px; margin:0 auto;}

#wrapper1-content{padding:60px 0; background:url(../images/bg-line-content.gif) repeat-x top;}
#content1{width:940px; margin:0 auto;}
#main{background:url(../images/vr.gif) repeat-y 287px 0;}
#main.separator-right{ background-position:653px 0}
 
#maincontent{width:623px; float:left; padding-left:30px}
#maincontent.positionleft{padding:0 30px 0 0}


#wrapper1-bottom{width:100%; height:15px; padding:22px 0;}
#tweets{ width:940px; margin:0 auto}

#wrapper1-footer{position:relative;}
#footer-light{width:100%;  margin:0; position:absolute; left:0; z-index:1; height:308px; }
#footer{width:940px; margin:0 auto; padding:40px 0; position:relative; z-index:2; }

#wrapper1-footer-text{width:100%;height:49px;}
#footer-text{width:940px; margin:0 auto; }

/* TOP */
#top-left{width:175px; float:left; height:83px}
#top-right{float:left; width:765px;} 

/* TOP1 */
#top1-left{width:175px; float:left; height:83px}
#top1-right{float:left; width:765px;} 


/* TOP MENU */
#nav{
	position:relative;
	z-index:200;
	padding:0;
	text-align:right
}
#topnav, #topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#topnav{padding:25px 0 0 0; float:right}

#topnav a{
	padding:0 20px 34px 20px;
	color:#fff;
	text-decoration:none;
}

#topnav li a:hover{
	text-decoration: none;
  }
#topnav li.current &gt; a{}

#topnav li{
	float:left;
	position:relative;
	font-size:12px;
	padding:0 0 0 0px;
	margin:0;
	height:35px;
	line-height:35px;
	cursor:pointer;
}
#topnav li.last{padding:0; margin:0}
#topnav li li{
	padding-right:0px;
	display:block;
	line-height:25px;
	padding:0px 0px 0px 0;
	margin-right:0;
	text-align:left !important;
	float:none;
	
}
#topnav ul {
	position:absolute;
	display:none;
	width:160px;
	top:58px;
	left:0;
	padding:15px 0 13px 0;
	text-align:left;
	background-position:0 13px !important
}

#topnav li ul a{
	width:130px;
	display:block;
	margin:0 0px;
	padding:8px 15px;
	font-size:12px !important;
	line-height:16px;
	color:#fff;
	text-align:left !important;
	text-transform:capitalize;
	
}

#topnav li ul a:hover{}

#topnav ul ul{
	top:0px;
}	

#topnav li ul ul {
	left:160px;
	margin:0px 0 0 0px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{
	display:none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{
	display:block;
}
#topnav li.back {}
#topnav li.back {z-index:8;position: absolute;}
#topnav &gt; li a, #topnav &gt; li a:hover, #topnav &gt; li a:visited{z-index:10;position:relative}

  
/* HEADER */
#slider-container-default{width:940px; height:400px; position:absolute; top:40px;}
#slider-container{width:920px; height:382px; padding:20px; background:url(../images/bg-slider.png) no-repeat; position:absolute; top:40px;}
#slider-container-noframe{width:940px; height:450px; position:absolute; top:30px}

/*== Default Slider ==*/
#slider-frame{height:423px; position:absolute; width:573px; background:url(../images/slider-box.png) no-repeat;}
#slider-box{height:423px; width:573px;background:url(../images/preload-small.gif) center center no-repeat; }
#slider {
	position:relative;
	margin:22px 0 0 22px;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider .button{text-transform:uppercase;}


/* == Slider Gallery== */
#slider2{position:relative; height:380px;}
.jcarousel-container {
	overflow:hidden;
	width:782px;
	height:58px;
	margin:30px auto 0 auto;
	position: relative;
	clear:both;
	padding:0;
}
.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-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:78px;
	margin-right:10px;
}


#feature_gallery {
	width:920px;
	padding:0;
	margin:0;
}
ul#feature_gallery_pager {
	display:block;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}
#feature_gallery ul.menu li a:hover {}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:68px;
	height:48px;
	float:left;
	display:block;
	padding:4px; 
	background: #fff; 
	border: 1px solid #dcdcdc;
	
}
ul#feature_gallery_pager li {}
#feature_gallery ul.menu a.activeSlide {
	border:solid 1px #939393;
}
#feature_gallery .bigimgs {
	width:918px;
	height:380px;
	margin:0;	
}
#feature_gallery .bigimg {
	width:918px;
	height:380px;
	border:solid 1px #ddd;
}

#feature_gallery img.change {
	width:918px;
}
#feature_gallery img.thumb {
	width:68px;
	height:48px;
}
.slidedesc{
	background: url(../images/bg-opacityblack.png);
	padding: 10px;
	width:898px;
	z-index:100;
	bottom:0px;
	position:absolute;
	margin:0 0 0 0;
	color:#fff;
	
}
.text{
	background: url(../images/bg-opacityblack.png);
	padding: 10px;
	width:898px;
	z-index:100;
	bottom:0px !important;
	position:absolute;
	margin:0 0 0 1px;
	color:#fff;
	
}


#pager-container{text-align:right; font-size:11px; position:relative}
#pager-container a, #pager-container a:visited{padding:0; cursor:pointer; float: left; width: 31px; height:31px; display: block;  
text-indent:-9999px;}
#pager-container a:hover{text-decoration:none;}
#pager-container a#mycarousel-prev:hover{}
#pager-container a#mycarousel-next:hover{}
#pager-container a#mycarousel-prev{ background:url(../images/button-prevnext.png) no-repeat 0 0; position:absolute; left:8px; top:-45px; }
#pager-container a#mycarousel-next{  background:url(../images/button-prevnext.png) no-repeat -31px 0;  right:8px; top:-45px; position:absolute}



/*== Slider3 ==*/
#slider3{margin:0; padding:0; list-style-type:none; width:920px;}
#slider3 li{margin:0; padding:0; list-style-type:none; position:relative; width:918px; height:380px; overflow:hidden; border:solid 1px #dddddd}
.slider-text{background:url(../images/bg-opacityblack.png) repeat; position:absolute; top:0; right:0; width:285px; height:310px; padding:35px; color:#fff}
.slider-text p{}
.slider-text h1{color:#fff; font-size:40px; font-weight:bold; line-height:42px; font-style:italic}
.slider-text .button { text-transform:uppercase}
#slidernav{
	bottom:-28px; 
	position:relative;
	display:block;
	text-align:center;
	z-index:10; 
}
#slidernav a{
	width:16px;
	height:16px;
	background-image:url(../images/button-slider.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:8px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
}
#slidernav a.activeSlide{
	width:16px;
	height:16px;
	background-image:url(../images/button-slider.png);
	background-repeat:no-repeat;
	background-position:0px -16px;
	margin-top:0px;
}

/*== Slider4 ==*/
#slider4{margin:0; padding:0; list-style-type:none; width:940px}
#slider4 &gt; li{margin:0; padding:0; list-style-type:none; width:940px; height:450px}

.slidetext{width:540px; float:left; color:#fff;}
.slidetext li{line-height:20px;}
.slidetext .button{text-transform:uppercase;}
.slideprice{font-size:60px; font-weight:bold}
.permonth{font-size:24px;}
.slidetext h1{font-size:50px; line-height:55px; color:#fff; font-weight:bold}
.slideimg{position:absolute; right:10px; top:10px}

#prevnext{position:absolute; z-index:99;  bottom:-10px; width:940px; text-align:center}
#prevslide{
	background:url(../images/button-prevnext.png) no-repeat;
	height:31px;
	width:31px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	margin-right:10px
}
#nextslide{
	background:url(../images/button-prevnext.png) no-repeat -31px 0;
	height:31px;
	width:31px;
	cursor:pointer;
	display:inline;
	display:inline-block;
}



/* CONTENT */
#breadcrumb{font-size:10px;}
#searchtop{float:right; clear:right; padding:2px 0 0 0}
.inputsearch{border:0 !important ; padding:5px !important; width:160px; background:transparent !important; line-height:8px; margin-top:0px !important; font-size:12px !important}
.bg-search{background:#eae9e3 url(../images/search-icon.png) no-repeat !important; display:block; background-position:185px 6px !important; padding:3px 10px !important; width:200px;  border:solid 1px #e0dfd7; border-width:1px 1px 0 1px; border-top:solid 1px #cdcabf}
#sn img{margin-right:5px;}

/* == index2 page == */
.smalltext{font-size:10px; color:#b4b4b4;}
.smalltext a, .smalltext a:visited{color:#b4b4b4;}

/* == index4 page == */
.tagline{text-align:center; font-size:25px; line-height:30px;}
.blocktext{overflow:hidden;}

/* == Form &amp; Button == */
input[type="text"],
textarea {
	padding: 5px;
	background:#f1f0eb;
	border:0px;
	color:#999999;
	font-size:11px;
}
.button{
	border:0;
	padding:6px 20px;
	color:#4D07F9;
	font-size:16px;
	cursor:pointer;
	display:inline;
	display:inline-block;
}
.button.medium{
	padding:10px 30px;
	color:#4D07F9;
	font-size:14px !important;
	cursor:pointer;
	display:inline;
	display:inline-block;
}
.button.large{
	padding:15px 50px;
	color:#4D07F9;
	font-size:14px !important;
	cursor:pointer;
	display:inline;
	display:inline-block;
}

.button:hover, .button:visited{
	text-decoration:none;
	color:#fff;
}

.button.brown{
	border:solid 1px #535349; border-top:solid 2px #828279;
	background:#505045;
	background: -webkit-gradient(linear, left top, left bottom, from(#5c5c52), to(#505045));
	background: -moz-linear-gradient(top,  #5c5c52,  #505045);
	background: -o-linear-gradient(top,  #5c5c52,  #505045);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c52', endColorstr='#505045');
  }
.button.brown:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#505045), to(#5c5c52));
	background: -moz-linear-gradient(top,  #505045, #5c5c52 );
	background: -o-linear-gradient(top,  #505045, #5c5c52);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#505045', endColorstr='#5c5c52');
}

.button.black{
	border:solid 1px #1f1f1f; border-top:solid 2px #494948;
	background:#242424;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#242424));
	background: -moz-linear-gradient(top,  #333333,  #242424);
	background: -o-linear-gradient(top,  #333333,  #242424);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#242424');
  }
.button.black:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#333333));
	background: -moz-linear-gradient(top,  #242424, #333333 );
	background: -o-linear-gradient(top,  #242424, #333333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#333333');
}

.button.darkblue{
	border:solid 1px #456671; border-top:solid 2px #708a92;
	background:#304b55;
	background: -webkit-gradient(linear, left top, left bottom, from(#456672), to(#304b55));
	background: -moz-linear-gradient(top,  #456672,  #304b55);
	background: -o-linear-gradient(top,  #456672,  #304b55);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#456672', endColorstr='#304b55');
  }
.button.darkblue:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#304b55), to(#456672));
	background: -moz-linear-gradient(top,  #304b55, #456672 );
	background: -o-linear-gradient(top,  #304b55, #456672);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#304b55', endColorstr='#456672');
}

.button.darkbrown{
	border:solid 1px #413225; border-top:solid 2px #75675a;
	background:#271f1a;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b392a), to(#271f1a));
	background: -moz-linear-gradient(top,  #4b392a,  #271f1a);
	background: -o-linear-gradient(top,  #4b392a,  #271f1a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b392a', endColorstr='#271f1a');
  }
.button.darkbrown:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#271f1a), to(#4b392a));
	background: -moz-linear-gradient(top,  #271f1a, #4b392a);
	background: -o-linear-gradient(top,  #271f1a, #4b392a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#271f1a', endColorstr='#4b392a');
}

.button.cyan{
	border:solid 1px #717116; border-top:solid 2px #9c9d4c;
	background:#666514;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e8019), to(#666514));
	background: -moz-linear-gradient(top,  #7e8019,  #666514);
	background: -o-linear-gradient(top,  #7e8019,  #666514);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e8019', endColorstr='#666514');
  }
.button.cyan:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#666514), to(#7e8019));
	background: -moz-linear-gradient(top,  #666514, #7e8019);
	background: -o-linear-gradient(top,  #666514, #7e8019);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666514', endColorstr='#7e8019');
}

.button.lightgreen{
	border:solid 1px #586657; border-top:solid 2px #889485;
	background:#4c564c;
	background: -webkit-gradient(linear, left top, left bottom, from(#637362), to(#4c564c));
	background: -moz-linear-gradient(top,  #637362,  #4c564c);
	background: -o-linear-gradient(top,  #637362,  #4c564c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#637362', endColorstr='#4c564c');
  }
.button.lightgreen:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#4c564c), to(#637362));
	background: -moz-linear-gradient(top,  #4c564c, #637362);
	background: -o-linear-gradient(top,  #4c564c, #637362);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c564c', endColorstr='#637362');
}

.button.orange{
	border:solid 1px #813306; border-top:solid 2px #b36a3f;
	background:#853406;
	background: -webkit-gradient(linear, left top, left bottom, from(#9c3d07), to(#853406));
	background: -moz-linear-gradient(top,  #9c3d07,  #853406);
	background: -o-linear-gradient(top,  #9c3d07,  #853406);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3d07', endColorstr='#853406');
  }
.button.orange:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#853406), to(#9c3d07));
	background: -moz-linear-gradient(top,  #853406, #9c3d07);
	background: -o-linear-gradient(top,  #853406, #9c3d07);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#853406', endColorstr='#9c3d07');
}

.button.pink{
	border:solid 1px #711a49; border-top:solid 2px #9c4f77;
	background:#5c1b3e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e1a50), to(#5c1b3e));
	background: -moz-linear-gradient(top,  #7e1a50,  #5c1b3e);
	background: -o-linear-gradient(top,  #7e1a50,  #5c1b3e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e1a50', endColorstr='#5c1b3e');
  }
.button.pink:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#5c1b3e), to(#7e1a50));
	background: -moz-linear-gradient(top,  #5c1b3e, #7e1a50);
	background: -o-linear-gradient(top,  #5c1b3e, #7e1a50);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c1b3e', endColorstr='#7e1a50');
}

.button.blue{
	border:solid 1px #33416b; border-top:solid 2px #647195;
	background:#303a55;
	background: -webkit-gradient(linear, left top, left bottom, from(#364775), to(#303a55));
	background: -moz-linear-gradient(top,  #364775,  #303a55);
	background: -o-linear-gradient(top,  #364775,  #303a55);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#364775', endColorstr='#303a55');
  }
.button.blue:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#303a55), to(#364775));
	background: -moz-linear-gradient(top,  #303a55, #364775);
	background: -o-linear-gradient(top,  #303a55, #364775);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#303a55', endColorstr='#364775');
}

.button.red{
	border:solid 1px #750903; border-top:solid 2px #9c413b;
	background:#6a0904;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e0903), to(#6a0904));
	background: -moz-linear-gradient(top,  #7e0903,  #6a0904);
	background: -o-linear-gradient(top,  #7e0903,  #6a0904);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e0903', endColorstr='#6a0904');
  }
.button.red:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#6a0904), to(#7e0903));
	background: -moz-linear-gradient(top,  #6a0904, #7e0903);
	background: -o-linear-gradient(top,  #6a0904, #7e0903);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0904', endColorstr='#7e0903');
}



/* == jQuery Tab == */
.tabcontainer{margin:20px 0px 0px 0px; }

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 27px;
	line-height: 29px;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
	font-size:11px;
	border: solid 1px #fff;
  	outline: solid 1px #edece6;
}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	color: #65696a;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #e9e9e9;
	text-decoration:none;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #eaeaea; color:#65696a}
html ul.tabs li.active a{ color:#454545; }
#tab-body{
	padding:6px;
	border: solid 1px #fff;
  	outline: solid 1px #edece6;
}
.tab-content {padding: 30px 25px; margin-top:-1px;}

/* == jQuery Toggle == */
h2.trigger {
	padding: 10px 0px;
	margin: 0 0 1px 0;
	font-size:12px;
	font-weight: normal;
	border: solid 1px #fff;
  	outline: solid 1px #edece6;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	height:18px;
	background: url(../images/h2_trigger_a.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:28px;
	margin-left:12px;
	cursor:pointer;
	line-height:18px;
}
h2.active{ background:#eaeaea}
h2.active span{background-position:0px -18px !important;}
h2.trigger a:hover {
	color: #454545;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 0 25px;
	overflow: hidden;
	clear: both;
	border: solid 1px #fff;
  	outline: solid 1px #edece6;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* == Pricing Box == */
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside}

ul.list-box &gt; li{
	border:solid 1px #dcdcdc;
	border-width:1px 1px 1px 1px;
	float:left;
	width:285px;
	margin-right:39px;
	text-align:center;
	padding:0;
 }
 ul.list-box .title-box{margin-bottom:0; padding:20px 0px; font-size:24px; color:#676767; background:#f0efea; border-bottom:solid 1px #e9e7e1; border-top:solid 2px #d9d7cc; margin-top:1px}
 ul.list-box li.last{margin-right:0;}
.list-box-container{
}
.list-box-content{padding:0 0 20px 0; text-align:center;}
.list-box-content hr{margin:20px 0; height:2px; border:2px}
.list-box-content ul{margin:0; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:15px 0; text-align:left;
	border-top: solid 1px #fff;
	border-bottom:solid 1px #e9e7e1;
}
.list-box-content ul li span{ padding:0 30px; list-style-type:none; background-image:url(../images/list-large.png); background-repeat:no-repeat; background-position:0 0px; display:block; margin:0 0 0 60px}
.list-box-content .price-text{text-align:center; border-top:solid 1px #fff; padding:20px 0 0 0}
.list-box-content .price{font-size:24px; }
.list-box-content .price-text .month{ font-size:16px; color:#555}
.list-box-content .but-color{}


#fourcolumn &gt; li{
	width:204px;
	margin-right:38px;
 }
#fourcolumn .list-box-content ul li span{ margin:0 0 0 20px}


/* == Pricing Table == */
.table
{
 border:solid 1px #e4e4e4;
 border-width:1px 1px 0 1px
}
.table ul.col1{width:350px;}
.table ul
{
	float:left;
	margin:0;
	padding:0;
	width:196px;
}
.table .col1{width:350px;}

.table ul li
{
	list-style:none;
	padding:5px 20px;
	text-align:center;
	border-top: solid 1px #fff;
	border-bottom:solid 1px #e9e7e1;
}
.table ul.col1 li{
	text-align:left;
}
.table ul li.rowfoot{padding:20px 0;  height:30px}
.table ul li.title
{
	background:#f0efea;
	height:70px;
	line-height:70px;
	color:#555;
}
.table ul li.even
{
}
.table ul li.odd
{
	background:#f0efea;
	padding:7px 20px;
	height:16px;
}

.table .price{font-size:40px;}

/* == Testimonials == */
.ts-thinkbox-list{list-style-type:none; padding:0; margin:0;}
.ts-thinkbox-list li{clear:both; margin-bottom:40px;}
.ts-thinkbox-thumb{float:left;}
.ts-thinkbox-quote{font-style:italic; background-image:url(../images/quote.png); background-repeat:no-repeat; margin-left:130px; padding:10px 0 0 40px}
.ts-thinkbox-name{color:#999999;}
.ts-thinkbox-2 .ts-thinkbox-quote{margin-left:0;}


/* == Dropcaps == */
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:40px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#676767;
	
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	display:block;
	float:left;
	font-size:30px;
	line-height:70px;
	width:70px;
	height:70px;
	text-align: center;
	margin:0 8px 0 0;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/*== Pullquotes ==*/
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*== Column Layouts ==*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth,.one1_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{
	margin-right: 4%;
	position: relative;
	float: left;
}
.one_half{
	width: 98%;
}
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one1_fourth{width:100%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }

/*== Content List ==*/
.list-type1{
	margin:0 30px;
	padding:0;
	list-style-type:none;
	list-style-position:inside !important;
}	
.list-type1 li{
	margin:0;
	padding:0 0 8px 20px;
	list-style-type:none;
	background:url(../images/list-default.png) no-repeat;
	background-position:0 2px;
	list-style-position:inside;
}	
.list-type1 li a, .list-type1 lia:visited{}



/*== Column List ==*/
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}



/*== Bullet List ==*/
.bullet{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet li{
	background: transparent url(../images/arrow_check.png) no-repeat;
	background-position:0 1px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
}
.bullet.plus li{
	background: transparent url(../images/arrow_plus.png) no-repeat;
}
.bullet.down li{
	background: transparent url(../images/arrow_down.png) no-repeat;
}
.bullet.x li{
	background: transparent url(../images/arrow_x.png) no-repeat;
}

/*== Tables ==*/
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #e9e9e9;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f0efea;}
table {
	border: 1px solid #e9e9e9;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e9e9e9;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

.backtop{text-align:right; float:right; padding:0 0 8px 0}


/* SIDEBAR */
.widget-title{
	font-weight:normal;
	font-size:20px;
	padding:0 0 8px 0;
	margin-bottom:8px !important;
}
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a, #side ul li a:visited{}
#sidebar .widget-container{margin-bottom:40px;}
#sidebar .widget-container.nomargin{margin-bottom:0;}
#sidebar li li{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(../images/hr.gif) repeat-x bottom;
}
#sidebar li li a{ color:#999999;}
#sidebar li li &gt; a{background:url(../images/list-default.png) no-repeat 2px 2px; padding:0 0 0 22px; display:block}
#sidebar li li a:hover{color:#555555; text-decoration:none}

#sidebar li#latest-post li{clear:left; padding:0 0 30px 0; margin-bottom:15px}
#sidebar li#latest-post li h2 a, #sidebar li#latest-post li h2 a:visited{font-weight:bold;}
#sidebar li#latest-post li a{background:none; padding:0;}
#sidebar li#latest-post li a:hover; #sidebar li#latest-post li h2 a:hover{background:none; color:#65696a}

#sidebar .frame{padding:4px;}
.smalldate{font-size:10px; text-transform:uppercase; color:#b4b4b4; display:block; margin-bottom:6px}

#sidebar ul.sub-menu, #sidebar ul.children{margin:10px 0 0 0; }
#sidebar ul.sub-menu li, #sidebar ul.children li{margin-bottom:0px; padding-top:10px; background-position:top}
#sidebar ul.sub-menu li, #sidebar ul.children li{padding-left:20px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; margin-bottom:0; border-bottom:0; }

/* BOTTOM */
#twitter_update_list{list-style-type:none; padding:0; margin:0;}
#twitter_update_list li{list-style-type:none; background:url(../images/tweets.png) no-repeat; background-position:880px 0}
#twitter_update_list li a, #twitter_update_list li a:visited{color:#999;}

/* FOOTER */
#footer, #footer ul li a, #footer ul li a:visited{}
#footer ul li a:hover{text-decoration:none;}
#footer ul{ list-style-type:none; padding:0; margin:0}
#footer ul li{ list-style-type:none; padding:0; margin:0}
#footer ul li li{padding:0 0 10px 0; margin-bottom:10px}
#footer  .widget-container{margin-bottom:30px;}
#footer .widget-title{text-transform:uppercase; color:#ffffff; margin:0; padding:0 0 12px 0; margin-bottom:10px; font-size:16px}
#footer-text{}
#copyright{padding:18px 0 0 0;}
#copyright, #copyright a. #copyright a:visited{}
#footnav ul{list-style-type:none; margin:0; padding:18px 0 0 0; float:right; clear:right}
#footnav li{list-style-type:none; margin:0 0 0 10px; padding:0; float:left;}
#footnav li a, #footnav li a:visited{}
#footnav li.current a{color:#fff;}


/* form login 2 */

.form-2 {
    /* Size and position */
    width: 300px;
	height: 310px;
    margin: 20px auto 10px;
    padding: 15px;
    position: reclative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 80%;
    float: center;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
	border-color: #BBB;
	outline: none; /* Remove Chrome's outline */
	color: #333;
}

 .form-2 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

 
.form-2 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

#sidebarlo{width:307px; float:left; padding-right:30px}
#sidebarlo.positionright{padding:0 0 0 30px}
#maincontentlo{width:523px; float:left; padding-left:30px}
#maincontentlo.positionleft{padding:0 30px 0 0}

/* form cad 3 */

.form-3 {
    /* Size and position */
    width: 600px;
	height: 510px;
    margin: 10px auto 10px;
    padding: 15px;
    position: reclative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-3 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-3 h1 .log-in,
.form-3 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-3 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-3 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-3 .float {
    width: 80%;
    float: center;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-3 .float:first-of-type {
    padding-right: 5px;
}

.form-3 .float:last-of-type {
    padding-left: 5px;
}

.form-3 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-3 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-3 input[type=text],
.form-3 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover {
    border-color: #CCC;
}

.form-3 label:hover ~ input {
    border-color: #CCC;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
	border-color: #BBB;
	outline: none; /* Remove Chrome's outline */
	color: #333;
}

 .form-3 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

 
.form-3 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-3 input[type=submit]:active,
.form-3 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #2a8ac4;
}

.form-3 p:last-of-type {
    clear: both;    
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

#sidebarlo2{width:207px; float:left; padding-right:30px}
#sidebarlo2.positionright{padding:0 0 0 30px}
#maincontentlo2{width:423px; float:left; padding-left:30px}
#maincontentlo2.positionleft{padding:0 30px 0 0}


/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	
	.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
.codrops-demos span{
	display: inline-block;
	padding-right: 15px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.codrops-demos a,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	font-style: italic;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0px 3px;
	font-weight: 800;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05) inset;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgba(104,171,194,0.5);
}
.codrops-demos a:hover{
	background: #4fa2c4;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: rgba(104,171,194,1);
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.campos_formulario
{
background-color: #ffffff;

}

.campo_alerta
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid black;
background-color: #ffff99;
}
.tahoma10 {
	font-family: tahoma;
	font-size: 11px;
}
.tahoma11 {
	font-family: tahoma;
	font-size: 11px;
}
.cinza {
	color: #666666;
}
.negrito {
	font-weight: bold;
}
.arial18 {
	font-family: arial;
	font-size: 18px;
}
.arial16 {
	font-family: arial;
	font-size: 16px;
	color: #003;
}
.arial14 {
	font-family: arial;
	font-size: 14px;
	color: #003;
}
a:link {
	text-decoration: none;
	color:  black;
}
a:hover {
	text-decoration: underline;
	color:#0066CC
}
a:visited {
	text-decoration: none;
	color:black;
 
}

.style8 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.style10 {font-family: arial; font-size: 11px; }
.style10 {font-family: arial; font-size: 11px; font-weight: bold; }
.style12 {font-size: 9px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; }
 

 /* form 3 */

.form-3 {
    /* Size and position */
    width: 600px;
	height: 410px;
    margin: 20px auto 10px;
    padding: 15px;
    position: reclative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-3 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-3 h1 .log-in,
.form-3 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-3 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-3 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-3 .float {
    width: 80%;
    float: center;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-3 .float:first-of-type {
    padding-right: 5px;
}

.form-3 .float:last-of-type {
    padding-left: 5px;
}

.form-3 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-3 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-3 input[type=text],
.form-3 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover {
    border-color: #CCC;
}

.form-3 label:hover ~ input {
    border-color: #CCC;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
	border-color: #BBB;
	outline: none; /* Remove Chrome's outline */
	color: #333;
}

 .form-3 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

 
.form-3 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-3 input[type=submit]:active,
.form-3 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #2a8ac4;
}

.form-3 p:last-of-type {
    clear: both;    
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}


 /* form 4 */

.form-4 {
    /* Size and position */
    width: 90%;
	height: 100%;
    margin: 20px auto 10px;
    padding: 15px;
    position: reclative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-4 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-4 h1 .log-in,
.form-4 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-4 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-4 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-4 .float {
    width: 80%;
    float: center;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-4 .float:first-of-type {
    padding-right: 5px;
}

.form-4 .float:last-of-type {
    padding-left: 5px;
}

.form-4 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-4 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-4 input[type=text],
.form-4 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #CCC;
}

.form-4 label:hover ~ input {
    border-color: #CCC;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus {
	border-color: #BBB;
	outline: none; /* Remove Chrome's outline */
	color: #333;
}

 .form-4 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

 
.form-4 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-4 input[type=submit]:active,
.form-4 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-4 .log-twitter:hover {
    background: #2a8ac4;
}

.form-4 p:last-of-type {
    clear: both;    
}

.form-4 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-4 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

.form-4 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

.SM_c {font:11px tahoma; color:#215DC6; text-align:left; vertical-align:middle; margin-left:5px; margin-top:5px;}
.SM_co {font:11px tahoma; color:#428EFF; text-align:left; vertical-align:middle; margin-left:5px; margin-top:5px; text-decoration:underline; cursor:hand;}
.SM_cs {font:11px tahoma; color:#215DC6; text-align:left; vertical-align:middle; margin-left:5px; margin-top:5px;}

.SM_cb {background-color:#D6DFF7; border-bottom:1px solid white; border-left:1px solid white; border-right:1px solid white;}

.manchete {
	height : 16px;
	background-repeat : no-repeat;
	color : #8099B2;
	font-weight : bold;
	font-size : 10px;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;	/*background-color : #8099B2;*/
}

.manchete_ov {
	height : 16px;
	background-repeat : no-repeat;
	color : #003366;
	font-weight : bold;
	font-size : 10px;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;	/*background-color : #003366;*/
}

.tittextomanchete{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #000000;
}

.bordamanchete {
	border-left : 1px solid #003366;
	border-bottom : 1px solid #003366; 
	border-right : 1px solid #003366;
}

.tittitulomanchete{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	color : #000033;
}

.tit1A{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #003366;
	height : 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tit1{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #003366;
	height : 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.tit2{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #336633;
	height : 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.tit3{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #003300;
	height : 16px;
	/*background-image : url(images/pronline_titenquete2.gif);*/
	background-repeat : no-repeat;
	text-align : right;
	margin: auto;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.titforum{
	background-color : #99CC99;
	/*background-image : url(images/pronline_titcentral.gif);*/
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #003300;
	font-weight : bold;
	text-align : center;
}

.bordaforum {
	border : 1px solid #99cc99;
	/*border-left : 1px solid #40668B;
	border-right : 1px solid #40668B;*/
}

.forumlinha{
	background-color : #FFFFFF;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 9px;
	color : #003366;
}
 

.titred{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
}
a.titred:link{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : none;
}

a.titred:visited{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : none;
}

a.titred:hover{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : underline;
}

a.titred:active{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : underline;
} 
a.titred:link{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : none;
}

a.titred:visited{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : none;
}

a.titred:hover{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : underline;
}

a.titred:active{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #CC0000;
	text-decoration : underline;
}

.titred8{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #FFFFFF;
	text-align: left ;
}
a.titred8:link{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
}

a.titred8:visited{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
}

a.titred8:hover{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : underline;
}

a.titred8:active{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : underline;
} 
a.titred8:link{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
}

a.titred8:visited{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
}

a.titred8:hover{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : underline;
}

a.titred8:active{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8px;
	color : #CC0000;
	text-decoration : underline;
}


a.maior:link{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #CC0000;
	text-decoration : none;
}

a.maior:visited{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #CC0000;
	text-decoration : none;
}

a.maior:hover{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #CC0000;
	text-decoration : underline;
}

a.maior:active{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #CC0000;
	text-decoration : underline;
}

.tdtable{
	background-color : transparent;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : xx-small;
	color : #003300;
}

.fotoborda {
	border : 0px solid #003366;
	/*filter : progid:DXImageTransform.Microsoft.Shadow(color="#589457", Direction=135, Strength=3);*/
}

.bordacentral {
	border-left : 1px dashed #99CC99;
	border-right : 1px dashed #99CC99;
	border-bottom : 1px dashed #99CC99;

}

.enqueteborda {
	border-bottom : 1px dashed #99CC99;
	/*border-left : 1px solid #003366;
	border-right : 1px solid #003366;
	*/
	background-color : #F4F9F4;
}

.fotonews {
	border : medium double #DCE5E4;
}

A:link			{
	text-decoration : none;
	color : #444444;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
}
A:visited		{
	text-decoration : none;
	color : #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
}

A:hover			{
	text-decoration : underline;
	color : #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
}

A:active			{
	text-decoration : none;
	color : #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
}

body, font{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}


table {
	border : 0px none;
}
input, select, textarea{
	/*background : White;
	border : 1 solid #003300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #003300;*/
	border-top : 1px solid #61615D;
	border-left : 1px solid #61615D;
	border-bottom : 1px solid #EFF0E6;
	border-right : 1px solid #EFF0E6;
	background : #FFFFFF;
	font : 11px tahoma;
	font-weight : normal;
	color: #333333;
	}
	
.caixatext {
 
	border-top : 1px solid #61615D;
	border-left : 1px solid #61615D;
	border-bottom : 1px solid #EFF0E6;
	border-right : 1px solid #EFF0E6;
	background : #DAEBDA;
	font : 11px arial;
	font-weight : bold;
	color: #003300;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.caixatext2 {
	border-top : 1px solid #61615D;
	border-left : 1px solid #61615D;
	border-bottom : 1px solid #EFF0E6;
	border-right : 1px solid #EFF0E6;
	background : #DAEBDA;
	font : 11px arial;
	font-weight : bold;
	color: #003300;
	margin: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.caixatextover{

	border-top : 1px solid #61615D;
	border-left : 1px solid #61615D;
	border-bottom : 1px solid #EFF0E6;
	border-right : 1px solid #EFF0E6;
	background : #FFFFFF;
	font : 11px arial;
	font-weight : bold;
	color: #003300;
	margin: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.caixatextover2 {
	border-top : 1px solid #61615D;
	border-left : 1px solid #61615D;
	border-bottom : 1px solid #EFF0E6;
	border-right : 1px solid #EFF0E6;
	background : #FFFFFF;
	font : 11px arial;
	font-weight : bold;
	color: #003300;
	margin: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;	/*background : White;
	border : 1 solid #003300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #003300;
	padding : 0 0 2 4;*/
}

.botao{
	/*background : #336633;
	border-top : 1 solid #7D9D7D;
	border-right : 1 solid #264626;
	border-bottom : 1 solid #264626;
	border-left : 1 solid #7D9D7D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #FFFFFF;
	padding : 2 0 0 0;*/
	border-top : 1px solid #DFDCD7;
	border-left : 1px solid #DFDCD7;
	border-bottom : 1px solid #9A9791;
	border-right : 1px solid #9A9791;
	background : #D4D0C8;
	font : 11px tahoma;
	font-weight : bold;
	color: #333333;
}
.botaoAzul1{
	/*background : #336633;
	border-top : 1 solid #7D9D7D;
	border-right : 1 solid #264626;
	border-bottom : 1 solid #264626;
	border-left : 1 solid #7D9D7D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #FFFFFF;
	padding : 2 0 0 0;*/
	border-top : 1px solid #DFDCD7;
	border-left : 1px solid #DFDCD7;
	border-bottom : 2px solid #9A9791;
	border-right : 1px solid #9A9791;
	background : #000099;
	font : 10px tahoma;
	font-weight : bold;
	color: #000099;
}
.botaoover{
	/*background : #336633;
	border-top : 1 solid #264626;
	border-right : 1 solid #336633;
	border-bottom : 1 solid #336633;
	border-left : 1 solid #264626;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #FFFFFF;
	padding : 2 0 0 0;*/
	border-top : 1px solid #DFDCD7;
	border-left : 1px solid #DFDCD7;
	border-bottom : 1px solid #9A9791;
	border-right : 1px solid #9A9791;
	background : #D4D0C8;
	font : 11px tahoma;
	font-weight : bold;
	color: #333333;
}

.botaooff{
	background : #DCE5E4;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #003300;
	height : 14px;
}
.botaoverd{
	background : 	#f5f9fd;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	/* [disabled]color : #003300; */
	height : 14px;
}

.titcaderno{
	background-image : url(images/tit_mais.gif);
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-align : center;
	height : 15px;
}

.tittema{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #003300;
	text-align : center;
	height : 15px;
	border-bottom : 1px solid #000000;
	}

.tittitulo{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	color : #000000;
}

.tittitulohome{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;
	color : #000000;
}

.tit1linha{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : #000000;
}

.tit1linhahome{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	color : #000000;
}

.tittexto{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #000000;
}

.notcompleta{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color : #000000;
}

.tdnoticia{
	background-color : transparent;
}

hr.separanoticia{
	color : #DCE5E4;
}

.titenquete{
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #003366;
	background-image : url(images/pronline_tit_right.gif);
	height : 16px;
	background-repeat : no-repeat;
	text-align : right;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.titenquetep {
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #006600;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.titnotprol{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : 16px;
	color : White;
	text-align : center;
	background-image : url(images/pronline_bgtitnot.gif);
	background-color : #589457;
}

.empty {
	border : 0;
	background-color : transparent;
}

.mmmbordaext {
	border : 1px solid #000000;
}

.mmmbordaext1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td.menucor02, table.menucor02 {
	height : 18px;
	width : 155px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #ffffff;
	background-color : #0066CC;
	border-top : 1px solid #000099;
	border-right : 1px solid #000099;
	border-bottom : 1px solid #6699CC;
	border-left : 1px solid #6666FF;
	cursor : auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

td.menucor01 {
	height : 18px;
	/*background : url(images/menu_prol_n_ov.gif);*/
	width : 155px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #FFFF00;
	border-top : 1px solid #6699Fa;
	border-left : 1px solid #3300FF;
	border-right : 1px solid #006699;
	border-bottom : 1px solid #006699;
	background-color : #0033fd;
	cursor : auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

a.menucor02:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003300;
}

a.menucor02:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
	color : #006600;
}

a.menucor02:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #006600;
}

a.menucor02:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003300;
}

td.menucor02a, table.menucor02a {
	height : 18px;
	width : 155px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #ffffff;
	background-color : #008ED2;
	border-top : 1px solid #000099;
	border-right : 1px solid #000099;
	border-bottom : 1px solid #6699CC;
	border-left : 1px solid #6666FF;
	cursor : auto;
	border-top-color: #D4D0C8;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

a.menucor02a:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #5F97F5;
}

a.menucor02a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
	color : #5F97F5;
}

a.menucor02a:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #5F97F5;
}

a.menucor02a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003300;
}


a.mmmcor2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

td.mmmcor2 {
	height : 15px;
	width : 140px;
	padding-left : 12px;
	border : 1px solid #336633;
	background-color : #A1D2A1;
}

td.mmmcor2azul {
	height : 15px;
	width : 140px;
	padding-left : 12px;
	border : 1px solid #002966;
	background-color : #A1D2A1;
}


.titultimas{
	font-size : xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003300;
}

hr {
   height : 1px;
   color: #A1D2A1;
}

.colunistas {
 padding-left : 8px;
 height : 17px;
}

.textonormal {
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 10px;
}

.textomini {
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 9px;
}

li.list2{
	/*list-style : outside url(images/pronline_quadrado.gif);*/
	list-style-type : square;
}

li.list2off{
	/*list-style : outside url(images/pronline_quadradooff.gif);*/
	list-style-type : square;
}

.bordaazul {
	border : 1px solid #6690C2;
	padding-left : 8px;
	padding-right : 8px;
	padding-bottom : 2px;

}

.erro{
	color : #990000;
	font-weight : bold;
}

.menuright{
 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : 14px;
	vertical-align : middle;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.menurightov{
	background-color : #D9ECD9;
	border-top : 1px solid #D4D0C8;
	border-left : 1px solid #D4D0C8;
	border-right : 1px solid #D9ECD9;
	border-bottom : 1px solid #D9ECD9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : 14px;
	vertical-align : middle;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.bg{
	background-image : url(images/bg_pronline.gif);
	background-position : center;
}

table.cadnews {
	height : 18px;
	/*background : url(images/menu_prol_n.gif);
	*/
	width : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003300;
	background-color : #99CC99;
	border-top : 1px solid #B3DAB3;
	border-right : 1px solid #7FA67F;
	border-bottom : 1px solid #7FA67F;
	border-left : 1px solid #B3DAB3;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

 
.legendafoto{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : italic;
	color : #666666;
	font-weight : 400;
}

.separador1 {
	border-bottom : 1px dashed #E1E1E1;
}

.fonte_agenda {
	font: 11px tahoma;
}

.tit_agenda {
	font: 14px arial; 
	font-weight:bold;
	color : #FF9900;
}

.tab_agenda {
	font: 11px tahoma;
	background-color : #FFFFFF;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 2px;
	vertical-align : top;
}

.tab_agenda2 {
	font: 11px tahoma;
	background-color : #FFFFFF;
	/*border-right: 1px solid #E1E1E1;*/
	border-bottom: 1px solid #E1E1E1;
	padding: 2px;
	vertical-align : top;
	font-weight : bold;
	color : #999999;
	text-align : right;
}

.tab_classificado {
	font: 11px tahoma;
	background-color : #FFFFFF;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 2px;
	vertical-align : top;
}

.tab_classificado2 {
	font: 11px tahoma;
	background-color : #FFFFFF;
	/*border-right: 1px solid #E1E1E1;*/
	border-bottom: 1px solid #E1E1E1;
	padding: 2px;
	vertical-align : top;
	font-weight : bold;
	color : #999999;
	text-align : right;
}
#tabgride {
	WIDTH: 850px; FLOAT: left; MARGIN: auto
}
 
 TABLE {
	FONT-SIZE: 10px; WIDTH: 100%; BORDER-COLLAPSE: collapse; MARGIN: 8px
}
TH {
	FONT-SIZE: 10px; FONT-FAMILY: Arial; FONT-VARIANT: normal; FONT-WEIGHT: bolder; COLOR: #003e69; PADDING-BOTTOM: 8px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
TD {
	FONT-SIZE: 09px; FONT-FAMILY: Verdana,arial; FONT-VARIANT: normal; FONT-WEIGHT: normal; COLOR: #fffff; PADDING-BOTTOM: 0px; PADDING-TOP: 6px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
TD * {
	PADDING-BOTTOM: 0px; PADDING-TOP: 2px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
TR.alt TD {
	BACKGROUND:  #FFFAFA
}
TR.over TD {
	BACKGROUND: #FFFAFA
}
TR:hover TD {
	BACKGROUND: #E6E6FA
}
TD IMG {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px
}
.aling {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; PADDING-RIGHT: 0px
}
#contatosform {
    width: 1000px;
    height: 70px;
}

.buscaform {
}

.buscaform input .name {
    width: 50px;
}
.buscaform input .listadepto {
    width: 150px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px	 
}
.buscaform input .email {
    width: 70px;
}

.buscaform input .comments {
    width: 200px;
}

.buscaform input .data {
    width: 30px;
}
.baixofooter {
    width: 100%;
    bottom: 0;
    position: absolute;
}


</pre></body></html>