/* CSS Document */

body {
	margin: auto;
	background-repeat:repeat;
	background-color: #FFF;
	background-image:url(../components/background_002.jpg)
	}
	
A:link {color:#339966; font-size:12px; text-decoration: none;
}
A:rollover  {color:#339966; font-size:12px; text-decoration: none;
}
A:visited {color:#339966; font-size:12px; text-decoration: none;
}
	
#wrapper {
	background: #ffffff;
	width: 800px;
	margin: auto;
	}

#header {
	background-image:url(../components/logo_top.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 800px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


/* Main Menu */


#nav {
	background-image:url(../components/logo_bottom.jpg);
	background-repeat:no-repeat;
	height: 50px;
	width: 800px;
	padding: 0;
	margin: 0;

	}
#nav ul {
	list-style: none;
	}
#nav li {
	display: inline;
	}
#nav a {
	display: block;
	float: left;
	margin-left: 0px;
	border-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	}
	
#nav a:hover {
	}

#nav .active a {

	}
#nav .first a {
	margin-left: 25px;
	}

/* Sub Menu */

#navigation2 {
	height: auto;
	width: 800px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 5px;
	}

#nav2 {
	height: 10px;
	width: 800px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
#nav2 ul {
	margin: 0;
	list-style: none;
	}
	
#nav2 li {
	display: inline;

	}
	
#nav2 a {
	display: block;
	float: left;
	margin-left: 15px;
	border-bottom: 0;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	color: #000033;
	margin-top: 5px;
	}
	
#nav2 a:hover {
	}
	
#nav2 .active a {
	color: #CCCCCC;
	}
	
#nav2 .first a {
	margin-left: 25px;
	}


/* Shopping cart (part of nav2) */


#cart {
	height: 10px;
	width: 25;
	float: right;
	padding-right: 26px;
	}
	
#cart a {
	display: block;
	border-bottom: 0;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	color: #000033;
	padding: 0px;
	}
	

/* Main Content */


#content {
	height: 450px;
	color: #FFFFFF;
	width: auto;
	text-align: left;
	margin-top: 30px;
	padding-left: 14px;
	}
	
.thumbnail{
	float: left;
	width: 141px;
	height: 210px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000033;
	color:#CCCCCC;
	font-size: 12px;
	margin-top: 0px
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 11px;
	}
	
.clearboth { 
	clear: both;
	}
	
	
/* Bottom page number menu */


#pagenumber{
	font-size: 12px;
	font-weight: 100;
	padding: 0;
	
	margin-right: 25px;
	color: #fff;
	}

#pagenumber li {
	display:inline;
	}

#pagenumber li a{
	float: right;
	margin-right: 15px;
	color: #000033;
	text-decoration: none;
	}
	
#pagenumber li a:hover{
	color:#999999
	}
		
#pagenumber .active a{
	color: #999999;
	}


/* FOOTER */

#footer {
	color: #FFFFFF;
	background-image:url(../components/footer.jpg);
	text-indent: 25px;
	padding-top: 5px;
	}
	
	
	
/* MISC */

#home #navigation {
	margin:0;
	height: 50px;
	width: 800px;
	}


.style1 {font-size: 12px}


</style>
