/* Body */


	body 	{
	
		background: #333;
		font-family: Georgia, Times New Roman, serif;
		font-size: .7em;
		color: #eee;
		}

	
/* FONTS etc */

	h1	{
		font-family: Arial, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		color: #eee;
		}

	h2 	{
		font-family: Georgia, serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #eee;
		}

	p	{
		font-family: Georgia, serif;
		font-size: 1em;
		line-height: 1.3em;
		color: #fff;
		}
		

	
	a:link, a:visited 	{
		color: #FFC;
		outline: none;
		border-bottom: 1px dotted #FFF;
		text-decoration: none;
		}

	a:hover, a:active	{
		color: #FF0;
		}

	img	{border:0;}

	
	.formbutton{
		cursor:pointer;
		border:none;
		background:#555;
		font-size:.8em;
		font-weight: bold;
		color:#EEE;
		margin: 2px 0 0 0;
		padding: 2px;
		border: 1px dotted #FFF;
		width: 150px;}

	.listitem {
		background:#FFF;
		color:#000;
		font-size:.8em;
		padding: 1px 2px;
		width: 150px;
		}

/* Building Blocks 
	Setting up structure of page*/

/* Overall container */


	#container {
		position: relative;
		width: 800px;
		top: 10px;
		left: 20px;
		}	
/* Header */

	#header	{
		width: 800px;
		height: 120px;
		text-align: left;
		}

	#header a{border-bottom:none;}

	/* Special Div for checkout buttons */

		.chkout {
			position:absolute;
			top: 92px;
			right: 0px;
			}

		.chkout form {
			display: inline;
			}		

		.chkout ul {
			font-size: .8em;
			list-style-type: none;
			margin: 0;
			padding: 0;}

		.chkout li {
			display: inline;
			}


/* Main areas */

	#main	{
		float: right;
		margin-top: 10px;
		width: 600px;
		}

	#main ul	{
		list-style-type: inline;
		font-size: .8em;
		li
		
		}

	#main li {
		margin: 10px;
		color: #FFF;
		}

	#main a:link, #main a:hover, #main a:visited, #main a:active {
		color: #FFF;
		}

	#main li img {
		margin: 10px;
		}

	#main .title {
		font-family: Georgia, Times New Roman, serif;
		font-size: .9em;
		font-weight: bold;
		line-height: 1px;		
		}
	#main .description{
		margin: 0;
		padding: 0;
		font-size: .8em;
		font-family: Georgia, Times New Roman, serif;
		}

	#main .welcome {
		margin:0;
		padding: 5px 5px 5px 20px;
		border: 1px dotted #ddd;
		background-color: #222;
		}

	#main .label {
		font-family: Georgia, Times New Roman, serif;
		font-size: .8em;
		font-weight: normal;
		}

/* Front page "box" class to highlight series */

	.box {
	clear:left;
	width: 525px;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #fff;
	background-color: #333;
		}	

	.box img {
		float: left;
		margin: 10px;
		border: 1px solid #fff;
	}
	
	.spacer {
	clear: left;
			}
	
	.box ul{
		list-style-type:none;
		font-size: .8em;}
	.box li {
		display: inline;
		}
	

/* Navigation bar on left of page */

	#navigation	{
		float: left;
		width: 150px;
		margin-top: 20px;}
	
	#navigation img {
		margin: 0 0 5px 0 px;
		border: 0;
			}


	#navigation ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 5px 0;}

	#navigation li {
		margin: 0 0 5px 0;
		}

	/*#navigation a:link, a:visited {
		color: #FCC;
		margin: 0 0 5px 0;
		border-bottom: 1px dotted #FCC ;
		}*/
		

/* Footer - bottom right */


	#footer	{
		float: right;
		width: 600px;
		margin-left: 150px;
		text-align: right; }

	#footer ul {
		font-size: 1em;
		list-style-type: none;
		margin: 0;
		padding: 0;}

	#footer li {
		display: inline;
		margin: 0 5px 0 0;
		padding: 0 10px 0 0;
		}
	


