@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #eee url(../images/backtxture.jpg) fixed repeat-x;
	font-family: "Trebuchet MS";
	color: #333333;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 902px;
}

#title {
	width: 900px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}

#banner {
	width: 900px;
	height: 170px;
	float: left;
	border: 1px solid #000;
}

#main {
	width: 900px;
	float: left;
	background: #c00 url(../images/a_logo.png) bottom left no-repeat;;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#leftbar {
	width: 200px;
	float: left;
	padding: 4px 0 0 0;
}

#leftbar ul li {
	display: block;
	width: 160px;
	list-style-type: none;
	background: #990000;
	color: #eee;
	text-align: left;
	padding: 0 20px 0 20px;
	margin-bottom: 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#leftbar ul.sub {
	font-size: 75%;
	text-transform: none;
}

#leftbar a {
	display: block;
	width: 160px;
	color: #eee;
	padding: 3px 0 3px 0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 100%;
}

#leftbar ul:hover li:hover {
	background: #111;
}

#left_text_box {
	margin: 0 auto;
	border: 1px dotted #000;
	width: 175px;
	background: #fff;
	font-size: 80%;
	text-align: justify;
	padding: 5px;
	color: #000;
}

#left_text_box h3 {
	font-size: 100%;
	text-align: left;
	border-bottom: dotted 1px #000;
	margin-bottom: 5px;
}

#content {
	min-height: 500px;
	width: 700px;
	float: right;
	background: #fff;
	padding-bottom: 5px;
}

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

#con_text {
	float: left;
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	font-size: 85%;
	color: #222222;
	text-align: justify;
}

#con_text h2 {
	font-size: 145%;
	text-transform: uppercase;
	color: #c00;
	border-bottom: 1px dotted #000;
	margin-bottom: 4px;
}

#con_text h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #c00;
	border-bottom: 1px dotted #000;
	margin-bottom: 4px;
}

#con_text h3.sub {
	font-size: 110%;
	text-transform: none;
	color: #000;
	margin-bottom: 2px;
}

#con_text ul li {
	list-style-type: square;
	margin-left: 20px;
	font-size: 130%;
}

#section {
	width: 680px;
	float: left;
	padding: 10px;
}

#section table {
	width: 660px;
}

#section img {
	border: 1px solid #000;
}

#section a {
	border: 0;
}

#section td {
	width: 314px;
	padding: 6px 3px 6px 3px;
}

#sec_nav {
	width: 690px;
	float: left;
	padding: 5px 0 5px 10px;
	background: #ddd;
	font-size: 70%;
	color: #c00;
	border-bottom: 1px solid #000;
	text-align: left;
	text-transform: uppercase;
}

#sec_nav ul li {
	list-style-type: none;
	display: inline;
}

#sec_nav a {
	font-size: 100%;
	color: #000;
	text-decoration: none;
}

#sec_nav a:hover {
	text-decoration: underline;
}

#sec_nav_sub {
	width: 673px;
	float: left;
	padding: 2px 2px 2px 5px;
	margin: 0 0 10px 0;
	background: #ddd;
	font-size: 70%;
	color: #c00;
	text-transform: uppercase;
}

#sec_nav_sub ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

#sec_nav_sub a {
	font-size: 95%;
	color: #000;
	text-decoration: none;
}

#sec_nav_sub a:hover {
	text-decoration: underline;
}

#manufac {
	float: left;
	width: 680px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	font-size: 85%;
	color: #222222;
	text-align: justify;
}

#footer {
	width: 900px;
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	color: #000;
}

#botlink {
	float: left;
	text-align: left;
	width: 700px;
}

#botlink p {
	font-size: 70%;
	
}

#logo {
	width: 160px;
	float: right;
}

p.bottext {
	padding: 2px 0 0 0;
	font-size: 70%;
	text-align: left;
}

img.noborder {
	border: none;
}

.red {
	color: #c00;
}

td.left {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0 0 0;
}

td.right {
	width: 300px;
	text-align: left;
}

.input {
	border: 1px #333 solid;
	color: #000;
	margin: 3px;
	font-size: 100%;
	padding: 2px;
}


.msgbox {
	border: 1px #333 solid;
	color: #000;
	margin: 3px;
	font-size: 120%;
	padding: 2px;
}


.submit {
	background: #ccc;
	height: 22px;
	width: 80px;
	color: #000000;
	border: 1px solid #000000;
	font-size: 85%;
	margin: 3px;
}

.input_title {
	color: #c00;
	font-weight: bold;
	font-size: 100%;
	border: #000 1px solid;
	padding: 2px;
	width: 550px;
	font-family: "Trebuchet MS";
}

.input_file {
	color: #000;
	font-size: 100%;
	border: #000 1px solid;
	padding: 2px;
	width: 550px;
	font-family: "Trebuchet MS";
}

.input_price {
	border: #000 1px solid;
	padding: 2px;
	width: 550px;
	font-family: "Trebuchet MS";
	font-size: 100%;
}

.tb_desc {
	border: #222 1px solid;
	padding: 2px;
	width: 550px;
	height: 150px;
	font-family: "Trebuchet MS";
	font-size: 90%;
}

.so_description {
	width: 485px;
	float: left;
	text-align: left;
	font-size: 90%;
	color: #000;
	padding: 0 10px 0 5px;
}

.so_price {
	width: 485px;
	float: left;
	font-size: 140%;
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 0 0 0 5px;
}

.so_image{
	width: 180px;
	float: right;
}

.so_title {
	width: 675px;
	float: left;
	text-align: left;
	padding: 0 0 0 5px;
}

.sales {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	width: 680px;
	margin-top: 10px;
	background: #ddd;
}

.sales h3 {
	color: #c00;
	font-size: 120%;
	margin: 0 10px 5px 0;
}

.sales img {
	border: 1px solid #c00;
}

p.small {
	font-size: 60%;
}

a.small {
	font-size: 80%;
}

.specinput {
	border: none;
	background: #fff;
	color: #000;
}

#msgbox {
	width: 670px;
	padding: 2px 5px 2px 5px;
	background: #c00;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
