﻿html
{
	text-align: center;
}

body
{
	background-image: url(../media/image/background.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2ED;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
}

form
{
	width: 780px; /* 1000px*/
	margin-left: auto;
	margin-right: auto;	
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size:18px;
	margin:3px 3px 3px 0;
}

img
{
	border:0;
}

#container
{
	background-color: #000;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

#navigation
{
	text-align: left;
	padding-left: 20px;
	clear: left;
}
#navigation ul
{
	list-style-type: square;
	list-style-image: url(../media/image/nav-block.gif);
}
#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#navigation a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#content
{
	float: right;
	width: 475px;
	padding:5px 10px 5px 10px;
	text-align: left;
	height:auto;
}

.i
{
	font-style: italic;
}

.b
{
	font-weight: bold;
}

.productlist
{
	width: 480px;
	float:left;
}

.productlist td
{
	padding: 5px;
}

.productlist a:hover
{
	text-decoration: none;
}

.cartbutton
{
	background-color: #CC0000;
	padding: 3px;
	font-weight: bold;
}

.cartbutton:hover
{
	text-decoration: none;
}

.form td
{
	vertical-align:top;
}

.productnavigation
{
	text-align:center;
	width:20%;
	
}

.productnavigation td a
{
	color:#CC0000;
	font-weight:bold;
}

.homepageproduct td
{
	text-align:center;
}

.homepageproduct a
{
	text-decoration:none;
}

.footer
{
	color:#000;
	text-align:center;
}


/* SYSTEM */
.sysheader
{
	clear: both;
	width: 1000px;
	margin:10px;
}

.sysnavigation
{
	width: 195px;
	float: left;
	
}

.sysnavigation ul
{
	list-style-type:none;
	padding:0 0 0 15px;
	margin-top:0;
}

.sysnavigation li a
{
	border:outset 1px black;
	margin:2px;
	display:block;
	padding:2px;
	text-decoration:none;
	color:#000;
}

.sysnavigation li a:hover
{
	background-color:#ccc;
}

.syscontent
{
	width: 756px;
	float: right;
	background-color:#ccc;
	padding:10px 10px 10px 10px;
	margin-right:20px;
	border:outset 2px black;
	text-align:left;
}

.subsection
{
	background-color: #E1E1E1; padding: 10px; border: solid 1px black;
}
/* END SYSTEM */