body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url(/images/skyline_body.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

.print {
	display: none;
}

#header_container {
	height: 90px;
	background-image: url(/images/hdr_back.gif);
	background-repeat: repeat-x;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
}

#header_nav {
	float: right;
	padding-top: 18px;
}

#header_nav_links {
	color: #FFFFFF;
	margin-bottom: 5px;
}

#header_nav_links a {
	color: #FFFFFF;
	text-decoration: none;
}

#header_nav_links a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#menu_container {
	height: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(/images/skyline_menuback.gif);
	background-repeat: repeat-x;
	
}

#main_menu {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	vertical-align: text-bottom;
	bottom: auto;
	background-image: none;
	
}

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

#main_menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#page_container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 7px;
	padding: 0px;
	margin-bottom: 0px;
	
}


#categories_title {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#left_col {
	float: left;
	width: 196px;
	border: medium groove #666666;
	padding: 0px;
	margin-top: 45px;
}

#left_col a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
}

#left_col a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#main_ad {
	margin-left: 203px;
	height: 274px;
}

#content_boxes {
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 825px;
}

#left_box {
	background-color: #b9b9ba;
	width: 270px;
}

#center_box {
	background-color: #b9b9ba;
	width: 270px;
}

#right_box {
	background-color: #b9b9ba;
	width: 270px;
}

#content_boxes h1 {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
}

#content_boxes p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000000;
}

.spacer_box {
	width: 7px;
}

#copyright {
	clear: both;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	color: #CCCCCC;
	margin-bottom: 30px;
	
}

#container {
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 825px;
}

#left_block {
	float: left;
	width: 196px;
	color: white;
}

#left_block_data {
	padding-bottom: 10px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left_block_data a {
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: white;
	
}

#left_block_data a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#left_block_data h1 {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#left_block_data h2 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#category_list {
	border-top: 1px solid white;
}

#manufacturer_list {
	border-top: 1px solid white;
}

#collection_list {
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	margin-left: 203px;
	position: relative;
}

#content h1 {
	font-size: 22px;
	color: #b9b9ba;
}

#content h2 {
	font-size: 18px;
	color: #FFFFFF;
}

#content h3 {
	font-size: 14px;
	color: #b9b9ba;
}

#content h6 a {
	font-size: 14px;
	color: #b9b9ba;	
}

h2.section_title {
	border-bottom: 1px solid black;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/images/main_background.gif);
	background-repeat: repeat-x;
}

.black {
	color: #CCCCCC;
	text-decoration: none;
}

.black:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.expand_link {
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	
}

.dep_table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.manufacturer_entry {
	margin-top: 3px;
	margin-bottom: 10px;
	position: relative;
	background-color: #b9b9ba;
}

.manufacturer_title {
	font-size: 18px;
	font-weight: bold;
}

.manufacturer_image {
	padding: 5px;
	height: 175px;
	width: 200px;
	overflow: hidden;
}

.manufacturer_data {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 205px;
	background-color: #000000;
}

.manufacturer_data_blank {
	padding-left: 5px;
	padding-right: 5px;
	background: white;
}

.item_line {
	background-color: #000000;
}

.item_line:hover {
	background-color: #b9b9ba;
	color: #000000;
}

.collection_hdr {
	font-weight: bold;
	border-bottom: 1px solid silver;
	padding-top: 10px;
}
.SalesRed {
	color: #FF0000;
	font-size: 14px;
}
.redpromotion {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	
}
.YouSave {
	color: #FFFF00;
}
