/* 
	2008 MULTILAYER DESIGN - MATTCHEDIT.COM
	www.multilayerdesign.co.uk

	Created: Thursday 21th Aug 2008
	Author: Kevin Jaques
	Updates: Created holding page template corner reveal
	
*/

/* doubled layer approach

BOTTOM LAYER - CLIENT IMAGE HAS TO BE 410 WIDE * 430 HIGH

top layer - our static png corner overlay

*/

body, html
{
	width: 100%;
	height: 100%;
/*	overflow: hidden;
	min-width: 700px;*/
	margin:0;
	padding:0;
}

body
{
	background-color: #fff;
	color: #000;
}

#clientreveal
{
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 410px;
	height: 430px;
	background: url(../images/clientname_cornerreveal.jpg) no-repeat;
	z-index: -1;
	/*border: dashed 1px red;*/
	margin: 0;
    padding: 0;
}

#clientreveal span
{
	position: relative;
	float: left;
	width: 410px;
	height: 430px;

	background: url(../images/clientname_cornerreveal_overlay.png) no-repeat;
	z-index: 1;
	/*border: solid 1px blue;*/
}

#top /*ie7 quick fix*/
{
	position: relative;
	margin: 50px auto 0 auto;
	width: 270px;
	height: 10px;
}

#mitlogo
{
	position: relative;
	margin: 100px auto 0 auto;
	width: 270px;
	height: 79px;
	
	background: url(../images/mattcheditlogo.jpg) no-repeat;
	z-index: 5;
}

#mitheader
{
	margin: 100px auto 0 auto;
	width: 600px;
	height: 400px;
	text-align: center;
	
	z-index: 6;
}

#contactusform
{
	margin-top: 50px;
    width: 500px;
    height: 360px;
    border: dashed 2px red;
    margin: 0 auto 0 auto;
}


.cb
{
    display:inline-block;
    height:0;
}
/* Hide from IE Mac \*/
.cb
{
    display:block;    
    height:0;
}

.cb:after
{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.enterinfo
{
    width: 500px;
    height: 270px;
}

.enterinfo ul
{
	list-style-type: none;
}

.enterinfo ul li
{
	float:left;
	margin-bottom: 10px;	
}

.enterinfo label
{
	width: 100px;
	display: block;
	float: left;
	text-align: left;
}

.enterinfo input
{
	float: left;
	width: 300px;
}

.enterinfo textarea
{
	float: left;
	width: 300px;
	height: 100px;
}

.enterinfo p
{
	float: left;
	margin-left: 140px;
}

.enterinfo a
{
	margin-right: 20px;
}

h1 a, h2 a, h3 a
{
	color: #000;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	color: #000;
	text-decoration:underline;
}

.contentlist
{
	list-style-type: none;
	line-height: 1.5em;
}