/* CSS styles for Keith James Menswear */
/* coded by DJENAN KOZIC :: 20/11/2007 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background: #221d1b url('images/bg.gif') repeat-y center center;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

p {}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a {}
a:hover {}
a:active {}


/* HEADER */

#topborder {
	position:relative;
	margin:0 auto;
	width:900px;
	height:79px;
	background:transparent url('images/topborder_bg.gif') no-repeat;
	}
a.logo {
	position:absolute;
	top:17px;
	left:18px;
	width:;
	height:;
	}
h1.logo {
	text-indent:-9000px;
	}
#header {
	position:relative;
	margin:0 auto;
	width:900px;
	height:234px;
	background:transparent url('images/header.jpg') no-repeat;
	}

/* NAVIGAITON */

#navigation {
	position:relative;
	width:900px;
	height:41px;
	margin:0 auto;
	background-color:#cc9b79;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { border-right:2px solid #8c6e5a; padding-right:12px; margin-left:12px; background-image:url('images/nav.gif'); float:left; margin-top:11px; height:0; padding-top:19px; overflow:hidden;}

#navigation li#nav-1 a { background-position:0 0; width:47px; margin-left:19px; }
#navigation li#nav-1 a:hover { background-position:0 -19px; }

#navigation li#nav-2 a { background-position:-74px 0; width:98px; }
#navigation li#nav-2 a:hover { background-position:-74px -19px; }

#navigation li#nav-3 a { background-position:-198px 0; width:98px; }
#navigation li#nav-3 a:hover { background-position:-198px -19px; }

#navigation li#nav-31 a { background-position:-546px 0; width:105px; }
#navigation li#nav-31 a:hover { background-position:-546px -19px; }

#navigation li#nav-4 a { background-position:-323px 0; width:78px; }
#navigation li#nav-4 a:hover { background-position:-323px -19px; }

#navigation li#nav-5 a { background-position:-428px 0; width:85px; border:none; padding-right:0; }
#navigation li#nav-5 a:hover { background-position:-428px -19px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	}

#content {
	width:571px;
	margin:15px 0 0 19px;
	float:left;
	padding-bottom:15px;
	color:#efebe9;
	font-size:12px;
	line-height:1.6em;
	padding-top:0.8em;
	}

#content p {
	color:#efebe9;
	font-size:12px;
	line-height:1.6em;
	padding-top:0.8em;
	}

#content h1 {}
#content h2 {
	color:#cc9b79;
	font-size:15px;
	line-height:1.5em;
	font-weight:normal;
	}

#content ul, #content ol {
	padding-top:0.8em;
	margin-left:15px;
	}

#content li {
	color:#efebe9;
	font-size:12px;
	line-height:1.6em;
	}

#content a {
	color:#CD9878;
	text-decoration:underline;
	}

#content a:hover {
	text-decoration:none;
	}

#images {
	float:right;
	width:233px;
	margin:20px 20px 0 0;
	}

#images img {
	border:1px solid #2F2620;
	}

#clear {
	clear:both;
	}

/* FOOTER */

#footer {
	position:relative;
	width:570px;
	margin:14px 0 0 19px;
	padding-top:10px;
	padding-bottom:15px;
	border-top:2px dotted #BF8865;
	clear:both;
	}

#footer p {
	color:#cc9b79;
	font-size:12px;
	line-height:1.6em;
	}

#footer a {
	text-decoration:underline;
	color:#fff;
	}
#footer a:hover {
	text-decoration:none;
	}