body {
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/watermark.jpg");
	background: url("../images/watermark.jpg") no-repeat 10% 93%;
}

#main {
	width: 760px;
	margin: 0px auto;
}





/** 
################################### LOGO
**/
#logo {
	width: 760px;
	height: 130px;
	margin: 0px;
	text-align: left;
	background-image: url('../images/logo.jpg');
}

#search {
	width: 300px;
	position: relative;
	top: 105px;
	left: 20px;
}




/** 
################################### NAVIGATION
**/



#top_navigation {
	width: 760px;
	height: 35px;
	margin: 0px 0px 20px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-image: url('../images/navigation_new.jpg');
	background-position: top center;
	z-index: 100;
}

#menu { 
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	margin: 0px 0px 0px 20px; */
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
	z-index: 100;
}

#menu li {
	display:block; 
	float:left;
	margin-right:0px;
	padding-left: 0px;
	position:relative; 
	z-index:100; 
}

#menu li.dropdown {
	display:block; 
	float:left;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	margin-left: 10px; */
	margin-left: 5px;
	padding: 2px 0px;
	position:relative; 
	z-index:100;
	background-image: url("../images/arrow-short.jpg");
	background-position: -2px 0px;		/* Added to accommodate Personalized Photos link - AGS(RH) - 1/28/08 */
	background-repeat: no-repeat; 
}

#menu li.dropdown:hover {
	background-image: url("../images/arrowa-short.jpg");
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	background-position: -2px 1px; */
	background-position: -4px 1px;
	background-repeat: no-repeat;
	z-index: 100;
}



#menu li span {
	display: block;
	margin: 0px 0px 0px 0px;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	padding: 2px 10px; */
	padding: 2px 6px;
	color: #ec1b2e;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 100;
}


#menu dl {
	position:absolute; 
	top:0; left:0; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	z-index: 100;

}

#menu dt a {
	display: block;
	margin: 0px 0px 0px 0px;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	padding: 2px 15px; */
	padding: 2px 10px;
	text-decoration:none;
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
/*	background-image: url("../images/arrow-short.jpg");
	background-repeat: no-repeat;*/
	z-index: 100;

}

#menu dt a:hover {
	display: block;
	text-decoration:none;
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
/*	background-image: url("../images/arrowa-short.jpg");
	background-position: -2px 1px;
	background-repeat: no-repeat;*/
	z-index: 100;
}


#menu dd {
	clear:left;
	display:none; 
	margin:0px; 
	padding:0px;
	color: #2d2d2d; 
	font-size: 9px; 
	text-align:left;	 
	border-bottom:1px solid #fff; 
	background: #cadce8;
	z-index: 100;
}


#menu dd a, #menu dd a:visited {
	display:block; 
	padding: 1px 15px;
	color:#000000; 
	text-decoration:none;
	z-index:100;
}

#menu li a:hover {
	border:0;
	z-index:100;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
	color: #000000;
	z-index:100;

}

#menu li:hover dl, #menu li a:hover dl {
	border-bottom: 0px solid #000000;
	z-index:100;
}

#menu li:hover dt a, #menu li a:hover dt a {
	color:#ffffff;
	z-index:100;
}

#menu li dd a:hover {
	color: #000000;
	background-image: url("../images/red-arrow.gif");
	background-repeat: no-repeat; 
	z-index:100;
}





/** 
################################### LEFT CONTENT
**/

#left_content {
	float: left;
	width: 180px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}

#search {
	display: block;
	margin-bottom: 20px;
}

#search input {
	margin-bottom: 5px;
}

#left_content a:hover{
	text-decoration:none;
	color: #ff0000;
}





/** 
################################### LEFT NAVIGATION
**/


