﻿@charset "utf-8";

/*============================================================

	[bykelly.css] BYKELLY 2010

	1. stracture
	2. header
	3. content
	4. footer
	
============================================================*/

/*------------------------------------------------------------

	1. stracture

------------------------------------------------------------*/
body {
	background: #000;
}
* html body {
	text-align: center;
}

div#container {
	padding: 0 0 150px;
	background: #E8E8E8 url(../2010_images/background.jpg) repeat-y center top;
}
* html div#container {
	text-align: center;
}

/*------------------------------------------------------------

	2. header

------------------------------------------------------------*/
div#header {
	position: relative;
	width: 840px;
	height: 50px;
	margin: 0 auto;
}
* html div#header {
	text-align: left;
}

div#header img {
	display: block;
}

/* logo
------------------------------------------------------------*/
div#header h1 {
	position: absolute;
	left: 20px;
	top: 20px;
	margin: 0;
	width: 153px;
}

/* navigation
------------------------------------------------------------*/
div#header ul {
	position: absolute;
	left: 476px;
	top: 20px;
	margin: 0;
	list-style: none;
}

div#header ul li {
	float: left;
	margin: 0 0 0 24px;
}
* html div#header ul li {
	display: inline;
}

/*------------------------------------------------------------

	3. content

------------------------------------------------------------*/
div#content {
	position: relative;
	z-index: 1;
	width: 840px;
	margin: 0 auto;
}
* html div#content {
	text-align: left;
}

/*------------------------------------------------------------

	4. footer

------------------------------------------------------------*/
div#footer {
	position: relative;
	z-index: 2;
	width: 792px;
	margin: 0 auto;
	padding: 48px 24px;
}
* html div#footer {
	width: 840px;
	text-align: center;
}

/* navigation
------------------------------------------------------------*/
div#footer ul {
	position: absolute;
	right: 0;
	top: -130px;
	width: 503px;
	margin: 0;
	list-style: none;
}

div#footer li {
	float: left;
	margin: 0 0 0 24px;
}
* html div#footer ul li {
	display: inline;
}

div#footer li img {
	display: block;
}

div#footer li.brandlist {
	padding-left: 24px;
	border-left: 1px solid #CCC;
}

/* address and copyright text
------------------------------------------------------------*/
div#footer address,
div#footer p#copyright {
	text-align: left;
	line-height: 1.2;
	font-size: 10px;
	color: #999;
}

div#footer address img {
	margin: 0 0 6px;
}

div#footer p#copyright {
	margin: 12px 0 0;
}

/* top of page
------------------------------------------------------------*/
div#footer p#top {
	position: absolute;
	right: 0;
	top: 24px;
	line-height: 1.2;
}

div#footer p#top a {
	font-size: 10px;
	color: #999;
}

div#footer p#top a:hover {
	color: #FFF;
}
