/* global */

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

html {
	min-height: 100%;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #EFEFEF;
	text-decoration: none;
}

body,td,th {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-variant: normal;
	/*background-image: url(graphics/bg.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	color: #EFEFEF;
	background-color: #000000;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style-image: url(graphics/point_purple.png);
}

li:hover {
	list-style-image: url(graphics/point_green.png);
} 

h1 {
	font: normal 1.8em "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.top {
	background-image: url(graphics/pixel-background.jpg);
	background-repeat: repeat-x;
}

.container {
	width: 920px;
	font-size: 1.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#roundSide {
	height: 370px;
}

/* title */
.header {
	font-size: 1.2em;
	height: 109px;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.header .left, .header .right {
	color: #333333;
	height: 109px;
	background-color: #000000;
	background-position: center;
}
.header .left {
	width: 920px;
	background-image: url(graphics/ej-logo.jpg);
	background-repeat: no-repeat;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {
	padding: 0 16px;
}

/* navigation */
.navigation {
	height: 35px;
	background-image: url(graphics/nav.gif);
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.navigation a {
	color: #EFEFEF;
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(graphics/nav.gif);
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	background-repeat: repeat-x;
	line-height: 35px;
}
.navigation a:hover {
	color: #333333;
	background-image: url(graphics/navHover.gif);
}
.navigation a:active {
	background-image: url(graphics/navHover.gif);
	color: #333333;
}

/* main */
.main {
	background-image: url(images/);
}

/* sub nav */
.sidenav {
	width: 170px;
	margin-top: 10px;
	background-image: url(images/);
	list-style-image: url(graphics/point_purple.gif);
	float: left;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
	z-index: 10;
}
.sidenav li a {
	font-size: 1.1em;
	color: #EFEFEF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 8px;
	list-style-image: url(graphics/point_purple.png);
	width: 90%;
	padding-left: 5%;
	background-image: url(images/);
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}
.sidenav li a:hover {
	color: #FFFFFF;
	background-image: url(graphics/sideNav.gif);
	background-repeat: repeat-x;
	list-style-image: url(graphics/point_green.png);
	width: 90%;
}
.sidenav li a:active {
	background-image: url(graphics/sideNav.gif);
	background-repeat: repeat-x;
	list-style-image: url(graphics/point_green.gif);
	color: #FFFFFF;
	width: 90%;
}
.sidenav .star {
	list-style-image: url(graphics/star.png);
}
.sidenav .web {
	list-style-image:url(graphics/www.png);
}
.sidenav .digitalServices {
	list-style-image:url(graphics/digital.png);
}
.sidenav .filmServices {
	list-style-image:url(graphics/film.png);
}
.sidenav .packagePrinting {
	list-style-image:url(graphics/package-printing.png);
}
.sidenav .otherServices {
	list-style-image:url(graphics/other-services.png);
}
.sidenav .giclee {
	list-style-image:url(graphics/giclee.png);
}
.sidenav .finishingServices {
	list-style-image:url(graphics/finishing.png);
}
.sidenav .videoServices {
	list-style-image: url(graphics/dvd.png);
}
.sidenav .restoration {
	list-style-image:url(graphics/brush.png);
}
.arrowColor {
	color: #006699;
	font-size: 0.9em;
}
.digitalServices, .filmServices, .packagePrinting {
	background-image: url(graphics/);
}


/* content */
.content {
	float: right;
	width: 730px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
}

/* footer */
.footer {
	color: #EFEFEF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 7px;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.footer a,.footer a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.footer a:hover {
 	color: #99FF66;
	text-decoration: underline;
}
.footer a:visited {
 	text-decoration: underline;
	color: #0066CC;
}
.footerBars {
	color: #333333;
}
.plusSymbol {	
	color: #FFFF00;
}
.ftpArrow {
	color: #00CC00;
	text-transform: uppercase;
}
.copyrightSymbol {
	font-size: 0.9em
}
#submitOrder {
	background-color:#063;
	color:#fff !important; 
	text-decoration:none !important; 
	padding:3px 10px;
}
#submitOrder:hover {
	background-color:#309143;
}
#subHeadersLowest {
	margin-left: 16px;
	text-align: left;
	float: left;
	width: 100px;
	clear: left;
}
#subHeadersLowest a:link, #subHeadersLowest a:visited {
	color: #33CC99;
	text-decoration: underline;
	line-height: 1.6em;
}
#subHeadersLowest a:hover {
	color: #FFFF00;
}
.red {	
	color: #FF0000;
}
.yellow {
	color: #E8E800;
}
