<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: IdealCorp
Author: http://themeforest.net/user/YA?ref=YA
Description: Fully featured wordpress theme (with 7 colors), suitable for any corporate / portfolio site
Version: 2.7+
Author: YA
Tags: 7 colors, two columns, widgets, corporate, portfolio, cms

Run your site in seconds. Setup categories, pages and posts, in the theme options page - tweak options and the site is ready.
*/

/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(images/pattern.jpg);
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 20px;
	color: #616161;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 8px;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*overflow: hidden;*/
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:120px;
	top:14px;
	width:224px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width:142px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:61px;
}
#certifica {
	background:transparent url(images/iso.png) no-repeat scroll 0 0;
	height:50px;
	position:absolute;
	right:20px;
	top:5px;
	width:90px;
}

/** Logo **/

#header span#slogan {display:none;}

#header .container {
	height: 130px;
	background-color: #660;
}

/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 35px;
	z-index: 2;
	position: relative;
	/* overflow: hidden; */
}

/*
ul.sf-menu &gt; li {
	float: left;
	border-bottom: none;
	background: none;
} */


ul.sf-menu &gt; li.page_item &gt; a, ul.sf-menu &gt; li.cat-item &gt; a {
	font-size: 14px;
	font-weight:bold;
	display: block;
	padding:17px 14px 17px;
	color: #199002;
}

ul.sf-menu &gt; li.page_item.current_page_item  &gt; a, ul.sf-menu &gt; li.cat-item.current_page_item  &gt; a, ul.sf-menu &gt; li.cat-item.current-cat  &gt; a, ul.sf-menu &gt; li.current-cat-parent &gt; a, ul.sf-menu &gt; li.current_page_ancestor &gt; a, ul.sf-menu &gt; li  &gt; a:hover {
	background: #005208 url(images/active_menu_bg.gif) repeat-x top left;
	text-decoration: none;
}

ul.sf-menu &gt; li.page_item.current_page_item, ul.sf-menu &gt; li.cat-item.current-cat, ul.sf-menu &gt; li.current-cat-parent, ul.sf-menu &gt; li.current_page_ancestor {
	margin:0 5px;
}

ul.sf-menu &gt; li.page_item.current_page_item  &gt; a, ul.sf-menu &gt; li.page_item.cat-item  &gt; a, ul.sf-menu &gt; li.cat-item.current-cat &gt; a, ul.sf-menu &gt; li.current-cat-parent &gt; a, ul.sf-menu &gt; li.current_page_ancestor &gt; a, ul.sf-menu &gt; li &gt; a:hover {
	color: #dedede;
} /* font color of currently active top link */

ul.sf-menu a:hover {
	color:#cfcfcf;
}

ul.sf-menu &gt; li.page_item.sfHover &gt; a, ul.sf-menu &gt; li.cat-item.sfHover &gt; a {color: #eeeeee;}

/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
}

#main {
	background: url(images/main_bg.gif) repeat-y top left;
}

#main-bottom {
	background: url(images/content_bottom.gif) no-repeat top left;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right; 
	width: 340px;
}

#main  {padding: 25px 0px 25px;}

div.block {
	background: #f5f5f5 url(images/block-top.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
}

div.block.last, div.block:last-child {margin-bottom:0px;}

div.ui-tabs-panel, div.standart_widget div, div.standart_widget &gt; ul{
	padding: 20px 30px 10px 12px;
	width: 296px;
}

div#advertisement {padding: 20px 30px 13px 12px;}

div.standart_widget &gt; ul li, div.ui-tabs-panel &gt; ul li{
	padding: 0px 0px 3px;
}

div.standart_widget &gt; ul li ul, div.ui-tabs-panel &gt; ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.block a {
	color: #5e5e5e;
}

div#latest div ul li a,div#twitter ul li span {display: block;}

div#twitter ul li a {display: inline;}



div.block a:hover, div#twitter ul li a:hover, a#twitter-link:hover {
	color: #3a97ca;
}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 3px 10px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.block div#latest ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

div.block div#latest ul li span {
	color: #bababa;
	font-style: italic;
}

