@charset "UTF-8";
/* -- -- -- -- -- 
	--  CSS Documnet -- 
	Design for anicareagro.com
	v1.0
	Author: Saeed
	isaeed.net
-- -- -- -- -- */
/* -- -- -- -- -- --  Reset Section -- -- -- -- -- -- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* -- -- -- -- -- --  Personal Defaults -- -- -- -- -- -- */

* {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: inherit;
}

a {
    display: block;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

h3 {
    font-size: 20px;
    margin: 0 0 12px 0;
}

/* -- -- -- -- -- --  Background and Container -- -- -- -- -- -- */

body {
    position: relative;
    background-color: #666666;
}

#main-container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fefefe;
    background-image: url(../images/bg-pattern.jpg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


/* -- -- -- -- -- --  Branding Section -- -- -- -- -- -- */

#branding-section {
    position: relative;
    width: 100%;
    height: 130px;
}

#logo-area {
    display: block;
    width: 30%;
    float: left;
}

#logo-area img {
    height: 80px;
    margin: 20px 0 0 50px;
}

#main-navigation {
    height: 50px;
    margin-top: 50px;
    position: relative;
    float: left;
    width: 70%;
    z-index: 10;
}

#main-navigation nav {
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
    z-index: 10;
}

#main-navigation nav a {
    float: left;
    height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 0 7px 0 5px;
    margin-top: 12px;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
#main-navigation nav a div {
    color: #22e;
    height: 30px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    top: 0;
    text-transform: uppercase;
    transform: rotateX(-90deg);
    transform-origin: center bottom 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

#main-navigation nav a div:first-child {
    color: #000;
    top: 0;
    transform: rotateX(0deg);
    transform-origin: center top 0;
    z-index: 2;
}
#main-navigation nav a:hover div {
    top: -50px;
    transform: rotateX(0deg);
}

#main-navigation nav a.active div {
    top: -50px;
    transform: rotateX(0deg);
}

/* -- -- -- -- -- --  Vive Image -- -- -- -- -- -- */

#vive-image {
    position: relative;
    width: 960px;
    height: 215px;
    overflow: hidden;
}

#vive-image img {
    position: relative;
    z-index: 0;
}

#glass-effect {
    position: relative;
    width: 960px;
    height: 15px;
    background-color: rgba(255, 255, 255, .3);
    margin-top: -15px;
    z-index: 9;
}


/* -- -- -- -- -- --  Content Section -- -- -- -- -- -- */

#content-section {
    position: relative;
    width: 960px;
}

#left-aside {
    display: block;
    float: left;
    width: 200px;
    margin: 30px 0 20px 60px;
}

.aside-thumbnail {
    display: block;
    margin-bottom: 30px;
    float: right;
    width: 125px;
    height: 75px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
}

#detail-content {
    display: block;
    float: left;
    width: 600px;
    margin: 30px 50px 20px 50px;
}

#detail-content p {
    margin-top: 8px;
}

.regional-contact {
    display: block;
    float: left;
    margin: 0 60px 0 0;
}

.question-answer {
    margin-bottom: 10px;
}


/* -- -- -- -- -- --  Footer Section -- -- -- -- -- -- */

#site-footer {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #555555;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#footer-navigation {
    width: 800px;
    margin: 0 auto;
    padding-top: 20px; 
}

#footer-navigation ul li {
    display: block;
    float: left;
}

#footer-navigation a:link, #footer-navigation a:visited {
    padding: 5px 25px;
    color: #eeeeee;
}

#footer-navigation a:hover, #footer-navigation a:active {
    color: #99ff99;
}

.pipes {
    display: block;
    padding: 5px 0;
    color: #eeeeee;
}

/* -- -- -- -- -- --  float-clear -- -- -- -- -- -- */

.float-clear {
    clear: both;
}

/* -- -- -- -- -- --  Designer Ad -- -- -- -- -- -- */

#designer-info {
    width: 960px;
    margin: 10px auto;
}

#designer-info p {
    color: #cccccc;
}

#designer-info a {
    display: inline;
}