body {
	font-size: 16px;
	font-family: arial;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

h1, h2, p {
    padding: 0;
    margin: 0;
}

a {
    color: #148CC1;    
}

img {
	border: none;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
}

#top-links-block {
    color: #222;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    font-size: 90%;
}

div#header {
	background: #C80000 url(../img/header_r.jpg) right no-repeat;
}

div#header div {
	height: 210px;
	position: relative;
	background: url(../img/header_l.png) left no-repeat;
	border: 1px solid #fff;
}

div#header img {
	display: block;
}

a#header_logo {
	margin: 80px 0 0 320px;
	width: 249px;
	display: block;
}

div#main {
	margin: 20px auto 0 auto;
    padding: 0 20px;
}


#logos {
    margin: 40px 0;        
}

.logo {	
    float: left;    
    width: 150px;
    text-align: center;
    padding-left: 52px;
}

.logo p {
    width: 200px;
    margin-left: -25px;
}

.logo img {
    border: 1px #C7C7C7 solid;
}


#h1-eye-catcher {
    color: #BB050C;
    font-size: 3.6em;
    font-weight: bold;
    letter-spacing: -5px;
}

#h2-eye-catcher {
    color: #148CB5;
    font-size: 3em;
    font-weight: normal;
    margin-top: -5px;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

#h2-our-projects {
    font-weight: normal;   
    letter-spacing: -2px;
    color: #555;
    font-size: 2.5em;
    margin-bottom: 10px;
}

#short-info-container {
    margin-bottom: 30px;
    color: #666;
}

.short-info-box {
    float: left;
    
}

.short-info-box strong {
    color: #148CB5;    
}


#short-info-box-left {
    padding-right: 30px;
    width: 415px;
}

#short-info-box-right {
    width: 415px;
}

.project-info-box {
    margin-bottom: 20px;
}

.project-info-box img {
    float: left;
    height: 100px;
    width: 100px;
    border: 1px #aaa solid;
    margin-right: 20px;
}

.project-info-box strong {
    display: block;
    margin-bottom: 3px;
}

#project-info-container {
    margin-bottom: 40px;
    color: #666;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
                    
#footer {
    border-top: 13px #BB050C solid;
    background: #2A2A2A url(/img/logo-am-footer.gif) 35px 30px no-repeat;   
    height: 140px;
    position: relative;
    color: #888;
}    

#footer-copyright {
    width: 140px;    
    position: absolute;
    left: 40px;  
    top: 80px;  
    font-size: 70%;
}

#footer-available {
    font-size: 2em;
    letter-spacing: -2px;
    position: absolute;
    top: 30px;
    left: 350px;
    text-align: right;
}

.footer-block {
    position: absolute;    
    text-align: center;
    top: 15px;
}

.footer-block strong {
    display: block;
    margin-bottom: 5px;
}

.footer-block p {
    font-size: 70%;
}

#footer-anytime {
    left: 520px;
    width: 150px;
}

#footer-worktime {
    left: 700px;
}

#footer-time, #footer-phone {
    font-size: 1.5em;
    font-weight: bold;
}

#footer-phone {
    display: block;
    margin: 5px 0;    
}
