/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color : #333333;
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color : #333333;
	font-size: 100%;
	font-weight: normal;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration : underline;
	color: #FF0000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

hr {
	height: 1px;
	color: #FF0000;
}

input {
	width: 125px;
}

textarea {
	width: 125px;
}

/* NAVIGATIONAL ELEMENTS AND MARK UP */


.wep_navbox {
	width: 109px;
	float: left;
	text-align: center;
	margin-right: 1px;
	background-color: #666666;
	text-decoration: none;
}

.wep_navbox a, .wep_navbox a:link, .wep_navbox a:visited, .wep_navbox a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wep_navbox a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
	display: block;

}

/* GENERAL POSITIONAL AND MARKUP ELEMENTS */

#container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
}

#titlebar {
	clear: both;
	padding-top: 1px;
}

#arrow {
	text-align: left;
	background-color: #FF0000;
	float: left;
	height: 50px;
	width: 51px;
}

#title {
	text-align: left;
	background-color: #CCCCCC;
	float: left;
	height: 50px;
	width: 718px;
}

.redtext {
	color: #FF0000;
}

#maincontent {
	clear: both;
}

#main {
	background-color: #F0F0F0;
	width: 549px;
	float: left;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#main p, #main h1, #main ul {
	padding-right: 25px;
	padding-left: 60px;
}

#side {
	background-color: #F0F0F0;
	width: 219px;
	float: left;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-left: 1px;
	background-image: url(../images/base_strip.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#side p, #side h1, #side ul {
	padding-right: 15px;
	padding-left: 15px;
}

.wep_description {
	width: 220px;
}

.wep_quantity {
	width: 50px;
}

.wep_weight {
	width: 50px;
}

.wep_requirements {
	width: 380px;
}

.wep_radiobutton {
	width: 50px;
}

.picture {
	border: 1px solid #FF0000;
}

/* FOOTER ELEMENTS */

#footer {
	clear: both;
}

#basearrow {
	background-color: #FF0000;
	height: 20px;
	width: 21px;
	float: left;
	margin-right: 1px;
	margin-top: 1px;
}

#top {
	float: left;
	padding-top: 1px;
	background-color: #F0F0F0;
	height: 20px;
	width: 527px;
	margin-top: 1px;
}

#credit {
	float: right;
	padding-top: 3px;
	margin-top: 1px;
}

/* GENERIC POSITIONAL ELEMENTS */

.wep_clear {
	clear: both;
}

.wep_left {
	float: left;
}

.wep_right {
	float: right;
}
