/*$Id: hero-style.css,v 1.1 2010/12/14 18:00:40 marianojofre Exp $
Basic Typography & Colors
--------------------------------------------------------------
Add general site styling here for typography and background*/
BODY
{
	font-size: 75%;
	background: url(../images/body-bg2.jpg) repeat-x center top,
					url(../images/body-bg.jpg) repeat left top;
	/*background-image: url(../images/bg-herosky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B5CCE6;*/
	color: #525253;
	font-family: "Arial", "Helvetica", sans-serif;
	margin-bottom:0px !important;
}
/*Default link styles - separate a:visited for a different visited link style*/
A, A:link, A:visited
{
	color: #547920;
}
/*Hover/active link styles. Don't forget :focus for accessibility*/
A:hover, A:focus, A:active
{
	color: #77A82D;
}
#block-block-3
{
width:460px;
float:left;	
}
#block-block-16
{
	
	
}
/*Specific Typography
--------------------------------------------------------------*/
#site-name
{
	font-size: 300%;
	line-height: 150%;
	color: #FFFFFF;
	font-variant: small-caps;
	border-bottom: 1px solid #FFFFFF;
}
#site-name A
{
	color: #FFFFFF;
	font-variant: small-caps;
}
.footer-message
{
	font-size: 90%;
}

