/* Ok, lets level the playing field */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Now that done, let us begin with some universal tags */

body {
	background: #333333;
	background-image:url(images/background.gif);
	background-repeat: repeat; 
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	}
	

/* Layout Stuff */
/* Header */

#header {
	margin: 10px auto 10px auto;
	width: 805px;
	}

#header h1 a {
	font-weight: bold;
	font-size: 38px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
#header h1 a:hover {
	color: #ffba00;
	text-decoration: none;
	}


/* Container (container-home is for home page only) */

#containter-home {
	margin: auto;
	background: url(images/container-background-home.gif) no-repeat;
	height: 576px;
	width: 805px;
	}
	
#containter {
	margin: auto;
	background: url(images/container-background.gif) no-repeat;
	height: 576px;
	width: 805px;
	}

/* Main Navigation (currently on left side)	*/

#navigation {
	width: 169px;
	height: 555px;
	padding: 20px 0px 0px 18px;
	display: inline;
	float: left;
	}
	
#navigation ul {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	}

#navigation li {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	line-height: 1.8em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}

#navigation li a {
	color: #fff;
	text-decoration: none;
	}
	

#navigation li a:hover {
	color: #ffba00;
	text-decoration: none;
	}
	
/* Content area (content-home is for home page only)  currently in middle of container */

#content-image {
	width: 392px;
	height: 240px;
	float: left;
	display: inline;
	font-size: 15px;
	color: #4d4d4d;
	padding-top: 2px;
	}

#content-home {
	width: 360px;
	height: 335px;
	float: left;
	display: inline;
	padding: 0px 20px 0px 20px;
	font-size: 15px;
	color: #4d4d4d;
	}

#content {
	width: 360px;
	height: 535px;
	float: left;
	display: inline;
	padding: 25px 20px 0px 20px;
	font-size: 15px;
	color: #4d4d4d;
	}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #30558b;
	}

#content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #30558b;
	}


.header-black {
	font-size: 24px;
	color: #000;
	}

.hearer-white {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 45px;
	}

.header-black-bold {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	}

.smaller {
	font-size:13px;
	}
	

/* Manufacturers area (currently on right hand side) */

#manufacturer-list {
	width: 199px;
	height: 560px;
	float: left;
	display: inline;
	padding: 15px 8px 0px 8px;
	font-size: 15px;
	color: #4d4d4d;
	}

#manufacturer-list ul {
	font-size: 14px;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	list-style: none; 
	}

#manufacturer-list li {
	margin: 0px;
	padding: 0px 0px 0px .5em;
	line-height: 1.7em;
	list-style-image:none;
	}

#manufacturer-list li a {
	color: #353535;
	text-decoration: none;
	}
	

#manufacturer-list li a:hover {
	color: #353535;
	text-decoration: underline;
	}

	
/* Footer */

#footer-left {
	clear: both;
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	width: 402px;
	margin: 8px auto 10px auto;
	color: #fff;
	}


#footer-right {
	float: right;
	display: inline;
	font-size: 12px;
	line-height: 1.5em;
	width: 375px;
	margin: 8px auto 10px auto;
	color: #fff;
	text-align: right;
	}

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

#footer-right a:hover {
	color: #ffba00;
	text-decoration: none;
	}
	
#pop-up {
	height: 200px;
	width: 250px;
	border: thin #000 solid;
	margin: 5px auto 5px auto;
	background: #fff;
	padding: 5px;
	}