@charset "utf-8";
/* CSS Document for herbprime.com v3*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

/* Main Layout */

#Wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#HeaderWrap {
	width: 900px;
	height: auto;
	float: left;
}

#Logo {
	width: 150px;
	height: 150px;
	float: left;
	background-image: url(../img/jpgs/logo150x150.jpg);
	background-repeat: no-repeat;
}

#Herbprime {
	width: 330px;
	height: 150px;
	float: left;
	background-image: url(../img/jpgs/herbprime330x150.jpg);
	background-repeat: no-repeat;
}

#HeaderSpace {
	width: 270px;
	height: 150px;
	float: left;
}

#Login {
	width: 150px;
	height: 145px;
	float: left;
	padding-top: 5px;
}

#Menu {
	width: 900px;
	height: auto;
	float: left;
	margin-bottom: 5px;
}

#PageHeader {
	width: 700px;
	height: 50px;
	float: left;
	line-height: 50px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}

#Search {
	width: 200px;
	height: auto;
	float: left;
}

#Content {
	width: 900px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../img/jpgs/backgroud.jpg);
	background-repeat: repeat;
}

#Footer {
	width: 895px;
	height: 30px;
	float: left;
	font-size: 11px;
	line-height: 30px;
	color: #222;
	padding-left: 5px;
	border-top: 1px solid #9e0606;
}

/* Font */

.bodyfont {
	color: #222;
	font-size: 12.5px;
	line-height: 23px;
}

.subheader {
	color: #9e0606;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
}

/* Links */

#Footer a:link {
	color: #222;
	text-decoration: none;
}

#Footer a:visited {
	color: #222;
	text-decoration: none;
}

#Footer a:hover {
	color: #222;
	text-decoration: none;
}

#Footer a:active {
	color: #222;
	text-decoration: none;
}


