/* Reset
-------------------------------------------------------------- */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}



/* Defaults
-------------------------------------------------------------- */

body {
background: #ffffff;
}

hr {
display: none;
}

:focus
{
  -moz-outline-style: none;
}



/* Common ID & Classes
-------------------------------------------------------------- */

#skip {
display: none;
}

.hidden {
display: none;
}

.clear {
clear: both;
}

.divider {
background: url(../images/dotted-line.gif) repeat-x 50%;
height: 18px;
clear: both;
}



/* Layout
-------------------------------------------------------------- */

#wrapper {
background: #ffffff;
width: 100%;
min-height: 790px;
padding-top: 24px;
display: table;
}

#inner-wrap {
width: 940px;
margin: 0 auto;
padding: 0 20px;
}

#header {
background: url(../images/fibromialgia-sfc-sqm.gif) no-repeat 0 0;
width: 940px;
height: 19em;
position: relative;
}

#main-content {
width: 740px;
margin: 1.5em 0 0;
float: left;
}

#noticias, .two-col-left {
width: 400px;
float: left;
margin-right: 40px;
}

#what-we-do, .two-col-right {
width: 300px;
float: left;
}

#contact-us, #latest-gossip, #client, #client-list, #error404 {
width: 740px;
float: left;
}

#side-col {
width: 160px;
margin: 1.5em 0 0 0;
float: right;
}

.three-col {
width: 220px;
float: left;
}

.center {
margin: 0 40px;
}

#footer {
width: 940px;
margin: 18px auto 36px;
border-top: 5px double #50506f ;
border-bottom: 4px solid #50506f ;
}



/* Portfolio
-------------------------------------------------------------- */

#work li img {
position: absolute;
top: 0;
left: 0;
border: 0;
}

#client img {
background-color: #50506f;
padding: 5px;
display: block;
border-bottom: 1px solid #50506f;
}



/* Slider
-------------------------------------------------------------- */

#slider{}
	
#slider ul, #slider li{
margin: 0;
padding: 0;
list-style: none;
}

#slider li{ 
width: 430px;
height: 288px;
overflow: hidden; 
}	

#prevBtn, #nextBtn{ 
display: block;
width: 30px;
height: 77px;
position: absolute;
left: -30px;
top: 71px;
}
	
#nextBtn{ 
left: 696px;
}
														
#prevBtn a, #nextBtn a{  
display:block;
width: 30px;
height: 77px;
background: url(images/btn_prev.gif) no-repeat 0 0;	
}
	
#nextBtn a{ 
background: url(images/btn_next.gif) no-repeat 0 0;
}

