@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#c10000;
	background-image:url(http://www.creativetheory.co.uk/clients/skylinepart/_lib/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;	

}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/*------------------------------------*/

#container {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:863px;
	background-image:url(http://www.creativetheory.co.uk/clients/skylinepart/_lib/mainbg.gif);
	background-repeat:repeat-y;
	}
#header {
	background-image:url(http://www.creativetheory.co.uk/clients/skylinepart/_lib/header.jpg);
	height:179px;
	
	}
	#header h1 {
		display:none;		
		}
	#topnavigation {
	padding-top:152px;
	text-align:left;
	font-weight:bold;
	
	}
	#topnavigation ul li {
		display:inline;		
	}
	#topnavigation ul {
		margin-left:60px;	
	}
	#topnavigation li {
		padding-left:18px;	
	}
	
	#topnavigation a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#topnavigation a:hover {
	border-bottom:#CE0000 solid 5px;
						
	}
	#topnavigation .shopping {
	margin-left:296px;
	}
#search {	
    margin:0 auto;
	width:771px;
	height:34px;
	background-image:url(http://www.creativetheory.co.uk/clients/skylinepart/_lib/searchnav.gif);
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	}
	#search ul li {
		display:inline;
		}
	#search ul {
		padding-top:6px;		
		}
	#search li {
		
		}
	#search input {
		border:#666666 dotted 1px;
		background-color:#CCCCCC;
		}

#categories {
 float:left;
 width:150px;
 height:100%;
 border-right:#CCCCCC dashed 1px;
 padding-right:5px;
 padding-left:10px;
}
	#categories li {
	margin-bottom:20px;
	border-bottom:#CCCCCC dashed 1px;
	padding:10px;
	}
#mainpage {
	float:left; 
	width:550px;
	line-height:150%;
	padding:10px;
	}
#mainpage h3 {
	font-size:20px;
	}
#productdescription h1 {
	font-size:24px;
}

#mainpage tr {
	border-bottom:dashed 1px #ccc;
	padding: 5px;
}
#mainpage tr tr {
	border:none;
	padding: 0px;
}
#mainpage td td {
	padding: 5px;
}


#footer {
	margin:0 auto;
	background-image:url(http://www.creativetheory.co.uk/clients/skylinepart/_lib/footer.jpg);
	width:863px;
	height:249px;
	}