/*HTML Elements
--------------------------------------------------------------*/
BODY
{
}
/*Site Info
--------------------------------------------------------------
Wrapper around logo, site name, and slogan*/
.header-site-info SPAN
{
	display: block;
}
#header-site-info
{
	width: 100%;
	margin:0px;
}
#header-site-info-inner
{
margin:0px;
}
/*Add float here to put logo and site name side by side, also add margins as
needed*/
#logo
{
	float: left;
	left: 0;
	margin-top: 0px;
	width: auto;
}
/*Link and hover styles for site name*/
#site-name A:link, #site-name A:visited, #site-name A:hover, #site-name A:active
{
	color: #FFFFFF;
	text-decoration: none;
}
/*Typography for site slogan*/
#slogan
{
	color: #FFFFFF;
	letter-spacing: 5px;
}
/*Regions

Classes (.region-name) should always be used instead of IDs (#region-name) so
that Skinr styles can override them with a class later
--------------------------------------------------------------
All Regions
--------------------------------------------------------------
By default this wrapper is set to 100% width and centered -- override here to
narrow wrapper or align left or right*/
.page
{
}
/*The 0 values here remove padding and spacing at the bottom of the page.
Remove to add a gap at the very bottom of the page*/
.page-inner
{
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
/*Header Regions
--------------------------------------------------------------
Header Top region to the bottom of Header region
For full-width header background, add background image/color here*/
.header-group-wrapper
{
}
#header-group
{
min-height:157px;
}
#header-group .block
{
width:100%;
}
#block-block-17
{
display:none;
 margin:0px 0px 0px 0px;
}
.header-group
{
}
/*Header Top region which sits above the header
Works well with inline login or inline menu block style*/
.header-top-wrapper
{
}
.header-top
{
}
/*Primary Menu
/--------------------------------------------------------------
Add general styles for primary menu here, such as typography, borders, floats,
or spacing above/below*/
#primm
{
width:805px;
float:left;
margin: 0px auto 0px auto;
}
.primary-menu
{
	padding: 0;
	float: right;
	top: 25px;
	width: auto;
	z-index: 200;
	margin: 0px 0px 0px 0px;
}
/*styles for Superfish primary menu*/
#primary-menu-inner
{
margin:0px;
}
.primary-menu-inner UL.sf-menu
{
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
}
/*Link style for top level menu items, add padding here*/
.primary-menu-inner UL.sf-menu A, .primary-menu-inner UL.sf-menu A:visited
{
	text-transform: uppercase;
	color: #FFF;
	padding: 10px;
}
.primary-menu-inner UL.sf-menu A:hover, .primary-menu-inner UL.sf-menu A:active, .primary-menu-inner UL.sf-menu A:focus
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero50.png);
	background-repeat: repeat;
	background-position: 0 0;
	text-transform: uppercase;
}
/*These are the top level menu items, add border-right here for separators*/
.primary-menu-inner UL.sf-menu LI
{
}
/*Add border-right: 0; here to remove separator on last menu item*/
.primary-menu-inner UL.sf-menu LI.last
{
}
/*Style for container of dropdown, add background or border*/
.primary-menu-inner UL.sf-menu UL
{
	margin-top: 6px;
}
/*Style for individual dropdown menu items, add border-bottom for separators*/
.primary-menu-inner UL.sf-menu LI LI
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom: 1px solid #FFF;
}
.primary-menu-inner UL.sf-menu LI LI.last
{
}
.primary-menu-inner UL.sf-menu LI LI LI
{
}
/*Style for hover of dropdown menu items (add background-color here)*/
.primary-menu-inner UL.sf-menu LI UL LI:hover, .primary-menu-inner UL.sf-menu LI UL LI.sfHover
{
}
/*Secondary menu
--------------------------------------------------------------
This menu usually appears in the header as a set of simple text links*/
#secondmen
{
width:960px;
margin:0px auto;
}
.secondary-menu
{
	padding-top: 5px;
	text-align:center;
	font-size: 90%;
	font-variant: small-caps;
	margin:0px;
}
/*Set general style for menu here -- background, alignment, etc.*/
.secondary-menu-inner UL.links
{
}
/*Add a border-right here for a separator*/
.secondary-menu-inner UL.links LI
{
}
/*Add border-right: 0; here to remove right separator on last menu item*/
.secondary-menu-inner UL.links LI.last
{
}
/*Styles for links*/
.secondary-menu-inner UL.links LI A:link, .secondary-menu-inner UL.links LI A:visited
{
padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
}
.secondary-menu-inner UL.links LI A:hover, .secondary-menu-inner UL.links LI A:focus, .secondary-menu-inner UL.links LI A.active
{
	color: #91C200;
}
.secondary-menu li a
{
background: url(../images/footel-li-bg.png) no-repeat  left;
margin-left: 10px;
padding: 0px 0px 0px 10px;
}
.secondary-menu li a:hover
{
background: url(../images/footel-li-bg2.png) no-repeat  left;
}
/*Header - Search
--------------------------------------------------------------*/
#search-box
{
width:261px !important;
float:left;
margin:2px 0px 0px 20px;
}
.search-box
{
}
.search-box-inner
{
}
.search-box-inner FORM#search-theme-form
{
}
.search-box-inner INPUT#edit-search-theme-form-header
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px solid #FFFFFF;
	float: left;
	padding: 5px;
	width: 200px;
	color: #666666;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#search-button
{
}
#search-button .searchButton
{
	color: #7E6CD8;
	font-weight: bold;
	background: transparent none repeat scroll 0 0;
}
/*Preface Regions
--------------------------------------------------------------
The Preface Top region sits between the header and the Main Area
(columns, sidebars, and main content).  The Preface Bottom region
is inside the Main Area.*/
.preface-top-wrapper
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero50.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.preface-top
{
}
.preface-top-inner
{
	padding-top: 10px;
}
.preface-bottom
{
}
.preface-bottom-inner
{
	padding: 10px;
}
/*Main Area (content + sidebars + preface bottom + postscript top)
--------------------------------------------------------------*/
#telo
{
width:960px;
margin:15px auto 0px auto;
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}
.main-wrapper
{
	/*background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;*/
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 180%;
}
.main
{
background: url(../images/main-top-bg.png) repeat-x center top,
				url(../images/main-bottom-bg.png) repeat-x center bottom #F0EFEB;
}
/*Sidebar Regions
--------------------------------------------------------------
Sidebar widths can be controlled through theme settings*/
.sidebar-first
{
}
.sidebar-last
{
}
.sidebar-last .block, .sidebar-first .block
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 10px 0px;
}
/*Content Regions
--------------------------------------------------------------*/
.content-top
{

}
.content-top .block .inner
{
margin:0px;
padding:0px;
}
.content-top .inner
{
	padding-top: 10px;
}
.content-group
{
}
.content-inner-inner
{
	padding: 15px 15px 0px 15px;
}
.content-bottom
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
	margin-left: 10px;
	margin-top: -10px;
	padding-top: 10px;
	width: 580px;
}
/*This region only appears on full node pages. It's useful for ads or other
content between the body of the node and its comments*/
.node-bottom
{
}
/*Postscript & Footer Regions
--------------------------------------------------------------*/
.postscript-top
{
	background: #FFFFFF;
	margin-left: 10px;
}
.postscript-top-inner
{
	border-right-width: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.postscript-bottom-wrapper
{
	margin-top: 10px;
	padding: 10px;
}
.postscript-bottom
{
}
.postscript-bottom-inner
{
}
.footer-wrapper
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.footer-wrapper DIV.inner
{
	padding: 10px;
}
.footer
{
}
.footer-inner
{
}
.footer-message-wrapper
{
}
.footer-message
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-message-inner
{
}
.footer-message-text
{
margin:0px;
text-align:center;
}
#after-footer
{
width:100%;
height:60px;
background: url(../images/footer-bg.jpg) repeat-x center top;
}
/*Page titles
/--------------------------------------------------------------
Page and full node titles*/
H1.title
{
}
/*Default node styles
/--------------------------------------------------------------
Change unpublished and preview colors for dark background themes*/
.node-unpublished
{
	background-color: #FFF4F4;
}
.preview .node
{
	background-color: #FFFFEA;
}
/*Typography for node titles*/
H2.title
{
}
/*Colors and styles for linked node titles, ie. teaser listing at /node*/
H2.title A:link, H2.title A:visited
{
}
H2.title A:hover, H2.title A:focus, H2.title A:active
{
}
H3
{
	font-variant: small-caps;
}
/*Separators and padding for node teasers*/
.teaser
{
	margin-bottom: 3em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #BBD4EB;
}
/*Author/date info*/
.meta
{
	margin-top: -8px;
	margin-bottom: 10px;
}
.submitted
{
}
/*Links for nodes (taxonomy, commenting, read more, etc)*/
.node UL.links LI
{
	margin-right: 10px;
}
.node UL.links A
{
}
/*Only more/read more links*/
DIV.node .read-more A, DIV.node .more-link A
{
}
/*Drupal Messages
/--------------------------------------------------------------
General style for all errors/messages (border, padding, etc.)*/
DIV.content-messages DIV.messages, DIV.content-help DIV.help
{
}
/*Status messages: green*/
DIV.content-messages-inner DIV.status
{
}
/*Warning messages: yellow*/
DIV.content-messages-inner DIV.warning
{
}
/*Error messages: red*/
DIV.content-messages-inner DIV.error
{
}
/*Help messages: blue*/
DIV.content-help-inner DIV.help
{
}
/*Error that appears when a required form field is not filled out*/
.form-item INPUT.error, .form-item TEXTAREA.error, .form-item SELECT.error
{
	border: 1px solid #AA1144;
}
/*"New" text and required form field asterisk (default = red)*/
.marker, .form-required
{
	color: #AA1144;
}
TEXTAREA, .form-item INPUT, .form-item SELECT, #content-region INPUT.form-text
{
	border: 1px solid #CCCCCC;
	color: #666666;
	max-width: 95%;
	padding: 5px;
}
.form-item LABEL
{
	display: block;
	font-weight: bold;
}
/*Default block title styles
/--------------------------------------------------------------*/
H2.block-title
{
}
/*Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs
{
margin:5px 0px 0px 0px;
}
.breadcrumbs A:link, .breadcrumbs A:visited
{
}
/*Tab Menus
/--------------------------------------------------------------*/
#content-tabs
{
	background-color: transparent;
	float: left;
/*LTR*/
	margin: 20px 0;
	padding: 0;
}
#content-tabs UL.primary, #content-tabs UL.secondary
{
	border-bottom: 1px solid #000;
	clear: both;
	float: left;
/*LTR*/
	margin: 0;
	padding: 0 10px;
}
#content-tabs UL.secondary
{
	border-bottom: 1px solid #555;
	margin-top: 10px;
	text-transform: lowercase;
}
#content-tabs UL.primary LI, #content-tabs UL.secondary LI
{
	border-style: none;
	display: inline;
	float: left;
/*LTR*/
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#content-tabs UL.primary LI A:link, #content-tabs UL.primary LI A:visited, #content-tabs UL.secondary LI A:link, #content-tabs UL.secondary LI A:visited
{
	background-color: transparent;
	border: none;
	color: #000;
	float: left;
/*LTR*/
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px;
	text-decoration: none;
	white-space: nowrap;
}
#content-tabs UL.secondary LI A:link, #content-tabs UL.secondary LI A:visited
{
	color: #555;
}
#content-tabs UL.primary LI A.active:link, #content-tabs UL.primary LI A.active:visited
{
	border-bottom: 4px solid #000;
	color: #555;
	padding-bottom: 2px;
}
#content-tabs UL.secondary LI A.active:link, #content-tabs UL.secondary LI A.active:visited
{
	border-bottom: 4px solid #555;
	color: #777;
	padding-bottom: 2px;
}
#content-tabs UL.primary LI A:hover, #content-tabs UL.primary LI A:focus, #content-tabs UL.secondary LI A:hover, #content-tabs UL.secondary LI A:focus
{
	border-bottom: 4px solid #777;
	color: #777;
	padding-bottom: 2px;
}
DIV.node
{
	margin-bottom: 5px;
	padding-bottom: 10px;
}
/*Pagers
--------------------------------------------------------------*/
UL.pager
{
}
UL.pager LI
{
}
UL.pager A, UL.pager LI.pager-current
{
	border-color: #333;
}
UL.pager LI.pager-current
{
	background-color: #777;
	color: #FFF;
}
UL.pager A:hover, UL.pager A:active, UL.pager A:focus
{
	background-color: #777;
	border-color: #333;
	color: #FFF;
}
/*Forms
/--------------------------------------------------------------
Typography and backgrounds for all form buttons*/
FORM INPUT.form-submit
{
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	background:#A4B67D;
	border:none;
	font-size:12px;
}
FORM INPUT.form-submit:hover
{
-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
}
/*Hover style for form buttons*/
FORM INPUT.form-submit:hover, FORM INPUT.form-submit.hover, FORM INPUT.form-submit:focus
{
}
/*Typography, background, borders, padding for form fields*/
.form-item INPUT, .form-item SELECT, .form-item TEXTAREA
{
}
/*Remove backgrounds and border on radios and checkboxes*/
.form-item .form-radio, .form-item .form-checkbox
{
	background: none;
	border: none !important;
}
/*Fieldset wrapper around groups of form elements -- add border here*/
FIELDSET
{
}
/*Typography and spacing for legend of fieldsets*/
FIELDSET LEGEND
{
}
/*Link style for legend of fieldsets*/
FIELDSET LEGEND, LEGEND.collapse-processed, LEGEND.collapse-processed A:link, LEGEND.collapse-processed A:visited
{
}
/*Custom icons on (open) collapsible fieldsets*/
HTML.js FIELDSET.collapsible LEGEND A:link, HTML.js FIELDSET.collapsible LEGEND A:visited
{
}
/*Custom icons on (closed) collapsible fieldsets*/
HTML.js FIELDSET.collapsed LEGEND A:link, HTML.js FIELDSET.collapsed LEGEND A:visited
{
}
/*Blockquote*/
BLOCKQUOTE
{
	background: #9DB8D5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border: 10px solid #C3D6EB;
}
/*Terms*/
.terms A
{
	color: #9DB8D5;
}
/*Tables
--------------------------------------------------------------*/
TABLE
{
}
/*Body of tables*/
TBODY
{
	border-top: 0px solid #7F6393;
}
/*Header of tables*/
THEAD TH, TH
{
	border-bottom: 3px solid #8C7419;
}
TBODY TH
{
	border-bottom: 1px solid #8C7419;
}
/*Alternating row background styles*/
TR.even, TR.even TD
{
	background-color: #CCC;
	border-bottom: 1px solid #8C7419;
}
TR.odd, TR.odd TD
{
	background-color: #E4E2E9;
	border-bottom: 1px solid #8C7419;
}
TR.drag TD, TR.drag-previous TD
{
	color: #271836;
}
TD
{
	padding: 5px;
}
.content-bottom TD, .postscript-bottom TD
{
	vertical-align: top;
	padding: 5px;
}
/*Maintenance Page
/--------------------------------------------------------------
Maintenance page tpl file in Fusion Core has simplified layout, but you can
also add specific styles, such as a background, just for your offline page*/
.in-maintenance
{
}
/*--------------------------------------------------------------
Module styles
/--------------------------------------------------------------
Book
/--------------------------------------------------------------*/
.book-navigation .menu
{
	border-top: 1px solid #CCC;
}
.book-navigation .page-links
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/*Comments
/--------------------------------------------------------------
Style for each individual comment*/
DIV.comment
{
}
/*Subject (title) of each comment*/
DIV.comment H3.title
{
	font-variant: small-caps;
}
/*Links (edit, reply, delete) for each comment*/
DIV.comment DIV.links A, DIV.comment UL.links A
{
}
/*Alternating styles for even/odd comments*/
.comments DIV.odd
{
	background-color: #D0DEEF;
}
.comments DIV.even
{
	background-color: #E6E4FA;
}
/*A special highlight style for a comment by the author of the node*/
.comments DIV.comment-by-author
{
	background-color: #DAE6F5;
}
/*Comment signatures*/
.signature
{
	border-top: 1px solid #D6DDB9;
}
/*User avatars in comments*/
.comment-wrapper .picture IMG
{
}
/*Forum
/--------------------------------------------------------------*/
#forum .description
{
}
.forum-topic-navigation
{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
/*Poll
/--------------------------------------------------------------*/
DIV.poll DIV.bar
{
	background-color: #BDBAE5;
}
DIV.poll DIV.bar DIV.foreground
{
	background-color: #8174C4;
}
/*Profiles
/--------------------------------------------------------------*/
.profile .picture
{
	float: none;
}
/*Styles for sub-headings on user profiles*/
.profile DT
{
	background-color: #CCC;
}
/*Ubercart - catalog
/--------------------------------------------------------------
Horizontal list of subcategories in catalog*/
UL.uc-categories
{
}
.uc-categories LI A
{
	font-weight: bold;
	padding: 0 5px 0 3px;
}
/*Product and category names*/
.catalog-grid-title A:link, .catalog-grid-title A:visited, .category A:link, .category A:visited
{
}
.catalog-grid-title A:hover, .catalog-grid-title A:focus, .category A:hover, .category A:focus
{
}
/*Sell price in Ubercart catalog*/
.category-grid-products .catalog-grid-sell-price
{
}
/*Ubercart - add to cart buttons
/--------------------------------------------------------------
Add to cart buttons*/
INPUT.node-add-to-cart, INPUT.list-add-to-cart
{
}
/*Hover and focus styles, with .hover class added for IE6 support*/
INPUT.node-add-to-cart:hover, INPUT.node-add-to-cart.hover, INPUT.node-add-to-cart:focus, INPUT.list-add-to-cart:hover, INPUT.list-add-to-cart.hover, INPUT.list-add-to-cart:focus
{
}
/*Ubercart - product nodes
/--------------------------------------------------------------*/
#field-group
{
}
#price-group
{
}
/*Product images*/
.product-image A IMG
{
}
.product-image A:hover IMG, .product-image A:focus IMG
{
}
/*Display price on full product nodes*/
.full-node .product-group .uc-price-display
{
}
/*Product attributes on full nodes*/
.full-node .product-group .attributes
{
}
/*Ubercart - general / checkout
/--------------------------------------------------------------
For optional "Powered by Ubercart" footer message*/
#store-footer
{
}
#store-footer A:link, #store-footer A:visited
{
}
/*View cart/Checkout links in Ubercart cart block*/
.cart-block-summary-links UL.links LI A
{
}
.cart-block-summary-links UL.links LI.cart-block-checkout A:link, .cart-block-summary-links UL.links LI.cart-block-checkout A:visited
{
}
/*Key checkout process buttons: Checkout, Continue, and Submit Order*/
#uc-cart-view-form #edit-checkout, #uc-cart-checkout-form #edit-continue, #uc-cart-checkout-review-form #edit-submit
{
}
/*Table on final order review page*/
.order-review-table
{
}
#cart-form-products TABLE TH
{
	border-bottom: 3px solid #DEC2C3;
}
/*Skinr
/--------------------------------------------------------------
This is a sample Skinr style to get you started. See fusion_starter.info*/
.fusion-example-stylename .inner
{
/*When setting the background color, also set foreground colors for text and
links, even if it's similar to the default body style. Remember, this block
style may be used in regions with other foreground colors, thus making text
invisible if left unspecified*/
	background-color: #CCC;
	color: #000;
/*All padding and borders should go on the .inner div, so as not to break
the widths of the grid*/
	border: 3px solid #000;
	padding: 10px;
}
#polosa1
{
background: url(../images/bg-hero.png) repeat;
width:100%;
height:35px;
margin:0px 0px 5px 0px;
}
#polosa
{
width:960px;
margin:0px auto;
}
#sociko
{
width:111px;
float:right;
margin:0px 0px 0px 0px;
position:relative;
z-index:997;
}
#vk
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/vk1.png) no-repeat center top;
}
#vk:hover
{
background: url(../images/vk.png) no-repeat center top;
}
#you
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/youtube.png) no-repeat center top;
opacity: 0.5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#you:hover
{
opacity: 1;
background: url(../images/youtube.png) no-repeat center top;
}
#fb
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/fb1.png) no-repeat center top;
opacity: 0.5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#fb:hover
{
opacity: 1;
background: url(../images/fb1.png) no-repeat center top;
}
#inst
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/inst.png) no-repeat center top;
opacity: 0.5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#inst:hover
{
opacity: 1;
background: url(../images/inst.png) no-repeat center top;
}
#od
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/od1.png) no-repeat center top;
}
#od:hover
{
background: url(../images/od.png) no-repeat center top;
}
#spd
{
width:32px;
height:32px;
float:left;
margin:0px 0px 0px 5px;
background: url(../images/spd2.png) no-repeat center top;
}
#spd:hover
{
background: url(../images/spd1.png) no-repeat center top;
}
#podelitcya
{
width:auto;
float:left;
margin:0px 0px 0px 0px;
}
#dred
{
width:960px;
height:320px;
margin:0px auto;
background: url(../images/dred.jpg) no-repeat center top;
-webkit-box-shadow: 0px -3px 7px 0px rgba(217, 217, 219, 0.75);
-moz-box-shadow:    0px -3px 7px 0px rgba(217, 217, 219, 0.75);
box-shadow:         0px -3px 7px 0px rgba(217, 217, 219, 0.75);
}
.field-type-text.field-field-priceot
{
display:none;
}
#ysl
{
width:960px;
height:130px;
padding:10px 0px 20px 0px;
margin:0px auto 0px auto;
background: url(../images/ysl-bg.png) no-repeat center top #F0EFEB;
-webkit-box-shadow: 0px -3px 7px 0px rgba(217, 217, 219, 0.75);
-moz-box-shadow:    0px -3px 7px 0px rgba(217, 217, 219, 0.75);
box-shadow:         0px -3px 7px 0px rgba(217, 217, 219, 0.75);
}
#ysl2
{
width:927px;
height:135px;
padding:20px 0px 20px 0px;
margin:0px auto 0px auto;
background: url(../images/ysl-bg.png) no-repeat center top #F0EFEB;
-webkit-box-shadow: 0px -3px 7px 0px rgba(217, 217, 219, 0.75);
-moz-box-shadow:    0px -3px 7px 0px rgba(217, 217, 219, 0.75);
box-shadow:         0px -3px 7px 0px rgba(217, 217, 219, 0.75);
}
#node-201 #ysl
{
width:900px;
}
#ysl a
{
color:#777790;
font-weight:bold;
}
#ysl a:hover
{
color:#8C7419;
}
#ploshadka
{
width:92px;
float:left;
margin:0px 30px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/ploshadka.jpg) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#veterinar
{
width:92px;
float:left;
margin:0px 45px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/veterinary.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#veterinar:hover
{
background: url(../images/veterinary.png) no-repeat center top;
/*background: url(../images/veterinary_spotlight.png) no-repeat center top;*/
}
#node-201 #veterinar,
#node-201 #gostinica,
#node-201 #vyazki,
#node-201 #ohrana,
#node-201 #korma,
#node-201 #poslyshanie,
#node-201 #shenki,
#node-201 #konsylt
{
margin:0px 45px;
}
#gostinica
{
width:92px;
float:left;
margin:0px 45px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/hotel.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#gostinica:hover
{
background: url(../images/hotel.png) no-repeat center top;
/*background: url(../images/hotel_spotlight.png) no-repeat center top;*/
}
#vyazki
{
width:92px;
float:left;
margin:0px 14px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/matings.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#vyazki:hover
{
background: url(../images/matings.png) no-repeat center top;
/*background: url(../images/matings_spotlight.png) no-repeat center top;*/
}
#ohrana
{
width:92px;
float:left;
margin:0px 30px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/protection.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#ohrana:hover
{
background: url(../images/protection.png) no-repeat center top;
/*background: url(../images/protection_spotlight.png) no-repeat center top;*/
}
#korma
{
width:92px;
float:left;
margin:0px 14px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/food.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#korma:hover
{
background: url(../images/food.png) no-repeat center top;
/*background: url(../images/food_spotlight.png) no-repeat center top;*/
}
#poslyshanie
{
width:92px;
float:left;
margin:0px 30px 0px 30px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/obedience.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#poslyshanie:hover
{
background: url(../images/obedience.png) no-repeat center top;
/*background: url(../images/obedience_spotlight.png) no-repeat center top;*/
}
#adzhiliti
{
width:92px;
float:left;
margin:0px 30px 0px 30px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/adzhiliti.jpg) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#shenki
{
width:92px;
float:left;
margin:0px 14px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/puppies.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#shenki:hover
{
background: url(../images/puppies.png) no-repeat center top;
/*background: url(../images/puppies_spotlight.png) no-repeat center top;*/
}
#konsylt
{
width:92px;
float:left;
margin:0px 30px;
padding:90px 0px 0px 0px;
text-align:center;
background: url(../images/consultation.png) no-repeat center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#konsylt:hover
{
background: url(../images/consultation.png) no-repeat center top;
/*background: url(../images/consultation_spotlight.png) no-repeat center top;*/
}
#block-block-19
{
padding:0px;
margin:0px;
text-align:center;
}
#block-block-20
{
width:940px;
float:left;
margin:0px 0px 0px 10px;
}
#block-block-15
{
width:400px !important;
height:52px;
float:right;
margin: -120px 0px 0px 0px;
text-align:right;
font-weight:bold;
font-size:48px;
color:#FFF;
}
#block-block-15 .content a
{
color:#FFF;
}
#block-block-15 p
{
margin: 10px 0px;
}
#zv
{
width:120px;
float:right;
padding:10px 0px 10px 40px;
margin: -110px 250px 0px 0px;
background: url(../images/zv-bg.png) no-repeat left;
position:relative;
z-index:997;
text-decoration:underline;
color:#FD9100;
}
#zv a
{
color:#FD9100;
font-weight:bold;
}
.field.field-type-filefield.field-field-izoprod,
.field.field-type-filefield.field-field-izostat,
.field.field-type-filefield.field-field-izonews,
.field.field-type-filefield.field-field-izovop,
.field.field-type-filefield.field-field-izosovet
{
float:right;
margin:0px 0px 0px 15px;
}
#view-id-korma-page_1 .views-field.views-field-field-izoprod-fid
{
text-align:center;
}
#view-id-korma-page_1 .views-field.views-field-title a
{
font-size:15px;
font-weight:bold;
}
.field.field-type-filefield.field-field-izogall img
{
float:left;
margin:5px 12px;
padding:2px;
border:1px solid #A3B57B;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#view-id-gallerys-page_1 img,
#view-id-stat-page_1 img
{
padding:2px;
border:1px solid #A3B57B;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.field.field-type-filefield.field-field-izogall img:hover,
#view-id-gallerys-page_1 img:hover,
#view-id-stat-page_1 img:hover,
.field.field-type-filefield.field-field-gallery img:hover,
.field.field-type-filefield.field-field-gallery3 img:hover,
.field.field-type-filefield.field-field-gallery4 img:hover
{
-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
}
#view-id-gallerys-page_1 td
{
text-align:center;
width:230px;
}
#webatom
{
width:330px;
float:right;
margin:5px 10px 0px 0px;
text-align:right;
}
#block-block-16
{
width:360px;
background:#F7F7F7;
padding:10px;
}
.field.field-type-filefield.field-field-gallery img,
.field.field-type-filefield.field-field-gallery3 img,
.field.field-type-filefield.field-field-gallery4 img
{
float:left;
margin:5px 13px;
padding:2px;
border:1px solid #A3B57B;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#view-id-videogallery-page_1 td
{
text-align:center;
padding-bottom:20px;
border-bottom:1px dashed #cccccc;
}
#view-id-videogallery-page_1 .views-field-title a
{
font-size:16px;
font-weight:bold;
}
#view-id-videogallery-page_1 .views-field-title
{
padding:10px 0px 5px 0px;
}
div.fieldgroup .content
{
min-height:120px;
padding:0px;
}
.fieldgroup.group-vopro
{
min-height:120px;
}
.field.field-type-text.field-field-vopros
{
padding:10px;
border:1px dashed #638925;
background:#EBFFC9;
margin:0px 0px 10px 0px;
}
.field.field-type-text.field-field-textotvet
{
padding:10px;
border:1px dashed #00BBEA;
background:#CCF4FF;
}
#view-id-voprosotvet-page_1 .views-field.views-field-title
{
font-size:15px;
font-weight:bold;
}
#slidebox{
    width:350px;
    height:110px;
    padding:10px;
	text-align:center;
    background:#B5F0FF;
	opacity: 0.8;
    border:3px solid #B9C894;
    position:fixed;
	z-index:1006;
    bottom:250px;
    right:-440px;
-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 4px 7px 0px rgba(50, 50, 50, 0.75);
}
#slidebox tr.odd,
#slidebox tr.odd td
{
background:none;
}
#siderol {
position: fixed;
top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
overflow: hidden;
bottom: 20px; /*Расстояние до нижнего края окна*/
right: -100%; /*Появляется справа, чтобы поменять сторону замените на: left */
width: 240px; /*Ширина выезжающего блока*/
z-index: 99999;
background: #fff;
font-size: 11px;
line-height:1.4em;
border: 1px solid #ebebeb;
border-radius: 7px;
padding: 10px 15px 10px 10px; /*Отступы от краев до текста*/
min-height: 100px;
-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);
box-shadow: 0 0 16px rgba(0,0,0,0.5);
}
.copyright
{
color:#FFF;
font-size:16px;
width:400px;
float:left;
margin:5px 0px 0px 10px;
}
#siderol .roll-close {
display: block;
position: absolute;
width: 15px;
height: 15px;
top: 10px;
left: 10px;
cursor: pointer;
font-weight: bold;
font-size: 15px;
text-shadow: #000 0px 0px 1px;
}
a.close
{
color:#729616 !important;
}
#zagsov
{
color:#000;
font-weight:bold;
font-size: 15px;
opacity: 1 !important;
}
#siderol h4{font-size:18px;margin:0 0 10px;}
#slidebox a
{
font-weight:bold;
color:#0080A0;
float:left;
cursor: pointer;
}
.feed-icon
{
display:none;
}
#zadatvopros
{
width:100px;
padding:5px 10px;
margin:0px;
float:left;
border:1px solid #0094FF;
background:#BFE4FF;
color:#000;
font-weight:bold;
text-align:center;
}
#zadatvopros:hover
{
-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 4px 7px 0px rgba(50, 50, 50, 0.75);
}
#skidki
{
float:right;
width:150px;
font-weight:bold;
text-align:center;
font-size:12px;
margin:9px 0px 0px 0px;
}
#skidki a
{
color:#8BCE61;
}
#zadatvopros2
{
width:100px;
float:left;
margin:0px 0px 0px 20px;
padding:8px 0px 8px 50px;
background: url(../images/vopros-bg.png) no-repeat left;
position:relative;
z-index:100;
}
a #zadatvopros2
{
color:#A9D856;
text-decoration: underline;
}
#stazh
{
float:left;
margin:70px 0px 0px 10px;
font-weight:bold;
font-size:20px;
color:#ADBF85;
font-style:italic;
text-decoration:underline;
}
#node-275 .form-item,
#node-290 .form-item
{
width:425px;
}
.field.field-type-filefield.field-field-gallery2 img
{
float:left;
margin:0px 10px 5px 5px;
}
.field-field-gallery,
.field-field-gallery4
{
width:100%;
float:left;
margin:10px 0px;
}
.field-field-priceot div.field-item
{
float:left;
margin:5px 0px 5px 5px;
width:268px;
padding:35px 5px 10px 5px;
height:54px;
background: #12112A;
color:#F1E933;
font-size:16px;
line-height:16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align:middle;
text-align:center;
border:5px solid #F2E35C;
}
.group-prices
{
display:none;
width:100%;
float:left;
margin:0px 0px 10px 0px;
}
.field-field-izoporoda
{
float:left;
width:150px;
margin:0px 15px 0px 0px;	
}
#block-views-porodusobak-block_1
{
width:880px;
margin:0px 40px;
}
#block-views-porodusobak-block_1 div.views-row
{
width:162px;
float:left;
text-align:center;
margin:2px;
padding:10px 5px 5px 5px;
background:#F7F7F7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#block-views-porodusobak-block_1 .views-field-field-izoporoda-fid img
{
padding:3px;
background:#12112A;
border:2px solid #F1E931;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#block-views-porodusobak-block_1 .views-field-title
{
height:60px;
overflow:hidden;
font-size:14px;
font-weight:bold;
}
#block-views-porodusobak-block_1 .views-field-title a
{
color:#12112A;
}
#block-views-slider-block_1
{
width:920px;
margin:10px 0px 0px 20px;
}