div.block div.corner {
	background: url(images/corner.gif) no-repeat;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 5px;
	height: 41px;
	padding: 0px;
}

div#twitter {overflow: hidden;}

div#twitter ul li a {color: #bababa;}

a#twitter-link {text-transform: uppercase; color: #c2c2c2; float:right;}

.block ul.tabs, .block h3 {
	overflow: hidden;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs &gt; li {
	display: inline;
	margin-right: 10px;
}

.block ul.tabs &gt; li.last {
	margin-right: 0px;
}

.block ul.tabs &gt; li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs &gt; li a:hover {color: #212121;} 

.block ul.tabs &gt; li.ui-tabs-selected a, .block h3, .block ul.tabs &gt; li.ui-tabs-selected a:hover {
	color: #3d3d3d;
}

.block ul.tabs &gt; li &gt; a, .block h3 {
	font-size: 14px;
	font-family: Georgia, serif;
}

.block h3 {margin: 0px;}

.block .ui-tabs-hide {display:none;}

div#categories ul li, div#archives ul li {margin-bottom: 5px;}

div#subscribe img {
	float:left;
	margin: -5px 10px 10px 0px;
}

/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #333;
	margin-top: -10px;
	overflow: hidden;
}

#footer ul#bottom-menu {
	float: left;
	list-style-type: none;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 5px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #333;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area, #pagename {
	height: 354px;
	/*overflow: hidden;*/
	position: relative;
	margin:20px 0 0;
}

#pagename {
	height: 228px;
}

#featured_area .container {
	background:transparent url(images/featured_bg.jpg) no-repeat scroll center top;
	height:354px;
	width:980px;
}

#pagename .container {
	background:transparent url(images/page_top.jpg) no-repeat scroll center top;
	height:228px;
	width:980px;
}

div#inner {
	clear: left;
	padding: 25px 60px 0px;
	z-index: 1;
	/* position: relative; */
}

#pagename div#inner {padding-top: 27px;}

#pagename div#inner h2 {margin-bottom: 10px;}

#featured_area .description {
	float: left;
	width: 455px;
	height: 152px;
	font-family: Georgia, serif;
	padding-top:25px;
}

#featured_area .description h2, #featured_area .description h2 a, #pagename h2, #pagename h2 a {
	font-size: 36px;
	color: #f5f5f5;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

#featured_area .description h2 a:hover, #pagename h2 a:hover {
	text-decoration: none;
}

#featured_area .description p, #pagename p {
	font-size: 27px;
	color: #b2cedf;
	line-height:34px;
}

#pagename p {font-family: Georgia, serif;}

#featured_area .description p span {
	color: #f1f1f1;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	margin-top: -10px;
	float: left;
	position: relative;
	padding-left:40px;
}

#featured_area .slide {
	overflow: hidden;
}


a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 19px;
	height: 21px;
	position: absolute;
	bottom: 152px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/left-arrow-trans.png) no-repeat;
	left: 1px;
}

a.jFlowNext {
	background: url(images/right-arrow-trans.png) no-repeat;
	right: 3px;
}

div#myController {
	display: none;
}

/** Home Page Content **/

#main-top {
	width: 960px;
	height: 20px;
	background: url(images/content_top.gif) no-repeat top left;
}

p#welcome {
	color: #737373;
	font-size: 16px;
	margin-bottom: 30px;
}

body#home #content h2 {
	margin-bottom: 15px;
}

body#home #main_content h3 {
	margin-bottom: 20px;
}

div.service.first {
	margin-top: 20px;
}

div.service {
	overflow: hidden;
	margin: 0px 0px 7px;
}

div.service img {
	float:left;
	margin: 7px 10px 0px 0px;
}

div.service p {
	font-size: 13px;
	font-weight: normal;
}

div.service a {
	color: #616161;
	display: block;
}

div.service a:hover {
	color: #333131;
	text-decoration: none;
} 

div#buttons {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

a.button_services, a.button_tour {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	height:34px;
	float: left;
}

a.button_services {
	background: url(images/services_bg.jpg) no-repeat;
	padding:12px 0 0 50px;
	width:161px;
	margin-right: 30px;
}

