@charset "UTF-8";
/* CSS Document */

body {background-image:url(/images/delmonicos-1837-bg.jpg);
background-position:top;
color:#CCCCCC;
}

#promobox {
	background-color:#990000;
	background-image:url(/images/1837-bg-fade.png);
	background-repeat:repeat-x;
	
}
#leftpromobox {

	border:1px #88855c solid;
		-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left:15px;
	margin-right:10px;
	padding:7px;
	height:500px;
	overflow:auto;
	color:#CCCCCC;
	line-height:16px;
}
#leftpromobox H2 {
		font-family: Georgia, serif;
font-size:18px;
color:#88855c;
}
#leftpromobox H1 , #leftpromobox H1 a{
		font-family: Georgia, serif;
font-size:24px;
color:#88855c;
}
#promobox {margin-right:10px;
margin-bottom:10px;
}
#promoboxright {margin-left:10px;
margin-bottom:10px;
}
#promobox a, #leftpromobox a, #promoboxright a, #promoboxwide a{
	font-family: Georgia, serif;
font-size:14px;
color:#88855c;

font-size:14px;
text-decoration:none;

}
#promobox HR, #leftpromobox HR, #promoboxright HR {color:#88855c;
border:1px solid #88855c;}
#promobox a:hover, #leftpromobox a:hover, #promoboxright a:hover, #promoboxwide a:hover {
color:#990000;
font-size:14px;

}
#promoboxinner {
	width:180px;
	background-color:#330000;
	background-image:url(/images/1837-bg-fade.png);
	background-repeat:repeat-x;
	padding:7px;
}
#promoboxwide {
	width:520px;
	background-color:#330000;
	background-image:url(/images/1837-bg-fade.png);
	background-repeat:repeat-x;
	padding:4px;
	padding-top:8px;
	color:#88855c;
}
#blogpromo {list-style:disc;

}
	
#minisub .formfield {border:2px #FFFFFF solid;
width:250px;
background-color:#FDDC9E;
margin-right:10px;
}

#leftpromoboxred {
	background-color:#330000;
	background-image:url(/images/1837-bg-fade.png);
	background-repeat:repeat-x;
	border:1px #990000 dotted;
		-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left:15px;
	margin-right:15px;
	padding:7px;
	padding-left:20px;
	text-align:left;
}
#leftpromoboxred a {
text-decoration:none;
font-family: Georgia, serif;
font-size:14px;
color:#88855c;


}
#leftpromoboxred a:hover {
color:#990000;
}

#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none}
#wrapper-slide {width:480px; height:354px; margin:0px auto; display:none}
#wrapper-slide * {margin:0; padding:0}
#fullsize {position:relative; width:480px; height:354px; background:#000}
#image {width:480px;}
#image img {position:absolute; z-index:25; width:auto; left:0;}
#gallery img {position:relative; left:17px; width:480px;}
#del1837 {padding-top:16px;
}


/* portfolio viewer BETA */
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 480px;	 width: 700px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:480px;	
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:480px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
/*	height:180px;
	width:240px;*/
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:14px 0 2px 0;
	background-image:url(/images/design-marketing-starmtl.gif);
	background-repeat:no-repeat;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

/* the action buttons below the scrollable */
#actionsb {
	width:700px;
	margin:30px 0 10px 0;	
}

#actionsb a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actionsb a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

/* position and dimensions of the navigator */
.navi {
	margin-left:590px;
	width:200px;
	height:22px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/nav-square.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
} 	

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/white2.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:1000px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images//close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the simple  overlay */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:980px;	
	min-height:200px;
	border:1px solid #666;
	padding:20px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.subscribeemail {background-color:#660000;
color:#999999;
border:1px #990000 solid;
padding:2px;
}
