* {
    padding: 0;
    margin: 0;
}
html {
	min-height: 100%;
}

body {
	margin: 0px 0px 10px 0px;
	background: url('../images/layout/background.jpg') top left no-repeat;
}

body, table, td, div, input, select, p {
	font-family: 'Times New Roman';
	font-size: 15px;
	color: #FFFFFF;
}

input, select {
	color: #333333;
}

a {
	color: #000000;
	font: normal 12px verdana;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}



h1, h2, h3 { font-family: Arial; }

h1 {
	color: #9E602F;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}

h2 {
	color: #D2B281;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}

h3 {
	color: #D2B281;
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}


#h{
	position: absolute;
	top: -500px;
}

#logo {
	height: 240px;
}


#nav {
	height: 250px;
}

a.ibuild, a.cwInteriors, a.skydev {
	height: 141px;
	width: 238px;
	border: 10px solid #B2D1EF;
	margin-left: 30px;
	line-height: 238px;
	padding: 64px 118px 64px 118px;
	font-family: arial;
	font-size: 1px;
	text-decoration: none;
}

a.ibuild:hover, a.cwInteriors:hover, a.skydev:hover {
	border: 10px solid #0071BC;
}

a.ibuild { background: url('../images/layout/ibuild.gif') center center no-repeat; }
a.ibuild:hover { background: url('../images/layout/ibuildover.gif') center center no-repeat;	}
a.cwInteriors { background: url('../images/layout/cwinteriors.gif') center center no-repeat; }
a.cwInteriors:hover { background: url('../images/layout/comingsoon.gif') center center no-repeat; }
a.skydev { background: url('../images/layout/skydev.gif') center center no-repeat; }
a.skydev:hover { background: url('../images/layout/comingsoon.gif') center center no-repeat; }

#preload {
	display: none;
}


#footer, #subFooter {
	width: 920px;
	text-align: center;
	color: #333333;
	margin-top: 20px;
	font-weight: bold;
}

#footer {
	font-family: arial;
	font-size: 13px;
}

#footer a {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#subFooter a {
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}

#subFooter a:hover {
	text-decoration: underline;
	color: #000000;
}