#left_nav {
	list-style-type:none; 
	margin: 0px;
	padding:0px;
	position:absolute;
	width: 10em;
	font-size: .8em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	z-index:0;
}
/*
#left_nav li {
	display:block;
	padding:0;
	margin-bottom: 0px;
	position:relative;
	z-index:0;
}

#left_nav li a, #left_nav li a:visited {
	display:block;
	text-decoration:none;
	z-index:0;	
}

#left_nav li dd {
	display:block;   						CHANGE 'BLOCK' TO 'NONE' TO BEGIN DROP DOWN EFFECT 
	color: #000;
	z-index:0;
}

#left_nav li:hover, #left_nav li a:hover {
	border:0;
	z-index:0;
	
}

#left_nav li:hover dt a {
	color: #ff0000;
	z-index:0;
}

#left_nav li:hover dd, #left_nav li a:hover dd {
	display:block;
	z-index:0;
}

#left_nav li:hover dl, #left_nav li a:hover dl {
}

#left_nav table {
	border-collapse:collapse;
	padding:0;
	margin: 0px;
	font-size:.95em;
	z-index:0;
}

#left_nav dl {
	width: 15em;
	margin: 0;
	cursor:pointer;	
	z-index:0;
}

#left_nav dt {
	margin:0;
	padding: 0;
	font-size: .9em;
	z-index:0;
}

#left_nav dd {
	margin:0;
	padding-left: 10px;
	font-size: .9em;
	text-align:left;
	background-image: url("../images/black_arrow.gif");
	background-position: 8px 5px;
	background-repeat: no-repeat;
	z-index:0;
}

.gallery dt a, .gallery dt a:visited {
	margin-bottom: 10px;
	display:block;
	color: #000;
	font-weight: bold;
	padding: 0px 5px 1px 0px;
	z-index:0;	
}

.gallery dd a, .gallery dd a:visited {
	min-height:1em;
	text-decoration:none;
	display:block;
	margin-top: 5px;
	padding:4px 5px 0px 10px;
	color: #4d4d4d;	
	z-index:0;
}

* html .gallery dd a, * html .gallery dd a:visited {
	height:1em;	
	z-index:0;
}

.gallery dd a:hover {
	color:#ff0000;
	background-image: url("../images/red_arrow.gif");
	background-position: -4px 5px;
	background-repeat: no-repeat;
	z-index:0;
}

#left_nav dd:hover {
	background-image: url("../images/red_arrow.gif");
	background-position: 7px 5px;
	background-repeat: no-repeat;
	z-index:0;
}
*/
#left_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#left_nav ul li {
	margin-bottom: 6px;
	margin-left: 0px;
}
	
#left_nav ul li a {
	display: block;
	color: #000000;
	text-decoration:none;
}

#left_nav ul.left_nav_sub {
	list-style: none;
	margin: 5px 0px;
}

#left_nav ul.left_nav_sub li {
	list-style: none;
	padding-left: 15px;
	background-image: url("../images/black_arrow.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

#left_nav ul.left_nav_sub li:hover {
	list-style: none;
	padding-left: 15px;
	background-image: url("../images/red_arrow.gif");
	background-position: -1px 3px;
	background-repeat: no-repeat;
}

#left_nav ul.left_nav_sub li a {
	color: #4d4d4d;
}

#left_nav ul.left_nav_sub li a:hover {
display: block;
	color: #ff0000;
}

/** 
################################### RIGHT CONTENT
**/

#right_content {
	float: right;
	width: 500px;
	min-height: 550px;
	margin: 0px 10px 20px 0px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	z-index: 0;
}


#right_content p.content_title {
	margin: 0px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	letter-spacing: -.5px;

}

#right_content p.content_title span {
	font-weight: bold;
	font-style: normal;
	font-size: .9em;
	color: #000000;
}

#right_content p {
	font-size: 13px;
}

#right_content p a {
	color: #ff0000;
	text-decoration: none;
}

#right_content ul li a {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}

#right_content ul.products{
	margin: 0px;
	padding-bottom: 10px;
	font-size: 13px;
}

#right_content ul.products li a {
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

#right_content dl dt {
	font-size: 14px;
	padding-top: 20px;
}

#right_content blockquote {
	margin: 0px;
	font-size: 14px;
	font-family: georgia;
}

#right_content blockquote:first-line {
	font-weight: normal;
	font-family: georgia, serif;
}

#languages {
	margin-top: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
}

#languages {
	margin-top: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
}


/** 
################################### FOOTER
**/
#footer {
	clear: both;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: verdana, arial, sans-serif;
	border-top: 1px solid #cadce8;
	text-align: center;
}

#footer p.links {
	margin: 5px auto 0px auto;
}

#footer p.links a{
	margin-top: 10px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

#footer p.links a:hover {
	color: #999999;
}

#footer p.address {
	margin: 0px;
	color: #999999;
	font-size: 11px;
	letter-spacing: .5;
}

form td#sat_table {
	padding-right: 10px;
	text-align: right; 
}