/*color: #FFFFFF
  color: #000000
*/

		/**************************  general formatting ****************************/
* {
	margin:0px;
	padding:0px;
}
html {
	height:100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: url(_themes/sumipntg/sumtextb.jpg) repeat;
}
#wrapper {
	width: 800px;
	margin: auto;
	background: #FFF;
	border: thin solid #D6CEE7;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
a img {
	border:none; 
	outline:none;
}

		/**************************  general text formatting ****************************/


h1 {
}
h2 {
	font: oblique 1.2em Georgia, "Times New Roman", Times, serif;
	color: #9C9CCE;
}
h3 {
}
p {
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#D1272C;
}
a:active {
	color:#333333;
	text-decoration:none;
}
.caption {
	font: oblique .8em Georgia, "Times New Roman", Times, serif;
}


#logo {
	text-align: center;
}

/**************************  footer ****************************/


		
#footer {
	font-size: .9em;
	padding: 21px 0px 15px;
	clear: both;
}
#bottom-nav {
	padding: 15px 15px 0px;
	margin: 0px;
}		
.bottom-nav {
	letter-spacing: .2em;
}
.bottom-nav a:link {
	text-decoration: none;
}
.bottom-nav a:visited {
	color: #BD893C;
	text-decoration: none;
}
.bottom-nav a:hover{
	text-decoration: none;
	background: #FFF;
	color: #BD893C;
}
.bottom-nav a:active{
	color: #BD893C;
	text-decoration: none;
}



.copyright {
	padding: 15px 0px 0px;
}		
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:active{
	color: #FFFFFF;
	text-decoration: none;
}

/**************************  catalog
****************************/


#main-catalog {
	text-align: left;
	padding: 15px;

}
#shopping-left {
	width: 150px;
	float:left;
	text-align: left;
	padding: 15px;
}
#shopping-right {
	width: 550px;
	float: right;
	text-align: left;
	padding: 15px;
}
.producttitle {
	font-size: 1.2em;
	font-weight: bold;
}
#shopping-right p {
	margin: 0px 0px 10px;
}
#shopping-right td {
	padding: 5px;
}
#shopping-right ul {
	list-style: none;
}
#shopping-right li {
	margin: 3px 0px 3px 0px;
}

