/* General */

body {
	background: url(../IMAGES/html_bg.png) no-repeat;
	margin: 0;
	padding: 0;
}

.main_arrow_left {
	background: url(../IMAGES/mal.png) no-repeat;
	background-position: center;
	width: 40px;
	height: 38px;
	text-decoration: none;
	position: absolute;
	top: 160px;
	left: 190px;
}

.main_arrow_left:hover {
	background: url(../IMAGES/mal_over.png) no-repeat;
}

.main_arrow_right {
	background: url(../IMAGES/mar.png) no-repeat;
	background-position: center;
	width: 40px;
	height: 38px;
	text-decoration: none;
	position: absolute;
	top: 160px;
	left: 715px;
}

.main_arrow_right:hover {
	background: url(../IMAGES/mar_over.png) no-repeat;
}

.lineup {
	background-image: url(../IMAGES/text_up.png); 
	height: 12px; 
	width: 12px;
}

.lineup:hover {
	background-image: url(../IMAGES/text_up_over.png); 
}

.linedown {
	background-image: url(../IMAGES/text_down.png); 
	height: 12px; 
	width: 12px;
}

.linedown:hover {
	background-image: url(../IMAGES/text_down_over.png); 
}

.contact_block {
	display: block;
	height: 15px;
	width: 450px;
	background-color: white;
	border: 1px solid #CCC;
	padding: 5px 25px;
	position: absolute;
	top: 650px;
	left: 160px;
	font-size: 8pt;
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(117, 117, 97);
}

.contact_block a {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	text-decoration: none;
	color: rgb(117, 117, 97);
}

/* Images */

.image_style {
	padding: 2px;
	border: 1px solid rgb(179, 179, 179);
	width: 380px;
	height: 400px;
	margin-right: 15px;
}

.image_nav {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	bottom: 30px;
	width: 362px;
	height: 18px;
	background: url(../IMAGES/image_of.png) no-repeat center;
	font-size: 6.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(0, 0, 0);
	line-height: 2em;
	text-align: center;
	max-height: 18px;
}

.image_arrow_left {
	background: url(../IMAGES/ia_left.png) no-repeat;
	background-position: center;
	width: 20px;
	height: 18px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: left;
}

.image_arrow_left:hover {
	background: url(../IMAGES/ia_left_on.png) no-repeat;
	background-position: center;
	width: 20px;
	height: 18px;
	text-decoration: none;
}


.image_arrow_right {
	background: url(../IMAGES/ia_right.png) no-repeat;
	background-position: center;
	width: 20px;
	height: 18px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: right;
}


.image_arrow_right:hover {
	background: url(../IMAGES/ia_right_on.png) no-repeat;	
	background-position: center;
	width: 20px;
	height: 18px;
	text-decoration: none;
}


/* Content */

.main_content {
	width: 700px;
	height: 430px;
	background: url(../IMAGES/main_content_bg.png) no-repeat;
	padding: 10px;
	position: absolute;
	left: 160px;
	top: 210px;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 2em;
	color: rgb(117, 117, 97);
	margin-right: 15px;
	position: absolute;
	left: 403px;
	top:15px;
}

.description a {
	text-decoration: none;
	color: rgb(89, 82, 65);
}

.description a:hover {
	text-decoration: underline;
}

.about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 2em;
	color: rgb(117, 117, 97);
	position: absolute;
	top: 15px;
	left: 15px;
}

.about h1 {
	font-weight: normal;
	color: black;
	font-size: 12pt;
}

.title_pink {
	color: rgb(236, 0, 140);
	font-style: italic;
}

#description_outer {
	overflow: hidden;
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#about_inner {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	padding: 5px; 
}

#about_outer {
	overflow: hidden;
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#description_inner {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	padding: 5px; 
}

.bd_intro {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(57, 142, 233);
	line-height: 1.5em;
}

.mar_intro {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(202, 0, 140);
	line-height: 1.5em;
}

.vis_intro {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(172, 189, 50);
	line-height: 1.5em;
}

.web_intro {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(230, 154, 30);
	line-height: 1.5em;
}

.about_intro {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: rgb(236, 0, 140);
	line-height: 1.5em;
}

.downloads {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	line-height: 2.5em;
	height: 25px;
	width: 155px;
	padding-left: 20px;
	text-decoration: none;
	color: rgb(153, 153, 153);
}

.downloads:hover {
	color: rgb(117, 117, 97);
}

/* Navigation */

.work_nav {
	background: url(../IMAGES/work_link.png) no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	text-decoration: none;
}

.work_nav:hover {
	background: url(../IMAGES/work_link_over.png) no-repeat;
}

#work_link_current {
	background: url(../IMAGES/work_link_over.png) no-repeat;
}

.nav_left {
	height: 135px;
	width: 150px;
	position: absolute;
	top: 95px;
	left: 0px;
}

.nav_left div {
	font-size: 7.5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	line-height: 2.5em;
	height: 25px;
	width: 125px;
	background: url(../IMAGES/nav_left_bg.png) no-repeat;
	padding-left: 20px;
}

#nav_li_current {
	background: url(../IMAGES/nav_left_current_bg.png) no-repeat;
}

.nav_left div a {
	text-decoration: none;
	color: rgb(153, 153, 153);
	
}

.nav_left div a:hover {
	color: rgb(89, 82, 65);
}

#work_menu {
	background: url(../IMAGES/work_bg.png) no-repeat;
	height: 150px;
	width: 125px;
}

.pdf {
	font-size: 7pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CCC;
}

#nav_a_current {
	color: rgb(89, 82, 65);
}

.nav_right {
	height: 100px;
	width: 700px;
	background: url(../IMAGES/nav_bg.png) no-repeat;
	position: absolute;
	left: 160px;
	top: 100px;
}

.nav_right_about {
	height: 135px;
	width: 650px;
	background: url(../IMAGES/nav_bg_about.png) no-repeat;
	position: absolute;
	left: 150px;
	top: 110px;
}

.nav_right_contact {
	height: 135px;
	width: 650px;
	background: url(../IMAGES/nav_bg_contact.png) no-repeat;
	position: absolute;
	left: 150px;
	top: 110px;
}

.ul_holder {
	display: block;
	width: 650px;
	position: absolute;
	top: 56px;
	left: 150px;
	height: 60px;
	padding-left: 40px;
}

.ul_holder ul {
	list-style: none;
	display: inline;
	height: 40px;
	width: 100px;
	padding: 0;
	margin: 0;
}

.ul_holder img {
	border: solid 1px rgb(220, 220, 220);
}

.ul_holder ul li {
	font-size: 6pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 3px 5px;
	display: inline-block;
	background-color: white;
	height: 45px;
	width: 40px;
	padding-top: 5px;
}

.ul_holder ul li a {
	text-decoration: none;
}

#li_current {
	background-color: white;
}

.brand a:hover {
	color: rgb(57, 142, 233);
}

.market a:hover {
	color: rgb(202, 0, 140);
	background-color: white;
	
}

.visinfo a:hover {
	color: rgb(184, 215, 0);
	background-color: white;
}

.webwri a:hover {
	color: rgb(230, 154, 30);
	background-color: white;
}

#brand_current {
	background-color: rgb(225, 238, 251);
}

#mark_current {
	color: rgb(202, 0, 140);
	background-color: white;
}

#visinfo_current {
	color: rgb(184, 215, 0);
	background-color: white;
}

#web_current {
	color: rgb(230, 154, 30);
	background-color: white;
}
