body {
	font-family: "trebuchet ms";
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	cursor: default;
	line-height:1.3em;
	background-image: url("../image/bg_body.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	background-color: #666666;
}

a img {
	border: none;
}

a {
	color:#666;
}

a:hover {
	text-decoration:none;
}

#container {
	margin: 0 auto;
	width:779px;
	position:relative;
}


#header {
	background-image: url("../image/bg_header.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #666666;
	height:250px;
	float:left;
	width:100%;
}

#header .inner{
	background-image: url("../image/bg_header_curve.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	height:250px;
}

#header .logo {
	margin:0 0 0 70px;
}

#headerlink {
	position:absolute;
	top:5px;
	right:30px;
}

#header .navigation  {
	margin:14px 0 0 40px;
	color:#333;
	text-align:center;
}

#header .navigation a {
	font-family: "trebuchet ms";
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 12px;
}

#header .navigation a:hover {
	color:#00ccff;
	text-decoration:none;
}

#main {
	background-image: url("../image/bg_main_top.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #fff;
	float:left;
	width:100%;
}

#main .inner{
	background-image: url("../image/bg_main_bottom.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:30px 30px;
}

#main .navigation  {
	color:#000;
	text-align:left;
	padding:5px 10px;
}

#main .navigation a {
	font-family: "trebuchet ms";
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

#main .navigation a:hover {
	color:#00ccff;
	text-decoration:underline;
}

/* Content Section */


#content .sizing td{
border:1px solid #ccc;
}

#content .heading{
font-size:25px;
padding:10px 0px;
color:#00ccfe;
line-height:1em;
}


#content h3{
font-size:16px;
color:#000;
padding:0px;
margin:0px;
}

#content a {
color:blue;
text-decoration:underline;
	font-weight: normal;
}



.products, .images, .categories {
	float: left;
	text-align: center; 
	cursor: pointer;
	margin: 15px;
	font-weight: normal;
/*	height: 140px;*/
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
/*	height: 20px;*/
}

#content table.latestproducts {
	border-collapse:collapse;
}

#content table.latestproducts td {
	padding:12px;	
}

#footer{
	padding:10px 0px;
	margin:0px 0 0 10px;
	font-family: "trebuchet ms";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	clear:both;
}

#footer .navigation  {
}

#footer .navigation a {
	font-family: "trebuchet ms";
	font-size:10px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#footer .navigation a:hover {
	color:#00ccff;
	text-decoration:none;
}
