@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-top: 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
img
{
	border-style: solid;
	border-color: #FFF;
}
.justify {
	text-align: justify;
}


.style2 {
	font-size: 16px;
	margin-right: 20px
}
.style3 {
	font-size: 16px;
	margin-left: 20px
}
.style4 {
	font-size: 16px;
	font-style: italic;
}
.style5 {color: #0000CC}
.style6 {font-size: 10px}
.style7 {color: #623100}
.style8 {color: #FF8000}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11.0pt;
}
.style10 {color: #00EA00}
.style15 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.style16 {
	font-size: 16px;
	color: #F00;
	margin-right: 20px
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #F0F;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.two:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
a.two:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
a.two:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
a.two:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

a.three:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
a.three:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #000000;
	text-shadow: #666666 2px 2px 2px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
table#cart {
	width: 100px;
	height: 30px;
}

table#left {
	height: 900px;
}

.tdtop{
	background-image: url(pictures/homepage/center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tdmiddle{ 
	background-image: url(pictures/homepage/center2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tdbottom{ 
	background-image: url(pictures/homepage/center3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.divproduct {
	position: relative;
	background-image: url(pictures/homepage/square.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 100px;
	text-align: left;
}
.divinner {
	position:absolute;
	top:7%;
	height:90px;
	text-align: left;
	position: relative;
	margin-left: 25px;
	/* [disabled]padding-bottom: 15px; */
}

.tdr {
	background-image: url(pictures/homepage/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.tdl {
	background-image: url(pictures/homepage/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tdt {
	background-image: url(pictures/homepage/top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tdb {
	background-image: url(pictures/homepage/bottom.jpg);
	background-repeat: repeat-x;
}
.tdcornertl {
	background-image: url(pictures/homepage/cornertl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tdcornertr {
	background-image: url(pictures/homepage/cornertr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tdcornerbl {
	background-image: url(pictures/homepage/cornerbl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tdcornerbr {
	background-image: url(pictures/homepage/cornerbr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pagestdtop {
	background-image: url(pictures/homepage/pagestd.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
.pagestdsides {
	background-image: url(pictures/homepage/pagessides.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.pagestdcornertl {
	background-image: url(pictures/homepage/pagescorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pagestdcornertr {
	background-image: url(pictures/homepage/pagescornertr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pagestdcornerbl {
	background-image: url(pictures/homepage/pagescornerbl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.pagestdcornerbr {
	background-image: url(pictures/homepage/pagescornerbr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.reviewcart {
	width: 100px;
}
form {
	height: 10px;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 960px;
	padding: 0;
}

#menu {
	position: absolute;
	left: 25px;
	top: 79px;
	width: 119px;
	height: 995px;
}
.leftpage {
	padding-left:20px;
}
