@charset "UTF-8";
/* CSS Document */

/************* GENERAL *************/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.indent {
    text-indent: -99999px;
}

.clear {
    clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	background: #222222 url(img/main-background.jpg) top center no-repeat;
    font: 100%/1.5em Georgia, "Times New Roman", Times, serif;
    color: #ddd;
}

a {
	color: #999;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 1.7em;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h2 {
	font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 15px 0;
}

h2.status {
	border-bottom: dotted 1px #ddd;
	padding: 0 0 25px 0;
}

/************* HEADER *************/
#header {
	width: 960px;
    height: 90px;
    margin:40px auto 0 auto;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
    padding: 30px 0 10px 0;
}

#header img {
	margin: 25px 0 0 0;
    float: left;
}

#header a#login {
	float: right;
    margin: 0 0 0 40px;
}

#header a#mail {
	background:url(img/envelope.png) 0 0 no-repeat;
   	float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 26px 0 0 0;
}

/************* MAIN *************/
#main {
	width: 960px;
    margin:0 auto;
}

#main .col1 {
	width: 35%;
    float: left;
}

#main .col2 {
	width: 60%;
    float: right;	
}

#main .grid1 {
	width: 102px;
    float: left;
    margin: 0 15px 0 0;
}

#main .grid2 {
	width: 102px;
    float: left;	
    margin: 0 15px 0 0;
}

#main .grid3 {
	width: 102px;
    float: left;	
}

#main img {
    border: 5px solid #fff;
    margin: 0 0 15px 0;
}


#main a.tile {
    margin: 0 0 22px 0;
    border: 5px solid #fff;
    display: block;
    width: 92px;
    height: 92px;
}

#main a#amberfin {
	background: url(img/amberfin/thumb.jpg) -92px 0 no-repeat;
}

#main a#amberfin:hover {
	background: url(img/amberfin/thumb.jpg) 0 0 no-repeat;
}

#main a#pamc {
	background: url(img/pamc/thumb.jpg) -92px 0 no-repeat;
}

#main a#pamc:hover {
	background: url(img/pamc/thumb.jpg) 0 0 no-repeat;
}

#main a#laps{
	background: url(img/laps/thumb.jpg) -92px 0 no-repeat;
}

#main a#laps:hover {
	background: url(img/laps/thumb.jpg) 0 0 no-repeat;
}

#main a#dinas{
	background: url(img/dinas/thumb.jpg) -92px 0 no-repeat;
}

#main a#dinas:hover {
	background: url(img/dinas/thumb.jpg) 0 0 no-repeat;
}
#main a#foreman{
	background: url(img/foreman/thumb.jpg) -92px 0 no-repeat;
}

#main a#foreman:hover {
	background: url(img/foreman/thumb.jpg) 0 0 no-repeat;
}
#main a#complexsions{
	background: url(img/complexsions/thumb.jpg) -92px 0 no-repeat;
}

#main a#complexsions:hover {
	background: url(img/complexsions/thumb.jpg) 0 0 no-repeat;
}
#main a#cps{
	background: url(img/cps/thumb.jpg) -92px 0 no-repeat;
}

#main a#cps:hover {
	background: url(img/cps/thumb.jpg) 0 0 no-repeat;
}
#main a#mack-mech{
	background: url(img/mack-mech/thumb.jpg) -92px 0 no-repeat;
}

#main a#mack-mech:hover {
	background: url(img/mack-mech/thumb.jpg) 0 0 no-repeat;
}
#main a#gupe{
	background: url(img/gupe/thumb.jpg) -92px 0 no-repeat;
}

#main a#gupe:hover {
	background: url(img/gupe/thumb.jpg) 0 0 no-repeat;
}


#main a.feature {
    border: 5px solid #fff;
    display: block;
    width: 566px;
    height: 340px;
	background: url(img/tsrmt/feature.jpg) -566px 0 no-repeat;
}

#main a.feature:hover {
	background: url(img/tsrmt/feature.jpg) 0 0 no-repeat;
}

#main .client-work {
	padding: 0 0 15px 0;
}

#main .page {
	margin: 5px 0 0 0;
    padding: 15px 0 0 0;
    border-top: dotted 1px #ddd;
}

#main a {
	font-size: 0.8em;
}


/************* FOOTER *************/
#footer {
	width: 960px;
    margin: 0 auto;
    border-top: dotted 1px #ddd;
}

#footer p {
	font-size: 0.7em;
    margin: 10px 0 0 0;
}

#footer a {
	font-size: 1em;
}



