﻿@import url('base-fonts-reset-min.css');
@import url('960.css');


/* ----------------
TYPOGRAPHY
-----------------*/


a:link, a:visited{
color:#12809a;
}

h1,h2,h3,h4
{
color:#12809a; 
text-transform:uppercase; 
font-weight:normal;
}

h1
{
    font-size:170%;
    margin-bottom:.2em;
}

h2
{
    font-size:150%;
    margin-bottom:.2em;
}

h3
{
font-size:120%;
}


/* ----------------
UTILITY
-----------------*/

.ir span
{display: none;}



/* ----------------
Main Layout 
-----------------*/


html, body
{
    background-color: #616145;
    font-family:Tahoma, Helvetica, Arial, Sans-Serif;
    color:#5a5944;
    margin-top:20px;
}


#container
{
    padding-left: 60px;
    padding-right: 60px;
    width: 850px;
}

#mast-head
{
    background: url('../images/body-head.png') no-repeat scroll left bottom;
    height: 114px;
}


#logo
{
    background: url('../images/main-logo.png') no-repeat scroll left top;
    width: 141px;
    height: 62px;
    margin:0px 0 -30px 56px;
    
    
}

#logo a
{
    display: block;
    width: 141px;
    height: 62px;
    position: relative;
    text-decoration: none;
}

#logo a span
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #616145 url(../images/main-logo.png) top left no-repeat;
    cursor: pointer;
}


/* nav */

ul#nav-main
{
    margin: 0;
    float: right;
    margin-right:1px;
}

ul#nav-main li
{
    float: left;
    list-style-type: none;
}

ul#nav-main li a
{
    display: block;
    height: 52px;
    background-repeat: no-repeat;
    background-position: left center;
}

ul#nav-main li a:hover, ul#nav-main li a.hover
{background-position: right center;}

ul#nav-main li a:focus
{outline:none;}

#nav-main #nav-products a
{
    background-image: url('../images/nav-products.png');
    width: 235px;
}

#nav-main #nav-services a
{
    background-image: url('../images/nav-services.png');
    width: 97px;
}

#nav-main #nav-portfolio a
{
    background-image: url('../images/nav-portfolio.png');
    width: 101px;
}

#nav-main #nav-press a
{
    background-image: url('../images/nav-press.png');
    width: 92px;
}

#nav-main #nav-contact a
{
    background-image: url('../images/nav-contact.png');
    width: 97px;
}

.scrollbox
{
	text-align: center; 
	margin-top: 50px; 
	color: #fff;
	width:100%;
	margin: 0 auto;
	position: relative;
}


/* for arrows
*/
/* for arrows
*/
#more
{
	background: url(../images/Scrollable/RButton.png) no-repeat scroll left center;
    width: 48px; 
    height:48px; 
	float: right;
	margin-top:58px;
	cursor:pointer;
}
a#more:hover
{
	background-position: right center;
}
#less
{
	background: transparent url(../images/Scrollable/LButton.png) no-repeat scroll left center;
    width: 48px; 
    height:48px;
    float: left;
    margin-top:58px;
    cursor:pointer;
}
a#less:hover
{
	
	background-position: right center;
}
a.disabled
{
	visibility:hidden !important;
}
/*
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
       position:relative; 
    overflow:hidden; 
    width: 700px; 
    height:180px; 
    float:inherit;
    margin:0 auto;
    
    /* overflow:hidden; 
    width: 660px; 
    height:156px; 
    position:absolute;
    float:inherit;

    */
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
    left:0;

} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
 float:left;
font-size:16px;
margin-right:20px;
text-align:center;
width:220px;
    font-family:Tahoma, Helvetica, Arial, Sans-Serif;
} 

div.scrollable div.items div img { 
 background:#fff;
 padding:4px;
 margin-bottom:5px;
 -moz-box-shadow:0 1px 8px #444;
 -webkit-box-shadow:0 1px 8px #444;
} 
 
/* you may want to setup some  decorations to active item */ 
div.items div.active { 

}

/* page-content */

#page-content
{
    background: url('../images/body-bg.png') repeat-y scroll center top;
    clear: both;
    padding-left: 4px;
    padding-right: 5px;
    padding-bottom:50px;
    clear:both;
}


/* footer */

#footer
{
    background: url('../images/footer-bg.png') no-repeat scroll center top;
    height: 86px;
    padding: 20px 5px 0;
}

div#footer-links ul
{
    margin: 0;
    padding-top: 5px;
}

div#footer-links ul li
{
    float: left;
    list-style-type: none;
    line-height: 40px;
}

div#footer-links ul li a
{
    border-right: solid 1px #ddd;
    padding-right: 10px;
    margin-right: 10px;
}

/* ----------------
box  
-----------------*/

.box-head
{
    margin-bottom:0;
    background:white url('../images/box-header.png') repeat-x scroll left bottom;
    border:solid 1px #999;
    border-bottom:0;
    padding:5px;
}

.box
{
    background-color:#f1f1f1;
    padding:10px;
    border:solid 1px #999;
}


/* ----------------
Home Page 
-----------------*/

h2#subtitle
{
    margin-top: 0;
    margin-bottom:1em;
    background:transparent url('../images/subtitle.png') no-repeat scroll center top;
    height:18px;
    clear:left;
}

#recent-projects
{
    background:transparent url('../images/work-bg.png') repeat-x scroll left top;
    height:226px; 
    padding:6px 10px 0;
   margin-bottom:20px;
}

#recent-projects h3
{
    background:transparent url('../images/recent-projects.png') repeat-x scroll left top;
    width:221px;
    height:31px;
    margin:0;
    padding-top:10px;
}

#no-sl
{
    margin-bottom:10px;
}