/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

html.home {
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: Helvetica Narrow, Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #939598;
}

h2 {
	font-family: Helvetica Narrow, Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #EC1F27;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
}

h4 {
	font-size: 13px;
}

img { 
	border: none;
}

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

.cl {
	clear: left;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.tiny {
	font-size: 8px;
	line-height: 10px;
}

.red {
	color: #EC1F27;
}

.bigred {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #EC1F27;
}

.grey, .grey a {
	color: #939598;
}

.orangebg, .yellowbg {
	font-size: 9px;
	line-height: 15px;
	padding: 3px;
}

.orangebg {
	background-color: #EF9820;
}

.yellowbg {
	background-color: #ECDE13;
}

.orangebg a, .yellowbg a {
	color: #000000;
	text-decoration: underline;
}

.orangebg li, .yellowbg li, li li  {
	list-style: disc;
}

.footnote {
	text-align: right;
}

/* LAYOUT CSS */

#home_container {
	width: 1100px;
	margin: 0px auto;
}

#pagenum {
	float: right;
	margin-right: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

#homenav li {
	list-style: none;
	float: left;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 20px;

}

#homenav li a {
	text-decoration: underline;
	color: #000000;
}

.home_products {
	width: 930px;
	margin: 5px 10px;
	font-size: 10px;
	color: #999999;
}

.home_products td {
	text-align: center;
	vertical-align: middle;
}

.home_products a {
	color: #999999;
}

.home_divider {
	height: 1px;
	background-color: #444444;
}

#container {
	width: 1027px;
	margin: 0px auto;
}

#nav_container {
	width: 100%;
	height: 21px;
	background-color: #949698;
}

#nav {
	width: 1100px;
	margin: 0px auto;
}

#nav ul {
	list-style: none;
	width: 1100px;
	margin: 0px auto;
	padding-left: 60px;
}

#nav li {
	float: left;
	margin-left: 30px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: underline;
}

#header {
	margin: 12px 0px 5px 0px;
}

#header img {
	float: left;
	margin-right: 10px;
}

#pricechange {
	float: right;
	margin-top: 15px;
	color: #939598;
}

.box1 {
	width: 508px;
	min-height: 362px;
	background-image: url('../images/box1_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

.box1_inner {
	background-image: url('../images/box1_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 482px;
	min-height: 100px;
	padding: 4px 20px 0px 6px;
	text-align: right;
	font-size: 11.5px;
	line-height: 16px;
	color: #939598;
	position: relative;
}

.box2 {
	width: 1027px;
	min-height: 362px;
	background-image: url('../images/box2_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

.box2_inner {
	background-image: url('../images/box2_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 1001px;
	min-height: 100px;
	padding: 4px 20px 0px 6px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #939598;
	position: relative;
}

.box3 {
	width: 249px;
	min-height: 362px;
	background-image: url('../images/box3_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

.box3_inner {
	background-image: url('../images/box3_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 237px;
	min-height: 100px;
	padding: 8px 6px 0px 6px;
	text-align: right;
	font-size: 11.5px;
	line-height: 16px;
	color: #939598;
	position: relative;
}

.box4 {
	width: 335px;
	min-height: 362px;
	background-image: url('../images/box4_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

.box4_inner {
	background-image: url('../images/box4_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 323px;
	min-height: 100px;
	padding: 8px 6px 0px 6px;
	text-align: right;
	font-size: 11.5px;
	line-height: 16px;
	color: #939598;
	position: relative;
}

.box1_inner h2, .box2_inner h2, .box3_inner h3, .box4_inner h3 {
	margin-top: 8px;
}

.add_to_quote {
	float: left;
}

.add_to_quote img {
	vertical-align: middle;
}

.photo {
	position: absolute;
	top: 30px;
	left: 10px;
}

.description {
	height: 187px;
}

.box3 .description, .box4 .description {
	height: 205px;
}

.dimensions {
	height: 80px;
}

.box3 .dimensions, .box4 .dimensions {
	height: 90px;
}

.weight {
	height: 30px;
}

.options {
	float: left;
	margin-left: 12px;
}

#footer {
	clear: left;
	margin-top: 5px;
	text-align: center;
	color: #232526;
	padding-bottom: 20px;
	font-size: 11px;
}

#footer a {
	color: #232526;
}
