@charset "UTF-8";
/*

#666 ADDRESS
#333 line menu
#222
#fff
#000

55ddff

#559cbe titles
#029ac5 menu grad #035066 menu grad
#02bbff menu bullets (active)
#06759e menu bullets (inactive)

blue text 44819e

*/

html {
scrollbar-arrow-color: #559cbe;
scrollbar-base-color: #000;
scrollbar-dark-shadow-color: #000;
scrollbar-track-color: #000;
scrollbar-face-color: #000;
scrollbar-shadow-color: #000;
scrollbar-highlight-color: #000;
scrollbar-3d-light-color: #000;
}

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	padding: 0;
	margin: 0;
	background: #000;
}
a, link, active, visited { color: #559cbe; text-decoration: none; }
a:hover { color: #559cbe; text-decoration: underline; }
.hidden { display: none; }
.clearit { clear: both; height: 0; }
ul {
	list-style-image: url(../images/icons/bullet.gif);
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}
span { margin: 0; padding: 0; }
hr { border: 0; background-color: #222222; height: 1px; }

/*order purp, org, yell, mix - mix gradient yell, org, purp, start purp again*/
#bodyhome { background: #000009 url(../images/layout/bghome.jpg) top left no-repeat; height: 599px; }
#bodygrap { background: #000009 url(../images/layout/bggrap.jpg) top left no-repeat; height: 599px; }
#bodyprint { background: #000009 url(../images/layout/bgprint.jpg) top left no-repeat; height: 599px; }
#bodyweb { background: #000009 url(../images/layout/bgweb.jpg) top left no-repeat; height: 599px; }
#bodydis { background: #000009 url(../images/layout/bgdis.jpg) top left no-repeat; height: 599px; }
#bodycddvd { background: #000009 url(../images/layout/bgcddvd.jpg) top left no-repeat; height: 599px; }
#bodyphoto { background: #000009 url(../images/layout/bgphoto.jpg) top left repeat-y; height: 599px; }
#bodyenv { background: #000 url(../images/layout/bgenv.jpg) top left no-repeat; height: 599px; }
#bodytest { background: #000009 url(../images/layout/bgtest.jpg) top left no-repeat; height: 599px; }
#bodyfolio { background: #000009 url(../images/layout/bgplain.jpg) top left repeat-y; }

.cabeza { font-size: 24px; color: #559cbe; font-stretch:condensed; }
.padtitle { padding: 0 0 20px 10px; border: 0; background: none; text-decoration: none; }
.padtitle2 { padding: 0 0 0 10px; border: 0; background: none; text-decoration: none; }
.padsub { padding: 20px 0 20px 10px; }
.quoto { color: #559cbe; }

#stumpy {
	margin: 40px 0 0 80px;
	min-height: 490px;
}
#stumpy2 {
	margin: 40px 0 0 80px;
}
#primero { 
	border-left: 1px solid #222222; 
	padding: 0 0 0 10px; 
	width: 370px;
}

#footer {
	clear: both;
	width: 1029px;
	text-align: right;
	background: #000009;
	padding: 0 0 10px 0;
	height: 100%;
}
.footsy {
	text-align: right;
	padding: 5px 0 0 0;
}

#slideshowholder { width: 930px; margin: 0 0 0 10px; padding: 0; }

.nolink { border: 0; text-decoration: none; }

/*SCROLL WINDOW*/
div#wn1	{ 
	float: left; 
	position: relative; 
	width: 340px; 
	height: 300px; 
	overflow: hidden; 
	margin: 0 0 0 0; 
}
div#lyr1 { 
	visibility: visible; 
}
div#scrollbar1 { 
	float: right; 
	width: 19px;
	margin: 0; 
	text-align: right; 
	height: 255px; 
	display: block; 
	position: relative; 
	font-size: 1px;
}
div#dragBar1 { 
	position: absolute; 
	left: 8px; 
	top: 1px; 
	width: 2px; 
	height: 3px; 
	background: #032633; 
	cursor: default; 
}
/* for safari, to prevent selection problem  */
/* so no gap or misplacement due to image vertical alignment font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar1, div#track1, div#dragBar1, div#up1, div#down1 { 
	-moz-user-select: none; 
	-khtml-user-select: none; 
}
div#scrollbar1 img { 
	display: block; 
}
div#track1 { 
	position: absolute; 
	left: 8px; 
	width: 10px; 
	height: 252px; 
}
div#up1 { 
	position: absolute; 
	left: 0; 
	width: 19px; 
	margin: 257px 0 0 0; 
}
div#down1 { 
	position: absolute; 
	left: 0; 
	width: 19px; 
	margin: 281px 0 0 0; 
}
.tranny {
	-moz-opacity: 0.50;
	opacity: 0.50;
	border: 0; 
	background: none;
}

#mailer {
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 0 0;
}

#mailer>h1 { 
	padding: 15px;
	font-size: 21px;
	color: #559cbe;
	background: #212121;
	display: inherit;
	text-align: center;
	line-height: 1.5;
}
#mailerfooter {
	margin: 0 auto;
	width: 800px;
	padding: 10px 0 0 0;
	text-align: center;
}
