body, html {
	margin: 0;
	padding: 0;
	background: #ebebeb;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 120%;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

header {
	background: #800080;
	color: white;
	border-radius: 7px;
	position: relative;
	padding: 10px;
	margin-top: 10px;
	background: -moz-linear-gradient(top, #800080, #5c1c7b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800080), color-stop(100%, #5c1c7b));
	background: -webkit-linear-gradient(top, #800080, #5c1c7b);
	background: -o-linear-gradient(top, #800080, #5c1c7b);
	background: -ms-linear-gradient(top, #800080, #5c1c7b);
	background: linear-gradient(to bottom, #800080, #5c1c7b);
}

header h1 {
	font: 280% "Helvetica" bold;
	position: relative;
}

header a {
	color: white;
	text-decoration: none;
}

header a:hover {
	color: black;
	background: yellow;
	text-replace: "X ELECTRICAL" "HOME";
}

section {
	background: white;
	position: relative;
	float: right;
	border-radius: 7px;
	width: 725px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 5px;
	color: #5c1c7b;
	padding-bottom: 20px;
}

#image_right {
	float: right;
	padding: 10px;
	text-align: center;
	width: 320px;
}

#image_right img {
	border-radius: 6px;
}

.caption {
	font-size: 60%;
}

.breadcrumb {
	font-size: 60%;
}

nav {
	background: white;
	position: relative;
	float: left;
	width: 170px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 7px;
	color: #5c1c7b;
	padding: 10px;
}

nav li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #5c1c7b;
}

a:hover {
	color: black;
	background: yellow;
}

a:visited {
	text-decoration: none;
}

a:visited:hover {
	color: black;
	background: yellow;
}

h1 {
	font: 250% "Helvetica" bold;
	position: relative;
}

h2 {
	font: 140% "Helvetica" bold;
	text-decoration: underline;
}

table {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	font-size: 80%;
	color: #494949;
}

td, tr, th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: gray;
}

#stocktable {
	width: 95%;
}

.make {
	width: 15%;
}

.model {
	width: 10%;
}

.desc {
	width: 65%;
}

.price {
	width: 10%;
}

footer {
	clear: both;
	margin-bottom: 30px;
	border-radius: 7px;
	font-size: 100%;
	background: #5c1c7b;
	color: white;
	position: relative;
	height: 40px;
	padding: 10px;
	margin-top: 10px;
	background: -moz-linear-gradient(top, #800080, #5c1c7b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800080), color-stop(100%, #5c1c7b));
	background: -webkit-linear-gradient(top, #800080, #5c1c7b);
	background: -o-linear-gradient(top, #800080, #5c1c7b);
	background: -ms-linear-gradient(top, #800080, #5c1c7b);
	background: linear-gradient(to bottom, #800080, #5c1c7b);
}

footer a {
	color: white;
}

footer a:hover {
	color: red;
	background: white;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

