/***************Reset by eric meyer***************/
* {
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1.8;
}
ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}

h1, h2, h3, h4, p
{
font-size: 100%;
font-weight: inherit;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

a
{
color:  #647E99;
text-decoration: none;
}

.main a:hover
{
text-decoration underline;
}

html, body
{
    height: 100%;
}
/**************end of reset by eric meyer*****************/
/***Basic classes***/
.left
{
float: left;
}

.right
{
float: right;
}

.centered
{
text-align: center;
}
.hidden
{
display: none !important;
}

/***/

/***Basic layout***/
body
{
height: 100%;
font-family: Verdana, sans-serif;
font-size: 85%;
background: #fff url(../img/robimy_bg_big.png) 0px 0px repeat-x;
color: #282834;
}


#container
{
width: 800px;
height: 100%;
margin: 0px auto;
display: block;
}

#header
{
width: 800px; /*sums up to 800*/
padding: 0;
float: left;
margin: 0px 0 0 0;
color: #282834;
}
#content
{
width: 600px; /*sums up to 800*/
padding: 0 100px 50px 100px;
float: left;
margin: 0;
overflow:hidden;
position: relative;
}

.opacity
{
background: #fff;
opacity: 0.85;
filter: alpha(opacity = 85);
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:-1;
}

#wrapper
{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

#clearfooter{
clear: both;
float: left;
}

#footer
{
width: 100%;
display: block;
text-align: center;
color: #282834;
clear: both;
height: 120px;
margin: 150px 0 0 0;
}

#footer a:hover
{
background: none;
}
/*header*/
a.logo
{
display: block;
width: 460px;
height: 116px;
float: left;
clear: both;
background: url(/media/img/header.png) no-repeat;
}

a.logo span
{
display: none;
}

/*navgiation*/
.nav
{
display: block;
float: left;
margin:120px 0 0 0;
width:800px;
}

.lang
{
display: block;
float: right;
background: #ed3a3f;
color: #fff;
font-variant: small-caps;
font-size: 150%;
}

.nav .lang a
{
color: #fff;
background: none;
margin: 0 0 0 0;
padding:  0 5px 0 5px;
}

.lang a:hover
{
background: #fff;
color:  #ed3a3f;
}

.nav span
{
display: none;
}

.nav a
{
display: block;
background: url(../img/nav.png) no-repeat;
float: left;
margin: 0 10px 0 0;
height: 36px;
}

a#home
{
background-position: 0 0;
width: 180px;
}

a#our-work
{
background-position: -182px 0;
width: 127px;
}

a#technology
{
background-position: -418px 0;
width: 148px;
}

a#about
{
background-position: -311px 0;
width: 103px;
}

a#blog
{
background-position: -570px 0;
width: 63px;
}

a#home:hover
{
background-position: 0 -44px;
}

a#our-work:hover
{
background-position: -182px -44px;
}

a#technology:hover
{
background-position: -418px -44px;
}

a#about:hover
{
background-position: -311px -44px;
}

a#blog:hover
{
background-position: -570px -44px;
}

a#en-home
{
background-position: 0 -88px;
width: 165px;
}

a#en-our-work
{
background-position: -172px -88px;
width: 123px;
}

a#en-technology
{
background-position: -454px -88px;
width: 143px;
}

a#en-about
{
background-position: -318px -88px;
width: 136px;
}

a#en-home:hover
{
background-position: 0 -135px;
}

a#en-our-work:hover
{
background-position: -172px -135px;
}

a#en-technology:hover
{
background-position: -454px -135px;
}

a#en-about:hover
{
background-position: -318px -135px;
}

/*Content*/

.main
{

width: 600px ;/* sums up to 600*/
padding: 10px 0;
float: left;
}

/*Basic text styling*/
h1
{
font-size: 250%;
margin: 15px 0;
font-family: Georgia;
line-height:120%;
color: #282834;
}

h1 span
{
color:  #ee3b40;
}

h2
{
font-size: 200%;
margin: 15px 0;
font-family: Georgia;
line-height:120%;
color: #ee3b40	;
}


p
{
line-height:150%;
color: #282834;
margin: 10px 0;
text-align: justify;
}
 
 .main ul
{
list-style: disc inside;
}

.main li
{
margin-left: 0px;
}


/******* JQuery Carousel *********/
.jcarousel-skin-tango .jcarousel-container {
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
    padding: 20px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  600px;
    height: 600px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 600px;
    height: 600px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 250px;
    right: -35px;
    width: 65px;
    height: 66px;
    cursor: pointer;
    background: transparent url(../img/arrows.png) no-repeat -68px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -68px -68px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -68px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -200px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 250px;
    left: -35px;
    width: 65px;
    height: 66px;
    cursor: pointer;
    background: transparent url(../img/arrows.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 -68px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -200px 0;
}
/************************/