/* Structure
----------------------------------------------- */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	word-spacing:2px;
	background:#fff1db;
	
}

body#how a#menu-how,
body#who a#menu-who,
body#services a#menu-services,
body#exhibitions a#menu-exhibitions,
body#checkout a#menu-checkout
{
	color:#000;
	background:#ff9208;
} 

.img {
    margin:0;
	padding:0;	
	}

* {
	margin:0;
	padding:0;	
}

#wrapper {
	background:#FFF;
	max-width:900px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 900 ? "900px" : "auto");
}

.bolder
{
	font-weight:bold;
	color:#2f1f0e;
}

.small
{
	font-weight:bold;
	font-size: 10px
}

/* Header
----------------------------------------------- */

#header {
	padding:0;
	margin:0;
	height: 150px;
	border-bottom:1px solid #fff;

}

#header img {
	color:#333;
	border:0px;
	
	}
	
#header h1 {
	color:#000;
	font-size:18px;
	border-top:5px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: underline;
	padding: 10px 0 0 10px;

}
#header h1 a {
	color:#000;
}

#header h2 {
	padding: 0 0 0 10px;
	color:#000;
	font-size:10px;
}

/* Nav/Menu
----------------------------------------------- */

ul#nav {
	list-style:none;	
}

ul#nav li {

	list-style:none;
	float:left;		
}

.clear {
	clear:both;
}

ul#nav li a {
	background: #2f1f0e;
	display:block;
	width:130px;
	padding:5px;
	border-right:1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	height:20px;	
}

ul#nav li a:hover {
	background:#fff;
	color:#2f1f0e;
}


ul#nav li a em {
	font-style:normal;
	text-decoration:underline;
}

/* Content
----------------------------------------------- */

#content a{
	text-decoration:none;	
	background:#ff9208;
	color:#FFF;
}

#content a:hover  {
	text-decoration: none;
	background:#fff;
	color:#ff9208;

}

.clear {
background:#fff;;
	clear:both;	
	
}

.menu {
	background:#FFF;
	height:30px;	
}

/*Sidebar
----------------------------------------------- */

#sidebar {
	width:280px;
	float:right;
	margin:30px 10px 0 0!important;
	
}


#sidebar p {
	padding:0 0px 0 0px;
	margin:0 0 10px 0;
	color:#999;
	font-size:14px;
	line-height:130%;
	font-style:oblique;
	
	}
	
#sidebar img{
margin: 0 5px 5px 0;
	
	
	
}

#sidebar a{
	text-decoration:none;	
	background:#ff9208;
	color:#FFF;
}

#sidebar a:hover  {
	text-decoration: none;
	background:#fff;
	color:#ff9208;

}


#sidebar h1 {
	color:#2f1f0e;
	font-size:18px;
	

}


#sidebar h2 {
	color:#2f1f0e;
	font-size:14px;
	padding:10px 0px 0 0px;
	margin-top:5px;
	font-weight:bold;	
}

#sidebar h3 {
	color:#2f1f0e;
	font-size:12px;
	padding:5px 0 5px 0;
	font-weight:bold;	
}


#sidebar ul,ol {
	margin:0 0 0 30px;
	padding:5px;
}

#sidebar ul li {
	padding:3px;
}


/* Content
----------------------------------------------- */

#content {
	margin:30px 300px 0 10px !important;
	padding-right: 10px;	
	min-height:550px;
}
	
#content ul {	
	margin:10px 0px;
	padding:5px 5px 5px 0;
	font-size:12px;
	line-height:20px;
	list-style: none;
}	
	
#content li {
	margin:10px 0px;
	padding:5px 5px 5px 0;
	font-size: 12px;
	line-height:20px;
	list-style: none;   
    padding: 0 0 0 10px;
	background-image: url(/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}		

#content p {	
	font-size:14px;
	line-height:150%;
	margin-bottom: 10px;
	color:#000;
	margin-top: 10px;

	
}

#content h1 {
	color:#2f1f0e;
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
	
}


#content h2 {
	font-size:14px;
	color:#2f1f0e;
	margin:2px 2px 0 0;
	padding:10px 19px 0 0;
	text-transform:uppercase;

	
}

#content h3 {
	font-size:12px;
	color:#000;
	margin:2px 2px 0 0;
	padding:10px 19px 0 0;	
	text-transform:uppercase;	

}


#content h4 {
	font-size:16px;
	color:#000;
	margin:2px 2px 0 0;
	padding:10px 19px 0 0;	
	text-transform:uppercase;	

}

blockquote {
	padding-left: 10px;
	margin:15px;
	border-left:0px solid #f00;
	font-size:20px;
	font-style: italic;
	color:#f00;
	font-size: 10px;

}

#content ul {
	margin:0 0 0 40px;
}


/*#content form {
	padding:10px;
	margin:20px;	
	font: 78.5%/1.6em Georgia, "Times New Roman", Times, serif
	word-spacing:2px;
}

#content form label {	
	color:#333;
	display:block;
}

#content form input {
	width:96%;
	padding:4px;
	margin:5px 0 10px 0;	

	
}

#content form textarea {
	border:1px solid #ddd;
	padding:4px;
	margin:5px 0 10px 0;	
	
}*/

/* Other Stuff (images etc)
----------------------------------------------- */


#thumbnail{
	padding: 0px;
	border: 1px solid #fff;
	float: left;
	margin: 15px 10px 5px 0;
	width: 125px;
	height: 150px;
	
	}	

.caption{ 
	font-size:10px;

	
	}
.hilite  {
	background:#FFFF00;
	color:#333;
}
	
.smallsize  {
	color:#FFF;
}	


/* Footer
----------------------------------------------- */

#footer {
	margin:20px 0;
	padding:10px;
	font:10px Verdana;
	color:#FFF;
	line-height: 20px;
	background:#2f1f0e;

}

#footer a {
	color:#fff;
	background:#ff9208;
	text-decoration: none;

}
#footer a:hover {
	text-decoration:none;	
	background:#2f1f0e;
	color:#ff9208;
}

#footer img{
	padding:10px 0 10px 0;
}

/*IMAGES
----------------------------------------------- */
.bloke {
float:right;
margin-top:15px;

}
.work {
margin-top:2px;
margin-right:5px;

}

/* OTHER
----------*/

.quote {
margin-left 0px;
padding-left:0px;
font-style:italic;


}





