/* CSS Document */
html {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	border-collapse: collapse;
	font-size: 0.7em;
	color: #fff;
	width: 99%;
}

body {
	height: 100%;
	padding: 0 50px 10px 0;
	margin: 0;
	background: url(../img/back.jpg) repeat;
}

img {
	border: 0;
}

a {
	color: #ca0f0e;
}

a:hover {
    text-decoration: none;
}

.sep {
    border-bottom: #3d3e3c solid 1px;
    margin-left: 20px;
    height: 1px;
}

#top {
	background: url(../img/top-back.jpg) no-repeat left top;
	height: 252px;
	width: 100%;
	border: 1px #111014 dotted;
}

	#top #flash {
		position: absolute;
        top: 0px;
        left: 89px;
        width: 113px;
        height: 153px;
	}

	#top table {
	    width: 790px;
	    margin: 0 0 50px 275px;
	}
	
	#top td img {
		padding-right: 15px;
	}

	#top td {
		width: 33%;
        /*line-height: 0.3em;*/
	}

	#top td.gray {
		color: #7c7971;
	}
	
	#top td.red {
		color: #ca0f0e;
	}

#about {
    padding-left: 10px;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: #3d3e3c solid 1px;
	display: none;
}

	#about table {
	    width: 790px;
	}

    #about tr.head {
        line-height: 3em;
        font-weight: bold;
	}

	#about td {
		width: 33%;
        vertical-align: top;
	}


.section {
	float: left;
	width: 100%;
    margin-left: 20px;
}

	/*.section h2 {
	    font-size: 1.2em;
        padding-top: 45px;
		height: 20px;
	}*/

	.section .item {
		float: left;
		width: 260px;
		margin-bottom: 40px;
	}

	.section .item h2 {
	    font-weight: bold;
		font-size: 1.2em;
        display: inline;
	}

	.section .item .description {
        font-size: 0.8em;
        color: #666666;
	}

	.section .item .client {
        font-size: 0.8em;
	}

	.section .item .client .title {
        color: #666666;
	}

#footer {
	float: right;
	width: 100%;
    margin: 10px 0;
    text-align: right;
    color: #3a342d;
}