body {
	background-color: #5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	font-size: 1em;
	padding: 0px;
	margin: 0 0 20px 0;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.35em;
	margin-top: 0.35em;
	margin-bottom: 1em;
	color: #4e4e4e;
}

p a {
	color: #2452c1;
}

#container {
	width: 925px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 84px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}

#header .inner {
	padding-left: 20px;
	padding-right: 20px;
}

#logo {
	float: left;
	padding-top: 7px;
	height: 84px;
	width: 145px;
	text-align: right;
}

#phone {
	float: left;
	width: 740px;
	text-align: right;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 12px;
	height: 42px;
}

#menu {
	float: left;
	width: 740px;
}

#menu li {
	float: right;
	width: 133px;
	margin-left: 7px;
	height: 28px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}

#menu li div {
	padding-top: 8px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#menu li.selected div a {
	color: #2452c1;
}

#main .inner {
	padding: 20px;
}

.main_left {
	float: left;
	width: 290px;
	margin-right: 19px;
}

.main_right {
	float: left;
	width: 575px;
}

#inventory_badge {
	border: 1px solid #cbcbcb;
	padding: 7px 8px 7px 8px;
	background-image: url(../images/bg_inventory_badge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#inventory_badge .img {
	width: 85px;
	margin-right: 4px;
	margin-bottom: 8px;
}

#inventory_badge .link {
	margin-bottom: 4px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}

.inventory {
	float: left;
	width: 170px;
	border: 1px solid #CBCBCB;
	margin-bottom: 12px;
}

.inventory .in {
	padding: 5px;
}

.inventory .img {
	width: 160px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 4px;
}

.inventory .in div {
	color: #434343;
	font-size: 0.7em;
}

.inventory .in .name {
	font-weight: bold;
	font-size: 0.9em;
}

.inventory .in .name a {
	color: #434343 !important;
}

.inventory .in .desc {
	height: 2.0em;
	overflow: hidden;
	margin-bottom: 5px;
}

.inventory .in .stk {
	float: right;
	padding-top: 5px;
}

.inventory .in .price {
	font-weight: bold;
	color: #2452c1;
	font-size: 1.2em;
}

.top_price {
	float: right;
	margin-left: 15px;
	font-size: 1.25em;
	margin-bottom: 0;
	font-weight: bold;
	color: #2452c1;
	line-height: 0.7em;
	text-align: center;
}

.top_price span {
	font-size: 0.5em;
	color: #434343;
	font-weight: normal;
}

.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photo img {
	border: 1px solid #CBCBCB;
}

.styled {
	border: 1px solid #CBCBCB;
	padding: 2px;
	font-size: 0.8em;
	width: 98%;
}

.form_row {
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CBCBCB;
	margin-bottom: 5px;
}

.form_row .label {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 5px;
}

.form_row .label span {
	font-size: 0.65em;
	font-weight: normal;
}

.form_row .input {
	float: left;
	width: 150px;
}

.form_row .input .styled {
	width: 140px;
}

.submit_row {
	text-align: center;
	background-color: #F0F0F0;
	padding: 5px;
	border-top: 1px solid #CBCBCB;
}

.button_div {
	float: right;
	padding-top: 3px;
}

.button {
	background-color: #2452C1;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	border: 0;
}

.button a {
	color: #FFFFFF;
	font-weight: bold;
}

.right_link {
	float: right;
	font-size: 0.8em;
	font-weight: bold;
}

.right_link a {
	color: #2452c1;
}

.instructions {
	font-size: 0.7em;
	margin-bottom: 0.8em;
}
		
#errors {
	border: 3px solid #2452c1;
	padding: 5px;
	margin-bottom: 1em;
}

#errors h4 {
	font-size: 0.9em;
	font-weight: bold;
}

#errors li {
	font-size: 0.75em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer {
	height: 36px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer .inner {
	padding-top: 12px;
	font-size: 0.75em;
	text-align: center;
}

#notification {
	background-color: #fff2cd;
	padding: 6px 4px 5px 4px;
	text-align: center; font-size: 0.8em;
}