*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #404040;
	color: #404040;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 20px;
}
a, a:visited {
	color: #404040;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	background: #d0d0d0 url(../images/bg.png) top center repeat-y;
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
#topLine {
	background: #404040;
	width: 100%;
	height: 5px;
}
#header {
	width: 900px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 310px;
	height: 65px;
	position: absolute;
	left: 5px;
	bottom: 0px;
	outline: none;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#headerContacts {
	width: 310px;
	position: absolute;
	top: 20px;
	right: 5px;
	font-size: 11px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}
#headerContacts li.phone {
	background: url(../images/headerPhone.png) center left no-repeat;
	width: 88px;
	height: 20px;
	display: block;
	float: left;
	padding-left: 30px;
}
#headerContacts li.email {
	background: url(../images/headerEmail.png) center left no-repeat;
	width: 108px;
	height: 20px;
	display: block;
	float: right;
	padding-left: 28px;
}
#headerContacts li a {
	color: #404040;
	font-size: 11px;
}
#headerNav {
	width: auto;
	position: absolute;
	right: 5px;
	bottom: 9px;
}
#headerNav li {
	display: inline;
	padding-left: 9px;
	padding-right: 10px;
	text-transform: uppercase;
}
#headerNav .navSpacer {
	background: url(../images/navSpacer.png) center right no-repeat;
}
#flash {
	width: 900px;
	height: 200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#center {
	width: 900px;
	height: 100%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 225px;
	overflow: hidden;
	text-align: left;
}
ul {
	list-style-position: inside;
}
#left {
	width: 140px;
	height: auto;
	min-height: 200px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
#left h3, #right h3 {
	background: url(../images/h3_bg.png) top left no-repeat;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: lighter;
	line-height: 32px;
}
#left ul, #right ul {
	margin-top: 5px;
	list-style-type: none;
	list-style-position: inside;
}
#left li, #right li {
	line-height: 32px;
}
#left li a, #right li a {
	color: #5f5f5f;
}
#content {
	width: 480px;
	height: auto;
	float: left;
	margin-top: -5px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h3 {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: lighter;
	line-height: 32px;
}
#wantToBuy, #search, #contactInfo, questions {
	float: left;
	overflow: hidden;
}
fieldset {
	width: 100%;
	border: none;
}
#addField {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 12px;
}
#add, #remove {
	cursor: pointer;
}
#remove {
	margin-top: 27px;
	margin-left: 17px;
}
#search div, #partNumbers div {
	float: left;
}
.required {
	color: #ff0000;
}
label, span.price {
	width: 100%;
	float: left;
	margin-bottom: 2px;
}
input, select, div.price {
	padding: 5px;
}
input[type=text], select, div.price {
	border: #66bae6 1px solid;
}
input[type=submit] {
	float: right;
	margin-top: 5px;
	margin-right: 37px;
	margin-bottom: 18px;
	padding: 3px;
}
.error {
	color: #ff0000;
	font-size: 11px;
	line-height: 14px;
}
input.error, select.error {
	color: #000000;
	font-size: 12px;
}
.searchField {
	height: 126px;
}
.searchField div {
	height: 64px;
}
.searchField .field1 {
	width: 190px;
}
.searchField .manufacturer {
	width: 190px;
}
.searchField .field2 {
	width: 215px;
	margin-left: 25px;
}
.searchField .partNumber {
	width: 215px;
}
.searchField .field3 {
	width: 70px;
}
.searchField .quantity {
	width: 70px;
}
.searchField .field4 {
	width: 170px;
	margin-left: 35px;
}
.searchField .condition {
	width: 170px;
}
.searchField .field5 {
	width: 140px;
	margin-left: 35px;
}
.searchField div.price {
	width: 120px;
	height: 16px;
	line-height: 16px;
}
.partsField {
	height: 138px;
}
.partsField div {
	height: 64px;
}
.partsField .field1 {
	width: 180px;
}
.partsField .manufacturer {
	width: 180px;
}
.partsField .field2 {
	width: 215px;
	margin-left: 35px;
}
.partsField .partNumber {
	width: 215px;
}
.partsField .field3 {
	width: 140px;
}
.partsField .qty {
	width: 140px;
}
.partsField .field4 {
	width: 255px;
	margin-left: 35px;
}
.partsField .condition {
	width: 255px;
}
#contactInfo input {
	width: 280px;
}
#contactInfo select {
	width: 292px;
}
#contactInfo dt {
	width: 150px;
	float: left;
	padding-top: 4px;
}
#contactInfo dl {
	overflow: hidden;
}
#contactInfo dd {
	width: 310px;
	height: 52px;
	float: left;
}
#questions dl {
	overflow: hidden;
}
#questions dt {
	width: 284px;
	float: left;
	padding-top: 4px;
}
#questions dd {
	width: 160px;
	height: 45px;
	float: left;
}
#questions select {
	width: 158px;
}
#questions input[type=radio] {
	margin-top: 16px;
	margin-left: 25px;
	margin-right: 5px;
}
#thankYou {
	display: none;
}
#right {
	width: 220px;
	height: auto;
	min-height: 200px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.liveChat {
	width: 222px;
	height: 78px;
	margin-left: -2px;
	margin-bottom: 5px;
}
.liveChat a {
	width: 222px;
	height: 78px;
	display: block;
	outline: none;
}
.facebook {
	background: url(../images/facebook.png) center center no-repeat;
	width: 49px;
	height: 49px;
	display: block;
	float: left;
	outline: none;
}
.tweeter {
	background: url(../images/tweeter.png) center center no-repeat;
	width: 50px;
	height: 49px;
	display: block;
	float: left;
	margin-left: 15px;
	outline: none;
}
.addthis_button {
	width: 83px;
	height: 16px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 18px;
	outline: none;
}
#footer {
	width: 100%;
	height: 184px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#footerContent {
	background: #404040;
	width: 860px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color: #ffffff;
	text-align: left;
}
#vSpacer {
	background: url(../images/vSpacer.png) top left no-repeat;
	width: 31px;
	height: 90px;
	float: left;
}
#footerNav {
	width: 125px;
	float: left;
	font-size: 10px;
	line-height: 24px;
}
#footerNav h2 {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: lighter;
	line-height: 16px;
}
#footerNav ul {
	margin-top: 12px;
	list-style-type: square;
	list-style-position: inside;
}
#footerNav li {
	text-transform: uppercase
}
#footerNav li a {
	color: #ffffff;
	font-size: 11px;
}
#footerContacts {
	width: 165px;
	float: left;
	font-size: 11px;
	line-height: 32px;
}
#footerContacts h2 {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: lighter;
	line-height: 16px;
}
#footerContacts ul {
	margin-top: 10px;
	list-style-type: none;
	list-style-position: inside;
}
#footerContacts li.phone {
	background: url(../images/footerPhone.png) center left no-repeat;
	padding-left: 32px;
}
#footerContacts li.email {
	background: url(../images/footerEmail.png) center left no-repeat;
	padding-left: 32px;
}
#footerContacts li a {
	color: #ffffff;
	font-size: 11px;
}
#footerContent .copyright {
	margin-top: -7px;
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 23px;
}
#footerContent .copyright a, #footerContent .copyright a:visited {
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 14px;
}
