/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f9f4ee url(../images/splash/background-gradient.gif) repeat-x top;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #005497;
	margin: .5em 0;
}
h1 {
	font-size: 0.5em;
	position: relative;
	width: 290px;
	height: 41px;
	margin: 20px 0;
	color: #F8F2EC
}
h1 span {
	background: url(../images/logo-atk-main.gif) no-repeat;
	position: absolute;
	width: 100%; 
	height: 100%;
}
h2 {
	margin: 0.8em 0 0 0;
	padding-bottom: 0.6em;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #005497; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


div#container {
	width: 900px;
	margin: 0 auto;
}

div.colKitchens {
	width: 280px;
	height: 430px;
	margin-right: 30px;
	background: url(../images/splash/column_kitchens.jpg) no-repeat center;
	float: left;
	position: relative;
}
div.colAppliances {
	width: 280px;
	height: 430px;
	margin-right: 30px;
	background: url(../images/splash/column_appliances.jpg) no-repeat center;
	float: left;
	position: relative;
}
div.colGallery {
	width: 280px;
	height: 430px;
	background: url(../images/splash/column_gallery.jpg) no-repeat center;
	float: left;
	position: relative;
}

div.colKitchens img,
div.colAppliances img {
	position: absolute;
	left: 55px;
	top: 386px;
	display: block;
}
div.colGallery img {
	position: absolute;
	left: 56px;
	top: 386px;
	display: block;
}

div.contactBox {
	width: 280px;
	float: left;
	margin: 20px 0 0 0;
}

div.logoBox {
	width: 590px;
	float: left;
	margin: 20px 0 0 30px;
}

div#footer {
	background: #f1e7df url(../images/splash/footer_bar.gif) repeat-x top;	
	text-align: center;
	padding: 3px 0 0 0;
	font-size: 0.9em;
	margin: 20px 0 0 0;
}

div.footer-inside {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	color: #c5b5ab;
}

div.footer-inside p {
	float: right;	
	margin: 0;
	padding: 1.2em 0;
}

ul.navigation {
	float: left;
	margin: 0;
	padding: 2em 0;
	list-style: none;
}
ul.navigation li {
	display: inline;
	margin: 0 1em 0 0;
}
ul.navigation li a:link,
ul.navigation li a:active,
ul.navigation li a:visited {
	font-size: 1em;
	color: #a79286;	
	text-decoration: none;
}
ul.navigation li a:hover {
	color: #84736a;
	text-decoration: underline;
}
