/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #6E6E6E url(images_Endless/img1.jpg) repeat-x;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
text-align:center;
}

.productlist { display:block; margin:30px 20px; padding:0px; list-style:none; }
.productlist li { display:block; float:left; width:150px; height:130px; margin:5px 5px; text-align:center; line-height:15px; }
.productlist li a { font-size:12px; }
.productlist li a img { display:block; margin:10px 0px; text-align:center; }
.productlist li a span { display:block; }
.productlist li a span.thumbdesc { margin-top:10px; color:#333; font-style:italic; }


h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header, #menu, #content, #footer {
	border-left:2px solid white;
	border-right:2px solid white;
}

#header {
	border-top:2px solid white;
	margin:20px 0 0 0;
}

#footer {
	border-bottom:2px solid white;
	margin:0 0 20px 0;
}

#header {
	width: 600px;
	height: 274px;
	margin: 0px auto;
	background: url(site/header.jpg);
	padding:0;
	vertical-align:bottom;
	text-align:right;
}

#header h1 {
	font-size: 42px;
	letter-spacing: -2px;
	color:white;
	margin:20px;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 600px;
	height: 32px;
	margin: 0px auto;
	background-color:#eee;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #EEEEEE;
	font-size:12px;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
text-align:left;
}

#colTwo {
	float: left;
	width: 185px;
	margin: 20px 0;
	padding:5px 0px 5px 5px;
}

#colOne {
	float: right;
	width: 395px;
	margin: 20px 0;
	padding:5px;
}

#colTwo ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
	text-align:center;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

