/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body{
	background-color: #fff;
	width: 675px;
	margin: 10px auto;
}

#header{
	width: 675px;
	float: left;
	border-top: solid 3px #003082;
	border-bottom: solid 3px #003082;
	margin-bottom: 5px;
}

/*=#titleBar */
#titleBar{
	height: 80px;
	background:url("../../images/imago_logo.jpg") no-repeat left bottom;
}

/*=#language */
span#language {
	padding: 5px 0;
	color: #003082;
	float: right;
	margin-right: 0;
}

span#language a {
	font-size: 10px;
	margin: 0 5px;
	color: #003082;
}

#container{
	width: 675px;
}

#footer{
	clear: both;
	height: 30px;
	width: 675px;
	/*background-color: #00c;*/
}

#footer ul {
	list-style: none;
	margin: 8px 0 0 5px;
}

#sidebar{
	float: left;
	padding-bottom: 10px;
	width: 198px;
	margin-left: 15px;
	/*background-color: #cc0;*/
}

ul#level1nav {
	background: url("../../images/galleryBorder.jpg") repeat-x left bottom;
	padding: 0 10px;
	width: 655px;
}

ul#level1nav,
ul#level2nav{
	list-style: none;
	float: left;
}

ul#level2nav li{
	float: left;
	margin: 0 2px;
	padding: 3px;
}

ul#level1nav li{
	float: left;
	margin: 0 7px;
	padding: 2px 3px;
	border-top: solid 1px #fff;
}

ul#level1nav li#active {
	color: #003082;
	font-weight: bold;
	border-top: solid 1px #003082;
	border-left: solid 1px #003082;
	border-right: solid 1px #003082;
	border-bottom: solid 1px #fff;
}

ul#level1nav li a,
ul#level2nav li a{
	color: #003082;
}

#sidebar h1,
#sidebar p,
#gallery #product #text p,
#gallery #product #text h2{
	margin: 10px 5px 0 5px;
}

#sidebar img{
	margin: 0 5px;
	border: solid 1px #003082;
}

#sidebar p{
	font-weight: bold;
}

#sidebar h2{
	font-family: Sabon, Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0 5px;
	padding-bottom: 0;
}

#gallery{
	float: right;
	width: 400px;
	margin: 0 5px 0 0;
}

#gallery #product{
	height: 280px;
	border: solid 1px #003082;
	/*background-color: #E6EAF3;*/
}

div.showinstruction{
	background: url("../../images/gallery/instructions.jpg") no-repeat left top;
}

div.hideinstruction{
	background: none;
}

#gallery #product #image{
	float: left;
	height: 280px;
	width: 200px;
	background-color: #E6EAF3;
}

#gallery #product #text{
	float: right;
	height: 280px;
	width: 198px;
	/*background-color: #fff;*/
}

#gallery #product #text h2{
	font-size: 14px;
}

#gallery #menu{
	float: left;
	height: 85px;
	width: 356px;
	margin: 5px 10px;
	/*background-color: #269;
	border: solid 1px #003082;*/
	position: relative;
	overflow: hidden; 
}

#sidebar h2.warning,
#sidebar p.warning{
	color: #c00;
}

#thumbholder{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	background-color: #E6EAF3;
	width: 1000px;
}

#thumbholder a{
	float: left;
	margin: 4px 6px;
}

#thumbholder a img{
	border: solid 1px #003082;
}

#thumbholder a:link,
#thumbholder a:visited,
#thumbholder a:active{
	border: 0;
}

.menuarrow{
	/*border: solid 1px #c00; */
	height: 85px;
	margin: 5px 0;
	width: 10px;
}

#leftarrow{
	float: left;
	background: url("../../images/gallery/leftArrow.gif") no-repeat left top;
}

#rightarrow{
	float: right;
	background: url("../../images/gallery/rightArrow.gif") no-repeat left top;
}



