body {
background-image:url(images/bg.jpg);
background-repeat:repeat;
background-color: #F7EEC5;
margin: 20px; 
padding: 0px;
font-family:"Trebuchet MS", Tahoma, Verdana;
font-size: 12px;
line-height: 1.7em;
color: #333333; }

#container {
background-image: url(images/bg_transp.png);
margin: auto;
width: 940px;
padding: 10px;
}

#page {
margin: auto;
width: 920px;
background-color:#FFFFFF;
padding: 20px 10px 20px 10px;
}

h1 { 
color: #CC0000;
font-size: 30px;
font-style: italic;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0px;
line-height: normal;
}

h2 { 
color: #339999;
font-size: 16px;
font-style: normal;
font-weight: bold;
padding: 0px;
margin: 0px;
line-height: normal;
padding: 0px 0px 20px 0px;

}

#navigation ul {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;}

#navigation ul li {
list-style: none;
display: inline;
margin: 10px 7px 10px 7px;
}

#homebanner {
padding: 0px;
margin: auto;
text-align: center;
}

#crumbtrail  {
padding: 5px 0px 5px 0px;
font-style: normal;
font-size:11px;
} 

#crumbtrail a {
font-weight: normal;
}
.price {
font-family: "Courier New", Courier, monospace;
color:#000000;
font-size: 14px; 
font-weight: normal;
}

#categorydesc {
margin-top:20px;
width: 630px;
padding:20px;
background-color: #339999;
color:#FFFFFF;
}


#miniprod {
padding: 20px;
border: 1px solid #cccccc;
float: left;
margin: 0px 25px 25px 0px;
width:158px;
}

#miniprodimg {
text-align: center;
clear:both;
height: 175px;
overflow: hidden;
}

#miniprodimg img {
padding: 3px;
border: 1px solid #cccccc;

}

#miniprodcontent {
height: 75px;
width: 100%;
text-align: center;
line-height: normal;
}

#productdetails {
padding-top: 20px;
font-style: normal;
line-height: 1.6em;
font-size: 12px;
}

input[type="text"] {
height: 24px;
padding: 2px;
border: 1px solid #339999;
font-family: "Trebuchet MS", Tahoma, Verdana;
font-style: italic;
margin: 0px 5px 5px 0px;
}

#homedescription {
margin: auto;
padding: 50px;
text-align:center;
font-style:italic;
}

#formsection {
margin: auto;
width:600px;
padding:20px;
background-color: #eeeeee;
margin-bottom: 20px;
}

#formsectiontable {
margin: auto;
width:560px;
padding:20px;
background-color: #ffffff;
margin-top:20px;
}

#formsection table td {
padding: 5px;
}

#formsection input[type="text"] {
height: 19px;
width: 250px;
padding: 2px;
border: 1px solid #bbbbbb;
font-family: "Trebuchet MS", Tahoma, Verdana;
font-style: italic;
margin: 0px 5px 5px 0px;
}

#progressbar {
width: 640px;
padding: 0px;
margin: 0px auto 20px auto;
}


#footeraddress {
font-style: italic;
font-size:17px;
}

/*Links*/
a:link, a:visited { font-weight: normal; color: #339999; text-decoration: none; }
a:hover, a:visited:hover { color: #CC0000;}

/* Leftside */
#leftside { width: 220px; margin:0px 0px 0px 0px; float:left; }

#leftside ul {
	list-style-type:none;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size: 13px;
}

#leftside ul li {
	width:220px;
	background-color:#5BBBC9;
	background-image:url(images/leftside_arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:right top;
	border-bottom: 1px solid #ffffff;

}

#leftside ul li a {
	padding: 4px 10px 3px 13px;
	height: 19px;
	display:block;
	color:#ffffff;
	text-decoration:none;	
}

#leftside ul li a:hover{
	color:#cc0000;
}
#leftside ul ul {
	margin:0px 0px 0px 0px;
}

/**/

#leftside ul ul li {
	width:220px;
	color:#cccccc;
	background-color:#fff;
	background-image:url(images/leftside_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	/*border-bottom: 1px solid #f0f0f0;*/
}

#leftside ul ul li a{
	color:#cc0000;
	font-weight:normal;
	text-decoration:none;
	padding:7px 10px 0px 10px;
	display:block;
}

#leftside ul ul li a:hover{
	color:#5BBBC9;
}

