
body {
	text-align:center; 
	margin: 0;
	padding: 0;
	background: #252D37 url(images/img1.gif) repeat-x;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A4AFBD;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
	margin-right: 5px;
	margin-left: 5px;
}

a {
	color: #CDB433;
}

a:hover {
	text-decoration: none;
}

/* Boxed */

.boxed {
	background: url(images/img4.gif) repeat-x left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* Post */

.post {
	margin: 0 0 10px 0;
	padding: 5px 20px 5px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

.post h4 {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post h4 strong {
	font-weight: bold;
	color: #5B6F88;
}

/* Header */

#header {
	text-align:center;
	width: 990px;
	height: 116px;
	margin: 0 auto;
}


/* Search */

#search {
	float: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#textfield1 {
	width: 130px;
	background: #FFFFFF;
	border: none;
}

#submit1 {
	height: 19px;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3366aa;
}

/* Content */

#content {
	text-align:left;
	position:relative;
	width: 985px;
	margin: 0 auto;
	padding: 0px 8px 30px 8px;
}

#colOne {
	float: left;
	width: inherit;
}

#colTwo {
	float: right;
	width: 780px;
}

/* ColOne Content */

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colOne li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #3B495A;
}

#colOne li.first {
	border: none;
}

#colOne h3 {
	font-size: 15px;
}

/* ColTwo Content */

/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 0px 0px;
	background: url(images/img3.gif) repeat-x left bottom;
}

#logo h1 {
	text-transform: lowercase;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #252D37;
}

/* Welcome */

#welcome {
	padding: 5px 20px 5px 20px;
	}

#welcome h2 {
	margin-bottom: 5px;
}

#welcome .image {
	float: left;
	padding: 0px 10px 20px 0px;
}

#welcome p {
	margin-left: 0px;
}

/* Footer */

#footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	background: url(images/img6.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px;
	text-align: center;
}

.menu2 {
font-family: Trebuchet MS, Trebuchet MS, Trebuchet MS; 
width:673px;
height:31px;
padding:0;
margin:0 auto; 
position:relative;
z-index:1;
border-bottom:20px solid #333;
margin-bottom:650px;
}
/* position the instructions using a dl */
.menu2 dl {
font-family: Trebuchet MS, Trebuchet MS, Trebuchet MS;
font-size:0.9em;
position:absolute;
width:270px;
top:160px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:51px;
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:50px; 
height:31px; 
color:#ddd;
border-right:1px solid #fff;
background:#333; 
line-height:30px; 
font-size:11px;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#006699; 
background:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:pointer;
width:483px;
height:483px;
border:20px solid #000;
border-width:20px 5px;
background:    #818181 url(slide/linen.jpg); 
color:#fff;
padding:82px 90px;
cursor:default;
}


/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:640px; height:490px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}



#viewer img {
	margin:5px;
	text-align:left;
	width:580px;
	max-height:563px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+');
	-moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}

#Juantest {
	background-color:#000 ;
	  width:770px;
	  height:672px;
	  
}
.verticalpic {
	
	  width:386px;
	  height:570px;}
	  
.juanjus
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Fade(duration=3)";
     filter :progid:DXImageTransform.Microsoft.Fade(duration=3);

	}
	 

.gradualfader{
	border:2px solid white;
	width:38px;
	height:23px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+');
	-moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';
	
	}
	
#viewer2 img {
	margin:5px;
	border:5px solid white;
	text-align:left;
	width:580px;
	max-height:425px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+');
	-moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}

#Juantest2 {
	background-color:#000 ;
	  width:770px;
	  height:540px;
}

#viewer3 img {
	margin:5px;
	border:5px solid white;
	text-align:left;
	width:568px;
	max-height:547px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity='+gradualFader.baseopacity*100+');
	-moz-opacity:'+gradualFader.baseopacity+'; opacity:'+gradualFader.baseopacity+';}

#Juantest3 {
	background-color:#000 ;
	  width:770px;
	  height:652px;}

