/* 
	StyleSheet maop.mx
*/

/* 
	1: Root CSS Sheets 
*/

	/* Root Root */
		html{
			height:100%;
			background: #0a0a0a url('../images/html-bg.jpg') no-repeat center top;
		}
		body{
			font: 11px "Arial";
			color: #606f78;
			margin: 0;
			padding: 0;
			height: 100%;
		}
		br.clear { 
			clear: both;
			font-size: 0.1em;
		}
		.fleft {
			float: left;
		}
		.fright {
			float: right;
		}
		.nopadding.left	{
			padding-left: 0;
		}
		.nopadding.right{
			padding-right: 0;
		}
		.nopadding.top {
			padding-top: 0;
		}
		.nopadding.bottom {
			padding-bottom: 0;
		}
		
		h1,h2,h3,h4,h5,p,ul	{
			margin: 0;
			padding: 0;
		}
		h1	{
			color: #FFF;
		}
		h2,h3,h4,h5 {
			color: #aab8c2;
		}
		p	{
			line-height: 18px;
			padding: 0 10px 12px 10px;
		}
		small	{
			line-height: 18px;
			padding: 0 0 12px 10px;
		}
		h1	{
			font-size: 20px;
		}
		h2	{
			font-size: 18px;
			padding: 0 0 0 10px; 
		}
		h3	{
			font-size: 16px;
			padding: 0 0 0 10px; 
		}
		ul	{
			padding: 0 0 0 40px; 
			list-style: none;
		}
		ul li	{
			background: url('../images/ul-li.jpg') no-repeat left center;
			padding: 0 0 0 10px;
		}
		fieldset	{
			border: none;
		}
		blockquote	{
			border-left: 3px SOLID #FFF;
			padding: 0 0 0 7px;
		}
		blockquote p	{
			padding: 0;
		}
		
		a	{	
			color: #bbcad3;
			text-decoration: none;
		}
		a:hover	{	
			text-decoration: underline;			
		}
		a span {	
			color: #fff;
		}
		a:hover span {	
			color: #bbcad3;
		}
		b span {
			color: #bbcad3;
		}
		form	{
			padding: 10px 0;
		}
		label	{
			clear: both;
			display: block;
			width: 100px;
			float: left;
			font-weight: bold;
			margin: 5px 0;
			line-height: 28px;
			text-align: right;
			padding: 0 10px 0 0;
		}
		input,textarea 	{
			font: 11px "Arial";
		}
		input.txt	{
			float: left;
			border: 0;
			width: 148px;
			height: 15px;
			padding: 6px 10px;
			color: #FFF;
			background: url('../images/input-bg.png') left top no-repeat;
			margin: 5px 0;
		}
		input.button	{
			float: left;
			border: 0;
			background: none;
			color: #b30600;
			font-size: 14px;
			font-weight: bold;
			margin: 5px 0;
		}
		textarea	{
			float: left;
			border: 0;
			width: 241px;
			height: 95px;
			padding: 7px 10px;
			color: #FFF;
			background: url('../images/text-area.png') no-repeat;
			margin: 5px 0;
		}

/* 
	Custom CSS Sheets
*/

	/* Container */
		div#container	{
			width: 621px;
			margin: 0 auto;
		}
	
	/* Content Wrapper */
		div#content	{
			width: 621px;
			margin: 0 auto;
			padding: 0 0 60px 0;
		}
		
	/* Top */
		div#top	{
			height: 47px;
			padding: 29px 0 0 0;
		}
		
		/* Logo */
			div#top	div#logo {
				width: 175px;
				font-size: 17px;
				text-transform: uppercase;
				font-weight: bold;
				padding: 0 0 0 0;
				float: left;
			}
			div#top	div#logo a {
				color: #FFF;
				text-decoration: none;
			}
			div#top	div#logo a span {
				color: #b30600;
			}
			div#top	div#logo a:hover {
				color: #b30600;
				text-decoration: none;
			}
			div#top	div#logo a:hover span {
				color: #FFF;
			}
			
		/* Topmenu */
			div#top ul	{
				float: left;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: bold;
				padding: 2px 0 0 0;
			}
			div#top ul li	{
				background: none;
				float: left;
				padding: 0 28px 0 0;
			}
			div#top ul li a	{
				color: #FFF;
				text-decoration: none;
			}
			div#top ul li a	span {
				color: #b30600;
			}
			div#top ul li a:hover {
				color: #ff292c;
			}
			
	/* Boxes */
	.box	{	
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
	.full {		
		background: url('../images/box-full-bg.png') no-repeat left bottom;
	}
	.half {		
		background: url('../images/box-half-bg.png') no-repeat left bottom;
	}
	
	.boxtop	{	
		height: 10px;
		margin-top: 8px;
	}
	
	.tfull		{	background: url('../images/box-full-bg.png') no-repeat left top;	}
			
	.box.half			{	padding-bottom: 15px; }
	
	.boxtop.half		{	height: 15px;	background-image: url('../images/box-half-bg.png');	}
	
	.tleft	{	background-position: left top;	}
	.tright	{	background-position: right top;	}
	
	.bleft		{	background-position: left bottom; 	}
	.bright		{	background-position: right bottom;	}
		
	/* Footer */
		div#footer	{
			clear: both;
			height: 53px;
			padding: 1px 0 0 0;
			background: url('../images/footer-bg.jpg') repeat-x center top;
		}
		div#footer p	{
			line-height: 53px;
			padding: 0;
			text-align: center;
			color: #43405a;
		}
		div#footer p a	{
			color: #43405a;
			text-decoration: none;
			font-weight: bold;
		}
		div#footer p a:hover {
			color: #43405a;
		}
	
	/* Work */
		div.work	{
			height: 104px;
			padding: 15px 24px 24px 24px;
		}		
		div.work	div.wrap {
			width: 447px;
			float: left;
		}
		div.work img,
		div.more img	{
			float: left;
			padding: 0 10px 0 0;
		}
		div.work	div.wrap p {
			font-size: 11px;
		}
		div.work h3 {
			font-size: 17px;	
		}
		div.work a	{
			color: #384753;
		}
		div.work a.button:hover	{
			color: #FFF;
		}
		
	/* Slider */
	
		/* Slider Container */
			#items_container {
				width: 568px;
				height: 101px;
				overflow: hidden;
				position: relative;  
			}
		/* Slider Item */
			div.slide_item {
				width: 568px;
				height: 101px;
				position: absolute;
			}

		/* First Item */
			div.first_item {	left: 0;	}
		
	/* Index Boxes */
		div.s-wrapper {
			width: 306px;
		}
		div.index_padding	{
			padding: 5px 20px;
		}
		div.index_padding ul,li	{
			line-height: 18px;
			padding: 0 0 0 10px;
		}
		
		div.line {
			height: 1px;
			margin: 1px 0;
			font-size: 1px;
			background: url('../images/line.png') no-repeat;
		}
		div.line.sbottom {
			margin: 1px 0 10px 0;
		}
		
	/* Blog */
		div.blog	{
			padding: 12px 0 0 0;
		}
		div.blog.light	{
			background: url('../images/lighter.png');
		}
		
