/**import outside files**/

@import url("base.css");
@import url("font.css");

/**Specify styles only for Contact Us section**/

.topimage {
	margin: 25px 0;
}

.form {
	width: 550px;
}

.form th {
	padding-right: 15px;
	text-align: right;
	width: 30%;
	height: 30px;
}

.form td {
	text-align: left;
	width: 70%;
	height: 30px;
}

.buttons {
	width: 500px;
	text-align: center;
}


input, textarea {
	border: solid 1px #999;
}

.aboutform {
	margin: 20px;
}

.error {
	margin: 20px;
	font-size: large;
	color: #f00;
	font-weight: bold;
}

.pageguide {
	text-align: center;
	margin: 0 0 40px;
}

.pageguide img {
	margin: 0 3px;
}

.featuredproducts {
	margin: 10px 0 10px 5px;
	width: 270px;
	float: left;
}

.featuredproducts img {
	float: left;
	margin-right: 5px;
}

.arrow {
	float: none !important;
	margin-left: 5px;
}

/** Link properties at the featured products**/
div.featuredproducts a:link {
	color: #D97A16;
    text-decoration:underline;
}
div.featuredproducts a:visited {
	color: #D97A16;
    text-decoration:none;
}
div.featuredproducts a:active {
	color: #CC0000;
    text-decoration:underline;
}
div.featuredproducts a:hover {
	color: #68A13A;
    text-decoration:underline;
}
/** /Link properties at the featured products**/

/**Sub navigation**/
#subnavi {
	width: 200px;
	height: 150px;
	background-image:  url(../img/common/plist_bk.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#subnavi h2 {
	width: 165px;
	margin-left: 10px;
}

#subnavi ul {
	list-style-type: none;
	margin-left: 15px;
	border-left: solid 3px #68A13A;
}

#subnavi li {
	margin-left: 3px;
	line-height: 150%;
}

