* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

input.text {
}

input.button {
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p  {
	line-height: 30px;

}

ul {
	list-style: none;
}

ul li {
	margin-top: 1em;
	list-style-image: none;
	list-style-type: none;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #66FF00;
	color: #000000;
	display:block;
}


img {
	border: 4px solid #000000;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.indeximg {
	padding: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-position: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#productimage {
	border: 0px solid #66FF00;
	text-align: center;
	background-position: center;
}
#newarrive {
	border: 0px solid #66FF00;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}


table {
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 5px;
}
table p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	font-weight: bold;
	width:inherit;
	background-color: #66FF00;
	text-align: left;
}

th p {
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}
.textInput {
	border: 1px solid #66FF00;
	color: #000000;
	background-color: #C6FF6F;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	}
.producttable {
	color: #000000;
	background-color: #C6FF6F;
	text-align: center;
	border: 0px solid #FFFFFF;
}



/* Header */

#header {
	width: 1100px;
	height: 180px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #151F5D;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	color: #151F5D;
}
/* Page */

#menu {
	width: 1100px;
	background-image: url(../images/menu.jpg);
	height: 81px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px auto;
	font-weight: bold;
	text-transform: capitalize;
}

#menu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
}
#menu ul li {
	float: left;
	text-align: center;
	margin: 10px 20px 0 0px;
	width: 110px;
}
/* Page */

#page {
	width: 1100px;
	margin: 0 auto;
}

#pagebg {
	background: url(../images/middle.jpg) repeat-y left;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding: 0px 130px 0px 10px;

}
/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin-left: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#sidebar li ul {
	list-style-image: none;
	list-style-type: none;
}

#sidebar li li {
	margin: 0;
	border-bottom: 1px dotted #748AAF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
	color: #000000;
	margin-top: 0px;
}

#sidebar a:hover {
	color: #333333;
}

/* Footer */

#footer {
	width: 1100px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	height: 100px;
	position: relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	font-size: 1em;
	color: #000000;
	padding-top: 38px;
}

#footer a {

}
#footer a:hover {
	text-decoration: none;
	background-color: #00FF00;
	color: #000000;
	display: inline;
}

#tablepage {
	background-color: #66FF00;
	font-weight: bolder;
	width: 600px;
}
#producttable {
	float: left;
	table-layout:fixed;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	height: 150px;
}
#productimage      {
	padding: 0px;
	margin: 0px;
}
.loginD {font-size: 9px}