a.button_tour {
	background: url(images/tour_bg.jpg) no-repeat;
	padding:12px 0 0 25px;
	width:161px;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}

/** Post **/

.post, .service-desc {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9eced;
}

.post.last, .service-desc.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 12px;
	color: #9eaab9;
	margin: 10px 0px 22px;
	font-style: italic;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 1px solid #e4e3e3; 
	float: right;
	margin: 0px 0px 10px 20px;
}

.post h2{line-height: 1.3;}

#commentform input#submit {
	background: #F2F2F2 url(images/submit.gif) repeat-x;
	border: 1px solid #BBBBBB;
	color: #464646;
	cursor: pointer;
	padding: 5px 8px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#commentform input#submit:hover {
	border-color: #666666;
	color: #000000;
}

div#current_cat {
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	background: #f3f3f3;
	padding: 10px 10px 10px 20px;
	margin-bottom: 25px;
}

div#current_cat h4 {margin:0px;color: #828282;}

div.navigation {overflow: hidden;}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

.service-desc img {float: left; margin:7px 15px 2px 0;}

.service-desc h2 {margin-bottom: 5px;}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

p#contact_paragraph {
	color: #636363;
	font-size: 15px;
}

#contact_us {
/*	width: 460px; */
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 130px;
	margin-right: 50px;
	clear: both;
	color: #5e5e5e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 438px;
	background: #CFC;
	border: 1px solid #093;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background: url(images/send.gif) no-repeat;
	padding: 5px 10px;
	display: inline-block;
	width: 103px;
	border: 0px;
	cursor: pointer;
	height:36px;
	padding:8px 10px 28px;
}

/*Cambio david*/
#suggest_us {
/*	width: 460px; */
	margin: 25px 0px 0px;
}

#suggest_us textarea {
	width: 400px;
	background: #CFC;
	border: 1px solid #093;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#suggest_us input{
	width: 150px;
	background: #CFC;
	border: 1px solid #093;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#suggest_us input.button {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background: url(images/send.gif) no-repeat;
	padding: 5px 10px;
	display: inline-block;
	width: 103px;
	border: 0px;
	cursor: pointer;
	height:36px;
	padding:8px 10px 28px;
}
/*Cambio david*/

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {
	text-align:right;
}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float: left; margin: 0px 40px -2px 5px;max-width:530px;overflow:hidden;}
img.alignright { float:right; margin: 0px 0px 10px 40px;max-width:530px;overflow:hidden;}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 270px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	
#wp-calendar caption {
	text-decoration: none;
	font: bold 14px Arial, Sans-Serif;

	}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	}
/* End Calendar */

form#commentform div#current_cat{margin-bottom: 15px;}

form#commentform textarea#comment {width:98%; border: 1px solid #e4e4e4; padding: 5px;}

.post-content h4 {font-size: 18px;}

ul#comments_section, ul#comments_section li {
	list-style-type: none;
	clear:both;
	list-style-type:none;
	margin-bottom:20px;
	padding: 10px 20px;
	position:relative;
}

ul#comments_section {padding: 0px;}

ul#comments_section li {
	border: 1px solid #ececec;
}

ul#comments_section ul {list-style-type:none;}

h5#comments {font-size: 16px; color: #9a9a9a; margin-bottom: 15px;}

img.avatar {position: absolute;top:10px;left:20px;}

.comment-author, .comment-meta, em.moderation {padding-left: 60px;}

.comment-author {padding-top: 4px;}

.comment-author a, .comment-meta a {color: #333333;}

span.says {color:#898989;display: none;}

div.reply {margin-bottom: 10px;}

.comment-meta {color:#929292; margin-bottom: 10px;font-size: 11px;}

.comment-meta a {color:#929292}

.cancel_comment {position: absolute; top:5px; right:0px;}

div#respond {position: relative;}

ul#recentcomments li {
	border-bottom:1px solid #EDEDED;
	margin-bottom:10px;
	padding-bottom:10px;
}

ul#recentcomments li:last-child {border-bottom:0px;margin-bottom:0px;}

ul#recentcomments li a {
	font-style:italic;
}

ul#recentcomments li a.url {color:#000000;font-style:normal;}</pre></body></html>