/*
CSS - Couplers Malaga
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #cc5229 url(../images/core/body-background.gif) top left repeat-x;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: url(../images/core/container-background.jpg) top left repeat-y;
}

img {border: none;}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------------------------
		DROPSHADOW MARGINS
----------------------------------*/
div#margin-left {
	background: url(../images/core/margin-left.jpg) top left no-repeat;
	width: 5px;
	height: 872px;
	float: left;
}

div#margin-right {
	background: url(../images/core/margin-right.jpg) top left no-repeat;
	width: 5px;
	height: 872px;
	float: right;
}



/*----------------------------------
		HEADER
----------------------------------*/
div#header {
	float: left;
	width: 940px;
	height: 243px;
	background: url(../images/core/header-top.jpg) top center no-repeat;
}

div#header p {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin-top: 14px;
	font-weight: bold;
}

div#header p.floatleft {float: left; margin-left: 32px;}
div#header p.floatright {float: right; margin-right: 32px;}

div#header p a {color: #ff9d57; text-decoration: none;}
div#header p a:hover {text-decoration: underline;}

div#header em {font-weight: normal; font-style: normal;}

div#header img {padding-top: 81px;}



/*----------------------------------
		ABOUT
----------------------------------*/
div#about {
	float: left;
	width: 266px;
}

div#about h2 {
	display: block;
	background: url(../images/core/about-h1.jpg) bottom center no-repeat;
	text-indent: -9999px;
	height: 45px;
}

div#about p {
	margin: 12px 0 12px 43px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 187px;
	line-height: 16px;
}

div#about p a {color: #dd3800; text-decoration: underline;}
div#about p a:hover {text-decoration: none;}

div#about img#staff-photo {margin-left: 30px;}

div#about img#webfirm {float: left; margin: 26px 0 0 30px;}

div#about img#wa-owned {float: left; margin: 11px 0 0 15px;}



/*----------------------------------
		CONTENT
----------------------------------*/
div#content {
	float: left;
	width: 674px;
}

div#content h1 {
	height: 0;
	text-indent: -9999px;
}

div#content h2 {
	display: block;
	background: url(../images/core/content-h1.jpg) bottom center no-repeat;
	text-indent: -9999px;
	height: 45px;
}

div#content span.copyright p {
	margin: 18px 0 0 23px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

div#content div.item-row {
	clear: both;
	margin: 18px 0 0 9px;
}

div#content div.item-row div.item-block, div#content div.item-row div.item-info {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
	margin: 0 3px 10px 3px;
	background: #ce5535;
	cursor: pointer;
	text-decoration: none;
}

div#content div.item-row div.item-block-hover {
	background: #db7e48;
}

div#content div.item-row div.item-info {
	background: url(../images/core/info-bg.jpg) bottom right no-repeat;
}

div#content div.item-row div.item-block p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}




/*----------------------------------
		FOOTER
----------------------------------*/
div#footer {
	width: 950px;
	height: 19px;
	margin: 0 auto;
	background: url(../images/core/footer-background.jpg) top center no-repeat;
}


