* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, td, li {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#cc0000;
	background-image: url(../graphics/Content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}

.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: 630px;
}
#content_wrapper {
	width: 760px;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
#header {
	width: 760px;
	background-image: url(../graphics/black_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	font-size: 0px;
	height: 7px;
	background-color: #000;
	clear: both;
}
#content {
	width: 760px;
	float: left;
	background-image: url(../graphics/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
}

#content_block {
	position:relative;
	top: 159px;
	width: 800px;
	background-image:url(../graphics/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;	
/*	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
*/
}

#text_column {
	width: 335px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: left;
}

#photo_column {
	width: 173px;
	float: left;
	margin-top: 52px;
	margin-left: 27px;
}

#nav_block {
	width: 220px;
	float: left;
}

#black_bar {
	width: 760px;
	height: 8px;
	background-color:#000000;
}

#main_content {
	float:left;
	width: 520px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#main_content p {
	font-size: 12px;
	line-height: 150%;
}

#footer {
	width: 220px;
	text-align:left;
	font-size: 9px;
	background-image: url(../graphics/black_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-left: 540px;
}

#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;

}

.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;
}

.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;
}

.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;
}

.working a {
	background: url(../graphics/btn_working.gif) no-repeat left center;
}
.working a:hover, .working_on a {
	background: url(../graphics/btn_working.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;
}
.redType {
	color: #FF0000;
	font-size: 12px;
}hr {
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#upload_column {
	width: 540px;
	float: left;
	margin-top: 8px;
}
#upload_column h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
#upload_column p {
	line-height: 150%;
	font-size:12px;
	margin-right: 5px;
	margin-left: 5px;
}
#design_column {
	width: 540px;
	float: left;
	background-color: #FFF;
	height: 720px;
	background-image: url(../graphics/design_car_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#design_column h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 200px;
	padding-top: 10px;
	margin-bottom: 16px;
}
#design_column p {
	line-height: 150%;
	font-size:12px;
	margin-right: 5px;
	padding-left: 200px;
	margin-bottom: 8px;
}
#nav_block p {
	line-height: 150%;
	font-size:12px;
	margin-bottom: 8px;
}
.imageMargin {
	margin-bottom: 16px;
}

