* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, td, li {
	font-family:Arial, Helvetica, sans-serif;
}
.redType {
	color: #FF0000;
	font-size: 12px;
}

body {background-color:#cc0000;}

.clear {
 clear:both;
}

#page_wrapper {
	/*	height: 100%; */
	width: 100%;
	background-image:url(graphics/Content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CC0000;
	height: auto;
}

#content_block {
	position:relative;
	top: 159px;
	width: 800px;
	background-image:url(graphics/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#text_column {
	width: 330px;
	display:inline;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: left;
}

#photo_column {
	width: 180px;
	display:inline;
	float: left;
	margin-right: 5px;
	margin-left: 30px;
	margin-top: 52px;
}

#black_bar {
	width: 760px;
	height: 8px;
	background-color:#000000;
}

#main_content {
	float:left;
	width: 560px;
}

#nav_block {
	width: 220px;
	float: right;
	padding-right: 20px;
}

#footer {
	width: 240px;
	float: right;
	text-align:left;
	foize: 9px;
	display:inline;
nt-s
	margin-top: 4px;
	font-size: 9px;
	padding-top: 2px;
}

#pic_float {
	height: 400px;
	width: 335px;
	position: absolute;
	z-index: 2;
	left: 220px;
	top: 55px;
	text-align: left;
	background-color: #FFFFFF;
	display:none;
}

/* nav buttons */
.advantage a, .advantage_on a, .contact a, .contact_on a, .dymoflex a, .dymoflex_on a, .fleet a, .fleet_on a, .home a, .home_on a, .login a, .login_on a, .sheet a, .sheet_on a, .specialty a, .specialty_on a, .wine a, .wine_on a, .working a, .working_on a, .designdept a, .designdept_on a {
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 220px;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 8px;
	font-size:9px;
	background-image: url(graphics/btn_working.gif);
}

.nav_line {
	display: block;
	height: 9px;
	width: 220px;
	position: relative;
	margin: 0; 
	padding: 0;
	background-image:url(graphics/nav_dotted_line.gif);
	background-repeat:no-repeat;
}

.advantage a {
	background: url(graphics/btn_advantage.gif) no-repeat left center;
}
.advantage a:hover, .advantage_on a {
	background: url(graphics/btn_advantage.gif) no-repeat right center;
}

.contact a {
	background: url(graphics/btn_contact.gif) no-repeat left center;
}
.contact a:hover, .contact_on a {
	background: url(graphics/btn_contact.gif) no-repeat right center;
}
.designdept a {
	background: url(graphics/btn_design.gif) no-repeat left center;
}
.designdept a:hover, .designdept_on a {
	background: url(graphics/btn_design.gif) no-repeat right center;
}

.dymoflex a {
	margin-top: 4px;
	background: url(graphics/btn_dymoflex.gif) no-repeat left center;
}
.dymoflex a:hover, .dymoflex_on a {
	margin-top: 4px;
	background: url(graphics/btn_dymoflex.gif) no-repeat right center;
}

.fleet a {
	background: url(graphics/btn_fleet.gif) no-repeat left center;
}
.fleet a:hover, .fleet_on a {
	background: url(graphics/btn_fleet.gif) no-repeat right center;
}

.home a {
	background: url(graphics/btn_home.gif) no-repeat left center;
}
.home a:hover, .home_on a {
	background: url(graphics/btn_home.gif) no-repeat right center;
}

.login a {
	background: url(graphics/btn_login.gif) no-repeat left center;
}
.login a:hover, .login_on a {
	background: url(graphics/btn_login.gif) no-repeat right center;
}

.sheet a {
	background: url(graphics/btn_sheet.gif) no-repeat left center;
}
.sheet a:hover, .sheet_on a {
	background: url(graphics/btn_sheet.gif) no-repeat right center;
}

.specialty a {
	background: url(graphics/btn_specialty.gif) no-repeat left center;
}
.specialty a:hover, .specialty_on a {
	background: url(graphics/btn_specialty.gif) no-repeat right center;
}

.wine a {
	background: url(graphics/btn_wine.gif) no-repeat left center;
}
.wine a:hover, .wine_on a {
	background: url(graphics/btn_wine.gif) no-repeat right center;
}

.working a {
	background-image: url(graphics/btn_working.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.working a:hover, .working_on a {
	background: url(graphics/btn_working.gif) no-repeat right center;
}

.dept a {
	background: url(graphics/btn_design.gif) no-repeat left center;
}
.dept a:hover, .dept_on a {
	background: url(graphics/btn_design.gif) no-repeat right center;
}

/* Text styling *********************/

#text_column p {
	line-height: 150%;
	margin-bottom: 8px;
	font-size:12px;
}

#text_column p a {
	color: #6A51A7;
	text-decoration:none;
}

#text_column p a:hover {
color:#CC0000;
}

#text_column p a:active {
	color:#FFFFFF;
	background-color: #CC0000;
}

#text_column p .space_before {
	line-height: 150%;
	margin-bottom: 8px;
	padding-top: 3px;
	font-size:12px;
}

#text_column h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #CC0000;
}
#text_column h2 {
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 8px;
	margin-top: 16px;
	line-height: 140%;
	text-transform: uppercase;
}

#text_column li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 3px;
	list-style-type: disc;
	color: #CC0000;
	margin-left: 15px;
}

#text_column ul {
	display:inline;
	margin-bottom: 3px;
}

#text_column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.form_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B6BCD3;
	border: none;
	height: 15px;
	padding: 3px;
}
.address {
	font-size: 12px;
	line-height: 120%;
}
