body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#950224 url(assets/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(assets/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#a82d37;
font-weight:700;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 5px 0;
line-height:1.1em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:530px;
text-align:center;
color:#555;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

#main li{
line-height:1.5em;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(assets/gradient2.png) repeat-x;
color:#222;
border:1px solid #ddd;
text-decoration:none;
}

/******** Sidebar ************/

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:1.0em;
text-align:justify;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 5px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(assets/gradient1.png) repeat-x;
color:#a82d37;
border:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(assets/gradient2.png) repeat-x;
color:#950224;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.sidelink:hover,.basket{
background:#fff url(assets/gradient2.png) repeat-x;
color:#950224;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.sub {
font-size:1.0em;
letter-spacing:1px;
margin:5px 4px 4px 5px;
padding:4px 2px 2px 4px;
width:130px;
}


h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.clearm{
margin:2px;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:15px;
background:#eee;
color:#222;
width: 400px;
text-align: center;
border:1px solid #a82d37;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.right{float: right;}
.center{float: center;}
.left{float: cleft;}


/*** Items ***/

.items
{
	min-height: 100px;
}

.items h2
{
	border-bottom: 1px solid #808080;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 120%;
	text-align: left;
	padding: 10px 0 0 0;

}

.items img
{
	float: left;
	padding: 0px 20px 10px 0px;
}

/************ Product **********/

.product
{
	min-height: 100px;
}

.product img
{
	text-align: center;
	float: center;
	padding: 0px 20px 10px 0px;
}

/************ Boxes ************/

.box{
 	padding: 2px 5px 2px 5px; 
	width:145px;
	float:left;
  	text-align: left;
	margin: 10px;
	background: #eaeaea url(assets/gradient2.png) repeat-x; 
	color:#000;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.box h4 {
	margin: 0 0 1px;
	font: bold 1.2em;
	color: #000;
	border-bottom: 1px #000 solid;
}

.box h5 {
	margin: 0 0 1px;
	font: bold 1.2em;
	color: #000;
}

.box p {
	padding: 1px 0 1px 0;
}

.box img {
	float:center;
	padding: 0px 0px 5px 5px;
}

.box form
{
	float: right;
}

/************* Footer **************/

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(assets/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

#footer a{
font-size:0.9em;
color:#888;
}

/* Tables and forms */
table {
border-collapse:collapse; 
line-height:0.9em; 
width:99%; 
margin:0 0 10px; 
padding:0;
text-align:center;
border:1px solid #d8d8d8;
}

th {
background: #eaeaea url(assets/gradient1.png) repeat-x; 
color:#505050; 
padding: 5px; 
text-align:center;
border:1px solid #d8d8d8;
}

form
{
	float: right;
}

td {
background: #eaeaea url(assets/gradient2.png) repeat-x; 
color:#505050; 
padding: 5px; 
text-align:center;
border:1px solid #d8d8d8;
}

input,textarea {
font-family:Verdana,Tahoma,Arial,Sans-Serif; 
font-size:1em; 
margin:0; 
padding:2px;
}

label {margin:2px;}
textarea {width:400px;}